aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeradius
Commit message (Collapse)AuthorAgeFilesLines
* main/freeradius: rebuild against perl 5.24Natanael Copa2016-07-271-1/+1
|
* main/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* Reorder arguments passed to addgroup/adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | | Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
* Improve consistency of scripts using adduser/addgroup.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | | | | | | | Following rules have been applied: - script starts with shebang !#/bin/sh followed by blank line, - script ends with exit 0 prepended by blank line, - only stderr of adduser, addgroup or passwd is redirected to /dev/null, - getent passwd/group instances has been removed, - manual checking of file and group existence has been removed, - `|| true` instances has been removed. Comments and line wrapping have been preserved.
* Add -g option (GECOS/comment) to adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | This way we can avoid ugly default: Linux user,,,
* Add lacking -S option (system) to adduser/addgroup in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Groups and users created by packages shouldn't use high ids by default (unless explicitly requested), to distinguish them from groups and users created by administrators for humans. Following 41 files lacked -S next to addgroup: - community/sword/sword.pre-install - main/amavisd-new/amavisd-new.pre-install - main/chrony/chrony.pre-install - main/cvechecker/cvechecker.pre-install - main/dnsmasq/dnsmasq.pre-install - main/freeradius/freeradius.pre-install - main/gdnsd/gdnsd.pre-install - main/haproxy/haproxy.pre-install - main/haproxy/haproxy.pre-upgrade - main/kamailio/kamailio.pre-install - main/logcheck/logcheck.pre-install - main/mlmmj/mlmmj.pre-install - main/nrpe/nrpe.pre-install - main/open-vm-tools/open-vm-tools.pre-install - main/postgrey/postgrey.pre-install - main/privoxy/privoxy.pre-install - main/redis/redis.pre-install - main/samba/winbind.pre-install - main/sircbot/sircbot.pre-install - main/smokeping/smokeping.pre-install - main/squark/squark.post-install - main/squid/squid.pre-install - main/squid/squid.pre-upgrade - main/subversion/subversion.pre-install - main/trac/trac.pre-install - main/vsftpd/vsftpd.pre-install - main/zabbix/zabbix-agent.pre-install - testing/3proxy/3proxy.pre-install - testing/cluster-glue/cluster-glue.pre-install - testing/elasticsearch/elasticsearch.pre-install - testing/emby/emby.pre-install - testing/gdnsd/gdnsd.pre-install - testing/icinga2/icinga2.pre-install - testing/lusca/lusca.pre-install - testing/lusca/lusca.pre-upgrade - testing/mongodb/mongodb.pre-install - testing/openxcap/openxcap.pre-install - testing/prosody/prosody.pre-install - testing/rancid/rancid.pre-install - testing/rutorrent/rutorrent.pre-install - testing/zabbix/zabbix-agent.pre-install Following 60 files lacked -S next to adduser: - community/caddy/caddy.pre-install - community/domoticz/domoticz.pre-install - community/minetest/minetest-server.pre-install - community/oscam/oscam.pre-install - community/seafile/seafile-server.pre-install - community/syncthing/syncthing.pre-install - main/apache2/apache2.pre-install - main/aports-build/aports-build.pre-install - main/atheme-iris/atheme-iris.pre-install - main/bind/bind.pre-install - main/clamav/clamav-db.pre-install - main/clamsmtp/clamsmtp.pre-install - main/clamsmtp/clamsmtp.pre-upgrade - main/coova-chilli/coova-chilli.pre-install - main/cvechecker/cvechecker.pre-install - main/dhcp/dhcp.pre-install - main/distcc/distcc.pre-install - main/djbdns/dnscache.pre-install - main/djbdns/tinydns.pre-install - main/dovecot/dovecot.pre-install - main/ez-ipupdate/ez-ipupdate.pre-install - main/fetchmail/fetchmail.pre-install - main/freeswitch/freeswitch.pre-install - main/gitolite/gitolite.pre-install - main/gnats/gnats.pre-install - main/gross/gross.pre-install - main/icecast/icecast.pre-install - main/kamailio/kamailio.pre-install - main/lighttpd/lighttpd.pre-install - main/mariadb/mariadb.pre-install - main/memcached/memcached.pre-install - main/ngircd/ngircd.pre-install - main/nrpe/nrpe.pre-install - main/openntpd/openntpd.pre-install - main/postgrey/postgrey.pre-install - main/snort/snort.pre-install - main/squid/squid.pre-install - main/squid/squid.pre-upgrade - main/subversion/subversion.pre-install - main/trac/trac.pre-install - main/transmission/transmission-daemon.pre-install - main/ympd/ympd.pre-install - main/znc/znc.pre-install - testing/at/at.pre-install - testing/buildbot-slave/buildbot-slave.pre-install - testing/buildbot/buildbot.pre-install - testing/clapf/clapf.pre-install - testing/cluster-glue/cluster-glue.pre-install - testing/dbmail/dbmail.pre-install - testing/dspam/dspam.pre-install - testing/ejabberd/ejabberd.pre-install - testing/emby/emby.pre-install - testing/mongodb/mongodb.pre-install - testing/opensips/opensips.pre-install - testing/pdns/pdns.pre-install - testing/prosody/prosody.pre-install - testing/qpage/qpage.pre-install - testing/rrdbot/rrdbot.pre-install - testing/wt/wt.pre-install - unmaintained/ejabberd-git/ejabberd-git.pre-install
* main/freeradius: tell install that we are building a packageLeonardo Arena2016-02-192-33/+2
|
* main/freeradius: upgrade to 3.0.11Leonardo Arena2016-01-263-99/+8
|
* 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
|