diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2004-04-01 21:41:46 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2004-04-01 21:41:46 +0800 |
commit | 1078e7e077e17d51b9f7a2297cbc4823499ff3de (patch) | |
tree | 09fbcbb7e2edb75483091931cfeaa58e6339718f /security/racoon | |
parent | ff2c05693db64185aba0417703387571c6e34ad1 (diff) | |
download | freebsd-ports-gnome-1078e7e077e17d51b9f7a2297cbc4823499ff3de.tar.gz freebsd-ports-gnome-1078e7e077e17d51b9f7a2297cbc4823499ff3de.tar.zst freebsd-ports-gnome-1078e7e077e17d51b9f7a2297cbc4823499ff3de.zip |
Quick fix to avoid DoS attack due to malloc(3) bug.
Related PR: bin/64991
Submitted by: suz
Diffstat (limited to 'security/racoon')
-rw-r--r-- | security/racoon/Makefile | 2 | ||||
-rw-r--r-- | security/racoon/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile index 4a3bdcded8e6..7674a1ca7047 100644 --- a/security/racoon/Makefile +++ b/security/racoon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= racoon -PORTVERSION= 20040116a +PORTVERSION= 20040401a CATEGORIES= security net MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/ diff --git a/security/racoon/distinfo b/security/racoon/distinfo index 26d7241b965e..be84bfc40a52 100644 --- a/security/racoon/distinfo +++ b/security/racoon/distinfo @@ -1,2 +1,2 @@ -MD5 (racoon-20040116a.tar.gz) = 967b85d226fa1f5b2ae218b249c9e4e9 -SIZE (racoon-20040116a.tar.gz) = 623322 +MD5 (racoon-20040401a.tar.gz) = 11e518cb20155901b0bd407aebc1561b +SIZE (racoon-20040116a.tar.gz) = 624889 |