diff options
author | Cem Keylan <cem@ckyln.com> | 2022-05-16 19:18:26 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-05-16 19:19:44 +0200 |
commit | c9d4ecc16c7c7ce705e2ff220b5f642514b872d6 (patch) | |
tree | 16c85a0f792974adb302c0c795bc5eef9306f90a /extra | |
parent | c91ad954eae954cc908df325676c15ffc83504ad (diff) | |
download | repository-c9d4ecc16c7c7ce705e2ff220b5f642514b872d6.tar.gz |
iptables: bump to 1.8.8
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/iptables/build | 3 | ||||
-rw-r--r-- | extra/iptables/checksums | 2 | ||||
-rw-r--r-- | extra/iptables/sources | 2 | ||||
-rw-r--r-- | extra/iptables/version | 2 |
4 files changed, 6 insertions, 3 deletions
diff --git a/extra/iptables/build b/extra/iptables/build index 33e64b1a..84186e0f 100755 --- a/extra/iptables/build +++ b/extra/iptables/build @@ -11,5 +11,8 @@ export LDFLAGS="$LDFLAGS -static" --with-xtlibdir=/usr/lib/xtables \ --disable-nftables +clsed '/^#include <netinet\/ether.h>/d' libxtables/xtables.c +clsed 's/u_int16_t/uint16_t/g' iptables/xshared.h + make LDFLAGS="$LDFLAGS -all-static" make DESTDIR="$1" install diff --git a/extra/iptables/checksums b/extra/iptables/checksums index f9b38590..83186f4c 100644 --- a/extra/iptables/checksums +++ b/extra/iptables/checksums @@ -1,2 +1,2 @@ %BLAKE3 -c1411b529b73951975e84a1b53e04f05b59ff866d7d4108981e4fd16416205ca iptables-1.8.7.tar.bz2 +806680bf6c6f26613f88896484d947b40fb7f5dd20776c9aa3475ce1b355b308 iptables-1.8.8.tar.bz2 diff --git a/extra/iptables/sources b/extra/iptables/sources index 355baeca..3d767ede 100644 --- a/extra/iptables/sources +++ b/extra/iptables/sources @@ -1 +1 @@ -https://fossies.org/linux/misc/iptables-1.8.7.tar.bz2 +https://fossies.org/linux/misc/iptables-1.8.8.tar.bz2 diff --git a/extra/iptables/version b/extra/iptables/version index 03a11075..e1f77c9e 100644 --- a/extra/iptables/version +++ b/extra/iptables/version @@ -1 +1 @@ -1.8.7 2 +1.8.8 1 |