about summary refs log tree commit diff
path: root/pkgs/servers/identd
AgeCommit message (Collapse)AuthorFilesLines
2024-05-23pkgs/servers: remove licenses.gpl2Jussi Kuokkanen2-2/+2
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm2-0/+2
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-03-24oidentd: 3.0.0 -> 3.1.0R. Ryantm1-2/+2
2022-01-01oidentd: 2.5.0 -> 3.0.0R. RyanTM1-2/+2
(#149811)
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+3
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-4/+4
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-05-09oidentd: 2.4.0 -> 2.5.0R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly2-2/+2
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát1-2/+2
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
2019-08-19oidentd: 2.3.2 -> 2.4.0R. 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/oidentd/versions
2019-08-15treewide: name -> pname (easy cases) (#66585)volth2-3/+3
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-01-17oidentd: 2.3.1 -> 2.3.2R. 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/oidentd/versions
2018-11-07oidentd: 2.2.2 -> 2.3.1Janik Rabe1-10/+10
* 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.
2018-09-05nullidentdmod: Init at 1.3 (#46040)Janne Heß1-0/+25
2018-03-29oidentd: 2.0.8 -> 2.2.2Ryan Mulligan1-3/+4
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
2016-03-31oidentd: Set C dialect to gnu89 (broken by GCC 5)Teo Klestrup Röijezon1-0/+2
2011-11-10* Add platforms attribute.Eelco Dolstra1-0/+1
svn path=/nixpkgs/trunk/; revision=30380
2011-11-10* Added oidentd, an implementation of the IDENT protocol.Eelco Dolstra1-0/+15
svn path=/nixpkgs/trunk/; revision=30379