diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-17 20:41:12 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-17 20:41:12 +0800 |
commit | 690254e2a6516cd24132f47eaffea748023f4405 (patch) | |
tree | 3936b1b4aee5429ac3da25373391ac54fbc4a2c6 /security/isakmpd/files | |
parent | 2073569cdd3213b5075fefc7cf84582c948110e6 (diff) | |
download | freebsd-ports-gnome-690254e2a6516cd24132f47eaffea748023f4405.tar.gz freebsd-ports-gnome-690254e2a6516cd24132f47eaffea748023f4405.tar.zst freebsd-ports-gnome-690254e2a6516cd24132f47eaffea748023f4405.zip |
Upgrade to the latests isakmpd version.
Diffstat (limited to 'security/isakmpd/files')
-rw-r--r-- | security/isakmpd/files/patch-Makefile (renamed from security/isakmpd/files/patch-aa) | 14 | ||||
-rw-r--r-- | security/isakmpd/files/patch-conf.c | 9 | ||||
-rw-r--r-- | security/isakmpd/files/patch-crypto.h | 12 | ||||
-rw-r--r-- | security/isakmpd/files/patch-samples::Makefile (renamed from security/isakmpd/files/patch-ab) | 0 |
4 files changed, 7 insertions, 28 deletions
diff --git a/security/isakmpd/files/patch-aa b/security/isakmpd/files/patch-Makefile index 71f752585eeb..919007998b63 100644 --- a/security/isakmpd/files/patch-aa +++ b/security/isakmpd/files/patch-Makefile @@ -1,18 +1,18 @@ ---- Makefile.orig Sun Aug 26 00:22:26 2001 -+++ Makefile Wed Jan 9 22:06:58 2002 -@@ -43,9 +43,9 @@ +--- Makefile.orig Fri Aug 29 00:43:35 2003 ++++ Makefile Thu Oct 16 18:54:23 2003 +@@ -38,9 +38,9 @@ - # openbsd means OpenBSD 2.5 or newer. linux is the name for Linux with + # openbsd means OpenBSD 2.5 or newer. freeswan is the name for Linux with # FreeS/WAN integrated, freebsd/netbsd means FreeBSD/NetBSD with KAME IPsec. -OS= openbsd +#OS= openbsd #OS= netbsd -#OS= freebsd +OS= freebsd - #OS= linux + #OS= freeswan #OS= bsdi -@@ -159,6 +159,7 @@ +@@ -157,6 +157,7 @@ USE_LIBDES= yes LDADD+= -lkeynote -lm DPADD+= ${LIBKEYNOTE} ${LIBM} @@ -20,7 +20,7 @@ CFLAGS+= -DUSE_KEYNOTE .endif -@@ -204,4 +205,3 @@ +@@ -202,4 +203,3 @@ ${PROG} beforedepend: ${GENERATED} .include <bsd.prog.mk> diff --git a/security/isakmpd/files/patch-conf.c b/security/isakmpd/files/patch-conf.c deleted file mode 100644 index 519308708fdb..000000000000 --- a/security/isakmpd/files/patch-conf.c +++ /dev/null @@ -1,9 +0,0 @@ ---- conf.c.orig Mon Nov 18 06:58:04 2002 -+++ conf.c Sat Feb 8 11:39:43 2003 -@@ -254,5 +254,5 @@ - if (!section) - { -- log_print ("conf_parse_line: %d: malloc (%d) failed", ln, i); -+ log_print ("conf_parse_line: %d: malloc (%ld) failed", ln, (long) i); - return; - } diff --git a/security/isakmpd/files/patch-crypto.h b/security/isakmpd/files/patch-crypto.h deleted file mode 100644 index 5e72d19b6124..000000000000 --- a/security/isakmpd/files/patch-crypto.h +++ /dev/null @@ -1,12 +0,0 @@ ---- crypto.h.orig Fri Feb 21 10:11:51 2003 -+++ crypto.h Fri Feb 21 10:11:58 2003 -@@ -49,7 +49,8 @@ - - #else - --#include <des.h> -+#define OPENSSL_DES_LIBDES_COMPATIBILITY -+#include <openssl/des.h> - #ifdef USE_BLOWFISH - #include <blf.h> - #endif diff --git a/security/isakmpd/files/patch-ab b/security/isakmpd/files/patch-samples::Makefile index 516941d79013..516941d79013 100644 --- a/security/isakmpd/files/patch-ab +++ b/security/isakmpd/files/patch-samples::Makefile |