Commit graph

7 commits

Author SHA1 Message Date
Alexander Leidinger
7aba119cf1 - 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>
2003-09-10 08:22:59 +00:00
Edwin Groothuis
5f570b422c isakmpd pcap support is broken
The isakmpd port comes with a pcap.h that is not compatible
	with the FreeBSD pcap.h.  As a result, the pcap file written
	by isakmpd has an incorrect 'linktype' in the header.  Thus,
	if one tries to use the pcap file with a FreeBSD tool like
	tcpdump, the packets are incorrectly (read: not at all)
	decoded.

PR:		ports/55940
Submitted by:	James E. Flemer <jflemer@alum.rpi.edu>
2003-08-25 09:29:26 +00:00
Daichi GOTO
23cbcaeccc update security/isakmpd: Enable use of keynote
PR:		43892
Submitted by:	Daniel C. Sobral <dcs@tcoip.com.br>
2003-07-30 06:16:41 +00:00
Jacques Vidrine
c35c9933e8 -- Remove libgmp dependency. It's not used (openssl BN is used).
-- We don't have <des.h> anymore.  Use <openssl/des.h>.
2003-02-21 16:18:58 +00:00
Ying-Chieh Liao
d224de3fc6 upgrade to 20021118
PR:		45752
Submitted by:	Mathieu Arnold <m@absolight.fr>
2003-01-03 07:10:25 +00:00
Patrick Li
dbdb7dc95a Update to 20020104
PR:		33741
Submitted by:	Anders Andersson <anders@hack.org>
Obtained from:	NetBSD
2002-01-10 00:01:51 +00:00
Will Andrews
f328525262 Add isakmpd 20010403, the OpenBSD IKE daemon. About time, too...
PR:		27274
Submitted by:	Martti Kuparinen <martti.kuparinen@iki.fi>
2001-05-20 02:31:11 +00:00