summary refs log tree commit diff
path: root/pkgs/servers/identd
Commit message (Collapse)AuthorAge
* oidentd: 2.4.0 -> 2.5.0R. RyanTM2020-05-09
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\ | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| * oidentd: 2.3.2 -> 2.4.0R. RyanTM2019-08-19
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/oidentd/versions
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* oidentd: 2.3.1 -> 2.3.2R. RyanTM2019-01-17
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/oidentd/versions
* oidentd: 2.2.2 -> 2.3.1Janik Rabe2018-11-07
| | | | | | | * Added license: GPLv2. * Updated homepage and description. * CFLAGS are no longer necessary as of version 2.2.0. * Option '-a ::' is no longer necessary as of version 2.2.0.
* nullidentdmod: Init at 1.3 (#46040)Janne Heß2018-09-05
|
* oidentd: 2.0.8 -> 2.2.2Ryan Mulligan2018-03-29
| | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. This update was made based on information from https://repology.org/metapackage/oidentd/versions. These checks were done: - built on NixOS - ran `/nix/store/19rf4km35iddw3nbslr0nak3va625620-oidentd-2.2.2/bin/oidentd -h` got 0 exit code - ran `/nix/store/19rf4km35iddw3nbslr0nak3va625620-oidentd-2.2.2/bin/oidentd --help` got 0 exit code - ran `/nix/store/19rf4km35iddw3nbslr0nak3va625620-oidentd-2.2.2/bin/oidentd -v` and found version 2.2.2 - ran `/nix/store/19rf4km35iddw3nbslr0nak3va625620-oidentd-2.2.2/bin/oidentd --version` and found version 2.2.2 - ran `/nix/store/19rf4km35iddw3nbslr0nak3va625620-oidentd-2.2.2/bin/oidentd -h` and found version 2.2.2 - ran `/nix/store/19rf4km35iddw3nbslr0nak3va625620-oidentd-2.2.2/bin/oidentd --help` and found version 2.2.2 - found 2.2.2 with grep in /nix/store/19rf4km35iddw3nbslr0nak3va625620-oidentd-2.2.2 - directory tree listing: https://gist.github.com/7435022bd0d74e9187ebde35c4fd39f9
* oidentd: Set C dialect to gnu89 (broken by GCC 5)Teo Klestrup Röijezon2016-03-31
|
* * Add platforms attribute.Eelco Dolstra2011-11-10
| | | | svn path=/nixpkgs/trunk/; revision=30380
* * Added oidentd, an implementation of the IDENT protocol.Eelco Dolstra2011-11-10
svn path=/nixpkgs/trunk/; revision=30379