aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeradius
Commit message (Collapse)AuthorAgeFilesLines
* main/freeradius: rebuild against krb5-1.14Natanael Copa2015-12-021-1/+1
|
* main/freeradius: send accounting pings to accounting portLeonardo Arena2015-10-302-4/+49
| | | | https://github.com/FreeRADIUS/freeradius-server/issues/1364
* main/freeradius: fix EAP-TLS with OpenSSL 1.0.2Leonardo Arena2015-10-162-4/+50
| | | | http://lists.freeradius.org/pipermail/freeradius-users/2015-October/080276.html
* Revert "main/freeradius: fix EAP-TLS with OpenSSL 1.0.2"Leonardo Arena2015-10-162-50/+4
| | | | This reverts commit 86b7a9ed542ecd1d3d6d030a080af20d8c6d1dcd.
* main/freeradius: fix EAP-TLS with OpenSSL 1.0.2Leonardo Arena2015-10-162-4/+50
| | | | http://lists.freeradius.org/pipermail/freeradius-users/2015-October/080276.html
* main/freeradius: upgrade to 3.0.10Leonardo Arena2015-10-062-43/+5
|
* main/freeradius: fix to initialize ipv6 scope alwaysTimo Teräs2015-09-112-4/+80
|
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-1/+0
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* main/freeradius: fix use of strerror_rNatanael Copa2015-09-102-4/+42
| | | | | upstream report: https://github.com/FreeRADIUS/freeradius-server/issues/1222
* main/freeradius: add json support to rest moduleNatanael Copa2015-08-061-2/+7
| | | | | | it needs an ugly hack to find the header ref #4511
* main/freeradius: upgrade to 3.0.9 and enable rest and redisNatanael Copa2015-07-161-15/+31
| | | | ref #4449
* main/freeradius: security fix for CVE-2015-4680Natanael Copa2015-07-072-4/+87
| | | | ref #4377
* main/freeradius: another rebuild to fix providesNatanael Copa2015-06-111-1/+1
|
* main/freeradius: fix incomplete freeradius3 providesNatanael Copa2015-06-091-2/+15
| | | | we need provides for subpackages as well
* main/freeradius: make dependencies cleanerNatanael Copa2015-06-081-13/+14
| | | | | - versioned depends in subpackages - let abuild figure out the so depends
* main/freeradius: add provides for freeradius3Jeff Bilyk2015-06-051-1/+2
|
* main/freeradius: remove conflicts, fix subpkgs dependsLeonardo Arena2015-05-141-15/+14
|
* main/freeradius: nuke freeradius2 and replace it with new stable branch ↵Leonardo Arena2015-05-148-599/+311
| | | | freeradius 3.0.x
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-282-5/+5
|
* main/freeradius: upgrade to 2.2.6, rebuild against mariadbŁukasz Jendrysik2015-01-262-22/+7
|
* main/freeradius: use threadsafe getgrnam in rlm_linelog and rlm_detailNatanael Copa2015-01-012-1/+44
| | | | should fix potensial craches in freeradius
* main/freeradius: linux-headers build fixNatanael Copa2015-01-011-1/+1
|
* main/freeradius: fix configure check for TLSNatanael Copa2014-10-172-1/+56
| | | | | | | Fix the configure script to correctly detect if TLS is available. TLS is needed for rlm_unix to work without segfaulting. (cherry picked from commit d698c183c3183ce3772c4b833c0c4971394942fd)
* main/freeradius: fix segfault in rlm_unixNatanael Copa2014-09-042-1/+293
| | | | | | | | | | | | | rlm_unix can segfault if you require group name lookup (eg user needs to be in a given system group) and 2 users are authenticating at the same time. Upstream has choosed to fix it differently and has added backport for v3.0.x, but has not cherry-picked it for v2.x.x branch. We use my proposed fix for v2.x. upstream bug is https://github.com/FreeRADIUS/freeradius-server/issues/767
* main/freeradius: rebuild against perl-5.20Natanael Copa2014-07-151-1/+1
|
* main/freeradius: cleanup. replace exit 1 with return 1Natanael Copa2014-07-091-30/+43
| | | | so abuild gets a chance to clean up on build failures
* main/freeradius: upgrade to 2.2.5Natanael Copa2014-06-251-5/+5
|
* main/freeradius: fix openssl version checkTimo Teräs2014-06-122-1/+17
| | | | | | Make sure ABI version is correct, and that we are linked at least to the version compled against. This allows openssl security upgrades that are ABI stable without recompiling freeradius.
* main/freeradius: rebuild due to openssl upgradeNatanael Copa2014-06-091-1/+1
| | | | ref #3007
* main/freeradius: rebuild against new openssl. Fixes #2835Leonardo Arena2014-04-081-1/+1
|
* main/freeradius: upgrade to 2.2.4Natanael Copa2014-04-042-47/+8
|
* main/freeradius: security fix (CVE-2014-2015). Fixes #2717Leonardo Arena2014-03-042-3/+42
|
* main/freeradius: add -dbg subpackage with debufg symbolsNatanael Copa2014-03-031-2/+2
|
* main/freeradius: fix initd checkpathLeonardo Arena2014-02-282-5/+5
|
* main/freeradius: make sure krb5 is not enabled. Enable parrallel buildingLeonardo Arena2014-02-261-3/+4
|
* main/freeradius: remove mysql configuration directives from default configLeonardo Arena2014-02-261-2/+5
|
* main/freeradius: add sqlite supportLeonardo Arena2014-01-171-3/+18
|
* main/freeradius: upgrade to 2.2.3Leonardo Arena2014-01-172-77/+30
|
* main/freeradius: fix dependsLeonardo Arena2013-11-221-2/+2
|
* main/freeradius: use default user/group radiusLeonardo Arena2013-11-152-12/+12
|
* main/freeradius: upgrade to 2.2.2Leonardo Arena2013-11-122-7/+62
|
* main/freeradius: upgrade to 2.2.1Timo Teräs2013-10-191-5/+5
|
* main/[various]: update config.subTimo Teräs2013-10-091-0/+1
|
* main/freeradius: remove unused pth-dev dependencyNatanael Copa2013-09-301-9/+5
|
* main/freeradius: use /sbin/nologin as shellNatanael Copa2013-09-042-2/+2
|
* main/freeradius: use /sbin/nologin as shellNatanael Copa2013-09-031-1/+1
|
* main/freeradius: create subpkg for dialupadminLeonardo Arena2013-08-201-2/+30
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-2/+5
|
* main/freeradius: rebuild against perl-5.18Natanael Copa2013-05-231-1/+1
|
* main/freeradius: fix yet another circular depsNatanael Copa2013-05-011-1/+3
|