Skip to content

Commit

Permalink
Upgrade to openiked-2.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
marcel authored and marcel committed Jan 26, 2019
1 parent efa8b9c commit dc485c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions security/openiked/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= openiked
PORTVERSION= 1.10
PORTVERSION= 2.1
CATEGORIES= security net ipv6

MAINTAINER= marcel@FreeBSD.org
Expand All @@ -11,17 +11,18 @@ LICENSE= ISCL

LIB_DEPENDS= libevent.so:devel/libevent

USES= autoreconf libtool ssl

USE_GITHUB= yes
GH_ACCOUNT= xcllnt

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 \
Expand Down
6 changes: 3 additions & 3 deletions security/openiked/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit dc485c2

Please sign in to comment.