Update to 20020104
PR: 33741 Submitted by: Anders Andersson <anders@hack.org> Obtained from: NetBSD
This commit is contained in:
parent
496b587386
commit
dbdb7dc95a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52836
7 changed files with 10 additions and 42 deletions
|
@ -9,7 +9,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= isakmpd
|
||||
PORTVERSION= 20010403
|
||||
PORTVERSION= 20020104
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= ${MASTER_SITE_NETBSD}
|
||||
MASTER_SITE_SUBDIR= LOCAL_PORTS
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (isakmpd-20010403.tar.gz) = 9813cb6735983eb00908616bb63a654c
|
||||
MD5 (isakmpd-20020104.tar.gz) = 80ade017ae4e95498416923872e0a233
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
--- Makefile.orig Fri May 11 17:38:14 2001
|
||||
+++ Makefile Fri May 11 17:38:33 2001
|
||||
@@ -44,10 +44,10 @@
|
||||
# openbsd means 2.5 or newer, openbsd-encap is for older kernels with PF_ENCAP
|
||||
# linux is the name for Linux with FreeS/WAN integrated, freebsd/netbsd means
|
||||
# FreeBSD/NetBSD with KAME IPsec.
|
||||
--- Makefile.orig Sun Aug 26 00:22:26 2001
|
||||
+++ Makefile Wed Jan 9 22:06:58 2002
|
||||
@@ -43,9 +43,9 @@
|
||||
|
||||
# openbsd means OpenBSD 2.5 or newer. linux is the name for Linux with
|
||||
# FreeS/WAN integrated, freebsd/netbsd means FreeBSD/NetBSD with KAME IPsec.
|
||||
-OS= openbsd
|
||||
+#OS= openbsd
|
||||
#OS= openbsd-encap
|
||||
#OS= netbsd
|
||||
-#OS= freebsd
|
||||
+OS= freebsd
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- samples/Makefile.orig Fri May 11 17:40:05 2001
|
||||
+++ samples/Makefile Fri May 11 17:40:30 2001
|
||||
--- samples/Makefile.orig Tue May 2 16:33:55 2000
|
||||
+++ samples/Makefile Wed Jan 9 22:08:47 2002
|
||||
@@ -31,7 +31,7 @@
|
||||
#
|
||||
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- apps/certpatch/Makefile.orig Fri May 11 17:50:35 2001
|
||||
+++ apps/certpatch/Makefile Fri May 11 17:51:04 2001
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
PROG= certpatch
|
||||
SRCS= certpatch.c
|
||||
-BINDIR= /usr/sbin
|
||||
+BINDIR?= /usr/sbin
|
||||
TOPSRC= ${.CURDIR}/../..
|
||||
TOPOBJ!= cd ${TOPSRC}; printf "all:\n\t@pwd\n" |${MAKE} -f-
|
||||
OS!= awk '/^OS=/ { print $$2 }' ${.CURDIR}/../../Makefile
|
|
@ -1,10 +0,0 @@
|
|||
--- x509.c.orig Fri May 11 18:13:32 2001
|
||||
+++ x509.c Fri May 11 18:14:00 2001
|
||||
@@ -545,7 +545,6 @@
|
||||
return 0;
|
||||
}
|
||||
|
||||
- free (x509_policy_asserts);
|
||||
x509_policy_asserts = new_asserts;
|
||||
}
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
--- sysdep/freebsd/sysdep-os.h.orig Fri May 11 19:17:49 2001
|
||||
+++ sysdep/freebsd/sysdep-os.h Fri May 11 19:18:01 2001
|
||||
@@ -44,7 +44,6 @@
|
||||
/* We need in_addr_t, in_port_t & socklen_t. */
|
||||
typedef u_int32_t in_addr_t;
|
||||
typedef u_int16_t in_port_t;
|
||||
-typedef u_int32_t socklen_t;
|
||||
|
||||
#if 0
|
||||
/* OpenSSL differs from OpenBSD very slightly... */
|
Loading…
Reference in a new issue