| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
28 Apr 2013 21:02:40
  |
bapt  |
Convert security to new options framework |
17 Apr 2013 05:45:56
20100526a_4
|
sumikawa  |
Use yacc in system default.
Feature safe: yes |
21 Oct 2012 12:12:54
20100526a_3
|
sumikawa  |
Make works with perl5.16
Feature safe: yes
Submitted by: Cy Schubert <Cy.Schubert@komquats.com> |
27 Feb 2012 04:40:57
20100526a_2
|
sumikawa  |
install rc.d scripts on FreeBSD 10.x and above
PR: ports/165456
Submitted by: rea |
14 Jan 2012 08:57:23
20100526a_1
|
dougb  |
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. |
03 Jul 2011 14:03:52
20100526a_1
|
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
20100526a_1
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
20100526a_1
|
ade  |
Punt autoconf267->autoconf268 |
15 Sep 2010 18:35:24
20100526a_1
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
26 Jul 2010 08:21:43
20100526a
|
sumikawa  |
Upgrade to 20100526a. |
22 Nov 2009 01:56:32
20090327c
|
sumikawa  |
make compilable with KINK. |
30 Mar 2009 04:47:37
20090327c
|
sumikawa  |
Upgrade to 20090327c. |
23 Feb 2009 03:16:29
20071227e_3
|
sumikawa  |
Fix rcf_get_remotebyaddr() condition.
This fixes not worked simultaneously ikev1 and ikev2.
From: Dmitry <dmitry2006@yandex.ru>
PR: ports/131976
Obtained from:
http://www.racoon2.wide.ad.jp/cvsweb/racoon2/lib/cfsetup.c.diff?r1=1.102&r2=1.103 |
26 Aug 2008 08:55:18
20071227e_2
|
sumikawa  |
Fix hardcoded cofiguration path.
Reported by: Goran Lowkrantz <goran.lowkrantz@ismobile.com> |
21 Aug 2008 06:18:49
20071227e_1
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
20 Aug 2008 00:57:32
20071227e_1
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
12 Aug 2008 05:30:38
20071227e_1
|
sumikawa  |
Fix pkg-plist with WITH_KINK.
PR: ports/125642
Submitted by: yves guerin <yvesguerin@yahoo.ca> |
18 Apr 2008 02:19:21
20071227e_1
|
sumikawa  |
Fix to mkdir unnecessary directory. |
17 Apr 2008 06:28:39
20071227e
|
sumikawa  |
Upgrade to 20071227e.
PR: ports/119795
From: Yarema <yds@CoolRat.org> |
30 Sep 2007 04:47:37
20070720a_3
|
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
20 Aug 2007 01:07:18
20070720a_2
|
sumikawa  |
Revert removing USE_AUTOTOOLS. |
17 Aug 2007 07:36:17
20070720a_2
|
sumikawa  |
Make compilable with recent FAST_IPSEC changes on -CURRENT. |
27 Jul 2007 01:55:07
20070720a_1
|
sumikawa  |
Fix pkg-plist. |
23 Jul 2007 03:30:21
20070720a
|
sumikawa  |
Upgrade to 20070720a. |
12 Jan 2007 21:54:10
20061228a
|
sumikawa  |
Fix PLIST. |
30 Dec 2006 11:46:48
20061228a
|
sumikawa  |
Upgrade to 20061228a. IKEv1 has been supported. |
26 Sep 2006 06:11:49
20060712a
|
sumikawa  |
Add pathches to fix compilation problem on 64bit arch. |
21 Aug 2006 05:56:16
20060712a
|
sumikawa  |
Fix compilation on 64bit archs. |
17 Jul 2006 17:01:21
20060712a
|
sumikawa  |
Upgrade to 20060712a. |
07 Jun 2006 07:33:36
20051102a_3
|
sumikawa  |
clean up startup scripts.
PR: ports/91312
Reported by: Vivek Khera <vivek@khera.org> |
30 May 2006 04:02:11
20051102a_2
|
sumikawa  |
Fix installation problem on freebsd4. |
13 Feb 2006 15:09:16
20051102a_2
|
sumikawa  |
- Make an option for kinkd support. This should work on 4-STABLE
- Now kinkd is disabled in default
- use set_rcvar
Noticed by: kris
Submitted by: jau@iki.fi (set_rcvar patch) |
24 Jan 2006 01:03:33
20051102a_1
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
20051102a_1
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
04 Nov 2005 02:44:54
20051102a_1
|
sumikawa  |
Fix plist. |
02 Nov 2005 06:38:02
20051102a
|
sumikawa  |
Upgrade to 20051102a. |
11 Jul 2005 03:04:38
20050625b_1
|
sumikawa  |
Make compilable on 64bit system. |
05 Jul 2005 05:09:01
20050625b_1
|
sumikawa  |
Fix pkg-plist. |
04 Jul 2005 16:41:41
20050625b
|
sumikawa  |
IKEv2 has been supported. |
04 Jul 2005 16:40:02
20050625b
|
sumikawa  |
Upgrade to 20050625b. IKEv2 has been supported. |
02 Feb 2005 13:06:26
20050128b
|
sumikawa  |
- Make it broken when Kerberos5 is not installed in the system
- Correct paths in documents |
01 Feb 2005 18:59:09
20050128b
|
sumikawa  |
"racoon2" is a system to exchange and to install security parameters
for the IPsec.
Currently the system supports the following specification:
Internet Key Exchange (IKEv2) Protocol
draft-ietf-ipsec-ikev2-17.txt
(The IKE daemon is not included in the current release due to IPR issue)
Kerberized Internet Negotiation of Keys (KINK)
draft-ietf-kink-kink-06.txt
PF_KEY Key Management API, Version 2
RFC2367
The following protocols will be supported soon.
The Internet Key Exchange (IKE)
RFC2409
WWW: http://www.kame.net/
This port was repocopied from secutiry/racoon.
PR: ports/76814 |