Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jan 2019 23:48:08 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491318 - head/security/openiked
Message-ID:  <201901262348.x0QNm8kq075520@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcel (src committer)
Date: Sat Jan 26 23:48:07 2019
New Revision: 491318
URL: https://svnweb.freebsd.org/changeset/ports/491318

Log:
  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

Modified:
  head/security/openiked/Makefile
  head/security/openiked/distinfo

Modified: head/security/openiked/Makefile
==============================================================================
--- head/security/openiked/Makefile	Sat Jan 26 23:47:39 2019	(r491317)
+++ head/security/openiked/Makefile	Sat Jan 26 23:48:07 2019	(r491318)
@@ -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 \

Modified: head/security/openiked/distinfo
==============================================================================
--- head/security/openiked/distinfo	Sat Jan 26 23:47:39 2019	(r491317)
+++ head/security/openiked/distinfo	Sat Jan 26 23:48:07 2019	(r491318)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901262348.x0QNm8kq075520>