head	1.5;
access;
symbols
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2003.10.17.12.41.12;	author edwin;	state dead;
branches;
next	1.4;

1.4
date	2003.09.10.08.22.59;	author netchild;	state Exp;
branches;
next	1.3;

1.3
date	2003.07.30.06.16.41;	author daichi;	state Exp;
branches;
next	1.2;

1.2
date	2002.01.10.00.01.51;	author pat;	state Exp;
branches;
next	1.1;

1.1
date	2001.05.20.02.31.11;	author will;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Upgrade to the latests isakmpd version.
@
text
@--- samples/Makefile.orig	Tue May  2 16:33:55 2000
+++ samples/Makefile	Wed Jan  9 22:08:47 2002
@@@@ -31,7 +31,7 @@@@
 #
 
 FILES=		VPN-* policy singlehost-*
-TARGETDIR=	/usr/share/ipsec/isakmpd
+TARGETDIR=	${PREFIX}/share/examples/isakmpd
 
 # The mkdir below is for installation on OpenBSD pre 2.7
 install:
@


1.4
log
@- Fix the "duplicate script for target <...> ignored" warnings on -current
  caused by ${WRKSRC}/Makefile.
- Fix the "extra tokens at end of #else directive" warnings in
  ${WRKSRC}/sysdep/freebsd/sysdep-os.h on -current.
- Fix some format strings in ${WRKSRC}/conf.c and ${WRKSRC}/sa.c for 64 bit
  systems (obtained from NetBSD).
- Move the delta patching ${WRKSRC}/Makefile from patch-ab (priviously
  patching ${WRKSRC}/samples/Makefile and ${WRKSRC}/Makefile) to patch-aa
  (patching ${WRKSRC}/Makefile).
- Build and install certpatch(8), a quite usefull tool to add subjectAltName
  identities to X.509 certificates.

Submitted by:	Marius Strobl <marius@@alchemy.franken.de>
@
text
@@


1.3
log
@update security/isakmpd: Enable use of keynote

PR:		43892
Submitted by:	Daniel C. Sobral <dcs@@tcoip.com.br>
@
text
@a11 10
--- Makefile.orig	Wed Oct  9 17:15:53 2002
+++ Makefile	Wed Oct  9 17:16:26 2002
@@@@ -164,6 +164,7 @@@@
 USE_LIBDES=	yes
 LDADD+=		-lkeynote -lm
 DPADD+=		${LIBKEYNOTE} ${LIBM}
+POLICY=         policy.c
 CFLAGS+=	-DUSE_KEYNOTE
 .endif
 
@


1.2
log
@Update to 20020104

PR:		33741
Submitted by:	Anders Andersson <anders@@hack.org>
Obtained from:	NetBSD
@
text
@d12 10
@


1.1
log
@Add isakmpd 20010403, the OpenBSD IKE daemon.  About time, too...

PR:		27274
Submitted by:	Martti Kuparinen <martti.kuparinen@@iki.fi>
@
text
@d1 2
a2 2
--- samples/Makefile.orig	Fri May 11 17:40:05 2001
+++ samples/Makefile	Fri May 11 17:40:30 2001
@

