From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 53f04366ed8eff56b11cc4d070fe36ed5ddb376b Date: Mon, 25 Jan 2021 21:24:27 +0000 Message-ID: <4DPjYR6C7Sz2xjk@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4489674460187141961==" List-Id: --===============4489674460187141961== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 53f04366ed8eff56b11cc4d070fe36ed5ddb376b (commit) from adc2aa5f67dfcc537bb0c0acc4136b69cd62b8e0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 53f04366ed8eff56b11cc4d070fe36ed5ddb376b Author: Adolf Belka Date: Thu Jan 21 21:17:06 2021 +0100 iptables: Update to version 1.8.7 =20 - Update from 1.8.6 to 1.8.7 Florian Westphal (4): xtables-monitor: fix rule printing xtables-monitor: fix packet family protocol xtables-monitor: print packet first xtables-monitor: =20 Pablo Neira Ayuso (2): tests: shell: update format of registers in bitwise payloads. configure: bump version for 1.8.7 release =20 Phil Sutter (21): nft: Optimize class-based IP prefix matches ebtables: Optimize masked MAC address matches tests/shell: Add test for bitwise avoidance fixes ebtables: Fix for broken chain renaming iptables-test.py: Accept multiple test files on commandline iptables-test.py: Try to unshare netns by default libxtables: Extend MAC address printing/parsing support xtables-arp: Don't use ARPT_INV_* xshared: Merge some command option-related code tests/shell: Test for fixed extension registration extensions: dccp: Fix for DCCP type 'INVALID' nft: Fix selective chain compatibility checks nft: cache: Introduce nft_cache_add_chain() nft: Implement nft_chain_foreach() nft: cache: Move nft_chain_find() over nft: Introduce struct nft_chain nft: Introduce a dedicated base chain array nft: cache: Sort custom chains by name tests: shell: Drop any dump sorting in place nft: Avoid pointless table/chain creation tests/shell: Fix nft-only/0009-needless-bitwise_0 - Rootfile updated =20 Signed-off-by: Adolf Belka Reviewed-by: Peter M=C3=BCller Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/common/iptables | 2 +- lfs/iptables | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) Difference in files: diff --git a/config/rootfiles/common/iptables b/config/rootfiles/common/iptab= les index 564578216..b8bf748a5 100644 --- a/config/rootfiles/common/iptables +++ b/config/rootfiles/common/iptables @@ -13,7 +13,7 @@ lib/libipq.so.0.0.0 #lib/libxtables.la lib/libxtables.so lib/libxtables.so.12 -lib/libxtables.so.12.3.0 +lib/libxtables.so.12.4.0 #lib/xtables lib/xtables/libip6t_DNAT.so lib/xtables/libip6t_DNPT.so diff --git a/lfs/iptables b/lfs/iptables index 852cde6cc..7b0d0b637 100644 --- a/lfs/iptables +++ b/lfs/iptables @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.8.6 +VER =3D 1.8.7 =20 THISAPP =3D iptables-$(VER) DL_FILE =3D $(THISAPP).tar.bz2 @@ -41,7 +41,7 @@ objects =3D $(DL_FILE) \ $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) netfilter-layer7-v2.23.tar.gz =3D $(URL_IPFIRE)/netfilter-layer7-v2.23.tar.gz =20 -$(DL_FILE)_MD5 =3D bc0f0adccc93c09dc5b7507ccba93148 +$(DL_FILE)_MD5 =3D 602ba7e937c72fbb7b1c2b71c3b0004b netfilter-layer7-v2.23.tar.gz_MD5 =3D 10910b6173d18e426cb56ae7e1300eeb =20 install : $(TARGET) hooks/post-receive -- IPFire 2.x development tree --===============4489674460187141961==--