| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
07 May 2013 08:46:07
0.5.3_8
|
ehaupt  |
Convert to use shebangfix USES flag. |
03 May 2013 16:36:41
0.5.3_8
|
ehaupt  |
Chase security/libgcrypt update |
15 Jan 2013 13:40:29
0.5.3_7
|
ehaupt  |
- Use DOC instead of NOPORTDOCS
- Pacify portlint
- Convert header |
03 Nov 2012 18:01:23
0.5.3_7
|
ehaupt  |
Restore 'Created by' header information. This has been removed during the
first announcement of the new trimming rule and the finalized overworked
version.
Feature safe: yes |
16 Sep 2012 10:28:03
0.5.3_7
|
ehaupt  |
Point shebang in a perl script to ${PERL} in order to solve a build problem if
perl is installed without creating symlinks to /usr/bin/perl.
PR: 171673 (based on)
Notified by: Yuriy Taraday <yorik.sar@gmail.com> |
09 Sep 2012 21:12:47
0.5.3_7
|
ehaupt  |
- Use OPTIONSng
- Remove deprecated header information |
27 May 2012 15:29:06
0.5.3_7
|
zi  |
- Use sysutils/vpnc-scripts instead of builtin version
- Bump PORTREVISION
Approved by: ehaupt@ (maintainer) |
14 Jan 2012 08:57:23
0.5.3_6
|
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. |
11 Nov 2011 13:20:20
0.5.3_6
|
ehaupt  |
Fix a typo in a comment.
Feature safe: yes |
10 Nov 2011 21:52:29
0.5.3_6
|
ehaupt  |
Fix handling of /etc/resolv.conf during connect/disconnect. Now that FreeBSD 9.x
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 |
23 Sep 2011 22:26:39
0.5.3_5
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
03 Jul 2011 11:40:49
0.5.3_5
|
swills  |
- Chase the libgcrypt shared lib version |
25 Feb 2011 19:42:32
0.5.3_4
|
ehaupt  |
Include a patchset that solves a problem with phase2 re-keying. That is, when
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 |
27 Jul 2010 01:25:20
0.5.3_3
|
wxs  |
Chase security/libgcrypt shlib bump.
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> |
30 Mar 2010 16:36:59
0.5.3_2
|
ehaupt  |
Fix rc.d script return value
PR: 145207
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> |
27 Mar 2010 00:15:24
0.5.3_2
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
27 Mar 2009 09:53:36
0.5.3_1
|
ehaupt  |
Mark MAKE_JOBS_SAFE |
25 Mar 2009 23:23:01
0.5.3_1
|
ehaupt  |
Unbreak security/vpnc and graphics/pecomato. Those ports were fixed by 133053,
thanks. However, it remains unclear why the PR wasn't assigned to me nor why I
wasn't notified as maintainer. |
25 Mar 2009 22:53:18
0.5.3_1
|
ehaupt  |
Mark BROKEN on ${OSVERSION} >= 800067 && ${ARCH} == "amd64"
Notified by: pointyhat via pav |
25 Mar 2009 15:46:07
0.5.3_1
|
miwi  |
- Fix build after addition of getdelim() and strndup()
PR: 133053
Submitted by: David Schultz <das@freebsd.org> |
06 Jan 2009 13:01:11
0.5.3_1
|
rafan  |
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478 |
24 Nov 2008 00:27:46
0.5.3
|
ehaupt  |
Update to 0.5.3 (files forgotten in previous commit) |
24 Nov 2008 00:25:16
0.5.3
|
ehaupt  |
Update to 0.5.3 |
26 Sep 2008 00:19:50
0.5.1_7
|
sobomax  |
Use kldstat(8) to check for the availability of the if_tun module in the
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 |
25 Jul 2008 12:48:47
0.5.1_6
|
pav  |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
06 Jun 2008 14:01:07
0.5.1_6
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
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) |
27 Mar 2008 19:27:34
0.5.1_5
|
ehaupt  |
Use MASTER_SITE_CRITICAL |
23 Mar 2008 10:45:18
0.5.1_5
|
ehaupt  |
Follow the change of the pid file in the rc script.
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> |
22 Mar 2008 11:19:42
0.5.1_4
|
ehaupt  |
Fix vpnc-disconnect script
PR: 121942
Submitted by: Andreas Schwarz <bugs.asc@schwarzes.net> |
06 Mar 2008 19:11:59
0.5.1_3
|
ehaupt  |
Some Cisco Concentrator refuse connection if the presentation version string
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> |
05 Mar 2008 20:50:30
0.5.1_3
|
ehaupt  |
- Update RC script
- Bump PORTREVISION
Submitted by: kamikaze@bsdforen.de (author of rc script) |
29 Feb 2008 21:08:15
0.5.1_2
|
ehaupt  |
The upgrade of ports/security/vpnc to version 0.5.1 introduced some glitches
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> |
28 Feb 2008 21:47:06
0.5.1_1
|
arved  |
Chase libgcrypt library version |
27 Feb 2008 18:26:36
0.5.1
|
ehaupt  |
- Update to 0.5.1
- Take maintainership
- Optional install cisco-decrypt utility
- Optional build with hybrid support |
11 Oct 2007 21:59:47
0.4.0_3
|
linimon  |
Reset delta@lackas.net due to maintainer-timeouts and no response to email.
Hat: portmgr |
23 Sep 2007 12:47:55
0.4.0_3
|
rafan  |
- In managed mode the script does not return the proper value due to $?
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) |
07 Aug 2007 08:12:46
0.4.0_2
|
ehaupt  |
- Make port fully respect CFLAGS
- Don't build with debug symbols
- Bump PORTREVISION
PR: 114863
Approved by: maintainer timeout (14 days) |
21 Mar 2007 09:59:20
0.4.0_1
|
miwi  |
- Respect %%PREFIX%%
- Bump PORTREVISION
PR: 110466
Submitted by: Helge Oldach <ports-vpnc-mar07@oldach.net> (maintainer) |
16 Mar 2007 11:24:04
0.4.0
|
miwi  |
- Update to 0.4.0
PR: 110272
Submitted by: Christian Lackas <delta@lackas.net> (maintainer) |
05 Mar 2007 19:02:04
0.3.3_5
|
gabor  |
- Improve the style and behaviour of the rc.d script
- Bump PORTREVISION
Submitted by: dougb
Reviewed by: Dominic Fandrey <lon_kamikaze@gmx.de>
Approved by: Christian Lackas <christian@lackas.net> (maintainer) |
26 Feb 2007 18:57:31
0.3.3_4
|
gabor  |
- Update rc.d script
- 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) |
29 Jul 2006 20:41:30
0.3.3_3
|
miwi  |
- Add NAT keepalive capability as per RFC 3947
- Bump PORTREVISION
PR: ports/100814
Submitted by: Daniel Roethlisberger <daniel(at)roe.ch>
Approved by: krion (mentor), maintainer |
13 May 2006 04:15:53
0.3.3_2
|
edwin  |
Remove USE_REINPLACE from all categories starting with S |
24 Jan 2006 06:38:31
0.3.3_2
|
edwin  |
SHA256ify
Approved by: krion@ |
04 Sep 2005 14:20:45
0.3.3_2
|
lawrance  |
- Unbreak vpnc-disconnect by fixing the config.c patch
- 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) |
27 May 2005 18:21:52
0.3.3_1
|
leeym  |
- fix connect script
- remove obsolete fulltunnel script
- add disconnect script
PR: 81550
Submitted by: Christian Lackas <delta@lackas.net> |
14 May 2005 12:00:31
0.3.3
|
krion  |
Update to 0.3.3
PR: ports/81008
Submitted by: maintainer |
18 Apr 2005 01:41:08
0.3.2_2
|
leeym  |
- Update vpnc.sh-sample-fulltunnel to vpnc-wrapper 1.25
- Bump PORTREVISION.
PR: 79942
Submitted by: Daniel Roethlisberger <daniel@roe.ch>
Approved by: Christian Lackas <delta@lackas.net> (maintainer) |
11 Jan 2005 14:53:12
0.3.2_1
|
arved  |
Update libgcrypt to 1.2.1. Changes:
* made the code try to lock secure memory pool not only when running as
root,
* fixed type usage in Serpent,
* made the code mix the PID into the entropy pool for better protection
after a fork,
* fixed memory leak in RSA.
* fixed alignment problems in Rijndael,
* fixed memory leak in gcry_pk_sign(),
* fixed broken pointer access in gcry_ac_open(),
* updated the documentation,
* fixed several other bugs.
Chase Shared library version and bump PORTREVISION of affected ports. |
23 Nov 2004 14:43:51
0.3.2
|
vs  |
Update to 0.3.2
- added support for preshared without xauth
- fixed NAT-T support with IOS and PIX
- fixed IP-Len header
- fixed reconnection problems with IOS and PIX
PR: ports/74271
Submitted by: maintainer |
18 Nov 2004 12:22:50
0.3.1
|
vs  |
Update to 0.3.1:
- IPSec over UDP and NAT-T support
- added support for interactive authentication (security tokens for example)
- fixed IOS support
PR: ports/74040
Submitted by: maintainer |
21 Jun 2004 06:24:32
0.2_8
|
kris  |
s/BROKEN/IGNORE/ to prevent package build |
14 May 2004 08:04:39
0.2_8
|
krion  |
- Update to vpnc-0.2-rm+zomb.1.tar.gz
- Update manpage
PR: ports/66624
Submitted by: maintainer |
13 May 2004 14:48:04
0.2_7
|
vs  |
- Fix MASTER_SITES
- Update to vpnc-wrapper-1.10 (better FreeBSD 4 support)
(Daniel Roethlisberger)
- Bump PORTREVISION
PR: ports/66571
Submitted by: Christian Lackas (maintainer) |
04 May 2004 20:14:23
0.2_6
|
markus  |
Update to vpnc-0.2-rm+zomb-pre9
PR: ports/66202
Submitted by: Christian Lackas <delta@lackas.net> (maintainer) |
03 May 2004 13:57:46
0.2_5
|
arved  |
Update libgcrypt to the new stable version 1.2.0
Retire libgcrypt-devel
Switch back to security/libgcrypt and bump PORTREVISION for
- gnutls
- gnutls-devel
- gsasl
- opencdk
- vpnc
libggz:
- Remove dependency on libgcrypt, because the port does not yet
work with the new libgcrypt
libksba: (Only the first 15 lines of the commit message are shown above ) |
29 Apr 2004 13:41:56
0.2_4
|
arved  |
Update to vpnc-0.2-rm+zomb-pre8
Add fulltunnel wrapper script by Daniel Roethlisberger
PR: 65945
Submitted by: Christian Lackas
Mark broken on AMD64 |
31 Mar 2004 03:12:58
0.2_3
|
trevor  |
SIZEify (maintainer timeout) |
01 Mar 2004 16:29:28
0.2_3
|
markus  |
- use tun0 as default-interface
- fix install of startscript
Approved by: Christian Lackas <delta@lackas.net> (maintainer)
arved (mentor) |
04 Feb 2004 05:10:27
0.2_3
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
30 Jan 2004 13:34:27
0.2_2
|
arved  |
Update to new version.
Depend on new libgcrypt-devel port.
PR: 62111
Submitted by: Christian Lackas <delta@lackas.net> |
22 Dec 2003 19:25:01
0.2_1
|
krion  |
- Add pkg-message forgotten to add by last commit. |
22 Dec 2003 19:23:15
0.2_1
|
krion  |
- using PREFIX/CC/CFLAGS (with help from Markus Brueffer)
- added a man-page
- installing additional docs
- fixed installing with 0666
- sample start script now works and actually contains an usefull example
- fixed install target
- added a comment (in pkg-message) about ESP "Protocol not supported"
PR: 60364
Submitted by: maintainer |
17 Dec 2003 18:43:34
0.2
|
krion  |
- Fix typo in start/stop script
Submitted by: arved |
17 Dec 2003 15:19:51
0.2
|
krion  |
Add vpnc 0.2,
VPNC - Client for Cisco 3000 VPN Concentrator
A VPN client compatible with Cisco's EasyVPN equipment.
Supports IPSec (ESP) with Mode Configuration and Xauth.
Supports only shared-secret IPSec authentication, 3DES, MD5,
and IP tunneling. It runs entirely in userspace
PR: 60283
Submitted by: Christian Lackas |