diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2004-04-01 13:41:46 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2004-04-01 13:41:46 +0000 |
commit | 863ec25fa20f43dc37d4095eac7f7560fa7ada0e (patch) | |
tree | 6c90ceba3d64e9fc70a206f9c8dc88577d6771ad /security/racoon | |
parent | d811cc16ac28ba491fe35ed579ca51c59ee8a0be (diff) | |
download | ports-863ec25fa20f43dc37d4095eac7f7560fa7ada0e.tar.gz ports-863ec25fa20f43dc37d4095eac7f7560fa7ada0e.zip |
Quick fix to avoid DoS attack due to malloc(3) bug.
Related PR: bin/64991
Submitted by: suz
Notes
Notes:
svn path=/head/; revision=105875
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 |