From c25a97a7ec5b1e80f298a23009d72f12724b4bf9 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sat, 26 Jan 2019 23:48:07 +0000 Subject: [PATCH] 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 --- security/openiked/Makefile | 7 ++++--- security/openiked/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/security/openiked/Makefile b/security/openiked/Makefile index 69473e3042e0..97bba5808046 100644 --- a/security/openiked/Makefile +++ b/security/openiked/Makefile @@ -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 \ diff --git a/security/openiked/distinfo b/security/openiked/distinfo index e6c4b06d1792..f4ea4d0ce3a6 100644 --- a/security/openiked/distinfo +++ b/security/openiked/distinfo @@ -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