I don't use isakmpd enough to care enough about maintaining this port
properly. It really should be upgraded to a new snapshot, unfortunatly
this is non-trivial work since the compat code was removed upstream.
locale safe.
This should fix the build for locales like German and Hungarian where
the tr(1) misuse "tr '[a-z]' '[A-Z]'" does not work.
Add SHA256 checksum when I'm modifying the port anyway.
Reported by: Harald Schmalzbauer, Zahemszky Gabor
Should have been fixed long ago by: simon
which, among many other things, fixes the know security
vulnerabilities.
- Remove some notes about tracking NetBSD, since the port does not do
that anymore.
- Remove out-of-date information from pkg-descr.
- Take maintainership.
Approved by: nectar
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>
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>