mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
536e9b0fbe
Update net/rpki-client to 6.7p1 Changelog: * Include OpenBSD 6.7 errata 015: In rpki-client, incorrect use of EVP_PKEY_cmp allows an authentication bypass. MFH: 2020Q3
38 lines
824 B
Makefile
38 lines
824 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rpki-client
|
|
DISTVERSION= 6.7p1
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= zeising@FreeBSD.org
|
|
COMMENT= Resource Public Key Infrastructure (RPKI) implementation from OpenBSD
|
|
|
|
LICENSE= ISCL
|
|
|
|
BUILD_DEPENDS= rsync>0:net/rsync
|
|
RUN_DEPENDS= rsync>0:net/rsync
|
|
|
|
USES= autoreconf libtool ssl
|
|
|
|
USERS= _rpki-client
|
|
GROUPS= ${USERS}
|
|
PLIST_SUB= USERS="${USERS}"
|
|
|
|
USE_GITHUB= yes
|
|
GH_PROJECT= ${PORTNAME}-portable ${PORTNAME}-openbsd:openbsd
|
|
GH_TAGNAME= ${PORTNAME}-${DISTVERSION}:openbsd
|
|
GH_SUBDIR= openbsd:openbsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSREL:R} < 12 && ${SSL_DEFAULT} == "base"
|
|
BROKEN= requires OpenSSL 1.1.1, upgrade to FreeBSD 12.x/13.x or add DEFAULT_VERSIONS+=ssl=[openssl|libressl*] to /etc/make.conf
|
|
.endif
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && ${SH} update.sh
|
|
|
|
.include <bsd.port.post.mk>
|