aboutsummaryrefslogtreecommitdiff
path: root/security/vpnc
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* security/vpnc: fix issue with destroying tun device on exitSteve Wills2019-12-168-32/+73
| | | | | | | | | | | While here, improve formatting and regenerate patches PR: 241039 Submitted by: kevans Reported by: Hrant Dadivanyan <hrant@dadivanyan.net> Notes: svn path=/head/; revision=520267
* Release maintainership.Emanuel Haupt2019-10-041-1/+1
| | | | Notes: svn path=/head/; revision=513765
* Implement new virtual category: net-vpn for VPN related portsKoichiro Iwao2019-08-141-1/+1
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=508887
* - Fix licenseDmitry Marakasov2019-01-102-38/+23
| | | | | | | | | | | | | - Simplify installation - Convert to options helpers - Correctly set installed files permissions in pkg-plist PR: 234787 Submitted by: amdmi3 Approved by: ehaupt (maintainer) Notes: svn path=/head/; revision=489862
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-2/+0
| | | | | | | | | | 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 Notes: svn path=/head/; revision=483807
* Fix an issue where vpnc cannot connect to AVM Fritzbox VPNs because of wronglyEmanuel Haupt2017-11-142-5/+39
| | | | | | | | | | reported lifetimes. PR: 223664 Submitted by: stefan.wendler@tngtech.com Notes: svn path=/head/; revision=454173
* Add licensesEmanuel Haupt2016-12-171-0/+4
| | | | Notes: svn path=/head/; revision=428723
* Register security/libgpg-error with LIB_DEPENDSEmanuel Haupt2016-08-081-2/+3
| | | | Notes: svn path=/head/; revision=419857
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Fix bug on __FreeBSD_version >= 1100042 where once vpnc set up a tunnel andEmanuel Haupt2015-03-032-5/+23
| | | | | | | | | | | went into the main loop, no esp could be sent. PR: 197835 (based on) Submitted by: markiyan.kushnir@gmail.com Fix confirmed: xmj Notes: svn path=/head/; revision=380395
* security/vpnc: Update sysdep.h patch to support dragonflyJohn Marino2015-02-041-7/+12
| | | | | | | | | | While here, remove the __FreeBSD_version check as this will always pass on supported releases of FreeBSD. Approved by: blanket (non-invasive DragonFly support) Notes: svn path=/head/; revision=378395
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-061-1/+1
| | | | Notes: svn path=/head/; revision=376407
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer) Notes: svn path=/head/; revision=376062
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-1/+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) Notes: svn path=/head/; revision=363436
* Use @sample pkg-plist macro.Emanuel Haupt2014-04-141-3/+1
| | | | Notes: svn path=/head/; revision=351271
* Quiesce mkdirEmanuel Haupt2014-03-181-1/+1
| | | | Notes: svn path=/head/; revision=348550
* Now that this port is staged and DOCS defined we can stop testing for DOCS inEmanuel Haupt2014-02-121-3/+0
| | | | | | | any install target. Notes: svn path=/head/; revision=343993
* Rename MANn to MANPAGEn in order to avoid a 'make check-sanity' warning.Emanuel Haupt2014-01-211-5/+5
| | | | Notes: svn path=/head/; revision=340599
* Use new LIB_DEPENDS regimeEmanuel Haupt2013-12-181-1/+1
| | | | Notes: svn path=/head/; revision=336836
* Fix typo.Emanuel Haupt2013-12-111-1/+1
| | | | | | | Notified by: John Marino <freebsd.contact@marino.st> Notes: svn path=/head/; revision=336180
* Add LEGAL_TEXT as requested by eadler.Emanuel Haupt2013-12-111-0/+2
| | | | Notes: svn path=/head/; revision=336178
* 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