1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

59 Commits

Author SHA1 Message Date
Ryan Steinmetz
ab145cf23a - Use sysutils/vpnc-scripts instead of builtin version
- Bump PORTREVISION

Approved by:	ehaupt@ (maintainer)
2012-05-27 15:29:06 +00:00
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Emanuel Haupt
a114891409 Fix a typo in a comment.
Feature safe:	yes
2011-11-11 13:20:20 +00:00
Emanuel Haupt
e1ef09c096 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
2011-11-10 21:52:29 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Steve Wills
e0755b977d - Chase the libgcrypt shared lib version 2011-07-03 11:40:49 +00:00
Emanuel Haupt
5cee224d7b 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
2011-02-25 19:42:32 +00:00
Wesley Shields
15c1551ea3 Chase security/libgcrypt shlib bump.
PR:		ports/148755
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
2010-07-27 01:25:20 +00:00
Emanuel Haupt
155a9e7669 Fix rc.d script return value
PR:		145207
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de>
2010-03-30 16:36:59 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Emanuel Haupt
c810fd3c3f Mark MAKE_JOBS_SAFE 2009-03-27 09:53:36 +00:00
Emanuel Haupt
6f4b06cd7f 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.
2009-03-25 23:23:01 +00:00
Emanuel Haupt
123cd9d586 Mark BROKEN on ${OSVERSION} >= 800067 && ${ARCH} == "amd64"
Notified by:	pointyhat via pav
2009-03-25 22:53:17 +00:00
Martin Wilke
5055e5aee5 - Fix build after addition of getdelim() and strndup()
PR:		133053
Submitted by:	David Schultz <das@freebsd.org>
2009-03-25 15:46:07 +00:00
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