diff options
author | wg <wg@FreeBSD.org> | 2013-06-14 21:48:02 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-06-14 21:48:02 +0800 |
commit | 8b84a0236a1d8f22ca886850ccbf7a2d2b5292ce (patch) | |
tree | 1bdf94a9b4a63a0e9b5a47c5e0813e6d76e1bca5 /security | |
parent | e3aa30797e50c5d43b8e725cf1a51c3d26e44293 (diff) | |
download | freebsd-ports-gnome-8b84a0236a1d8f22ca886850ccbf7a2d2b5292ce.tar.gz freebsd-ports-gnome-8b84a0236a1d8f22ca886850ccbf7a2d2b5292ce.tar.zst freebsd-ports-gnome-8b84a0236a1d8f22ca886850ccbf7a2d2b5292ce.zip |
security/ike: update to 2.2.1
- Update to 2.2.1 [1]
- Remove NATT warning about FreeBSD < 8.0 patch
Changes: https://www.shrew.net/download/changelog/ike/2.2.1-release
PR: ports/179503 [1]
Submitted by: Matthew Grooms <mgrooms@shrew.net> (maintainer)
Approved by: culot / jpaetzel (mentors, implicit)
Diffstat (limited to 'security')
-rw-r--r-- | security/ike/Makefile | 20 | ||||
-rw-r--r-- | security/ike/distinfo | 4 | ||||
-rw-r--r-- | security/ike/pkg-plist | 12 |
3 files changed, 11 insertions, 25 deletions
diff --git a/security/ike/Makefile b/security/ike/Makefile index 5b6220039fb8..3841709ced65 100644 --- a/security/ike/Makefile +++ b/security/ike/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ike -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= security net MASTER_SITES= https://www.shrew.net/download/ike/ DISTNAME= ${PORTNAME}-${PORTVERSION}-release @@ -28,7 +28,7 @@ CMAKE_ARGS+= -DETCDIR:PATH="${PREFIX}/etc" \ OPTIONS_DEFINE= QTGUI NATT LDAP DEBUG QTGUI_DESC= Enable QT client front end applications -NATT_DESC= Enable NAT-Traversal (kernel-patch required) +NATT_DESC= Enable NAT-Traversal LDAP_DESC= Enable LDAP XAuth daemon support .include <bsd.port.options.mk> @@ -60,20 +60,6 @@ PLIST_SUB+= QTGUI="" PLIST_SUB+= QTGUI="@comment " .endif -.include <bsd.port.pre.mk> - -post-patch: -.if ${PORT_OPTIONS:MNATT} -. if ${OSVERSION} < 800000 - @${ECHO_MSG} "===> -------------------------------------------------------------------------" - @${ECHO_MSG} "===> WARNING: You will need to patch your kernel for NAT-T functionality!" - @${ECHO_MSG} "===> http://people.freebsd.org/~vanhu/NAT-T/patch-natt-7.2-2009-05-12.diff" - @${ECHO_MSG} "===> You may need to edit the patch if it fails to apply cleanly." - @${ECHO_MSG} "===> -------------------------------------------------------------------------" - @sleep 3 -. endif -.endif - post-install: @if ! ${SYSCTL} -a | ${GREP} -q ipsec; then \ ${ECHO_MSG} "===> -------------------------------------------------------------------------"; \ @@ -89,4 +75,4 @@ post-install: @${ECHO_MSG} "===> -------------------------------------------------------------------------" .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/ike/distinfo b/security/ike/distinfo index 6291e364dd96..97a9c69f94da 100644 --- a/security/ike/distinfo +++ b/security/ike/distinfo @@ -1,2 +1,2 @@ -SHA256 (ike-2.2.0-release.tbz2) = 94a62f9a13dbf37c2ccba168cbc21c4a663d0f4d36aa0cf04fdac7061ba8dc48 -SIZE (ike-2.2.0-release.tbz2) = 671927 +SHA256 (ike-2.2.1-release.tbz2) = 05c72f1ef1547818f5af367afa3f116f4b511a4a19ce723a22f8357a98ab7b57 +SIZE (ike-2.2.1-release.tbz2) = 670872 diff --git a/security/ike/pkg-plist b/security/ike/pkg-plist index b93c681b5d25..5845bc340106 100644 --- a/security/ike/pkg-plist +++ b/security/ike/pkg-plist @@ -6,14 +6,14 @@ sbin/iked %%QTGUI%%bin/qikea %%QTGUI%%bin/qikec lib/libss_idb.so -lib/libss_idb.so.2.2.0 +lib/libss_idb.so.2.2.1 lib/libss_ike.so -lib/libss_ike.so.2.2.0 +lib/libss_ike.so.2.2.1 lib/libss_ip.so -lib/libss_ip.so.2.2.0 +lib/libss_ip.so.2.2.1 lib/libss_ith.so -lib/libss_ith.so.2.2.0 +lib/libss_ith.so.2.2.1 lib/libss_log.so -lib/libss_log.so.2.2.0 +lib/libss_log.so.2.2.1 lib/libss_pfk.so -lib/libss_pfk.so.2.2.0 +lib/libss_pfk.so.2.2.1 |