aboutsummaryrefslogtreecommitdiff
path: root/security/vpnc
Commit message (Collapse)AuthorAgeFilesLines
* Support staging.Emanuel Haupt2013-10-262-11/+14
| | | | Notes: svn path=/head/; revision=331656
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-2/+2
| | | | | | | Convert USE_GMAKE to USES Notes: svn path=/head/; revision=327414
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-1/+0
| | | | Notes: svn path=/head/; revision=323578
* - Convert USE_GMAKE to USES=gmakeEmanuel Haupt2013-07-081-2/+1
| | | | | | | | | - Change pkgconfig:build to pkgconfig since it's the same and it's bad practice. It accidentally slipped in during the original introduction - Trim header Notes: svn path=/head/; revision=322530
* Convert to use shebangfix USES flag.Emanuel Haupt2013-05-071-1/+2
| | | | Notes: svn path=/head/; revision=317589
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-2/+2
| | | | Notes: svn path=/head/; revision=317220
* - Use DOC instead of NOPORTDOCSEmanuel Haupt2013-01-151-2/+2
| | | | | | | | - Pacify portlint - Convert header Notes: svn path=/head/; revision=310443
* Restore 'Created by' header information. This has been removed during theEmanuel Haupt2012-11-031-0/+1
| | | | | | | | | | first announcement of the new trimming rule and the finalized overworked version. Feature safe: yes Notes: svn path=/head/; revision=306932
* Point shebang in a perl script to ${PERL} in order to solve a build problem ifEmanuel Haupt2012-09-161-0/+1
| | | | | | | | | | perl is installed without creating symlinks to /usr/bin/perl. PR: 171673 (based on) Notified by: Yuriy Taraday <yorik.sar@gmail.com> Notes: svn path=/head/; revision=304339
* - Use OPTIONSngEmanuel Haupt2012-09-091-15/+13
| | | | | | | - Remove deprecated header information Notes: svn path=/head/; revision=303997
* - Use sysutils/vpnc-scripts instead of builtin versionRyan Steinmetz2012-05-272-3/+2
| | | | | | | | | - Bump PORTREVISION Approved by: ehaupt@ (maintainer) Notes: svn path=/head/; revision=297546
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* Fix a typo in a comment.Emanuel Haupt2011-11-111-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285561
* Fix handling of /etc/resolv.conf during connect/disconnect. Now that FreeBSD 9.xEmanuel Haupt2011-11-102-4/+15
| | | | | | | | | | | has a script called /sbin/resolvconf it tried to use the Debian, Ubuntu, Gentoo syntax which is incompatible with FreeBSD's version of the script and will therefore fail. Feature safe: yes Notes: svn path=/head/; revision=285477
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Chase the libgcrypt shared lib versionSteve Wills2011-07-031-2/+2
| | | | Notes: svn path=/head/; revision=276971
* Include a patchset that solves a problem with phase2 re-keying. That is, whenEmanuel Haupt2011-02-253-2/+73
| | | | | | | | | | | | | | | | | | | phase2 lifetime (either in seconds or bytes) expires, then vpnc either silently stops passing traffic or that plus consuming CPU time by running a tight loop. This issue have experienced this issue on various platforms. Example of a bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496718 Bump PORTREVISION and while we're here remove MD5 sums. Submitted by: avg Obtained from: http://www.gossamer-threads.com/lists/vpnc/devel/3442, with slight adjustments to apply to our patchlevel by avg Notes: svn path=/head/; revision=269733
* Chase security/libgcrypt shlib bump.Wesley Shields2010-07-271-2/+2
| | | | | | | | PR: ports/148755 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=258314
* Fix rc.d script return valueEmanuel Haupt2010-03-302-3/+4
| | | | | | | | PR: 145207 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> Notes: svn path=/head/; revision=251842
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Mark MAKE_JOBS_SAFEEmanuel Haupt2009-03-271-0/+1
| | | | Notes: svn path=/head/; revision=231102
* Unbreak security/vpnc and graphics/pecomato. Those ports were fixed by 133053,Emanuel Haupt2009-03-251-4/+0
| | | | | | | | thanks. However, it remains unclear why the PR wasn't assigned to me nor why I wasn't notified as maintainer. Notes: svn path=/head/; revision=231022
* Mark BROKEN on ${OSVERSION} >= 800067 && ${ARCH} == "amd64"Emanuel Haupt2009-03-251-0/+4
| | | | | | | Notified by: pointyhat via pav Notes: svn path=/head/; revision=231020
* - Fix build after addition of getdelim() and strndup()Martin Wilke2009-03-251-0/+13
| | | | | | | | PR: 133053 Submitted by: David Schultz <das@freebsd.org> Notes: svn path=/head/; revision=230984
* - Bump PORTREVISION due to share library version bump in security/libgcryptRong-En Fan2009-01-061-1/+2
| | | | | | | PR: ports/127478 Notes: svn path=/head/; revision=225326
* Update to 0.5.3 (files forgotten in previous commit)Emanuel Haupt2008-11-241-10/+7
| | | | Notes: svn path=/head/; revision=223310
* Update to 0.5.3Emanuel Haupt2008-11-243-16/+14
| | | | Notes: svn path=/head/; revision=223309
* Use kldstat(8) to check for the availability of the if_tun module in theMaxim Sobolev2008-09-262-3/+22
| | | | | | | | | | | | | | | kernel instead of checking for existance of /dev/tun. The latter causes tun(8) to allocate new instance, which is not good by itself, but also on all FreeBSD versions before the very recent -current it causes number of tun devices to grow each time the script is invoked (and it's invoked every time when vpnc makes a new connection). Bump PORTREVISION. Approved by: MAINTAINER Notes: svn path=/head/; revision=220780
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-2/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217479
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Use MASTER_SITE_CRITICALEmanuel Haupt2008-03-271-2/+1
| | | | Notes: svn path=/head/; revision=209964
* Follow the change of the pid file in the rc script.Emanuel Haupt2008-03-232-4/+5
| | | | | | | Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> Notes: svn path=/head/; revision=209616
* Fix vpnc-disconnect scriptEmanuel Haupt2008-03-222-11/+1
| | | | | | | | PR: 121942 Submitted by: Andreas Schwarz <bugs.asc@schwarzes.net> Notes: svn path=/head/; revision=209573
* Some Cisco Concentrator refuse connection if the presentation version stringEmanuel Haupt2008-03-062-13/+46
| | | | | | | | | | | | differs from the official "Cisco VPN Client". Provide an optional patch which masks the original version string. PR: 116949 Submitted by: Raffaele De Lorenzo <raffaele.delorenzo@libero.it> Notes: svn path=/head/; revision=208518
* - Update RC scriptEmanuel Haupt2008-03-052-12/+11
| | | | | | | | | - Bump PORTREVISION Submitted by: kamikaze@bsdforen.de (author of rc script) Notes: svn path=/head/; revision=208477
* The upgrade of ports/security/vpnc to version 0.5.1 introduced some glitchesEmanuel Haupt2008-02-293-4/+14
| | | | | | | | | | | | | against the documented behaviour. In particular, the configuration files are not searched in the documented locations: /usr/local/etc/vpnc/*.conf is not searched at all, and /usr/local/etc/vpnc/default.conf is skipped, both in contrast to the documentation. PR: 121229 Submitted by: Helge Oldach <ports-security-vpnc-feb08@oldach.net> Notes: svn path=/head/; revision=208217
* Chase libgcrypt library versionTilman Keskinoz2008-02-281-1/+2
| | | | Notes: svn path=/head/; revision=208144
* - Update to 0.5.1Emanuel Haupt2008-02-276-51/+88
| | | | | | | | | - Take maintainership - Optional install cisco-decrypt utility - Optional build with hybrid support Notes: svn path=/head/; revision=208014
* Reset delta@lackas.net due to maintainer-timeouts and no response to email.Mark Linimon2007-10-111-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=201326
* - In managed mode the script does not return the proper value due to $?Rong-En Fan2007-09-232-5/+8
| | | | | | | | | | | | | is reset by the if command. Therefore, the script does not fail when starts with broken configuration files - While I'm here, use %%RC_SUBR%% instead of /etc/rc.subr PR: ports/110320 Submitted by: Dominic Fandrey <lon_kamikaze at gmx.de> Approved by: maintainer timeout (6 months) Notes: svn path=/head/; revision=199984
* - Make port fully respect CFLAGSEmanuel Haupt2007-08-072-6/+7
| | | | | | | | | | | - Don't build with debug symbols - Bump PORTREVISION PR: 114863 Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=197260
* - Respect %%PREFIX%%Martin Wilke2007-03-212-0/+10
| | | | | | | | | | - Bump PORTREVISION PR: 110466 Submitted by: Helge Oldach <ports-vpnc-mar07@oldach.net> (maintainer) Notes: svn path=/head/; revision=187863
* - Update to 0.4.0Martin Wilke2007-03-1610-378/+45
| | | | | | | | PR: 110272 Submitted by: Christian Lackas <delta@lackas.net> (maintainer) Notes: svn path=/head/; revision=187484
* - Improve the style and behaviour of the rc.d scriptGabor Kovesdan2007-03-052-53/+60
| | | | | | | | | | | - Bump PORTREVISION Submitted by: dougb Reviewed by: Dominic Fandrey <lon_kamikaze@gmx.de> Approved by: Christian Lackas <christian@lackas.net> (maintainer) Notes: svn path=/head/; revision=186598
* - Update rc.d scriptGabor Kovesdan2007-02-263-35/+99
| | | | | | | | | | | | | - Use USE_RC_SUBR instead of direct patching - Bump PORTREVISION PR: ports/107675 Submitted by: Dominic Fandrey <lon_kamikaze@gmx.de> (with fixes from maintainer) Approved by: Christian Lackas <delta@lackas.net> (maintainer), erwin (mentor, implicit) Notes: svn path=/head/; revision=186005
* - Add NAT keepalive capability as per RFC 3947Martin Wilke2006-07-292-1/+49
| | | | | | | | | | | - Bump PORTREVISION PR: ports/100814 Submitted by: Daniel Roethlisberger <daniel(at)roe.ch> Approved by: krion (mentor), maintainer Notes: svn path=/head/; revision=169083
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* SHA256ifyEdwin Groothuis2006-01-241-2/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154318
* - Unbreak vpnc-disconnect by fixing the config.c patchSam Lawrance2005-09-043-19/+18
| | | | | | | | | | | | | - Remove obsolete vpnc-wrapper leftovers to make portlint happy - Use PLIST_FILES and PORTDOCS instead of pkg-plist - Bump PORTREVISION PR: ports/84491 Submitted by: Daniel Roethlisberger <daniel@roe.ch> Approved by: Christian Lackas <delta@lackas.net> (maintainer) Notes: svn path=/head/; revision=141913