Commit graph

45 commits

Author SHA1 Message Date
Rong-En Fan
af76562086 - Bump PORTREVISION due to share library version bump in security/libgcrypt
PR:		 ports/127478
2009-01-06 13:01:11 +00:00
Emanuel Haupt
37a743527b Update to 0.5.3 (files forgotten in previous commit) 2008-11-24 00:27:46 +00:00
Emanuel Haupt
93c7fcb929 Update to 0.5.3 2008-11-24 00:25:16 +00:00
Maxim Sobolev
08f6086b0a 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
2008-09-26 00:19:50 +00:00
Pav Lucistnik
2f35b73926 - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:48:47 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Emanuel Haupt
666ea03b52 Use MASTER_SITE_CRITICAL 2008-03-27 19:27:34 +00:00
Emanuel Haupt
f74addf138 Follow the change of the pid file in the rc script.
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de>
2008-03-23 10:45:18 +00:00
Emanuel Haupt
9a6bc01ef3 Fix vpnc-disconnect script
PR:		121942
Submitted by:	Andreas Schwarz <bugs.asc@schwarzes.net>
2008-03-22 11:19:42 +00:00
Emanuel Haupt
3f09051360 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>
2008-03-06 19:11:59 +00:00
Emanuel Haupt
812acba32e - Update RC script
- Bump PORTREVISION

Submitted by:	kamikaze@bsdforen.de (author of rc script)
2008-03-05 20:50:30 +00:00
Emanuel Haupt
bac307980b 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>
2008-02-29 21:08:15 +00:00
Tilman Keskinoz
6c7eeeeeb4 Chase libgcrypt library version 2008-02-28 21:47:06 +00:00
Emanuel Haupt
162d744a22 - Update to 0.5.1
- Take maintainership
- Optional install cisco-decrypt utility
- Optional build with hybrid support
2008-02-27 18:26:36 +00:00
Mark Linimon
a19c7d44c5 Reset delta@lackas.net due to maintainer-timeouts and no response to email.
Hat:		portmgr
2007-10-11 21:59:47 +00:00
Rong-En Fan
bd519e53d3 - 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)
2007-09-23 12:47:55 +00:00
Emanuel Haupt
73ba0a2dd7 - Make port fully respect CFLAGS
- Don't build with debug symbols
- Bump PORTREVISION

PR:		114863
Approved by:	maintainer timeout (14 days)
2007-08-07 08:12:45 +00:00
Martin Wilke
3eaaec99dd - Respect %%PREFIX%%
- Bump PORTREVISION

PR:             110466
Submitted by:   Helge Oldach <ports-vpnc-mar07@oldach.net> (maintainer)
2007-03-21 09:59:20 +00:00
Martin Wilke
3209058920 - Update to 0.4.0
PR:             110272
Submitted by:   Christian Lackas <delta@lackas.net> (maintainer)
2007-03-16 11:24:04 +00:00
Gabor Kovesdan
e6158dd398 - 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)
2007-03-05 19:02:04 +00:00
Gabor Kovesdan
1f33792bee - 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)
2007-02-26 18:57:31 +00:00
Martin Wilke
e38b37dc03 - 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
2006-07-29 20:41:30 +00:00
Edwin Groothuis
28dd10dcb4 Remove USE_REINPLACE from all categories starting with S 2006-05-13 04:15:53 +00:00
Edwin Groothuis
41ce2d5cf9 SHA256ify
Approved by: krion@
2006-01-24 06:38:31 +00:00
Sam Lawrance
9dccd11f78 - 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)
2005-09-04 14:20:45 +00:00
Yen-Ming Lee
62df242d49 - fix connect script
- remove obsolete fulltunnel script
- add disconnect script

PR:		81550
Submitted by:	Christian Lackas <delta@lackas.net>
2005-05-27 18:21:51 +00:00
Kirill Ponomarev
3cfd565994 Update to 0.3.3
PR:		ports/81008
Submitted by:	maintainer
2005-05-14 12:00:31 +00:00
Yen-Ming Lee
b25614d76e - 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)
2005-04-18 01:41:08 +00:00
Tilman Keskinoz
8310ee07c9 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.
2005-01-11 14:53:12 +00:00
Volker Stolz
1b48d93a5b 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
2004-11-23 14:43:51 +00:00
Volker Stolz
7b7c507c61 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
2004-11-18 12:22:50 +00:00
Kris Kennaway
3d77c50054 s/BROKEN/IGNORE/ to prevent package build 2004-06-21 06:24:32 +00:00
Kirill Ponomarev
3294db02f6 - Update to vpnc-0.2-rm+zomb.1.tar.gz
- Update manpage

PR:		ports/66624
Submitted by:	maintainer
2004-05-14 08:04:39 +00:00
Volker Stolz
f8b245304c - 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)
2004-05-13 14:48:04 +00:00
Markus Brueffer
183ab1ee11 Update to vpnc-0.2-rm+zomb-pre9
PR:		ports/66202
Submitted by:	Christian Lackas <delta@lackas.net> (maintainer)
2004-05-04 20:14:23 +00:00
Tilman Keskinoz
f75ab7e2f3 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:
- Update to 0.9.5
- Pass maintainership to lofi, who already maintains the other
aegypten ports.

Approved by:	lofi

wmbiff:
Switch to security/libgcrypt but no PORTREVISION bump, because the
dependency is optional and the port does not work with the new
libgcrypt and needs to be updated.

No action, because ports don't work with the new libgcrypt and need
to be updated, maintainers informed:
security/newpg
security/pinentry
security/dirmngr
emulators/fuse
emulators/libspectrum
2004-05-03 13:57:46 +00:00
Tilman Keskinoz
3b0e0ce047 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
2004-04-29 13:41:56 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Markus Brueffer
ba0f195980 - use tun0 as default-interface
- fix install of startscript

Approved by:	Christian Lackas <delta@lackas.net> (maintainer)
		arved (mentor)
2004-03-01 16:29:28 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Tilman Keskinoz
641c14bce9 Update to new version.
Depend on new libgcrypt-devel port.

PR:		62111
Submitted by:	Christian Lackas <delta@lackas.net>
2004-01-30 13:34:26 +00:00
Kirill Ponomarev
540d286075 - Add pkg-message forgotten to add by last commit. 2003-12-22 19:25:01 +00:00
Kirill Ponomarev
dfa5b788f8 - 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
2003-12-22 19:23:15 +00:00
Kirill Ponomarev
479a4916b9 - Fix typo in start/stop script
Submitted by:	arved
2003-12-17 18:43:34 +00:00
Kirill Ponomarev
e4789de0d9 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
2003-12-17 15:19:51 +00:00