about summary refs log tree commit diff
path: root/pkgs/servers/freeradius
AgeCommit message (Collapse)AuthorFilesLines
2021-01-15pkgs/servers: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-08-20freeradius: 3.0.20 -> 3.0.21WilliButz1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-10freeradius: do not generate TLS stuffLinus Heckemann1-0/+10
2020-03-10freeradius: add some maintainersLinus Heckemann1-1/+1
2020-03-10freeradius: add patch for HTTP/2 support in rlm_rest moduleLinus Heckemann1-1/+7
Co-Authored-By: Franz Pletz <franz.pletz@mayflower.de> Co-Authored-By: Simon Waibl <simon.waibl@mayflower.de>
2019-11-27freeradius: 3.0.19 -> 3.0.20R. RyanTM1-2/+2
2019-09-22Re-Revert "Merge branch 'staging-next'"Vladimír Čunát1-3/+3
This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
2019-09-21Revert "Merge branch 'staging-next'"Vladimír Čunát1-3/+3
This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
2019-09-09treewide: replace mysql.connector-c to libmysqlclientIzorkin1-3/+3
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-27freeradius: 3.0.17 -> 3.0.19R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/freeradius/versions
2018-08-01freeradius: add rest module and multiple outputsFranz Pletz1-3/+10
2018-04-20freeradius: 3.0.16 -> 3.0.17R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/freeradius/versions. These checks were done: - built on NixOS - ran ‘/nix/store/w85s8cwg1d1kblhqiqi1fqxka1lilfb5-freeradius-3.0.17/bin/radcrypt help’ got 0 exit code - ran ‘/nix/store/w85s8cwg1d1kblhqiqi1fqxka1lilfb5-freeradius-3.0.17/bin/smbencrypt -h’ got 0 exit code - ran ‘/nix/store/w85s8cwg1d1kblhqiqi1fqxka1lilfb5-freeradius-3.0.17/bin/smbencrypt --help’ got 0 exit code - ran ‘/nix/store/w85s8cwg1d1kblhqiqi1fqxka1lilfb5-freeradius-3.0.17/bin/smbencrypt help’ got 0 exit code - ran ‘/nix/store/w85s8cwg1d1kblhqiqi1fqxka1lilfb5-freeradius-3.0.17/bin/radsniff -h’ got 0 exit code - ran ‘/nix/store/w85s8cwg1d1kblhqiqi1fqxka1lilfb5-freeradius-3.0.17/bin/radlast -h’ got 0 exit code - ran ‘/nix/store/w85s8cwg1d1kblhqiqi1fqxka1lilfb5-freeradius-3.0.17/bin/radlast --help’ got 0 exit code - ran ‘/nix/store/w85s8cwg1d1kblhqiqi1fqxka1lilfb5-freeradius-3.0.17/bin/radzap -h’ got 0 exit code - ran ‘/nix/store/w85s8cwg1d1kblhqiqi1fqxka1lilfb5-freeradius-3.0.17/bin/radiusd -h’ got 0 exit code - ran ‘/nix/store/w85s8cwg1d1kblhqiqi1fqxka1lilfb5-freeradius-3.0.17/bin/radmin -h’ got 0 exit code - ran ‘/nix/store/w85s8cwg1d1kblhqiqi1fqxka1lilfb5-freeradius-3.0.17/bin/radmin --help’ got 0 exit code - ran ‘/nix/store/w85s8cwg1d1kblhqiqi1fqxka1lilfb5-freeradius-3.0.17/bin/rc.radiusd -h’ got 0 exit code - ran ‘/nix/store/w85s8cwg1d1kblhqiqi1fqxka1lilfb5-freeradius-3.0.17/bin/rc.radiusd --help’ got 0 exit code - ran ‘/nix/store/w85s8cwg1d1kblhqiqi1fqxka1lilfb5-freeradius-3.0.17/bin/rc.radiusd help’ got 0 exit code - found 3.0.17 with grep in /nix/store/w85s8cwg1d1kblhqiqi1fqxka1lilfb5-freeradius-3.0.17 - directory tree listing: https://gist.github.com/0674f9c9bf80af589d86399e508dc604
2018-01-15freeradius: 3.0.15 -> 3.0.16WilliButz1-2/+2
2017-12-29treewide: libmysql -> mysql.connector-cRobin Gloster1-3/+3
2017-09-02Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk1-2/+2
2017-09-02freeradius: 3.0.14 -> 3.0.15WilliButz1-4/+4
2017-08-29freeradius: 3.0.14 -> 3.0.15WilliButz1-3/+3
2017-06-27freeradius: 3.0.12 -> 3.0.14 (#26874)WilliButz1-2/+2
2017-01-26freeradius: 3.0.11 -> 3.0.12Franz Pletz1-11/+11
2016-10-02treewide: Fix more lib.optional misusesTuomas Tynkkynen1-10/+11
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-04-27freeradius: fix checkrad paths by providing perl, finger substitutionSheena Artrip1-2/+6
2016-03-16freeradius: optional dependency support, pcap and cap enabledSheena Artrip1-11/+52
2016-03-15meta: Add sheenobu as maintainer for relevant packages.Sheena Artrip1-0/+1
freeradius: add sheenobu as maintainer sipsak: add sheenobu as maintainer
2016-03-14freeradius: init at 3.0.11Sheena Artrip1-0/+39