Hello community, here is the log from the commit of package SuSEfirewall2 for openSUSE:Factory checked in at 2012-07-14 13:15:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/SuSEfirewall2 (Old) and /work/SRC/openSUSE:Factory/.SuSEfirewall2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "SuSEfirewall2", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/SuSEfirewall2/SuSEfirewall2.changes 2012-06-25 12:03:08.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.SuSEfirewall2.new/SuSEfirewall2.changes 2012-07-14 13:15:51.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Jul 13 12:43:17 UTC 2012 - [email protected] + +- honor FW_IPv6 setting also in debug mode (bnc#769411) + +------------------------------------------------------------------- Old: ---- SuSEfirewall2-3.6.292.tar.bz2 New: ---- SuSEfirewall2-3.6.293.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SuSEfirewall2.spec ++++++ --- /var/tmp/diff_new_pack.IfEfZN/_old 2012-07-14 13:15:56.000000000 +0200 +++ /var/tmp/diff_new_pack.IfEfZN/_new 2012-07-14 13:15:56.000000000 +0200 @@ -14,19 +14,21 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - # icecream 0 Name: SuSEfirewall2 -Version: 3.6.292 -Release: 1 -License: GPL-2.0+ -Group: Productivity/Networking/Security +Version: 3.6.293 +Release: 0 Url: http://en.opensuse.org/SuSEfirewall2 PreReq: %fillup_prereq %insserv_prereq /bin/sed textutils fileutils grep filesystem -Requires: iptables coreutils perl sysconfig +Requires: coreutils +Requires: iptables +Requires: perl +Requires: sysconfig Summary: Stateful Packet Filter Using iptables and netfilter +License: GPL-2.0+ +Group: Productivity/Networking/Security Source: SuSEfirewall2-%{version}.tar.bz2 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ SuSEfirewall2-3.6.292.tar.bz2 -> SuSEfirewall2-3.6.293.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SuSEfirewall2-3.6.292/SuSEfirewall2 new/SuSEfirewall2-3.6.293/SuSEfirewall2 --- old/SuSEfirewall2-3.6.292/SuSEfirewall2 2012-06-19 13:31:34.000000000 +0200 +++ new/SuSEfirewall2-3.6.293/SuSEfirewall2 2012-07-13 14:42:35.000000000 +0200 @@ -325,6 +325,13 @@ { echo "# <$1> ${*:2}" } + + ### ipv6 checks + case "$FW_IPv6" in + drop|reject) IP6TABLES_HAVE_STATE=0 ;; + no) IP6TABLES=":" ;; + *) FW_IPv6="" ;; + esac else IPTABLES="$IPTABLES_BIN" IP6TABLES="$IP6TABLES_BIN" @@ -336,7 +343,6 @@ *) FW_IPv6="" ;; esac - #### if [ -n "$USE_IPTABLES_BATCH" ]; then -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
