diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-08-20 01:16:02 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-08-20 01:16:02 +0000 |
commit | a469edfc6cd1cbb9d6088625deee653c65f6b1d1 (patch) | |
tree | 188981d2f84e2fba104165a02617522c59254225 /security/isakmpd | |
parent | 3a8ed1c8d531774bf9e6f05bfe8c1c36ab252a38 (diff) | |
download | ports-a469edfc6cd1cbb9d6088625deee653c65f6b1d1.tar.gz ports-a469edfc6cd1cbb9d6088625deee653c65f6b1d1.zip |
Apply patch from OpenBSD for out-of-sequence packets.
Notes
Notes:
svn path=/head/; revision=64681
Diffstat (limited to 'security/isakmpd')
-rw-r--r-- | security/isakmpd/Makefile | 7 | ||||
-rw-r--r-- | security/isakmpd/distinfo | 1 |
2 files changed, 6 insertions, 2 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index c75fa94d46ad..607f9544e2b1 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -10,13 +10,16 @@ PORTNAME= isakmpd PORTVERSION= 20020403 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_NETBSD} MASTER_SITE_SUBDIR= LOCAL_PORTS -MAINTAINER= ports@FreeBSD.org +PATCH_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/ +PATCHFILES= 010_isakmpd.patch +PATCH_DIST_STRIP= -p2 -FORBIDDEN= "unconfirmed reports of security bug--see <URL:http://www.openbsd.org/errata.html\#isakmpd> and <URL:http://www.kb.cert.org/vuls/id/287771>" +MAINTAINER= ports@FreeBSD.org # this is not compatible with cross build - there's no other way .if !exists(/usr/include/netinet6/ipsec.h) diff --git a/security/isakmpd/distinfo b/security/isakmpd/distinfo index 4cf63d020b71..956e6df19223 100644 --- a/security/isakmpd/distinfo +++ b/security/isakmpd/distinfo @@ -1 +1,2 @@ MD5 (isakmpd-20020403.tar.gz) = 9ef2ee1fcf682696c33e61ba94576091 +MD5 (010_isakmpd.patch) = b2f2a29ab1db1a31f32e14073bf5d51b |