Merge pull request #109644 from Izorkin/update-firewall

This commit is contained in:
Jörg Thalheim
2021-02-03 05:41:42 +00:00
committed by GitHub
4 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -6,12 +6,12 @@
with lib;
stdenv.mkDerivation rec {
version = "1.8.6";
version = "1.8.7";
pname = "iptables";
src = fetchurl {
url = "https://www.netfilter.org/projects/${pname}/files/${pname}-${version}.tar.bz2";
sha256 = "0rvp0k8a72h2snrdx48cfn75bfa0ycrd2xl3kjysbymq7q6gxx50";
sha256 = "1w6qx3sxzkv80shk21f63rq41c84irpx68k62m2cv629n1mwj2f1";
};
nativeBuildInputs = [ pkg-config pruneLibtoolFiles flex bison ];
@@ -174,6 +174,8 @@ let
(whenAtLeast "4.17" yes) ];
NF_TABLES_NETDEV = mkMerge [ (whenOlder "4.17" module)
(whenAtLeast "4.17" yes) ];
NFT_REJECT_NETDEV = whenAtLeast "5.11" module;
# IP: Netfilter Configuration
NF_TABLES_IPV4 = mkMerge [ (whenOlder "4.17" module)
(whenAtLeast "4.17" yes) ];
+2 -2
View File
@@ -10,12 +10,12 @@
with lib;
stdenv.mkDerivation rec {
version = "0.9.7";
version = "0.9.8";
pname = "nftables";
src = fetchurl {
url = "https://netfilter.org/projects/nftables/files/${pname}-${version}.tar.bz2";
sha256 = "1c1c2475nifncv0ng8z77h2dpanlsx0bhqm15k00jb3a6a68lszy";
sha256 = "1r4g22grhd4s1918wws9vggb8821sv4kkj8197ygxr6sar301z30";
};
nativeBuildInputs = [