aboutsummaryrefslogtreecommitdiff
path: root/security/ipsec-tools
Commit message (Collapse)AuthorAgeFilesLines
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-4/+0
| | | | Notes: svn path=/head/; revision=200791
* Update to 0.7Tilman Keskinoz2007-09-026-60/+6
| | | | | | | | PR: 115978 Submitted by: VANHULLEBUS Yvan <vanhu@netasq.com> Notes: svn path=/head/; revision=198656
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Revert changes to patch-configure. It was slipped in when committingRong-En Fan2007-07-031-19/+6
| | | | | | | | | | fix for gcc 4.x Noticed by: sat Approved by: maintainer (implicit) Notes: svn path=/head/; revision=194748
* - Fix build with gcc 4.xRong-En Fan2007-07-025-11/+65
| | | | | | | | | | | - While I'm here, remove extra empty line in distinfo PR: ports/113383 Submitted by: rafan Approved by: VANHULLEBUS Yvan <yvan.vanhullebus at netasq.com> (maintainer) Notes: svn path=/head/; revision=194671
* - Version 0.6.7 of ipsec-tools is out, which fixes an easy to exploitCheng-Lung Sung2007-04-073-14/+5
| | | | | | | | | | | Denial of Service (CVE-2007-1841). PR: ports/111319 Submitted by: maintainer (VANHULLEBUS Yvan) Security: CVE-2007-1841 Notes: svn path=/head/; revision=189409
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* - An option to force NATT functionalityAndrew Pantyukhin2006-12-041-3/+7
| | | | | | | | | | | | - Sneak in master sites beautification and use_ldconfig while I'm here PR: ports/105488 Submitted by: bz Approved by: VANHULLEBUS Yvan <yvan.vanhullebus@netasq.com> (maintainer) Notes: svn path=/head/; revision=178813
* - There should be only one site in the WWW line and kame is obsolete anywayAndrew Pantyukhin2006-08-161-1/+1
| | | | Notes: svn path=/head/; revision=170797
* - Add patch for people having trouble compiling OpenSSL bitsPav Lucistnik2006-06-201-0/+10
| | | | | | | | | PR: ports/97442 Submitted by: Dmitry Andrianov <dimas@dataart.com> Approved by: VANHULLEBUS Yvan <yvan.vanhullebus@netasq.com> (maintainer) Notes: svn path=/head/; revision=165841
* - Update to 0.6.6Pav Lucistnik2006-06-162-6/+5
| | | | | | | | PR: ports/98902 Submitted by: VANHULLEBUS Yvan <vanhu@netasq.com> (maintainer) Notes: svn path=/head/; revision=165581
* Makefile:Renato Botelho2006-05-035-20/+221
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - introduce OPTIONS to enable/disable features - add more features to the OPTION dialog - choose reasonable defaults for OPTIONS (disabled patented stuff) - remove usesless WRKSRC line - move LDFLAGS to the place where it is necessary - extend CONFIGURE_ARGS to set the directory for the adminport socket * Note: racoonctl is useless without adminport enabled * create the socket dir in post-install - bump PORTREVISION that users notice the changes - finally: remove one item from the TODO list on top of the Makefile ;) pkg-descr: - shortened by one line to please portlint pkg-plist: - slight reorganization - add create instructions for the adminport socket dir for the "installing from package" case - add removal instructions for the adminport socket dir files/patch-configure: - add some stuff to detect libiconv when the GSSAPI OPTION is enabled - iconv is required for GSSAPI but the library is not added to LIBS in the original configure script - Why not use USE_AUTOTOOLS and patch configure.ac? * because the leads to configure running twice which is useless overhead. I found no way to avoid this so we patch configure. files/racoon.sh.in: - add the adminsocket directory to required_dirs PR: ports/96368 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> Approved by: maintainer Notes: svn path=/head/; revision=161283
* Conversion to a single libtool environment.Ade Lovett2006-02-232-3/+5
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* - Update to 0.6.5Simon Barner2006-02-063-16/+4
| | | | | | | | Submitted by: VANHULLEBUS Yvan <vanhu@netasq.com> (maintainer) PR: ports/92838 Notes: svn path=/head/; revision=155285
* Change facility from daemon to security, because daemon.info goes toVasil Dimov2006-01-242-1/+13
| | | | | | | | | | | devnull by default PR: ports/91047 Submitted by: PR: Brian Candler <B.Candler@pobox.com>, patch: VANHULLEBUS Yvan <vanhu@netasq.com> (maintainer) Approved by: garga (mentor) Notes: svn path=/head/; revision=154331
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* ports/security/ipsec-tools enables itself at startupEdwin Groothuis2006-01-042-1/+2
| | | | | | | | | | | | | | ports/security/ipsec-tools rc.d script defaults to 'enabled' It also installs its own versions of setkey and libipsec.so which seems redundant as they are part of the base system and should be used in preference. Submitted by: Vivek Khera <vivek@khera.org> PR: ports/91317 Notes: svn path=/head/; revision=152746
* Update to 0.6.4Marcus Alves Grando2005-12-133-7/+19
| | | | | | | | PR: 90326 Submitted by: maintainer Notes: svn path=/head/; revision=151115
* - Change the location of racoon configuration files to /usr/local/etc/racoon,Sam Lawrance2005-12-023-12/+4
| | | | | | | | | | | | | bringing it in line with the old security/racoon port and the handbook [1] - Make use of USE_RC_SUBR instead of home-grown substitution and install - Prevent installation of some intermediate sample configuration files PR: ports/89273 [1] Submitted by: Angelo Turetta <aturetta@bestunion.it> [1] Approved by: VANHULLEBUS Yvan <vanhu@netasq.com> (maintainer) Notes: svn path=/head/; revision=150216
* - Update to 0.6.3. It fixes some crashes,Sergey Matveychuk2005-11-212-3/+4
| | | | | | | | | | | including potential DoS in aggressive mode. - Add SHA256 PR: ports/89365 Submitted by: ANHULLEBUS Yvan (maintainer) Notes: svn path=/head/; revision=148984
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Update to 0.6.2Emanuel Haupt2005-10-262-5/+4
| | | | | | | | PR: 88042 Submitted by: VANHULLEBUS Yvan <yvan.vanhullebus@netasq.com> (maintainer) Notes: svn path=/head/; revision=146433
* Update to 0.6.1Vsevolod Stakhov2005-09-153-4/+3
| | | | | | | Submitted by: Yvan Vanhullebus (maintainer) Notes: svn path=/head/; revision=142811
* Add IPSec tools port - the new "official" version of racoon,Vsevolod Stakhov2005-09-055-0/+184
is the only one which is maintained and have lots of new features. PR: 85544 Submitted by: VANHULLEBUS Yvan <vanhu@netasq.com> Approved by: perky (mentor) Notes: svn path=/head/; revision=141991