diff options
author | manu <manu@pkgsrc.org> | 2008-08-16 06:55:18 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2008-08-16 06:55:18 +0000 |
commit | 2181a05305c0232e5db67b6a2b53ad9fa9626c68 (patch) | |
tree | 94f6c5183949b64f2d2d923945a3041fbe078d2c /security | |
parent | d8ccdc851f6436e98ff86444e3d8de9acddf73e4 (diff) | |
download | pkgsrc-2181a05305c0232e5db67b6a2b53ad9fa9626c68.tar.gz |
Update to ipsec-tools 0.7.1, fixes CVE-2008-3652
Changes since the 0.6 branch:
0.7.1 - 23 July 2008
o Fixes a memory leak when invalid proposal received
o Some fixes in DPD
o do not set default gss id if xauth is used
o fixed hybrid enabled builds
o fixed compilation on FreeBSD8
o cleanup in network port value manipulation
o gets ports from SADB_X_EXT_NAT_T_[SD]PORT if present in purge_ipsec_sp
i()
o Generates a log if cert validation has been disabled by configuration
o better handling for pfkey socket read errors
o Fixes in yacc / bison stuff
o new plog() macro (reduced CPU usage when logging is disabled)
o Try to works better with huge SPD/SAD
o Corrected modecfg option syntax
o Many other various fixes...
0.7 - 09 August 2007
o Xauth with pre-shared key PSK
o Xauth with certificates
o SHA2 support
o pkcs7 support
o system accounting (utmp)
o Darwin support
o configuration can be reloaded
o Support for UNIQUE generated policies
o Support for semi anonymous sainfos
o Support for ph1id to remoteid matching
o Plain RSA authentication
o Native LDAP support for Xauth and modecfg
o Group membership checks for Xauth and sainfo selection
o Camellia cipher support
o IKE Fragment force option
o Modecfg SplitNet attribute support
o Modecfg SplitDNS attribute support ( server side )
o Modecfg Default Domain attribute support
o Modecfg DNS/WINS server multiple attribute support
Diffstat (limited to 'security')
-rw-r--r-- | security/ipsec-tools/Makefile | 7 | ||||
-rw-r--r-- | security/ipsec-tools/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile index 5fb138c40c2..51e70faf0e4 100644 --- a/security/ipsec-tools/Makefile +++ b/security/ipsec-tools/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2008/01/18 05:09:37 tnn Exp $ +# $NetBSD: Makefile,v 1.28 2008/08/16 06:55:18 manu Exp $ -DISTNAME= ipsec-tools-0.6.7 -PKGREVISION= 1 +DISTNAME= ipsec-tools-0.7.1 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipsec-tools/} +MASTER_SITES= ${MASTER_SITE_NETBSD:=ipsec-tools/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= manu@NetBSD.org diff --git a/security/ipsec-tools/distinfo b/security/ipsec-tools/distinfo index 5af347f6913..8c0cb9ff08b 100644 --- a/security/ipsec-tools/distinfo +++ b/security/ipsec-tools/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2007/04/11 06:51:19 ghen Exp $ +$NetBSD: distinfo,v 1.15 2008/08/16 06:55:18 manu Exp $ -SHA1 (ipsec-tools-0.6.7.tar.bz2) = ed3a6566409c506d5a7cd82cf263a5b8df3fad55 -RMD160 (ipsec-tools-0.6.7.tar.bz2) = 97c27922f5be941fd6c69e35e69bed921b9f13e7 -Size (ipsec-tools-0.6.7.tar.bz2) = 723032 bytes +SHA1 (ipsec-tools-0.7.1.tar.bz2) = 7a2ef71ece73710bf9a5ef2f63aacfcea1c58efb +RMD160 (ipsec-tools-0.7.1.tar.bz2) = 98c5bb292006fb49eb78133059ee74d0dd3b8122 +Size (ipsec-tools-0.7.1.tar.bz2) = 784046 bytes |