aboutsummaryrefslogtreecommitdiffstats
path: root/security/isakmpd
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-10-17 20:41:12 +0800
committeredwin <edwin@FreeBSD.org>2003-10-17 20:41:12 +0800
commit690254e2a6516cd24132f47eaffea748023f4405 (patch)
tree3936b1b4aee5429ac3da25373391ac54fbc4a2c6 /security/isakmpd
parent2073569cdd3213b5075fefc7cf84582c948110e6 (diff)
downloadfreebsd-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')
-rw-r--r--security/isakmpd/Makefile11
-rw-r--r--security/isakmpd/distinfo3
-rw-r--r--security/isakmpd/files/patch-Makefile (renamed from security/isakmpd/files/patch-aa)14
-rw-r--r--security/isakmpd/files/patch-conf.c9
-rw-r--r--security/isakmpd/files/patch-crypto.h12
-rw-r--r--security/isakmpd/files/patch-samples::Makefile (renamed from security/isakmpd/files/patch-ab)0
6 files changed, 13 insertions, 36 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile
index 18b548b12a99..a61f96a24b7f 100644
--- a/security/isakmpd/Makefile
+++ b/security/isakmpd/Makefile
@@ -9,11 +9,10 @@
#
PORTNAME= isakmpd
-PORTVERSION= 20021118
-PORTREVISION= 2
+PORTVERSION= 20030903
CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_NETBSD}
-MASTER_SITE_SUBDIR= LOCAL_PORTS
+MASTER_SITE_SUBDIR= .
MAINTAINER= ports@FreeBSD.org
COMMENT= OpenBSD IKE daemon
@@ -38,8 +37,8 @@ MAN8= certpatch.8 isakmpd.8
MANCOMPRESSED= yes
post-patch:
- @(cd ${WRKSRC}; ${REINPLACE_CMD} -e "s!/etc/!${PREFIX}/etc/!" \
- conf.h ike_auth.c isakmpd.8 isakmpd.conf.5 \
- isakmpd.policy.5 policy.h)
+.for f in conf.h ike_auth.c isakmpd.8 isakmpd.conf.5 isakmpd.policy.5 policy.h
+ ${REINPLACE_CMD} -e "s!/etc/!${PREFIX}/etc/!" ${WRKSRC}/${f}
+.endfor
.include <bsd.port.mk>
diff --git a/security/isakmpd/distinfo b/security/isakmpd/distinfo
index cf2a4cb419fa..3ab7d6acc46a 100644
--- a/security/isakmpd/distinfo
+++ b/security/isakmpd/distinfo
@@ -1,2 +1 @@
-MD5 (isakmpd-20021118.tar.gz) = d48318144623fa1484edaf24e660205f
-MD5 (010_isakmpd.patch) = b2f2a29ab1db1a31f32e14073bf5d51b
+MD5 (isakmpd-20030903.tar.gz) = 7a692835f7928ae0a1a8f6f2d119b4aa
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
t/accessibility?id=17e4e78f71e532ec27651d6da1897312e2e6348c'>- Fix build on 7.X amd64 and 6.X everywhere.avilla2010-02-1910-31/+231 * Presenting KDE 4.3.5 for FreeBSD. The official release notes for thismiwi2010-02-0715-45/+15 * - Mark BROKEN on 6.X everywhere and on 7.X amd64pav2010-02-061-0/+8 * - update to jpeg-8dinoex2010-02-0516-6/+16 * - Update my e-mail address in the ports I maintain.avilla2010-01-271-1/+1 * The FreeBSD KDE team is pleased to announce Qt-4.6.1 for FreeBSD.makc2010-01-223-17/+21 * - speech-dispatcher: try fix building on FreeBSD < 8.0fluffy2010-01-188-1/+301 * - Add speech-dispatcherfluffy2010-01-0816-0/+426 * Update to 2.28.3ahze2010-01-042-4/+4 * Update to 2.28.2.kwm2009-12-193-4/+22 * Update to 2.28.2.marcus2009-12-182-4/+4 * The FreeBSD KDE is please to announce the release of KDE 4.3.4,miwi2009-12-025-15/+15 * Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thismarcus2009-11-2924-129/+245 * The KDE FreeBSD team is proud to announce the release of KDE 4.3.3miwi2009-11-2710-25/+15 * - Update to Qt-4.5miwi2009-11-272-6/+0 * - Mark MAKE_JOBS_UNSAFEpav2009-11-201-0/+1 * The FreeBSD KDE is please to announce the release of KDE 4.3.1,tabthorpe2009-09-025-15/+15 * - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-1/+1 * Fix the plist when doxygen is installed.marcus2009-08-161-0/+11 * Mk/bsd.kde4.mk:makc2009-08-105-15/+0 * The KDE FreeBSD team is proud to announce the release of KDE 4.3.0miwi2009-08-0515-30/+35 * - s/MAKE_JOBS_SAVE/MAKE_JOBS_SAFEmiwi2009-08-051-1/+1 * - Update Qt4 to 4.5.2miwi2009-08-052-3/+4 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-033-3/+3 * Update to 0.15.8.marcus2009-08-022-4/+4 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-3115-5/+15 * Update to 0.15.7.marcus2009-07-073-4/+7 * Update to 2.26.3.avl2009-07-032-4/+4 * Update to 2.26.3.avl2009-07-013-4/+7 * Fix build with custom LOCALBASEitetcu2009-06-171-0/+2 * - Assign all unmaintained ruby ports to ruby@,stas2009-06-161-1/+1 * The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfixmiwi2009-06-035-15/+15 * . add linux-f10 ports to the rank of CONFLICTS for linux-fc4 ports;bsam2009-06-031-2/+2 * . add CONFLICTS to linux-f8 infrastructure ports;bsam2009-06-031-0/+3 * Here are new Linux Fedora 10 infrastructure ports.bsam2009-06-024-20/+24 * Update to 2.26.2.marcus2009-05-196-8/+50 * Update KDE ports to 4.2.3makc2009-05-105-15/+15 * Update to 4.10.1.marcus2009-05-103-4/+23 * mark as MAKE_JOBS_UNSAFEmakc2009-04-255-5/+5 * Presenting GNOME 2.26.1 for FreeBSD.kwm2009-04-244-10/+10 * Update to 0.15.6.marcus2009-04-122-4/+4 * Presenting GNOME 2.26 for FreeBSD. Seemarcus2009-04-1023-53/+219 * The KDE FreeBSD team is proud to announce the release of KDE 4.2.2miwi2009-04-0210-20/+20 * Here are new Linux Fedora 8 infrastructure ports.bsam2009-04-017-44/+75 * Finish repocopies of new linux-f8 infrastructure ports:bsam2009-04-011-1/+3 * bump PORTREVISION after cmake updatemakc2009-03-255-0/+5 * Release these ports into wild. I don't have time for these ports anymore. I ammezz2009-03-191-1/+1 * Update to 0.15.5.marcus2009-03-153-4/+7 * Update KDE to 4.2.1.makc2009-03-095-15/+15 * Update to 0.0.9.mva2009-03-082-4/+4 * Update to 0.4.25.marcus2009-02-232-4/+4 * Update to 2.24.4.kwm2009-02-213-7/+7 * Updated my mail address to use @FreeBSD.org now.mva2009-02-202-2/+2 * The KDE FreeBSD team is proud to announce the release of KDE 4.2.0miwi2009-02-0915-690/+1580 * - Update to 0.0.8beech2009-02-082-4/+4 * Update to 0.4.23.marcus2009-02-042-4/+4 * - Use GNOME macro instead of ${MASTER_SITE_GNOME}, removearaujo2009-02-026-12/+6 * Fix build after X.org 7.4 merge.flz2009-01-251-0/+2 * In preparation for adding new linux (Fedora 8) infrastructure ports all linuxbsam2009-01-223-21/+3 * kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release in...makc2009-01-1410-20/+20 * kde@freebsd team is pleased to announce the update for Qt4 ports.makc2009-01-141-3/+3 * Update to 2.24.3.marcus2009-01-132-4/+4 * Update to 2.24.3.marcus2009-01-132-4/+4 * Remove these ports as they have been absorbed into other ports in GNOME 2.24.marcus2009-01-107-185/+0 * Presenting GNOME 2.24 for FreeBSD.marcus2009-01-1026-223/+479 * Bump PORTREVISION's after OpenLDAP update.delphij2009-01-061-1/+1 * - Update to 0.0.7miwi2008-12-253-7/+14 * linux_base-(fc6|f7|f8) have glib2 by itself. Don't depend uponume2008-11-293-0/+15 * Update to 0.4.22.mezz2008-11-202-7/+6 * The KDE FreeBSD team is proud to announce the release of KDE 4.1.1miwi2008-09-035-15/+15 * The KDE FreeBSD team is proud to announce the releasemiwi2008-08-291-3/+3 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0