about summary refs log tree commit diff
path: root/pkgs/tools/networking/ndisc6
AgeCommit message (Collapse)AuthorFilesLines
2024-05-02pkgs/tools: remove licenses.gpl2Jussi Kuokkanen1-1/+1
2021-08-01tools/networking: replace name with pname&versionFelix Buehler1-2/+3
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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-03-26ndisc6: 1.0.3 -> 1.0.4R. 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/ndisc6/versions
2019-01-26treewide: remove wkennington as maintainerJörg Thalheim1-1/+1
He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2017-07-12ndisc6: change meta.homepage to httpsJoachim Fasting1-1/+1
The http address is a permanent redirect
2017-07-12ndisc6: do not attempt to install suid binariesJoachim Fasting1-0/+1
2015-04-04ndisc6: 1.0.2 -> 1.0.3William A. Kennington III1-7/+14
2013-12-21ndisc6: update from 1.0.1 to 1.0.2Nixpkgs Monitor1-2/+2
2011-03-24* ndisc6: use /var for rdnssd.Eelco Dolstra1-0/+4
svn path=/nixpkgs/trunk/; revision=26495
2011-03-24* dnssort requires Perl.Eelco Dolstra1-1/+3
svn path=/nixpkgs/trunk/; revision=26494
2011-03-24* Added ndisc6 (which contains IPv6 related commands such as ndisc6,Eelco Dolstra1-0/+17
rdisc6 and rdnssd). svn path=/nixpkgs/trunk/; revision=26492