diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-10-30 11:54:04 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-10-30 11:54:04 +0800 |
commit | 4957110037e4e4db8ff5e4879f97f41f790add2d (patch) | |
tree | 790137f3ebed5e8487c85ba9af467a01dbb96685 /security/ike | |
parent | bc8df94a62f328c699d9205625c398667cfacf0d (diff) | |
download | freebsd-ports-gnome-4957110037e4e4db8ff5e4879f97f41f790add2d.tar.gz freebsd-ports-gnome-4957110037e4e4db8ff5e4879f97f41f790add2d.tar.zst freebsd-ports-gnome-4957110037e4e4db8ff5e4879f97f41f790add2d.zip |
- Update to version 2.0.2.
- Update the NAT-T patch notice (in pre-everything).
Submitted by: Matthew Grooms <mgrooms@shrew.net> (maintainer, via e-mail)
Diffstat (limited to 'security/ike')
-rw-r--r-- | security/ike/Makefile | 24 | ||||
-rw-r--r-- | security/ike/distinfo | 6 | ||||
-rw-r--r-- | security/ike/pkg-plist | 2 |
3 files changed, 19 insertions, 13 deletions
diff --git a/security/ike/Makefile b/security/ike/Makefile index 232f8eb1d9a5..7dad7669da9c 100644 --- a/security/ike/Makefile +++ b/security/ike/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ike -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= security net MASTER_SITES= http://www.shrew.net/vpn/ DISTNAME= ${PORTNAME}-${PORTVERSION}-release @@ -30,6 +30,7 @@ OPTIONS= QTGUI "Enable QT client front end applications" on \ LDAP "Enable LDAP XAuth daemon support" off \ DEBUG "Enable Debug support" off +MAN1= ikea.1 ikec.1 MAN5= iked.conf.5 MAN8= iked.8 @@ -57,20 +58,23 @@ LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33 post-patch: .ifdef(WITH_NATT) -. if ${OSVERSION} < 700000 @${ECHO_MSG} "===> -------------------------------------------------------------------------" @${ECHO_MSG} "===> ATTENTION: You need a kernel patch to enable NAT-Traversal functionality!" - @${ECHO_MSG} "===> You can download the patch here:" +. if ${OSVERSION} < 600000 + @${ECHO_MSG} "===> There is no known NAT-T patch for FreeBSD 1 - 5!!!" +. endif +. if ${OSVERSION} > 600000 && ${OSVERSION} < 699999 @${ECHO_MSG} "===> http://ipsec-tools.sf.net/freebsd6-natt.diff" +. endif +. if ${OSVERSION} > 700000 && ${OSVERSION} < 799999 + @${ECHO_MSG} "===> http://vanhu.free.fr/FreeBSD/patch-natt-freebsd7-2007-10-22.diff" +. endif +. if ${OSVERSION} > 800000 + @${ECHO_MSG} "===> http://vanhu.free.fr/FreeBSD/patch-natt-freebsd-HEAD-2007-10-22.diff" +. endif @${ECHO_MSG} "===> You might possibly have to do some steps manually if it fails to apply." @${ECHO_MSG} "===> -------------------------------------------------------------------------" -. else - @${ECHO_MSG} "===> -------------------------------------------------------------------------" - @${ECHO_MSG} "===> ATTENTION: You need a kernel patch to enable NAT-Traversal functionality!" - @${ECHO_MSG} "===> There is no known NAT-T patch for FreeBSD 7!!!" - @${ECHO_MSG} "===> You might possibly have to do some steps manually if it fails to apply." - @${ECHO_MSG} "===> -------------------------------------------------------------------------" -. endif + @sleep 3 .endif diff --git a/security/ike/distinfo b/security/ike/distinfo index 1e56013b6a22..de1d4eb02db5 100644 --- a/security/ike/distinfo +++ b/security/ike/distinfo @@ -1,3 +1,3 @@ -MD5 (ike-2.0.1-release.tbz2) = d986b6c56f413bd380d7d710d7aee8f1 -SHA256 (ike-2.0.1-release.tbz2) = 2f079773c4964d27ce37add9b4a2d69aad6698c21705c7da7eca6bd60883b41d -SIZE (ike-2.0.1-release.tbz2) = 483146 +MD5 (ike-2.0.2-release.tbz2) = 666b98cb69affbbb55e6ad0f267d5648 +SHA256 (ike-2.0.2-release.tbz2) = a6e60d79b2063111360a146a8f7bd3c0e9dbe19114c0eed54c53c2061aa47a35 +SIZE (ike-2.0.2-release.tbz2) = 484614 diff --git a/security/ike/pkg-plist b/security/ike/pkg-plist index a65e567f7a13..61c61776f1ba 100644 --- a/security/ike/pkg-plist +++ b/security/ike/pkg-plist @@ -5,4 +5,6 @@ sbin/iked bin/ikea bin/ikec lib/libike.so +lib/libike.so.2.0.2 lib/libpfk.so +lib/libpfk.so.2.0.2 |