diff --git a/iptables-test.stderr.expect b/iptables-test.stderr.expect index fb27f35..150056e 100644 --- a/iptables-test.stderr.expect +++ b/iptables-test.stderr.expect @@ -27,6 +27,7 @@ extensions/libip6t_srh.t: ERROR: line 27 (cannot load: ip6tables -A INPUT -m srh extensions/libip6t_srh.t: ERROR: line 28 (cannot load: ip6tables -A INPUT -m srh) extensions/libxt_LED.t: ERROR: line 3 (cannot load: iptables -A INPUT -j LED --led-trigger-id "foo") extensions/libxt_LED.t: ERROR: line 4 (cannot load: iptables -A INPUT -j LED --led-trigger-id "foo" --led-delay 42 --led-always-blink) +extensions/libxt_SYNPROXY.t: ERROR: line 3 (cannot load: iptables -A INPUT -p tcp -m tcp --dport 42 -m conntrack --ctstate INVALID,UNTRACKED -j SYNPROXY --sack-perm --timestamp --wscale 9 --mss 1460) extensions/libxt_ipcomp.t: ERROR: line 2 (cannot load: iptables -A INPUT -p ipcomp -m ipcomp --ipcompspi 18 -j DROP) extensions/libxt_ipcomp.t: ERROR: line 3 (cannot load: iptables -A INPUT -p ipcomp -m ipcomp ! --ipcompspi 18 -j ACCEPT) extensions/libxt_time.t: ERROR: line 2 (cannot load: iptables -A INPUT -m time --timestart 01:02:03 --timestop 04:05:06 --monthdays 1,2,3,4,5 --weekdays Mon,Fri,Sun --datestart 2001-02-03T04:05:06 --datestop 2012-09-08T09:06:05 --kerneltz) diff --git a/iptables.spec b/iptables.spec index 946ba56..2fa83c9 100644 --- a/iptables.spec +++ b/iptables.spec @@ -1,5 +1,5 @@ %define iptables_rpmversion 1.8.10 -%define iptables_specrelease 13 +%define iptables_specrelease 14 # install init scripts to /usr/libexec with systemd %global script_path %{_libexecdir}/iptables @@ -473,6 +473,9 @@ fi %ghost %{_mandir}/man8/ebtables{,-translate}.8.gz %changelog +* Sat Sep 21 2024 Phil Sutter [1.8.10-14.el10] +- Bump release to trigger CI (Phil Sutter) + * Sat Sep 21 2024 Phil Sutter [1.8.10-13.el10] - extensions: recent: New kernels support 999 hits (Phil Sutter) [RHEL-34919]