Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
202000908_2 01 Mar 2024 21:11:21
    |
Cy Schubert (cy)  |
security/racoon2: move man pages |
202000908_1 11 Sep 2022 14:41:41
    |
Cy Schubert (cy)  |
security/racoon2: Point to new WWW on github |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
202000908_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
202000908_1 20 Jul 2022 14:22:56
    |
Tobias C. Berner (tcberner)  |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
202000908_1 25 Nov 2021 21:40:11
    |
Stefan Eßer (se)  |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
202000908_1 16 Oct 2021 09:51:39
    |
Jimmy Olgeni (olgeni)  |
*: fix tab vs. space issues, and comments according to the guide. |
202000908_1 30 Sep 2021 21:23:30
    |
Rene Ladan (rene)  |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
202000908_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
202000908_1 29 Sep 2020 17:05:43
  |
cy  |
Point to the correct perl.
PR: 249977
Reported by: Archit Shah <archit.shah@gmail.com> |
202000908 24 Sep 2020 00:55:10
  |
cy  |
Update to the latest Christos Zoulas commit on github.
A number of use-after-free were fixed.
MFH: 2020Q3 |
202000801 07 Aug 2020 01:42:41
  |
cy  |
Update to the latest Christos Zoulas commit on github (202000801).
Additional change required to fixup pkg-plist was to move rc.d files
to their proper location.
MFH: 2020Q3 (fixes 13-CURRENT build errors) |
20181215_1 01 Jan 2020 17:30:19
  |
brnrd  |
Chase rename of security/openssl111
- Categories n-z
MFH: 2020Q1 |
20181215_1 09 Oct 2019 12:20:31
  |
bapt  |
Drop the ipv6 virtual category for s* category as it is not relevant anymore |
20181215_1 09 May 2019 14:27:16
  |
cy  |
Prepare for the pending removal of ispec from GENERIC, making sure
that the ipsec kld is loaded.
Suggested by: gallatin@
MFH: 2019Q2 |
20181215 07 Apr 2019 01:50:34
  |
cy  |
racoon2 as maintained by Chrisos Zoulas (@netbsd.org) only supports
opnessl111. Mark it as unsupported on FreeBSD 11.
MFH: 2019Q2 |
20181215 21 Dec 2018 03:42:56
  |
cy  |
Register conflicts (& add a suffix to the legacy racoon2 port). |
20181215 21 Dec 2018 02:09:30
  |
cy  |
The security/racoon2 port broke when FreeBSD-CURRENT switched to
openssl111. Unfortunately racoon is no longer maintained by the now
defunct KAME project, which officially concluded in March 2006
(see http://www.kame.net/). However the good news is that racoon2
was forked on github and is maintained by Christos Zoulas, a NetBSD
committer (christos@NetBSD.org). This commit switches from the
no longer maintained KAME version of racoon2 to the fork maintained
at by Christos Zoulas on github (https://github.com/zoulasc).
This commit resolves building with openssl111 on FreeBSD-CURRENT.
Looking through Christos' logs on github this resolves many other
issues. As can bee seen, the many patches required to wedge this
fork of racoon2 into our ports tree fixed many issues in the base
software. These will be pushed upstream over time, when time permits.
PR: 234034 |
20100526a_13 14 Jan 2018 13:34:23
  |
tijl  |
- Fix installation broken by undefined ac_given_INSTALL in configure script.
- Improve patch commands that add DESTDIR support.
Reported by: antoine |
20100526a_13 11 Jan 2018 13:35:59
  |
tijl  |
Patch configure directly so USE_AUTOTOOLS can be removed. |
20100526a_13 03 Dec 2017 19:22:12
  |
rene  |
security/{racoon2,krb5-appl}: drop option for expired krb5-113
Bump PORTREVISION |
20100526a_12 15 Mar 2017 14:45:31
  |
mat  |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
20100526a_12 20 Nov 2016 12:34:00
  |
rene  |
security/racoon2: drop optional dependency on expired security/krb5-112
Fix fatal portlint warnings while here
Approved by: cy (maintainer, implicit) |
20100526a_12 07 Sep 2016 17:09:57
  |
tijl  |
- Don't return an error on package installation when spmd.pwd doesn't exist.
- Always generate spmd.pwd. |
20100526a_11 19 Jul 2016 00:14:08
  |
cy  |
Fix ancient getopts invocation in pskgen.
PR: 211178 |
20100526a_10 19 May 2016 10:53:06
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
20100526a_10 22 Apr 2016 13:53:36
  |
mat  |
Remove ${PORTSDIR}/ from *_DEPENDS lines.
Sponsored by: Absolight |
20100526a_10 15 Apr 2016 17:57:30
  |
antoine  |
Unbreak
Reported by: pkg-fallout |
20100526a_10 15 Apr 2016 14:28:44
  |
cy  |
Support the various forms of Kerberos via options.
PR: 207507 |
20100526a_9 15 Apr 2016 14:22:02
  |
cy  |
Fix autogenerated shebang for perl5. |
20100526a_8 15 Apr 2016 14:19:49
  |
cy  |
Revert r413343. The bulk of it was committed by mistake. |
20100526a_9 15 Apr 2016 13:50:20
  |
cy  |
Fix autogenerated shebang for perl5. |
20100526a_8 10 Jan 2016 23:44:29
  |
cy  |
Provide rc vars defaults.
PR: 206104
Submitted by: olgeni |
20100526a_7 17 Dec 2015 17:19:48
  |
mat  |
Fix usage of ${PERL5}.
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.
While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.
PR: 205367
With hat: portmgr
Sponsored by: Absolight |
20100526a_7 10 Sep 2015 12:26:02
  |
amdmi3  |
- Add empty directories to plist
- Use options helpers (a bit)
Approved by: portmgr blanket |
20100526a_6 24 Oct 2014 08:01:24
  |
cy  |
Install fix and @dirrm removal.
Submitted by: olgeni |
20100526a_5 23 Oct 2014 06:39:01
  |
cy  |
Add hack to address wrong security index.
Submitted by: Denis Ahrens <denis@h3q.com>
Obtained from: http://www.racoon2.wide.ad.jp/ml/racoon2-users/201008/msg804.html |
20100526a_4 26 Sep 2014 20:47:35
  |
antoine  |
Fix stage violation (and allow staging as regular user) |
20100526a_4 29 Jul 2014 19:11:53
  |
adamw  |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
20100526a_4 05 Jul 2014 07:10:26
  |
cy  |
Stagify and adopt these orphans. |
20100526a_4 04 Jul 2014 12:46:11
  |
bapt  |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
20100526a_4 20 Dec 2013 18:07:23
  |
sumikawa  |
fix build on FreeBSD 10. |
20100526a_4 20 Sep 2013 22:55:26
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
20100526a_4 28 Apr 2013 21:02:40
  |
bapt  |
Convert security to new options framework |
20100526a_4 17 Apr 2013 05:45:56
  |
sumikawa  |
Use yacc in system default.
Feature safe: yes |
20100526a_3 21 Oct 2012 12:12:54
  |
sumikawa  |
Make works with perl5.16
Feature safe: yes
Submitted by: Cy Schubert <Cy.Schubert@komquats.com> |
20100526a_2 27 Feb 2012 04:40:57
 |
sumikawa  |
install rc.d scripts on FreeBSD 10.x and above
PR: ports/165456
Submitted by: rea |
20100526a_1 14 Jan 2012 08:57:23
 |
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. |
20100526a_1 03 Jul 2011 14:03:52
 |
ohauer  |
-remove MD5 |
20100526a_1 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
20100526a_1 16 Oct 2010 11:52:47
 |
ade  |
Punt autoconf267->autoconf268 |
20100526a_1 15 Sep 2010 18:35:24
 |
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
20100526a 26 Jul 2010 08:21:43
 |
sumikawa  |
Upgrade to 20100526a. |
20090327c 22 Nov 2009 01:56:32
 |
sumikawa  |
make compilable with KINK. |
20090327c 30 Mar 2009 04:47:37
 |
sumikawa  |
Upgrade to 20090327c. |
20071227e_3 23 Feb 2009 03:16:29
 |
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 |
20071227e_2 26 Aug 2008 08:55:18
 |
sumikawa  |
Fix hardcoded cofiguration path.
Reported by: Goran Lowkrantz <goran.lowkrantz@ismobile.com> |
20071227e_1 21 Aug 2008 06:18:49
 |
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 ) |
20071227e_1 20 Aug 2008 00:57:32
 |
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
20071227e_1 12 Aug 2008 05:30:38
 |
sumikawa  |
Fix pkg-plist with WITH_KINK.
PR: ports/125642
Submitted by: yves guerin <yvesguerin@yahoo.ca> |
20071227e_1 18 Apr 2008 02:19:21
 |
sumikawa  |
Fix to mkdir unnecessary directory. |
20071227e 17 Apr 2008 06:28:39
 |
sumikawa  |
Upgrade to 20071227e.
PR: ports/119795
From: Yarema <yds@CoolRat.org> |
20070720a_3 30 Sep 2007 04:47:37
 |
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
20070720a_2 20 Aug 2007 01:07:18
 |
sumikawa  |
Revert removing USE_AUTOTOOLS. |
20070720a_2 17 Aug 2007 07:36:17
 |
sumikawa  |
Make compilable with recent FAST_IPSEC changes on -CURRENT. |
20070720a_1 27 Jul 2007 01:55:07
 |
sumikawa  |
Fix pkg-plist. |
20070720a 23 Jul 2007 03:30:21
 |
sumikawa  |
Upgrade to 20070720a. |
20061228a 12 Jan 2007 21:54:10
 |
sumikawa  |
Fix PLIST. |
20061228a 30 Dec 2006 11:46:48
 |
sumikawa  |
Upgrade to 20061228a. IKEv1 has been supported. |
20060712a 26 Sep 2006 06:11:49
 |
sumikawa  |
Add pathches to fix compilation problem on 64bit arch. |
20060712a 21 Aug 2006 05:56:16
 |
sumikawa  |
Fix compilation on 64bit archs. |
20060712a 17 Jul 2006 17:01:21
 |
sumikawa  |
Upgrade to 20060712a. |
20051102a_3 07 Jun 2006 07:33:36
 |
sumikawa  |
clean up startup scripts.
PR: ports/91312
Reported by: Vivek Khera <vivek@khera.org> |
20051102a_2 30 May 2006 04:02:11
 |
sumikawa  |
Fix installation problem on freebsd4. |
20051102a_2 13 Feb 2006 15:09:16
 |
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) |
20051102a_1 24 Jan 2006 01:03:33
 |
edwin  |
SHA256ify
Approved by: krion@ |
20051102a_1 15 Nov 2005 06:52:12
 |
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. |
20051102a_1 04 Nov 2005 02:44:54
 |
sumikawa  |
Fix plist. |
20051102a 02 Nov 2005 06:38:02
 |
sumikawa  |
Upgrade to 20051102a. |
20050625b_1 11 Jul 2005 03:04:38
 |
sumikawa  |
Make compilable on 64bit system. |
20050625b_1 05 Jul 2005 05:09:01
 |
sumikawa  |
Fix pkg-plist. |
20050625b 04 Jul 2005 16:41:41
 |
sumikawa  |
IKEv2 has been supported. |
20050625b 04 Jul 2005 16:40:02
 |
sumikawa  |
Upgrade to 20050625b. IKEv2 has been supported. |
20050128b 02 Feb 2005 13:06:26
 |
sumikawa  |
- Make it broken when Kerberos5 is not installed in the system
- Correct paths in documents |
20050128b 01 Feb 2005 18:59:09
 |
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 |