summaryrefslogtreecommitdiffstats
path: root/security/isakmpd
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-01-03 07:10:25 +0000
committerijliao <ijliao@FreeBSD.org>2003-01-03 07:10:25 +0000
commit9de7c14ba63baf8764539f26efd054345da96c52 (patch)
treea7035c909602ebb2fa9417c37c23e8370b847845 /security/isakmpd
parent5001383a4c28d7a9fd16488f4ea1370f98efb47c (diff)
downloadFreeBSD-ports-9de7c14ba63baf8764539f26efd054345da96c52.zip
FreeBSD-ports-9de7c14ba63baf8764539f26efd054345da96c52.tar.gz
upgrade to 20021118
PR: 45752 Submitted by: Mathieu Arnold <m@absolight.fr>
Diffstat (limited to 'security/isakmpd')
-rw-r--r--security/isakmpd/Makefile9
-rw-r--r--security/isakmpd/distinfo2
-rw-r--r--security/isakmpd/files/patch-sysdep-os.h14
3 files changed, 17 insertions, 8 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile
index 9cea49d..b927d82 100644
--- a/security/isakmpd/Makefile
+++ b/security/isakmpd/Makefile
@@ -9,20 +9,15 @@
#
PORTNAME= isakmpd
-PORTVERSION= 20020403
-PORTREVISION= 1
+PORTVERSION= 20021118
CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_NETBSD}
MASTER_SITE_SUBDIR= LOCAL_PORTS
-PATCH_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/
-PATCHFILES= 010_isakmpd.patch
-PATCH_DIST_STRIP= -p2
+MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
-MAINTAINER= ports@FreeBSD.org
-
# this is not compatible with cross build - there's no other way
.if !exists(/usr/include/netinet6/ipsec.h)
BROKEN= "requires IPsec support"
diff --git a/security/isakmpd/distinfo b/security/isakmpd/distinfo
index 956e6df..cf2a4cb 100644
--- a/security/isakmpd/distinfo
+++ b/security/isakmpd/distinfo
@@ -1,2 +1,2 @@
-MD5 (isakmpd-20020403.tar.gz) = 9ef2ee1fcf682696c33e61ba94576091
+MD5 (isakmpd-20021118.tar.gz) = d48318144623fa1484edaf24e660205f
MD5 (010_isakmpd.patch) = b2f2a29ab1db1a31f32e14073bf5d51b
diff --git a/security/isakmpd/files/patch-sysdep-os.h b/security/isakmpd/files/patch-sysdep-os.h
new file mode 100644
index 0000000..861ea65
--- /dev/null
+++ b/security/isakmpd/files/patch-sysdep-os.h
@@ -0,0 +1,14 @@
+--- sysdep/freebsd/sysdep-os.h~ Fri Jan 25 14:55:21 2002
++++ sysdep/freebsd/sysdep-os.h Tue Nov 26 14:40:03 2002
+@@ -81,4 +81,11 @@
+ }
+ #endif
+
++#ifndef CPI_RESERVED_MAX
++#define CPI_RESERVED_MIN 1
++#define CPI_RESERVED_MAX 255
++#define CPI_PRIVATE_MIN 61440
++#define CPI_PRIVATE_MAX 65536
++#endif
++
+ #endif /* _SYSDEP_OS_H_ */
OpenPOWER on IntegriCloud