aboutsummaryrefslogtreecommitdiff
path: root/security/openvpn-auth-radius
Commit message (Collapse)AuthorAgeFilesLines
* 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
* security/openvpn-auth-radius: fix build on 11.2-RELEASEKoichiro Iwao2018-07-093-4/+14
| | | | | | | | | | | | PR: 229456 Submitted by: nicolas@deffayet.com Approved by: maintainer, pi (mentor) MFC after: 2018Q3 Sponsored by: HAW International, Inc. Differential Revision: https://reviews.freebsd.org/D16135 Notes: svn path=/head/; revision=474240
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-5/+2
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* 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
* 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
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-0/+2
| | | | Notes: svn path=/head/; revision=361977
* security/openvpn-auth-radius: Fix build on FreeBSD 10+John Marino2014-02-022-12/+20
| | | | | | | | | | | In addition to PR, convert USE_GMAKE and use new library callouts. PR: ports/185439 Submitted by: Andras JAKO Fixed by: maintainer (Mikhail Tsatsenko) Notes: svn path=/head/; revision=342361
* 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
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-6/+3
| | | | Notes: svn path=/head/; revision=317220
* - Fix typos (LICENSE is correct form inside bsd.licenses.mk).Andrej Zverev2012-10-021-1/+1
| | | | | | | | | | - Removed LICENSE_FILE where is no need in this. Spotted by: zont@ Approved by: portmgr (bapt@) Notes: svn path=/head/; revision=305166
* - Chase the libgcrypt shared lib versionSteve Wills2011-07-031-1/+1
| | | | Notes: svn path=/head/; revision=276971
* The OpenVPN Radius Plugin provides RADIUS authenticationMartin Wilke2011-03-043-0/+52
and accounting support for OpenVPN. WWW: http://www.nongnu.org/radiusplugin/index.html PR: ports/155259 Submitted by: Mikhail T. <m.tsatsenko at gmail.com> Notes: svn path=/head/; revision=270311