Port details |
- openvpn-auth-radius RADIUS authentication plugin for OpenVPN
- 2.1_4 security
=4 Version of this port present on the latest quarterly branch. - Maintainer: m.tsatsenko@gmail.com
 - Port Added: 2011-03-04 17:14:56
- Last Update: 2022-07-20 14:22:56
- Commit Hash: 857c05f
- People watching this port, also watch:: sudo, openvpn, rsync, openssl, postfix
- Also Listed In: net-vpn
- License: GPLv2
- Description:
- The OpenVPN Radius Plugin provides RADIUS authentication
and accounting support for OpenVPN.
WWW: http://www.nongnu.org/radiusplugin/index.html
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- openvpn-auth-radius>0:security/openvpn-auth-radius
- To install the port:
- cd /usr/ports/security/openvpn-auth-radius/ && make install clean
- To add the package, run one of these commands:
- pkg install security/openvpn-auth-radius
- pkg install openvpn-auth-radius
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: openvpn-auth-radius
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (radiusplugin_v2.1.tar.gz) = d858e9c26a2f71390ca2c0229eb3205fbe407876a6efda3f30433d20044ace88
SIZE (radiusplugin_v2.1.tar.gz) = 239270
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- openvpn : security/openvpn
- Library dependencies:
-
- libgcrypt.so : security/libgcrypt
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for openvpn-auth-radius-2.1_4:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- security_openvpn-auth-radius
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:56 2.1_4 |
Tobias C. Berner (tcberner)  |
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 ) |
06 Apr 2021 14:31:07 2.1_4 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Aug 2019 03:26:09
2.1_4 |
meta  |
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 |
09 Jul 2018 08:36:02
2.1_4 |
meta  |
security/openvpn-auth-radius: fix build on 11.2-RELEASE
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 |
19 Jul 2016 11:04:14
2.1_3 |
mat  |
When there is a do-install target, do not use a post-install target, do
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 |
19 May 2016 10:53:06
2.1_3 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
01 Apr 2016 14:25:18
2.1_3 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
02 Jan 2015 18:46:34
2.1_3 |
pi  |
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 ) |
30 Jul 2014 03:57:24
2.1_2 |
pi  |
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) |
15 Jul 2014 16:57:39
2.1_1 |
adamw  |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
02 Feb 2014 19:06:30
2.1_1 |
marino  |
security/openvpn-auth-radius: Fix build on FreeBSD 10+
In addition to PR, convert USE_GMAKE and use new library callouts.
PR: ports/185439
Submitted by: Andras JAKO
Fixed by: maintainer (Mikhail Tsatsenko) |
20 Sep 2013 22:55:26
2.1_1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
03 May 2013 16:36:41
2.1_1 |
ehaupt  |
Chase security/libgcrypt update |
02 Oct 2012 16:40:41
2.1 |
az  |
- Fix typos (LICENSE is correct form inside bsd.licenses.mk).
- Removed LICENSE_FILE where is no need in this.
Spotted by: zont@
Approved by: portmgr (bapt@) |
03 Jul 2011 11:40:49
2.1 |
swills  |
- Chase the libgcrypt shared lib version |
04 Mar 2011 17:14:38
2.1 |
miwi  |
The OpenVPN Radius Plugin provides RADIUS authentication
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> |