diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2004-04-01 13:41:46 +0000 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2004-04-01 13:41:46 +0000 |
commit | 1078e7e077e17d51b9f7a2297cbc4823499ff3de (patch) | |
tree | 09fbcbb7e2edb75483091931cfeaa58e6339718f /security/racoon2 | |
parent | ff2c05693db64185aba0417703387571c6e34ad1 (diff) | |
download | FreeBSD-ports-1078e7e077e17d51b9f7a2297cbc4823499ff3de.zip FreeBSD-ports-1078e7e077e17d51b9f7a2297cbc4823499ff3de.tar.gz |
Quick fix to avoid DoS attack due to malloc(3) bug.
Related PR: bin/64991
Submitted by: suz
Diffstat (limited to 'security/racoon2')
-rw-r--r-- | security/racoon2/Makefile | 2 | ||||
-rw-r--r-- | security/racoon2/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile index 4a3bdcd..7674a1c 100644 --- a/security/racoon2/Makefile +++ b/security/racoon2/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/racoon2/distinfo b/security/racoon2/distinfo index 26d7241..be84bfc 100644 --- a/security/racoon2/distinfo +++ b/security/racoon2/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 |