From root@hilbert.suse.de Wed Aug 20 08:51:53 2014 From: root@hilbert.suse.de To: commit@lists.opensuse.org Subject: commit SuSEfirewall2 for openSUSE:Factory Date: Wed, 20 Aug 2014 10:51:51 +0200 Message-ID: <20140820085151.CA5F4AE050@hilbert.suse.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1096354490834222747==" --===============1096354490834222747== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello community, here is the log from the commit of package SuSEfirewall2 for openSUSE:Factory= checked in at 2014-08-20 10:51:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-07-31= 21:50:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.SuSEfirewall2.new/SuSEfirewall2.changes 2014-= 08-20 10:51:50.000000000 +0200 @@ -1,0 +2,12 @@ +Mon Aug 18 08:17:30 UTC 2014 - lnussel(a)suse.de + +- perl-Net-DNS is only needed by some ancillary helper tool but not for the + core features. So set it to Recommended. + +------------------------------------------------------------------- +Fri Aug 15 16:02:46 UTC 2014 - meissner(a)suse.com + +- hosting moved to github.com/opensuse/susefirewall2 +- added a sysvinit -> systemd conversion hack (bnc#891669) + +------------------------------------------------------------------- Old: ---- SuSEfirewall2-3.6.310.tar.bz2 New: ---- SuSEfirewall2-3.6.312.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SuSEfirewall2.spec ++++++ --- /var/tmp/diff_new_pack.Yp5dvk/_old 2014-08-20 10:51:51.000000000 +0200 +++ /var/tmp/diff_new_pack.Yp5dvk/_new 2014-08-20 10:51:51.000000000 +0200 @@ -18,14 +18,14 @@ =20 =20 Name: SuSEfirewall2 -Version: 3.6.310 +Version: 3.6.312 Release: 0 Url: http://en.opensuse.org/SuSEfirewall2 PreReq: %fillup_prereq %insserv_prereq /bin/sed textutils fileutils = grep filesystem Requires: coreutils Requires: iptables Requires: perl -Requires: perl-Net-DNS +Recommends: perl-Net-DNS Requires: sysconfig Summary: Stateful Packet Filter Using iptables and netfilter License: GPL-2.0 @@ -96,6 +96,17 @@ =20 %pre %service_add_pre SuSEfirewall2.service +# Upgrade case means more than 1 package in system, so probably 2 +# if we still have the LSB init script, save its state, remove _setup +# and store it in the database. +if [ $FIRST_ARG -gt 1 ]; then = =20 + if test -e /etc/init.d/SuSEfirewall2_setup ; then + if test ! -e /var/lib/systemd/migrated/SuSEfirewall2 ; then + /usr/sbin/systemd-sysv-convert --save SuSEfirewall2_setup + sed -i -e 's/SuSEfirewall2_setup/SuSEfirewall2/' /var/lib/systemd/sysv-co= nvert/database + fi + fi +fi =20 %post %service_add_post SuSEfirewall2.service ++++++ SuSEfirewall2-3.6.310.tar.bz2 -> SuSEfirewall2-3.6.312.tar.bz2 ++++++ diff -urN '--exclude=3DCVS' '--exclude=3D.cvsignore' '--exclude=3D.svn' '--ex= clude=3D.svnignore' old/SuSEfirewall2-3.6.310/doc/README.SuSEfirewall2.html n= ew/SuSEfirewall2-3.6.312/doc/README.SuSEfirewall2.html --- old/SuSEfirewall2-3.6.310/doc/README.SuSEfirewall2.html 2014-07-31 10:50:= 49.000000000 +0200 +++ new/SuSEfirewall2-3.6.312/doc/README.SuSEfirewall2.html 2014-08-15 18:02:= 23.000000000 +0200 @@ -1,6 +1,5 @@ - -
+
Tabl= e of Contents
=20
SuSEfirewall2
is a shell script wrapper=
for the Linux
firewall setup tool (iptables
). It's co=
ntrolled by a
@@ -10,17 +9,17 @@
=20
Main features of SuSEfirewall2:
=20
-
sets up secure filter rules by default
easy to configure
= requires only a small configuration effort
= zone based setup. Interfaces are grouped into zones
supports an arbitrary number of zones
supports forwarding, masquerading, port redirection
supports RPC services with dynamically assigned ports
allows special treatment of IPsec packets
IPv6 support
allows = insertion of custom rules through hooks
gra= phical zone +
sets up secure filter rules = by default
easy to configure
requires only a small configuration effort
zone based setup. Interfaces are grouped into zones
= li>supports an arbitrary number of zones
supports forwarding, masquerading, port redirection= p>
supports RPC services with dynamically assig= ned ports
allows special treatment of IPsec= packets
IPv6 support
allows insertion of custom rules through hooks
graphical zone switcher applet for desktop use
=20 -
=20 The YaST2 firewall module is the recommended tool for configuring SuSEfirewall2. It offers the most common features with a nice user interface and help texts. It also takes care of proper activation of the init scripts. =20 -
=20 SuSEfirewall2 is a frontend for iptables which sets up kernel packet filters, nothing more and nothing less. This means that you are not @@ -46,7 +45,7 @@ To minimize security risks on a networked system obey the following rules: =20 -
+
Run only those services you actually need. Think twice before opening them to the internet.
@@ -77,22 +76,22 @@ Check your log files regularly for unusual entries.
=20 -
=20 Report any problems via Bugzilla. For discussion about SuSEfirewall2 join the opensuse-se= curity mailinglist. =20 -