aboutsummaryrefslogtreecommitdiff
path: root/net/freeradius2
Commit message (Collapse)AuthorAge
* freeradius2: move to packages-abandonedDaniel Golle2017-06-13
| | | | | | | I'm no longer going to maintain freeradius2. Please use freeradius3 instead. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* freeradius2: create temp directory /tmp/radiusdAlberto Bursi2016-11-06
| | | | | Fixes issue openwrt#3403 "radiusd requires a temporary directory to be existent for certain operations, like verification of certificates." Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* freeradius2/3: Fixes to init script. (#3022)Toke Høiland-Jørgensen2016-08-05
| | | | | | | | | | | | | | This fixes two issues with the freeradius package init scripts: - The package installs libraries in /usr/lib/freeradius{2,3}, but the musl dynamic linker won't find them there unless LD_LIBRARY_PATH is set to include this directory. This adds an appropriate env statement to the procd init setup. - procd expects services to stay in the foreground, or it will be unable to properly shut them down again. This adds the -f flag to radiusd to achieve that. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* freeradius2: add missing dependency on zlibFelix Fietkau2016-07-24
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* freeradius2: update to version 2.2.9Daniel Golle2016-04-19
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* freeradius2: completely disable runtime OpenSSL version checksJo-Philipp Wich2015-12-28
| | | | | | | | | | | | Whenever we ship fixed libopenssl binaries in DD, the Freeradius daemon fails at startup because it detects a mismatch of the build time and runtime OpenSSL version. Since our OpenSSL updates for DD are ABI compatible we do not need or even want this superflous check. Removing it saves us the effort to rebuild Freeradius after every OpenSSL version bump. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* freeradius2: cleanup init scriptDaniel Golle2015-10-21
| | | | | | | | | | | The initscript originally imported from oldpackages no longer does the job, sed'ery around ifconfig is just not the way. Remove stuff which can also be done via /etc/freeradius2/* or /etc/default/radiusd instead. Fixes #1769 and #1193 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* freeradius2: update to 2.2.8Daniel Golle2015-07-20
| | | | | | Fixes oCert CVE-2015-4680. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* freeradius2: add mirror for older releasesMislav Novakovic2015-05-26
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* freeradius2: update to version 2.2.7 and refresh patchesDaniel Golle2015-04-26
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* freeradius2: bump to version 2.2.6Daniel Golle2014-11-27
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* freeradius2: relax SSL version checksJo-Philipp Wich2014-10-20
| | | | | | | | | | | | | Merge upstream commit 5ae2a70a135062a025d8fabc104eeae3a2c53a7a to relax the SSL library version check at runtime. The objective is to avoid the need for rebuilding freeradius2 whenever we push binary updates for libopenssl. See https://dev.openwrt.org/ticket/18169 for reference. Please backport this change to the for-14.07 branch as well. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)Etienne CHAMPETIER2014-10-15
| | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* freeradius2: enable freeradius2-mod-sql-mysql againEtienne CHAMPETIER2014-08-12
| | | | | | compile tested only Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* freeradius2: remove weird circular dependenciesEtienne CHAMPETIER2014-08-12
| | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* freeradius2: add PKG_LICENSE informationDaniel Golle2014-08-10
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* freeradius2: disable PKG_CHECK_FORMAT_SECURITYEtienne CHAMPETIER2014-08-08
| | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* freeradius2: reenable ldap-module as openldap was mergedSteven Barth2014-08-06
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* Disable various plugins with mising dependenciesSteven Barth2014-07-18
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* Import freeradius2Daniel Golle2014-06-13
Also bump to version 2.2.5 and add myself as maintainer. Signed-off-by: Daniel Golle <daniel@makrotopia.org>