
Hello community, here is the log from the commit of package SuSEfirewall2 for openSUSE:Factory checked in at 2014-06-01 18:55:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/SuSEfirewall2 (Old) and /work/SRC/openSUSE:Factory/.SuSEfirewall2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "SuSEfirewall2" Changes: -------- --- /work/SRC/openSUSE:Factory/SuSEfirewall2/SuSEfirewall2.changes 2013-12-30 10:44:25.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.SuSEfirewall2.new/SuSEfirewall2.changes 2014-06-01 18:56:03.000000000 +0200 @@ -1,0 +2,7 @@ +Tue May 27 08:59:59 UTC 2014 - meissner@suse.com + +- Allow incoming DHCPv6 replies, currently unlimited. + bnc#867819,bnc#868031,bnc#783002,bnc#822959 +- typo fix customary -> custom bnc#835677 + +------------------------------------------------------------------- Old: ---- SuSEfirewall2-3.6.305.tar.bz2 New: ---- SuSEfirewall2-3.6.307.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SuSEfirewall2.spec ++++++ --- /var/tmp/diff_new_pack.AIfWfv/_old 2014-06-01 18:56:04.000000000 +0200 +++ /var/tmp/diff_new_pack.AIfWfv/_new 2014-06-01 18:56:04.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package SuSEfirewall2 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: SuSEfirewall2 -Version: 3.6.305 +Version: 3.6.307 Release: 0 Url: http://en.opensuse.org/SuSEfirewall2 PreReq: %fillup_prereq %insserv_prereq /bin/sed textutils fileutils grep filesystem ++++++ SuSEfirewall2-3.6.305.tar.bz2 -> SuSEfirewall2-3.6.307.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SuSEfirewall2-3.6.305/SuSEfirewall2 new/SuSEfirewall2-3.6.307/SuSEfirewall2 --- old/SuSEfirewall2-3.6.305/SuSEfirewall2 2013-06-27 13:15:00.000000000 +0200 +++ new/SuSEfirewall2-3.6.307/SuSEfirewall2 2014-05-27 10:50:25.000000000 +0200 @@ -798,6 +798,11 @@ allow_basic_established + # Allow DHCPv6 by default. While the requests go out to multicast address, they + # can come back from unicast hosts and we might not know them. + $LAA $IP6TABLES -A INPUT -p udp --dport dhcpv6-client ${LOG}"-IN-DHCPv6 " + $IP6TABLES -A INPUT -p udp --dport dhcpv6-client -j "$ACCEPT" + # make sure basic rules get committed even if there are errors later [ -n "$USE_IPTABLES_BATCH" ] && iptables_batch_commitpoint } @@ -1098,10 +1103,10 @@ ### Load custom rules if [ -n "$FW_CUSTOMRULES" ]; then if [ ! -r "$FW_CUSTOMRULES" ]; then - die 1 "Firewall customary rules file can not be read from $FW_CUSTOMRULES" + die 1 "Firewall custom rules file can not be read from $FW_CUSTOMRULES" fi . "$FW_CUSTOMRULES" - message "Firewall customary rules loaded from $FW_CUSTOMRULES" + message "Firewall custom rules loaded from $FW_CUSTOMRULES" fi } -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de