diff options
author | nectar <nectar@FreeBSD.org> | 2002-08-20 01:16:02 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2002-08-20 01:16:02 +0000 |
commit | b6babaa7775d50d73aeb56639dd0761b9d586f6a (patch) | |
tree | a621af2aea00767963250faeb67a85ca5545515a /security/isakmpd | |
parent | f133615ad1c57f0368d378ccb8e5f03d2b65051f (diff) | |
download | FreeBSD-ports-b6babaa7775d50d73aeb56639dd0761b9d586f6a.zip FreeBSD-ports-b6babaa7775d50d73aeb56639dd0761b9d586f6a.tar.gz |
Apply patch from OpenBSD for out-of-sequence packets.
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 c75fa94..607f954 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 4cf63d0..956e6df 100644 --- a/security/isakmpd/distinfo +++ b/security/isakmpd/distinfo @@ -1 +1,2 @@ MD5 (isakmpd-20020403.tar.gz) = 9ef2ee1fcf682696c33e61ba94576091 +MD5 (010_isakmpd.patch) = b2f2a29ab1db1a31f32e14073bf5d51b |