Commit Graph

36 Commits

Author SHA1 Message Date
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Eitan Adler
e1925f7102 - Remove outdated version checks
Reviewed by:	nox
2012-01-09 04:01:17 +00:00
Olli Hauer
87931c6875 -remove MD5 2011-07-03 14:03:52 +00:00
Norikatsu Shigemura
0a61c70724 Fix build issue WITH_OPENSSL_PORT.
PR:		ports/146288
Submitted by:	Dan Lukes   dan  obluda cz
2010-05-04 10:53:46 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Rong-En Fan
07b3671f73 - Fix build with newer openssl (>= 0.9.8b)
- Fix build after FAST_IPSEC removal on 7.x and 8.x

PR:		ports/111430
Submitted by:	Dan Lukes <dan at obluda.cz>
2008-04-13 13:09:32 +00:00
Alejandro Pulver
cc6a4eebad - Make it work on 64-bit systems.
- Avoid the build failing when OpenSSL is installed as a port too.

PR:		ports/94921
Submitted by:	Mats Palmgren <mats.palmgren@bredband.net>
2007-09-29 22:12:20 +00:00
Simon L. B. Nielsen
14346c6625 Return this port to the pool.
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.
2007-04-05 10:10:19 +00:00
Simon L. B. Nielsen
77fe9be48e Mark BROKEN on recent -CURRENT since it doesn't compile with OpenSSL
0.9.8b, and I haven't found out how to fix it yet (patches are gladly
accepted).
2006-09-03 17:46:04 +00:00
Simon L. B. Nielsen
68f8b915d0 - Make rc.d script more like what the Porters Handbook suggests.
- Bump PORTREVISION.

Prodded by:	dougb
2006-03-27 20:57:48 +00:00
Simon L. B. Nielsen
a634482618 - Install an isakmpd rc.d startup script based on the ike startup script
in the base system. [1]
- Do not quote BROKEN.
- Remove USE_REINPLACE, when I'm here anyway.

Postponed for way to long by:	simon [1]
2006-03-26 11:14:02 +00:00
Simon L. B. Nielsen
11e3a1f879 Force C locale during build, since the isakmpd build system is not
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
2005-12-11 18:08:07 +00:00
Simon L. B. Nielsen
ebd97bd79d - Update to a new snapshot from the OpenBSD 2.6 branch dated 20041207
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
2004-12-14 11:49:45 +00:00
Sergey Matveychuk
b0879a8f94 - Standardize an EXPIRATION_DATE format.
Approved by:	krion
2004-11-24 01:53:15 +00:00
Jacques Vidrine
b31b14f0dc Mark deprecated due to no maintainer and unpatched denial-of-service
vulnerability:
http://vuxml.freebsd.org/b7cb488c-8349-11d8-a41f-0020ed76ef5a.html
2004-10-21 21:25:00 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Edwin Groothuis
d4626f9b85 Upgrade to the latests isakmpd version. 2003-10-17 12:41:12 +00:00
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
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Ying-Chieh Liao
adac203589 fix hardcoded path
PR:		43933
Submitted by:	Daniel C. Sobral <dcs@tcoip.com.br>
2003-01-03 07:21:30 +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
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Kris Kennaway
316c3bdfce Fix build on -current (add LIB_DEPENDS on libgmp4) 2002-09-08 23:07:37 +00:00
Jacques Vidrine
a469edfc6c Apply patch from OpenBSD for out-of-sequence packets. 2002-08-20 01:16:02 +00:00
Trevor Johnson
3a8ed1c8d5 Add another URL (from Jacques Vidrine) to the FORBIDDEN line. 2002-08-20 01:06:26 +00:00
Trevor Johnson
59b44ca7f6 Mark forbidden due to unconfirmed report that out-of-sequence IKE
payloads can make isakmpd crash.
2002-08-07 13:03:55 +00:00
Dirk Meyer
9ed36b5ebd change unknown USE_SSL into USE_OPENSSL 2002-05-08 06:16:29 +00:00
Patrick Li
d4d6adf588 Update to 20020403
PR:		36693
Submitted by:	Martti Kuparinen <martti.kuparinen@iki.fi>
2002-04-03 21:11:50 +00:00
Patrick Li
fcc7c84916 Update to 20020203 and give maintainership back to ports@
PR:		36548
Submitted by:	maintainer
2002-03-30 21:30:23 +00:00
Patrick Li
f944b883d4 Hand maintainership to Anders Andersson <anders@hack.org>
Submitted by:	Anders Andersson <anders@hack.org>
2002-01-11 03:08:24 +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