non port: security/vpnc/Makefile |
SVNWeb
|
Number of commits found: 84 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 857c05f (Only the first 10 of 840 ports in this commit are shown above. )
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Thu, 6 May 2021
|
[ 11:47 Mathieu Arnold (mat) ] adb9312 (Only the first 10 of 61 ports in this commit are shown above. )
Deorbit RESTRICTED && NO_CDROM, part one.
For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.
Approved by: rene
Differential Revision: https://reviews.freebsd.org/D30010
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 16 Dec 2019
|
[ 16:28 swills ]
security/vpnc: fix issue with destroying tun device on exit
While here, improve formatting and regenerate patches
PR: 241039
Submitted by: kevans
Reported by: Hrant Dadivanyan <hrant@dadivanyan.net>
|
Fri, 4 Oct 2019
|
[ 12:43 ehaupt ]
Release maintainership.
|
Wed, 14 Aug 2019
|
[ 03:26 meta ] (Only the first 10 of 30 ports in this commit are shown above. )
Implement new virtual category: net-vpn for VPN related ports
based on discussion at ports@ [1]. As VPN softwares are put in different
physical category net and security. This is a little bit confusing. Let's
give them new virtual category net-vpn.
[1] https://lists.freebsd.org/pipermail/freebsd-ports/2019-April/115915.html
PR: 239395
Submitted by: myself
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D21174
|
Thu, 10 Jan 2019
|
[ 13:30 amdmi3 ]
- Fix license
- Simplify installation
- Convert to options helpers
- Correctly set installed files permissions in pkg-plist
PR: 234787
Submitted by: amdmi3
Approved by: ehaupt (maintainer)
|
Fri, 2 Nov 2018
|
[ 13:32 rene ] (Only the first 10 of 243 ports in this commit are shown above. )
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
|
Tue, 14 Nov 2017
|
[ 13:21 ehaupt ]
Fix an issue where vpnc cannot connect to AVM Fritzbox VPNs because of wrongly
reported lifetimes.
PR: 223664
Submitted by: stefan.wendler@tngtech.com
|
Sat, 17 Dec 2016
|
[ 12:21 ehaupt ]
Add licenses
|
Mon, 8 Aug 2016
|
[ 14:48 ehaupt ]
Register security/libgpg-error with LIB_DEPENDS
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 3 Mar 2015
|
[ 20:50 ehaupt ]
Fix bug on __FreeBSD_version >= 1100042 where once vpnc set up a tunnel and
went into the main loop, no esp could be sent.
PR: 197835 (based on)
Submitted by: markiyan.kushnir@gmail.com
Fix confirmed: xmj
|
Tue, 6 Jan 2015
|
[ 09:40 ehaupt ]
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
|
Fri, 2 Jan 2015
|
[ 18:46 pi ] (Only the first 10 of 104 ports in this commit are shown above. )
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in (Only the first 15 lines of the commit message are shown above )
|
Wed, 30 Jul 2014
|
[ 03:57 pi ] (Only the first 10 of 94 ports in this commit are shown above. )
security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit)
|
Tue, 18 Mar 2014
|
[ 14:26 ehaupt ] (Only the first 10 of 60 ports in this commit are shown above. )
Quiesce mkdir
|
Wed, 12 Feb 2014
|
[ 19:25 ehaupt ]
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
|
Tue, 21 Jan 2014
|
[ 11:00 ehaupt ]
Rename MANn to MANPAGEn in order to avoid a 'make check-sanity' warning.
|
Wed, 18 Dec 2013
|
[ 14:35 ehaupt ] (Only the first 10 of 15 ports in this commit are shown above. )
Use new LIB_DEPENDS regime
|
Wed, 11 Dec 2013
|
[ 16:39 ehaupt ]
Fix typo.
Notified by: John Marino <freebsd.contact@marino.st>
|
[ 15:49 ehaupt ]
Add LEGAL_TEXT as requested by eadler.
|
Sat, 26 Oct 2013
|
[ 07:52 ehaupt ] (Only the first 10 of 17 ports in this commit are shown above. )
Support staging.
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Mon, 16 Sep 2013
|
[ 16:45 bapt ] (Only the first 10 of 19 ports in this commit are shown above. )
Convert to new perl framework
Convert USE_GMAKE to USES
|
Wed, 24 Jul 2013
|
[ 08:19 ehaupt ] (Only the first 10 of 161 ports in this commit are shown above. )
Remove MAKE_JOBS_SAFE which is now default.
|
Mon, 8 Jul 2013
|
[ 18:42 ehaupt ] (Only the first 10 of 73 ports in this commit are shown above. )
- Convert USE_GMAKE to USES=gmake
- 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
|
Tue, 7 May 2013
|
[ 08:46 ehaupt ]
Convert to use shebangfix USES flag.
|
Fri, 3 May 2013
|
[ 16:36 ehaupt ] (Only the first 10 of 95 ports in this commit are shown above. )
Chase security/libgcrypt update
|
Tue, 15 Jan 2013
|
[ 13:40 ehaupt ] (Only the first 10 of 53 ports in this commit are shown above. )
- Use DOC instead of NOPORTDOCS
- Pacify portlint
- Convert header
|
Sat, 3 Nov 2012
|
[ 18:01 ehaupt ] (Only the first 10 of 25 ports in this commit are shown above. )
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
|
Sun, 16 Sep 2012
|
[ 10:28 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>
|
Sun, 9 Sep 2012
|
[ 21:12 ehaupt ]
- Use OPTIONSng
- Remove deprecated header information
|
Sun, 27 May 2012
|
[ 15:29 zi ]
- Use sysutils/vpnc-scripts instead of builtin version
- Bump PORTREVISION
Approved by: ehaupt@ (maintainer)
|
Thu, 10 Nov 2011
|
[ 21:52 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
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Sun, 3 Jul 2011
|
[ 11:40 swills ] (Only the first 10 of 49 ports in this commit are shown above. )
- Chase the libgcrypt shared lib version
|
Fri, 25 Feb 2011
|
[ 19:42 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
|
Tue, 27 Jul 2010
|
[ 01:25 wxs ] (Only the first 10 of 40 ports in this commit are shown above. )
Chase security/libgcrypt shlib bump.
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
|
Tue, 30 Mar 2010
|
[ 16:36 ehaupt ]
Fix rc.d script return value
PR: 145207
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
|
Fri, 27 Mar 2009
|
[ 09:53 ehaupt ] (Only the first 10 of 132 ports in this commit are shown above. )
Mark MAKE_JOBS_SAFE
|
Wed, 25 Mar 2009
|
[ 23:23 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.
|
[ 22:53 ehaupt ]
Mark BROKEN on ${OSVERSION} >= 800067 && ${ARCH} == "amd64"
Notified by: pointyhat via pav
|
Tue, 6 Jan 2009
|
[ 13:01 rafan ] (Only the first 10 of 29 ports in this commit are shown above. )
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478
|
Mon, 24 Nov 2008
|
[ 00:25 ehaupt ]
Update to 0.5.3
|
Fri, 26 Sep 2008
|
[ 00:19 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
|
Fri, 25 Jul 2008
|
[ 12:48 pav ] (Only the first 10 of 44 ports in this commit are shown above. )
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
|
Fri, 6 Jun 2008
|
[ 14:01 edwin ] (Only the first 10 of 129 ports in this commit are shown above. )
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)
|
Thu, 27 Mar 2008
|
[ 19:27 ehaupt ] (Only the first 10 of 72 ports in this commit are shown above. )
Use MASTER_SITE_CRITICAL
|
Sun, 23 Mar 2008
|
[ 10:45 ehaupt ]
Follow the change of the pid file in the rc script.
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
|
Sat, 22 Mar 2008
|
[ 11:19 ehaupt ]
Fix vpnc-disconnect script
PR: 121942
Submitted by: Andreas Schwarz <bugs.asc@schwarzes.net>
|
Thu, 6 Mar 2008
|
[ 19:11 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>
|
Wed, 5 Mar 2008
|
[ 20:50 ehaupt ]
- Update RC script
- Bump PORTREVISION
Submitted by: kamikaze@bsdforen.de (author of rc script)
|
Fri, 29 Feb 2008
|
[ 21:08 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>
|
Thu, 28 Feb 2008
|
[ 21:47 arved ] (Only the first 10 of 20 ports in this commit are shown above. )
Chase libgcrypt library version
|
Wed, 27 Feb 2008
|
[ 18:26 ehaupt ]
- Update to 0.5.1
- Take maintainership
- Optional install cisco-decrypt utility
- Optional build with hybrid support
|
Thu, 11 Oct 2007
|
[ 21:59 linimon ]
Reset delta@lackas.net due to maintainer-timeouts and no response to email.
Hat: portmgr
|
Sun, 23 Sep 2007
|
[ 12:47 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)
|
Tue, 7 Aug 2007
|
[ 08:12 ehaupt ]
- Make port fully respect CFLAGS
- Don't build with debug symbols
- Bump PORTREVISION
PR: 114863
Approved by: maintainer timeout (14 days)
|
Wed, 21 Mar 2007
|
[ 09:59 miwi ]
- Respect %%PREFIX%%
- Bump PORTREVISION
PR: 110466
Submitted by: Helge Oldach <ports-vpnc-mar07@oldach.net> (maintainer)
|
Fri, 16 Mar 2007
|
[ 11:24 miwi ]
- Update to 0.4.0
PR: 110272
Submitted by: Christian Lackas <delta@lackas.net> (maintainer)
|
Mon, 5 Mar 2007
|
[ 19:02 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)
|
Mon, 26 Feb 2007
|
[ 18:57 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)
|
Sat, 29 Jul 2006
|
[ 20:41 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
|
Sat, 13 May 2006
|
[ 04:15 edwin ] (Only the first 10 of 275 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with S
|
Sun, 4 Sep 2005
|
[ 14:20 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)
|
Fri, 27 May 2005
|
[ 18:21 leeym ]
- fix connect script
- remove obsolete fulltunnel script
- add disconnect script
PR: 81550
Submitted by: Christian Lackas <delta@lackas.net>
|
Sat, 14 May 2005
|
[ 12:00 krion ]
Update to 0.3.3
PR: ports/81008
Submitted by: maintainer
|
Mon, 18 Apr 2005
|
[ 01:41 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)
|
Tue, 11 Jan 2005
|
[ 14:53 arved ] (Only the first 10 of 12 ports in this commit are shown above. )
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.
|
Tue, 23 Nov 2004
|
[ 14:43 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
|
Thu, 18 Nov 2004
|
[ 12:22 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
|
Mon, 21 Jun 2004
|
[ 06:24 kris ]
s/BROKEN/IGNORE/ to prevent package build
|
Fri, 14 May 2004
|
[ 08:04 krion ]
- Update to vpnc-0.2-rm+zomb.1.tar.gz
- Update manpage
PR: ports/66624
Submitted by: maintainer
|
Thu, 13 May 2004
|
[ 14:48 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)
|
Tue, 4 May 2004
|
[ 20:14 markus ]
Update to vpnc-0.2-rm+zomb-pre9
PR: ports/66202
Submitted by: Christian Lackas <delta@lackas.net> (maintainer)
|
Mon, 3 May 2004
|
[ 13:57 arved ] (Only the first 10 of 21 ports in this commit are shown above. )
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 )
|
Thu, 29 Apr 2004
|
[ 13:41 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
|
Mon, 1 Mar 2004
|
[ 16:29 markus ]
- use tun0 as default-interface
- fix install of startscript
Approved by: Christian Lackas <delta@lackas.net> (maintainer)
arved (mentor)
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ] (Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Fri, 30 Jan 2004
|
[ 13:34 arved ]
Update to new version.
Depend on new libgcrypt-devel port.
PR: 62111
Submitted by: Christian Lackas <delta@lackas.net>
|
Mon, 22 Dec 2003
|
[ 19:23 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
|
Wed, 17 Dec 2003
|
[ 15:19 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
|
Number of commits found: 84 |