summary refs log tree commit diff
path: root/pkgs/os-specific/linux/libnl
Commit message (Collapse)AuthorAge
* treewide: change pythonForBuild to pythonOnBuildForHostAdam Joseph2023-11-05
|
* treewide: python{ => .pythonForBuild}.interpreterAlyssa Ross2023-02-26
| | | | | | | It won't be enough to fix cross in all cases, but it is in at least one: pywayland. I've only made the change in cases I'm confident it's correct, as it would be wrong to change this when python.interpreter is used in wrappers, and possibly when it's used for running tests.
* libnl: 3.5.0 -> 3.7.0R. Ryantm2022-08-01
|
* treewide: remove meta.versionFelix Buehler2021-07-18
|
* libnl: python is optionalFrederik Rietdijk2021-04-03
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* libnl: disable python support by defaultJan Tojnar2019-12-29
| | | | Nothing much seems to be using it and we do not want Python 2 in our closure.
* libnl: drop musl patch, optimistically.Will Dietz2019-09-03
| | | | Builds, at least, without it :).
* libnl: 3.4.0 -> 3.5.0Will Dietz2019-09-03
| | | | | | | https://lists.infradead.org/pipermail/libnl/2019-September/002415.html FWIW: > The previous 3.4.0 release was in October 2017
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* libnl: disable pythonSupport for crossRobin Gloster2019-05-07
|
* pythonPackages.libnl-python: init at 3.4.0Matthieu Coudron2018-05-21
| | | | Netlink is the userspace <-> kernelspace communication protocol.
* libnl: 3.3.0 -> 3.4.0Matthieu Coudron2018-05-21
|
* libnl: Enable parallel buildingBen Gamari2018-05-03
| | | | This is a long enough derivation to make this worthwhile.
* libnl: use patch from gentoo-musl, fixes! \o/Will Dietz2018-02-13
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* libnl: 3.2.29 -> 3.3.0Franz Pletz2017-06-20
|
* treewide: purge maintainers.urkudVladimír Čunát2017-03-27
| | | | | It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
* libnl: 3.2.23 -> 2.3.29 to revert accidental downgrade.Kevin Cox2017-01-27
| | | | | | libnl was accidentally downgrades to 2.3.29 in 8d342d20b5ea7df31b0a29fc5e3664868c81d832 instead of being upgraded to 2.3.29 so this fixes that.
* libnl: 3.2.28 -> 3.2.29 for CVE-2017-0386Graham Christensen2017-01-25
|
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* libnl: 3.2.27 -> 3.2.28Franz Pletz2016-08-25
|
* libnl: 3.2.26 -> 3.2.27Franz Pletz2016-05-03
|
* libnl: Split into multiple outputsTuomas Tynkkynen2015-10-28
|
* libnl 3.2.25 -> 3.2.26Tobias Geerinckx-Rice2015-06-03
| | | | | Changes (also in project hosting): <http://lists.infradead.org/pipermail/libnl/2015-March/001865.html>
* libnl: Remove old 3.2.19 versionWilliam A. Kennington III2014-11-14
|
* libnl: 3.2.23 -> 3.2.25William A. Kennington III2014-11-14
|
* Adding libnl 3.2.19 to use instead of the latest with ntrackMichael Raskin2013-12-02
| | | | | ntrack has a bug about fresher libnl compatilbility. There are no updates since September.
* Upgrade libnl from 3.2.13 -> 3.2.23William A. Kennington III2013-11-29
|
* Remove a bunch of unreferenced filesEelco Dolstra2012-11-29
| | | | Plus a small number of obsolete packages (like old versions of qemu).
* libnl: upgrade to 3.2.13Mathijs Kwik2012-09-09
|
* libnl2: remove postConfigureYury G. Kudryashov2011-08-10
| | | | svn path=/nixpkgs/trunk/; revision=28468
* Add libnl-3.0Yury G. Kudryashov2011-06-07
| | | | svn path=/nixpkgs/trunk/; revision=27385
* libnl 1.x: packaged.Evgeny Egorochkin2011-01-03
| | | | svn path=/nixpkgs/trunk/; revision=25365
* Add Netlink libraryYury G. Kudryashov2010-12-06
svn path=/nixpkgs/trunk/; revision=24996