diff options
author | miwi <miwi@FreeBSD.org> | 2008-06-20 23:01:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-06-20 23:01:44 +0800 |
commit | a55a7b9978e1ce61525a3c15957e8ccaf365c7d7 (patch) | |
tree | eb1d6578ece7e67dc8e0bfc99220b9b9ef6e8e0b /security | |
parent | e7fcae3a6778442b1a7ea02b45b1e129f190e36c (diff) | |
download | freebsd-ports-gnome-a55a7b9978e1ce61525a3c15957e8ccaf365c7d7.tar.gz freebsd-ports-gnome-a55a7b9978e1ce61525a3c15957e8ccaf365c7d7.tar.zst freebsd-ports-gnome-a55a7b9978e1ce61525a3c15957e8ccaf365c7d7.zip |
- Update to 2.1.0
PR: 124768
Submitted by: mgrooms@shrew.net (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/ike/Makefile | 3 | ||||
-rw-r--r-- | security/ike/distinfo | 6 | ||||
-rw-r--r-- | security/ike/pkg-descr | 9 | ||||
-rw-r--r-- | security/ike/pkg-plist | 4 |
4 files changed, 12 insertions, 10 deletions
diff --git a/security/ike/Makefile b/security/ike/Makefile index 231a5e34ddbe..35da834062ed 100644 --- a/security/ike/Makefile +++ b/security/ike/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ike -PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTVERSION= 2.1.0 CATEGORIES= security net MASTER_SITES= http://www.shrew.net/vpn/ DISTNAME= ${PORTNAME}-${PORTVERSION}-release diff --git a/security/ike/distinfo b/security/ike/distinfo index bc6c644a9890..29aedb230af5 100644 --- a/security/ike/distinfo +++ b/security/ike/distinfo @@ -1,3 +1,3 @@ -MD5 (ike-2.0.3-release.tbz2) = dab058b7b883e5a9feed360eaf6411d9 -SHA256 (ike-2.0.3-release.tbz2) = 58651e9fea792bea5673a27745dabda49f2d260870f30a19479353faa328ecf3 -SIZE (ike-2.0.3-release.tbz2) = 484995 +MD5 (ike-2.1.0-release.tbz2) = 15b4016ba95c8314c5f3e43fa8457bf7 +SHA256 (ike-2.1.0-release.tbz2) = 993c899ce7e039303566aea17d3f5702bb0587432ee72a7611f72069a188683a +SIZE (ike-2.1.0-release.tbz2) = 567444 diff --git a/security/ike/pkg-descr b/security/ike/pkg-descr index e4e76f077a03..40e566d77aba 100644 --- a/security/ike/pkg-descr +++ b/security/ike/pkg-descr @@ -1,6 +1,9 @@ -This port contains the Shrew Soft ike daemon and client tools. The -software supports ike v1 communications between two gateways or a -a client and a gateway. +This port contains the Shrew Soft IKE daemon and client tools. The +software supports IKE V1 communications with an emphasis on client +functionality. It was orginally designed to compliment a gateway +running the ipsec-tools racoon daemon. The latest version offers a +high level of compatibility with Cisco, Juniper, Zywall, Fortigate +and many other commercial IPsec VPN gateways. For more information please visit ... diff --git a/security/ike/pkg-plist b/security/ike/pkg-plist index 688408ce4363..a63763fe61e3 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.0.3 +lib/libike.so.2.1.0 lib/libpfk.so -lib/libpfk.so.2.0.3 +lib/libpfk.so.2.1.0 |