From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] iptables: Update to 1.8.5 Date: Thu, 17 Sep 2020 16:08:07 +0100 Message-ID: <645D3C20-8096-4EFD-9239-3E350E884023@ipfire.org> In-Reply-To: <20200907114537.2490-1-ahb.ipfire@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4081107631504357935==" List-Id: --===============4081107631504357935== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Acked-by: Michael Tremer > On 7 Sep 2020, at 12:45, Adolf Belka wrote: >=20 > - Update iptables from version 1.8.3 to 1.8.5 > See: https://www.netfilter.org/projects/iptables/files/changes-iptables-= 1.8.5.txt >=20 > Supporting request from Peter M=C3=BCller > Signed-off-by: Adolf Belka > --- > config/rootfiles/common/iptables | 16 +++++----------- > lfs/iptables | 4 ++-- > 2 files changed, 7 insertions(+), 13 deletions(-) >=20 > diff --git a/config/rootfiles/common/iptables b/config/rootfiles/common/ipt= ables > index 0f8f1cf8c..f8f669014 100644 > --- a/config/rootfiles/common/iptables > +++ b/config/rootfiles/common/iptables > @@ -10,14 +10,10 @@ lib/libip6tc.so.2.0.0 > lib/libipq.so > lib/libipq.so.0 > lib/libipq.so.0.0.0 > -#lib/libiptc.la > -lib/libiptc.so > -lib/libiptc.so.0 > -lib/libiptc.so.0.0.0 > #lib/libxtables.la > lib/libxtables.so > lib/libxtables.so.12 > -lib/libxtables.so.12.2.0 > +lib/libxtables.so.12.3.0 > #lib/xtables > lib/xtables/libip6t_DNAT.so > lib/xtables/libip6t_DNPT.so > @@ -130,6 +126,7 @@ lib/xtables/libxt_tos.so > lib/xtables/libxt_u32.so > lib/xtables/libxt_udp.so > sbin/ip6tables > +sbin/ip6tables-apply > #sbin/ip6tables-legacy > #sbin/ip6tables-legacy-restore > #sbin/ip6tables-legacy-save > @@ -170,19 +167,16 @@ sbin/xtables-legacy-multi > #usr/share/man/man3/ipq_set_mode.3 > #usr/share/man/man3/ipq_set_verdict.3 > #usr/share/man/man3/libipq.3 > +usr/share/man/man8/ip6tables-apply.8 > #usr/share/man/man8/ip6tables-restore.8 > #usr/share/man/man8/ip6tables-save.8 > -#usr/share/man/man8/ip6tables-translate.8 > #usr/share/man/man8/ip6tables.8 > +usr/share/man/man8/iptables-apply.8 > #usr/share/man/man8/iptables-extensions.8 > #usr/share/man/man8/iptables-restore.8 > #usr/share/man/man8/iptables-save.8 > -#usr/share/man/man8/iptables-translate.8 > #usr/share/man/man8/iptables.8 > #usr/share/man/man8/nfnl_osf.8 > -#usr/share/man/man8/xtables-legacy.8 > -#usr/share/man/man8/xtables-monitor.8 > -#usr/share/man/man8/xtables-nft.8 > -#usr/share/man/man8/xtables-translate.8 > #usr/share/xtables > usr/share/xtables/pf.os > + > diff --git a/lfs/iptables b/lfs/iptables > index e2012ecb6..afe452f10 100644 > --- a/lfs/iptables > +++ b/lfs/iptables > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 1.8.3 > +VER =3D 1.8.5 >=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 29de711d15c040c402cf3038c69ff513 > +$(DL_FILE)_MD5 =3D 42cfa96d4ac5eb93ee7ed8dd85cfe8fb > netfilter-layer7-v2.23.tar.gz_MD5 =3D 10910b6173d18e426cb56ae7e1300eeb >=20 > install : $(TARGET) > --=20 > 2.28.0 >=20 --===============4081107631504357935==--