summary refs log tree commit diff
path: root/pkgs/os-specific/linux/conntrack-tools
Commit message (Collapse)AuthorAge
* 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: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* conntrack-tools: fix build w/glibc-2.32Maximilian Bosch2020-09-12
|
* conntrack-tools: 1.4.5 -> 1.4.6R. RyanTM2020-05-05
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * 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
* conntrack-tools: 1.4.4 -> 1.4.5Orivej Desh2018-05-30
| | | | Fix build with libnetfilter_conntrack 1.0.7.
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| | | | Goodbye, and thanks for all the Nix...
* conntrack_tools: 1.4.3 -> 1.4.4Franz Pletz2017-01-22
|
* conntrack_tools: 1.4.2 -> 1.4.3; maintainTobias Geerinckx-Rice2015-09-10
|
* Add conntrack-tools and missing dependencies.ambrop7@gmail.com2014-11-09
|
* Revert "Add conntrack-tools and missing dependencies."Arseniy Seroka2014-11-09
|
* Add conntrack-tools and missing dependencies.ambrop7@gmail.com2014-11-08