summary refs log tree commit diff
path: root/pkgs/os-specific/linux/iputils
Commit message (Collapse)AuthorAge
* iputils: upstream fixes for muslWill Dietz2018-09-24
|
* iputils: Code refactoring and fixesMichael Weiss2018-09-02
| | | | | | - Fix the cross-compiling check and add openssl for ninfod - Add "AS-IS, SUN MICROSYSTEMS license" to meta.licenses - Install igp (see man pg3)
* iputils: Drop unnecessary dependenciesMichael Weiss2018-09-02
|
* iputils: 20161105 -> 20180629Michael Weiss2018-08-18
|
* treewide: Remove stdenv.isCrossJohn Ericson2018-08-02
| | | | | | | I *want* cross-specific overrides to be verbose, so I rather not have this shorthand. This makes the syntactic overhead more proportional to the maintainence cost. Hopefully this pushes people towards fewer conditionals and more abstractions.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* iputils: enable rarpdLinus Heckemann2018-04-15
| | | | also add self to maintainers
* iputils: Fix cross compileShea Levy2018-02-28
|
* iputils: drop glibc assertWill Dietz2018-02-13
|
* iputils: only use libidn on non-muslWill Dietz2018-02-13
|
* treewide: use less `phases` if not necessaryRobin Gloster2017-08-11
| | | | | This removes some skipping of e.g. fixupPhase and cleans up occurences where this led to duplicating code
* iputils: 20151218 -> 20161105Jörg Thalheim2017-02-15
| | | | most notable change is the removal of tracepath6 and ping6
* iputils: install manpage for traceroute6Franz Pletz2016-10-31
|
* iputils: 20121221 -> 20151218Franz Pletz2016-08-10
|
* iputils: drop dontGzipMan, as it's not needed anymoreVladimír Čunát2015-10-25
|
* iputils: Don't depend on both GNU TLS and OpenSSLEelco Dolstra2013-06-04
|
* iputils: build and install the manpagesLluís Batlle i Rossell2013-03-18
|
* iputils: update 20101006 to 20121221Lluís Batlle i Rossell2013-03-18
| | | | Still without manpages! I don't know where to get SGML tools.
* * Updated iputils (though perhaps we should just use GNU inetutils).Eelco Dolstra2011-02-02
| | | | svn path=/nixpkgs/trunk/; revision=25765
* Replace `kernelHeaders' by `linuxHeaders'.Ludovic Courtès2009-12-21
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=19067
* svn path=/nixpkgs/branches/stdenv-updates/; revision=13971Eelco Dolstra2009-02-03
|
* iputils: builder rewritten, open-max.patch addedYury G. Kudryashov2007-12-01
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=9818
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* Added version suffixes.Michael Raskin2007-06-26
| | | | svn path=/nixpkgs/trunk/; revision=8921
* * Fix Darwin evaluation errors.Eelco Dolstra2007-05-16
| | | | svn path=/nixpkgs/trunk/; revision=8709
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* * "." -> "source".Eelco Dolstra2005-12-05
| | | | svn path=/nixpkgs/trunk/; revision=4335
* remove old crapArmijn Hemel2005-07-26
| | | | svn path=/nixpkgs/trunk/; revision=3452
* replace iputils with a slightly older version to avoid SSL based tools beingArmijn Hemel2005-07-04
| | | | | | | built. Still missing are security patches though, these should be ripped from the Fedora SRPMs... svn path=/nixpkgs/trunk/; revision=3288
* * Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra2005-02-15
| | | | | | gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
* remove debug statement which caused the build to fail (intentionally by the ↵Armijn Hemel2004-08-05
| | | | | | way for debugging purposes). Now it does install fine... svn path=/nixpkgs/trunk/; revision=1236
* iputils, as used in Red Hat Linux (there are a few flavours around apparently).Armijn Hemel2004-08-05
*** BIG FAT WARNING *** Right now these tools can only be used as root, because they are normally installed SUID root! svn path=/nixpkgs/trunk/; revision=1234