summary refs log tree commit diff
path: root/pkgs/os-specific/linux/nftables
Commit message (Collapse)AuthorAge
* nftables: fix passthru.testsajs1242023-10-20
| | | | follow-up to f1c0589e4c778cc5852a14c6776a7053177983c3
* nftables: 1.0.8 -> 1.0.9ajs1242023-10-20
| | | | https://lwn.net/Articles/948274/
* nftables: add option to disable interactiveAlyssa Ross2023-09-14
| | | | | I think "CLI" is a very strange name for this, but that's what upstream calls it.
* nftables: 1.0.7 -> 1.0.8 (#243985)ajs1242023-07-17
| | | https://www.spinics.net/lists/netfilter/msg61165.html
* nftables: 1.0.6 -> 1.0.7ajs1242023-03-21
| | | | https://www.spinics.net/lists/netfilter/msg61018.html
* nftables: 1.0.5 -> 1.0.6ajs1242022-12-22
| | | | https://www.spinics.net/lists/netfilter/msg60949.html
* nftables: Set meta.mainProgram to "nft"Archit Gupta2022-11-06
| | | | | The nftables package only has one binary, and this enables running it through `nix run nixpkgs#nftables`.
* nftables: 1.0.4 -> 1.0.5ajs1242022-08-11
| | | | https://lore.kernel.org/all/YvK7fkPf6P52MV+w@salvia/T/
* nftables: 1.0.2 -> 1.0.4ajs1242022-06-07
|
* python310Packages.nftables: init from pkgs.nftables, reduce with lib; usage ↵Sandro Jäckel2022-04-30
| | | | over enitre file
* nftables: 1.0.1 -> 1.0.2ajs1242022-03-02
|
* nftables: 1.0.0 -> 1.0.1ajs1242021-11-18
|
* nftables: clarify licenseAlyssa Ross2021-11-08
| | | | | | | > nftables is distributed under the terms of the GPL version 2. Note that > *only* version 2 of the GPL applies, not "any later version". https://git.netfilter.org/nftables/tree/COPYING?id=fac10ea799fe9b6158d74f66d6ad46536d38a545
* iptables: switch from iptables-legacy to iptables-nftables-compatmisuzu2021-09-28
| | | | This should ease the migration to nftables.
* nftables: 0.9.9 -> 1.0.0ajs1242021-08-20
| | | | https://lore.kernel.org/netdev/20210819173626.GA1776@salvia/T/
* nftables: 0.9.8 -> 0.9.9ajs1242021-05-26
|
* Merge pull request #109644 from Izorkin/update-firewallJörg Thalheim2021-02-03
|\
| * nftables: 0.9.7 -> 0.9.8Izorkin2021-01-17
| |
* | 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.
* | pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|/
* nftables: 0.9.6 -> 0.9.7Izorkin2020-11-18
|
* nftables: 0.9.3 -> 0.9.6R. RyanTM2020-07-05
|
* nftables: 0.9.2 -> 0.9.3Will Dietz2019-12-10
|
* nftables: update build configurationIzorkin2019-11-13
|
* nftables: build documentationAndrew Childs2019-11-12
|
* nftables: 0.9.1 -> 0.9.2Izorkin2019-08-31
|
* Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\ | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| * nftables: 0.9.0 -> 0.9.1Izorkin2019-08-18
| |
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | 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.
* 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
* nftables: 0.8.5 -> 0.9.0R. RyanTM2018-06-27
| | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nftables/versions. These checks were done: - built on NixOS - /nix/store/dsjhy8fws8j0awprkf894mrl2rz6a53q-nftables-0.9.0/bin/nft passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 0.9.0 with grep in /nix/store/dsjhy8fws8j0awprkf894mrl2rz6a53q-nftables-0.9.0 - directory tree listing: https://gist.github.com/2aa6bc0f10c5a26cd1ad6d17106daad5 - du listing: https://gist.github.com/e87dd21c1ba327481635ea9b36b9aa67
* nftables: 0.8.3 -> 0.8.5 (#41288)R. RyanTM2018-06-01
| | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nftables/versions. These checks were done: - built on NixOS - /nix/store/k4gbg52hrir6j4krsa3iky2phrbaqail-nftables-0.8.5/bin/nft passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 0.8.5 with grep in /nix/store/k4gbg52hrir6j4krsa3iky2phrbaqail-nftables-0.8.5 - directory tree listing: https://gist.github.com/c51183f763d8d6799836191579a6121e - du listing: https://gist.github.com/14256ccb73b20c829e35302dbd31c12a
* nftables: 0.8.2 -> 0.8.3Izorkin2018-03-12
|
* nftables: 0.8 -> 0.8.2Ryan Mulligan2018-02-27
| | | | | | | | | | | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2/bin/nft -h` got 0 exit code - ran `/nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2/bin/nft --help` got 0 exit code - ran `/nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2/bin/nft -v` and found version 0.8.2 - ran `/nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2/bin/nft --version` and found version 0.8.2 - ran `/nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2/bin/nft -h` and found version 0.8.2 - ran `/nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2/bin/nft --help` and found version 0.8.2 - found 0.8.2 with grep in /nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2 - found 0.8.2 in filename of file in /nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2 cc "@wkennington"
* nftables: 0.7 -> 0.8adisbladis2018-01-04
|
* nftables: disable broken xtables supportFranz Pletz2017-01-24
|
* nftables: 0.6 -> 0.7, enable xtables supportFranz Pletz2017-01-22
|
* nftables: 0.5 -> 0.6Franz Pletz2016-09-01
|
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* nftables: 0.4 -> 0.5William A. Kennington III2015-09-17
|
* nftables: 0.3 -> 0.4William A. Kennington III2014-12-17
|
* nftables: Add derivationWilliam A. Kennington III2014-08-25