diff options
-rw-r--r-- | security/ike/Makefile | 10 | ||||
-rw-r--r-- | security/ike/distinfo | 6 | ||||
-rw-r--r-- | security/ike/pkg-plist | 4 |
3 files changed, 11 insertions, 9 deletions
diff --git a/security/ike/Makefile b/security/ike/Makefile index f4869815fff6..946aeae92459 100644 --- a/security/ike/Makefile +++ b/security/ike/Makefile @@ -6,10 +6,9 @@ # PORTNAME= ike -PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTVERSION= 2.1.4 CATEGORIES= security net -MASTER_SITES= http://www.shrew.net/vpn/ +MASTER_SITES= http://www.shrew.net/download/ike/ DISTNAME= ${PORTNAME}-${PORTVERSION}-release EXTRACT_SUFX= .tbz2 @@ -58,7 +57,10 @@ post-patch: .ifdef(WITH_NATT) @${ECHO_MSG} "===> -------------------------------------------------------------------------" @${ECHO_MSG} "===> ATTENTION: You need a kernel patch to enable NAT-Traversal functionality!" -. if ${OSVERSION} < 699999 +. 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 diff --git a/security/ike/distinfo b/security/ike/distinfo index 29aedb230af5..36a7b4291e29 100644 --- a/security/ike/distinfo +++ b/security/ike/distinfo @@ -1,3 +1,3 @@ -MD5 (ike-2.1.0-release.tbz2) = 15b4016ba95c8314c5f3e43fa8457bf7 -SHA256 (ike-2.1.0-release.tbz2) = 993c899ce7e039303566aea17d3f5702bb0587432ee72a7611f72069a188683a -SIZE (ike-2.1.0-release.tbz2) = 567444 +MD5 (ike-2.1.4-release.tbz2) = 1b855717698ba62781284b202aa72a98 +SHA256 (ike-2.1.4-release.tbz2) = 8c587e71af361ecb383c99dea0ae01b45f6206a23de8d113c75e996729dc5677 +SIZE (ike-2.1.4-release.tbz2) = 575785 diff --git a/security/ike/pkg-plist b/security/ike/pkg-plist index a63763fe61e3..2ed2e5230ff4 100644 --- a/security/ike/pkg-plist +++ b/security/ike/pkg-plist @@ -5,6 +5,6 @@ sbin/iked bin/ikea bin/ikec lib/libike.so -lib/libike.so.2.1.0 +lib/libike.so.2.1.4 lib/libpfk.so -lib/libpfk.so.2.1.0 +lib/libpfk.so.2.1.4 |