1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Upgrade to openiked-2.1

Changes since 1.10:
o Fix bug FreeBSD/229654: properly generate man pages on FreeBSD.
o Fix Issue #14: properly create iked.conf.5
o Support OpenSSL 1.1 and newer.
o Support for OpenSSL 1.0 has been retained with compatibility defines.

PR:		229654
Reviewed by:	mat@
Differential Revision:	https://reviews.freebsd.org/D18907
This commit is contained in:
Marcel Moolenaar 2019-01-26 23:48:07 +00:00
parent 004cfd4c13
commit c25a97a7ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491318
2 changed files with 7 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= openiked
PORTVERSION= 1.10
PORTVERSION= 2.1
CATEGORIES= security net ipv6
MAINTAINER= marcel@FreeBSD.org
@ -11,6 +11,8 @@ LICENSE= ISCL
LIB_DEPENDS= libevent.so:devel/libevent
USES= autoreconf libtool ssl
USE_GITHUB= yes
GH_ACCOUNT= xcllnt
@ -18,10 +20,9 @@ USE_RC_SUBR= iked
USERS= _iked
GROUPS= _iked
USES= autoreconf groff libtool ssl
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --with-libevent-dir=${PREFIX}
CONFIGURE_ARGS= --with-libevent-dir=${PREFIX} --with-mantype=man
post-install:
${MV} ${STAGEDIR}${PREFIX}/etc/ikeca.cnf \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1511106387
SHA256 (xcllnt-openiked-1.10_GH0.tar.gz) = cf72a3ca0579be30a44d5574291eac98a11d5b6ea582339a40808ecb89daf354
SIZE (xcllnt-openiked-1.10_GH0.tar.gz) = 229969
TIMESTAMP = 1548454619
SHA256 (xcllnt-openiked-2.1_GH0.tar.gz) = c8ca5184870994d75814e45f024f22986fea8ccb318004367766e8acf9395d0c
SIZE (xcllnt-openiked-2.1_GH0.tar.gz) = 230807