summary refs log tree commit diff
path: root/pkgs/os-specific/linux/iproute/default.nix
Commit message (Collapse)AuthorAge
* iproute: 3.17.0 -> 3.18.0William A. Kennington III2015-02-06
|
* iproute2: 3.16.0 -> 3.17.0William A. Kennington III2014-10-19
|
* iproute: Fix regressions introduced in 3.16.0William A. Kennington III2014-09-26
| | | | | | | | | 3.16.0 introduced a regression where vlan and veth devices could not be created due to a check in the code for existing devices. This applies the upstream patch which fixes the issue. Additionally, this corrects the nixos network-interfaces task which now needs to specify the name parameter when adding links.
* iproute2: Update to 3.16.0Eelco Dolstra2014-09-23
|
* Move all db4 packages to the default db5William A. Kennington III2014-02-15
|
* Upgrade iproute2 from 3.8.0 -> 3.12.0William A. Kennington III2013-11-29
| | | | | Additionally rmeove the werror patch as it is not needed for the build anymore.
* iproute: don't compile with -WerrorPeter Simons2013-04-07
| | | | | | | | lnstat.c:169:30: error: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Werror=sizeof-pointer-memaccess] memset(th.hdr[i], 0, sizeof(th.hdr[i])); ^ cc1: all warnings being treated as errors make[1]: *** [lnstat.o] Error 1
* iproute2: Update to 3.8.0Eelco Dolstra2013-03-26
|
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* iproute: Update to 3.6.0Eelco Dolstra2012-10-11
|
* Obviously, iproute needs host flexMichael Raskin2011-11-06
| | | | svn path=/nixpkgs/trunk/; revision=30285
* iproute2: Working URLShea Levy2011-10-28
| | | | svn path=/nixpkgs/trunk/; revision=30093
* Adding a patch which fixes vpncCillian de Roiste2011-02-24
| | | | svn path=/nixpkgs/trunk/; revision=26089
* Upgrade iproute, add meta infoYury G. Kudryashov2010-08-13
| | | | svn path=/nixpkgs/trunk/; revision=23167
* More metadataYury G. Kudryashov2010-08-13
| | | | svn path=/nixpkgs/trunk/; revision=23166
* * iproute2 updated to 2.6.29-1.Eelco Dolstra2009-07-23
| | | | svn path=/nixpkgs/trunk/; revision=16446
* Updating iproute - patch by Lluis BatlleMichael Raskin2009-01-03
| | | | svn path=/nixpkgs/trunk/; revision=13696
* Added version suffixes.Michael Raskin2007-06-26
| | | | svn path=/nixpkgs/trunk/; revision=8921
* Refreshed iproute package.Michael Raskin2007-06-20
| | | | svn path=/nixpkgs/trunk/; revision=8906
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* add iproute. This tool is use increasingly instead of ifconfig and friends.Armijn Hemel2006-02-16
It also allows us to reuse network initialization scripts from other distributions more easily svn path=/nixpkgs/trunk/; revision=4826