Hello community, here is the log from the commit of package shorewall for openSUSE:Factory checked in at 2014-03-10 12:44:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shorewall (Old) and /work/SRC/openSUSE:Factory/.shorewall.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shorewall" Changes: -------- --- /work/SRC/openSUSE:Factory/shorewall/shorewall.changes 2014-02-03 16:15:53.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.shorewall.new/shorewall.changes 2014-03-10 12:44:23.000000000 +0100 @@ -1,0 +2,26 @@ +Sat Mar 8 16:52:25 UTC 2014 - [email protected] + +- Update to version 4.5.21.7 For more details see changelog.txt and + releasenotes.txt + + * The help text for the 'dump' command has been updated to + include all valid options. + + * The behavior of ADMINISABSENTMINDED=No is corrected. + Previously, 'shorewall stop' would not block existing connections + regardless of the setting of this option. Beginning with this + release, the behavior of ADMINISABSENTMINDED=No depends on whether + the routestopped or the stoppedrules file defines the allow + connections while the firewall is stopped. + + If there are entries in /etc/shorewall[6]/routestopped or if + there are no entries in /etc/shorewall[6]/stoppedrules, then the + behavior of ADMINISABSENTMINDED=No is as documented (existing + connections are blocked unles they are allowed by + /etc/shorewall[6]/routestopped). If there are no entries in + /etc/shorewall[6]/stoppedrules, then the behavior is as if + ADMINISABSENTMINDED=Yes and a warning message is generated. + +- Add 0001-fix-release-version.patch to correct version info of the + releasenotes.txt +------------------------------------------------------------------- Old: ---- shorewall-4.5.21.6.tar.bz2 shorewall-core-4.5.21.6.tar.bz2 shorewall-docs-html-4.5.21.6.tar.bz2 shorewall-init-4.5.21.6.tar.bz2 shorewall-lite-4.5.21.6.tar.bz2 shorewall6-4.5.21.6.tar.bz2 shorewall6-lite-4.5.21.6.tar.bz2 New: ---- 0001-fix-release-version.patch shorewall-4.5.21.7.tar.bz2 shorewall-core-4.5.21.7.tar.bz2 shorewall-docs-html-4.5.21.7.tar.bz2 shorewall-init-4.5.21.7.tar.bz2 shorewall-lite-4.5.21.7.tar.bz2 shorewall6-4.5.21.7.tar.bz2 shorewall6-lite-4.5.21.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shorewall.spec ++++++ --- /var/tmp/diff_new_pack.oepT1V/_old 2014-03-10 12:44:24.000000000 +0100 +++ /var/tmp/diff_new_pack.oepT1V/_new 2014-03-10 12:44:24.000000000 +0100 @@ -20,7 +20,7 @@ %define have_systemd 1 Name: shorewall -Version: 4.5.21.6 +Version: 4.5.21.7 Release: 0 Summary: Shoreline Firewall is an iptables-based firewall for Linux systems License: GPL-2.0 @@ -41,6 +41,8 @@ Patch1: 0001-fillup-install.patch # PATCH-FIX-UPSTREAM [email protected] Shorewall-init init.suse.sh Required Start Patch2: 0001-remote_fs.patch +# PATCH-FIX-UPSTREAM [email protected] Fix version in release notes +Patch3: 0001-fix-release-version.patch %if 0%{?suse_version} >= 1210 || 0%{?fedora_version} BuildRequires: systemd %{?systemd_requires} @@ -307,7 +309,7 @@ # apply patches to shorewall pushd %name-%version - +%patch3 -p1 popd # apply patches to shorewall-lite pushd %name-lite-%version ++++++ 0001-fix-release-version.patch ++++++ >From 155d714c333d9b14231ca67bcc051b8b3f20c96d Mon Sep 17 00:00:00 2001 From: Togan Muftuoglu <[email protected]> Date: Sat, 8 Mar 2014 18:02:40 +0100 Subject: [PATCH] fix release version Signed-off-by: Togan Muftuoglu <[email protected]> --- releasenotes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes.txt b/releasenotes.txt index bf12d61..f2d3a99 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,5 +1,5 @@ ---------------------------------------------------------------------------- - S H O R E W A L L 4 . 5 . 2 1 . 6 + S H O R E W A L L 4 . 5 . 2 1 . 7 ------------------------------------ M a r c h 0 8 , 2 0 1 4 ---------------------------------------------------------------------------- -- 1.9.0 ++++++ shorewall-4.5.21.6.tar.bz2 -> shorewall-4.5.21.7.tar.bz2 ++++++ ++++ 2482 lines of diff (skipped) ++++++ shorewall-core-4.5.21.6.tar.bz2 -> shorewall-core-4.5.21.7.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-core-4.5.21.6/changelog.txt new/shorewall-core-4.5.21.7/changelog.txt --- old/shorewall-core-4.5.21.6/changelog.txt 2014-01-31 00:15:50.000000000 +0100 +++ new/shorewall-core-4.5.21.7/changelog.txt 2014-03-07 19:12:22.000000000 +0100 @@ -1,3 +1,11 @@ +Changes in 4.5.21.7 + +1) Update release documents. + +2) Misc. documentation updates. + +3) Correct behavior of ADMINISABSENTMINDED. + Changes in 4.5.21.6 1) Update release documents. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-core-4.5.21.6/configure new/shorewall-core-4.5.21.7/configure --- old/shorewall-core-4.5.21.6/configure 2014-01-31 00:15:50.000000000 +0100 +++ new/shorewall-core-4.5.21.7/configure 2014-03-07 19:12:21.000000000 +0100 @@ -28,7 +28,7 @@ # # Build updates this # -VERSION=4.5.21.6 +VERSION=4.5.21.7 case "$BASH_VERSION" in [4-9].*) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-core-4.5.21.6/configure.pl new/shorewall-core-4.5.21.7/configure.pl --- old/shorewall-core-4.5.21.6/configure.pl 2014-01-31 00:15:50.000000000 +0100 +++ new/shorewall-core-4.5.21.7/configure.pl 2014-03-07 19:12:21.000000000 +0100 @@ -31,7 +31,7 @@ # Build updates this # use constant { - VERSION => '4.5.21.6' + VERSION => '4.5.21.7' }; my %params; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-core-4.5.21.6/install.sh new/shorewall-core-4.5.21.7/install.sh --- old/shorewall-core-4.5.21.6/install.sh 2014-01-31 00:15:50.000000000 +0100 +++ new/shorewall-core-4.5.21.7/install.sh 2014-03-07 19:12:21.000000000 +0100 @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.5.21.6 +VERSION=4.5.21.7 usage() # $1 = exit status { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-core-4.5.21.6/known_problems.txt new/shorewall-core-4.5.21.7/known_problems.txt --- old/shorewall-core-4.5.21.6/known_problems.txt 2014-01-31 00:15:50.000000000 +0100 +++ new/shorewall-core-4.5.21.7/known_problems.txt 2014-03-07 19:12:22.000000000 +0100 @@ -101,10 +101,16 @@ Corrected in Shorewall 4.5.21.6 -2) When an interface containing a period (such as a VLAN interface) +17) When an interface containing a period (such as a VLAN interface) is used in an 'add' or 'delete' command, the wrong ipset name was generated, resulting in failure of the command. Workaround: Replace the period in the interface with an underscore. Corrected in Shorewall 4.5.21.6 + +18) Existing connections are not blocked when ADMINISABSENTMINDED=No + and the firewall is stopped. + + Corrected in Shorewall 4.5.21.7 (but read the release notes + carefully). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-core-4.5.21.6/releasenotes.txt new/shorewall-core-4.5.21.7/releasenotes.txt --- old/shorewall-core-4.5.21.6/releasenotes.txt 2014-01-31 00:15:50.000000000 +0100 +++ new/shorewall-core-4.5.21.7/releasenotes.txt 2014-03-07 19:12:22.000000000 +0100 @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- S H O R E W A L L 4 . 5 . 2 1 . 6 ------------------------------------ - J a n u a r y 3 0 , 2 0 1 4 + M a r c h 0 8 , 2 0 1 4 ---------------------------------------------------------------------------- I. PROBLEMS CORRECTED IN THIS RELEASE @@ -14,6 +14,26 @@ I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E ---------------------------------------------------------------------------- +4.5.21.7 + +1) The help text for the 'dump' command has been updated to include + all valid options. + +2) The behavior of ADMINISABSENTMINDED=No is corrected. Previously, + 'shorewall stop' would not block existing connections regardless of + the setting of this option. Beginning with this release, the + behavior of ADMINISABSENTMINDED=No depends on whether the routestopped + or the stoppedrules file defines the allow connections while the + firewall is stopped. + + If there are entries in /etc/shorewall[6]/routestopped or if there + are no entries in /etc/shorewall[6]/stoppedrules, then the behavior + of ADMINISABSENTMINDED=No is as documented (existing connections + are blocked unles they are allowed by + /etc/shorewall[6]/routestopped). If there are no entries in + /etc/shorewall[6]/stoppedrules, then the behavior is as if + ADMINISABSENTMINDED=Yes and a warning message is generated. + 4.5.21.6 1) When a non-terminating target specified logging, the compiler would diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-core-4.5.21.6/shorewall-core.spec new/shorewall-core-4.5.21.7/shorewall-core.spec --- old/shorewall-core-4.5.21.6/shorewall-core.spec 2014-01-31 00:15:50.000000000 +0100 +++ new/shorewall-core-4.5.21.7/shorewall-core.spec 2014-03-07 19:12:22.000000000 +0100 @@ -1,6 +1,6 @@ %define name shorewall-core %define version 4.5.21 -%define release 6 +%define release 7 Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. Name: %{name} @@ -62,6 +62,8 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt %changelog +* Thu Mar 06 2014 Tom Eastep [email protected] +- Updated to 4.5.21-7 * Thu Jan 30 2014 Tom Eastep [email protected] - Updated to 4.5.21-6 * Thu Dec 19 2013 Tom Eastep [email protected] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-core-4.5.21.6/uninstall.sh new/shorewall-core-4.5.21.7/uninstall.sh --- old/shorewall-core-4.5.21.6/uninstall.sh 2014-01-31 00:15:50.000000000 +0100 +++ new/shorewall-core-4.5.21.7/uninstall.sh 2014-03-07 19:12:21.000000000 +0100 @@ -26,7 +26,7 @@ # You may only use this script to uninstall the version # shown below. Simply run this script to remove Shorewall Firewall -VERSION=4.5.21.6 +VERSION=4.5.21.7 usage() # $1 = exit status { ++++++ shorewall-docs-html-4.5.21.6.tar.bz2 -> shorewall-docs-html-4.5.21.7.tar.bz2 ++++++ ++++ 6948 lines of diff (skipped) ++++++ shorewall-init-4.5.21.6.tar.bz2 -> shorewall-init-4.5.21.7.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-init-4.5.21.6/changelog.txt new/shorewall-init-4.5.21.7/changelog.txt --- old/shorewall-init-4.5.21.6/changelog.txt 2014-01-31 00:15:51.000000000 +0100 +++ new/shorewall-init-4.5.21.7/changelog.txt 2014-03-07 19:12:22.000000000 +0100 @@ -1,3 +1,11 @@ +Changes in 4.5.21.7 + +1) Update release documents. + +2) Misc. documentation updates. + +3) Correct behavior of ADMINISABSENTMINDED. + Changes in 4.5.21.6 1) Update release documents. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-init-4.5.21.6/configure new/shorewall-init-4.5.21.7/configure --- old/shorewall-init-4.5.21.6/configure 2014-01-31 00:15:51.000000000 +0100 +++ new/shorewall-init-4.5.21.7/configure 2014-03-07 19:12:22.000000000 +0100 @@ -28,7 +28,7 @@ # # Build updates this # -VERSION=4.5.21.6 +VERSION=4.5.21.7 case "$BASH_VERSION" in [4-9].*) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-init-4.5.21.6/configure.pl new/shorewall-init-4.5.21.7/configure.pl --- old/shorewall-init-4.5.21.6/configure.pl 2014-01-31 00:15:51.000000000 +0100 +++ new/shorewall-init-4.5.21.7/configure.pl 2014-03-07 19:12:22.000000000 +0100 @@ -31,7 +31,7 @@ # Build updates this # use constant { - VERSION => '4.5.21.6' + VERSION => '4.5.21.7' }; my %params; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-init-4.5.21.6/install.sh new/shorewall-init-4.5.21.7/install.sh --- old/shorewall-init-4.5.21.6/install.sh 2014-01-31 00:15:51.000000000 +0100 +++ new/shorewall-init-4.5.21.7/install.sh 2014-03-07 19:12:22.000000000 +0100 @@ -23,7 +23,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.5.21.6 +VERSION=4.5.21.7 usage() # $1 = exit status { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-init-4.5.21.6/releasenotes.txt new/shorewall-init-4.5.21.7/releasenotes.txt --- old/shorewall-init-4.5.21.6/releasenotes.txt 2014-01-31 00:15:51.000000000 +0100 +++ new/shorewall-init-4.5.21.7/releasenotes.txt 2014-03-07 19:12:22.000000000 +0100 @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- S H O R E W A L L 4 . 5 . 2 1 . 6 ------------------------------------ - J a n u a r y 3 0 , 2 0 1 4 + M a r c h 0 8 , 2 0 1 4 ---------------------------------------------------------------------------- I. PROBLEMS CORRECTED IN THIS RELEASE @@ -14,6 +14,26 @@ I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E ---------------------------------------------------------------------------- +4.5.21.7 + +1) The help text for the 'dump' command has been updated to include + all valid options. + +2) The behavior of ADMINISABSENTMINDED=No is corrected. Previously, + 'shorewall stop' would not block existing connections regardless of + the setting of this option. Beginning with this release, the + behavior of ADMINISABSENTMINDED=No depends on whether the routestopped + or the stoppedrules file defines the allow connections while the + firewall is stopped. + + If there are entries in /etc/shorewall[6]/routestopped or if there + are no entries in /etc/shorewall[6]/stoppedrules, then the behavior + of ADMINISABSENTMINDED=No is as documented (existing connections + are blocked unles they are allowed by + /etc/shorewall[6]/routestopped). If there are no entries in + /etc/shorewall[6]/stoppedrules, then the behavior is as if + ADMINISABSENTMINDED=Yes and a warning message is generated. + 4.5.21.6 1) When a non-terminating target specified logging, the compiler would diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-init-4.5.21.6/shorewall-init.spec new/shorewall-init-4.5.21.7/shorewall-init.spec --- old/shorewall-init-4.5.21.6/shorewall-init.spec 2014-01-31 00:15:51.000000000 +0100 +++ new/shorewall-init-4.5.21.7/shorewall-init.spec 2014-03-07 19:12:22.000000000 +0100 @@ -1,6 +1,6 @@ %define name shorewall-init %define version 4.5.21 -%define release 6 +%define release 7 Summary: Shorewall-init adds functionality to Shoreline Firewall (Shorewall). Name: %{name} @@ -125,6 +125,8 @@ %doc COPYING changelog.txt releasenotes.txt %changelog +* Thu Mar 06 2014 Tom Eastep [email protected] +- Updated to 4.5.21-7 * Thu Jan 30 2014 Tom Eastep [email protected] - Updated to 4.5.21-6 * Thu Dec 19 2013 Tom Eastep [email protected] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-init-4.5.21.6/uninstall.sh new/shorewall-init-4.5.21.7/uninstall.sh --- old/shorewall-init-4.5.21.6/uninstall.sh 2014-01-31 00:15:51.000000000 +0100 +++ new/shorewall-init-4.5.21.7/uninstall.sh 2014-03-07 19:12:22.000000000 +0100 @@ -26,7 +26,7 @@ # You may only use this script to uninstall the version # shown below. Simply run this script to remove Shorewall Firewall -VERSION=4.5.21.6 +VERSION=4.5.21.7 usage() # $1 = exit status { ++++++ shorewall-lite-4.5.21.6.tar.bz2 -> shorewall-lite-4.5.21.7.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-lite-4.5.21.6/changelog.txt new/shorewall-lite-4.5.21.7/changelog.txt --- old/shorewall-lite-4.5.21.6/changelog.txt 2014-01-31 00:15:51.000000000 +0100 +++ new/shorewall-lite-4.5.21.7/changelog.txt 2014-03-07 19:12:22.000000000 +0100 @@ -1,3 +1,11 @@ +Changes in 4.5.21.7 + +1) Update release documents. + +2) Misc. documentation updates. + +3) Correct behavior of ADMINISABSENTMINDED. + Changes in 4.5.21.6 1) Update release documents. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-lite-4.5.21.6/configure new/shorewall-lite-4.5.21.7/configure --- old/shorewall-lite-4.5.21.6/configure 2014-01-31 00:15:51.000000000 +0100 +++ new/shorewall-lite-4.5.21.7/configure 2014-03-07 19:12:22.000000000 +0100 @@ -28,7 +28,7 @@ # # Build updates this # -VERSION=4.5.21.6 +VERSION=4.5.21.7 case "$BASH_VERSION" in [4-9].*) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-lite-4.5.21.6/configure.pl new/shorewall-lite-4.5.21.7/configure.pl --- old/shorewall-lite-4.5.21.6/configure.pl 2014-01-31 00:15:51.000000000 +0100 +++ new/shorewall-lite-4.5.21.7/configure.pl 2014-03-07 19:12:22.000000000 +0100 @@ -31,7 +31,7 @@ # Build updates this # use constant { - VERSION => '4.5.21.6' + VERSION => '4.5.21.7' }; my %params; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-lite-4.5.21.6/install.sh new/shorewall-lite-4.5.21.7/install.sh --- old/shorewall-lite-4.5.21.6/install.sh 2014-01-31 00:15:51.000000000 +0100 +++ new/shorewall-lite-4.5.21.7/install.sh 2014-03-07 19:12:22.000000000 +0100 @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.5.21.6 +VERSION=4.5.21.7 usage() # $1 = exit status { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-lite-4.5.21.6/manpages/shorewall-lite-vardir.5 new/shorewall-lite-4.5.21.7/manpages/shorewall-lite-vardir.5 --- old/shorewall-lite-4.5.21.6/manpages/shorewall-lite-vardir.5 2014-01-31 00:19:04.000000000 +0100 +++ new/shorewall-lite-4.5.21.7/manpages/shorewall-lite-vardir.5 2014-03-07 19:15:31.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: shorewall-lite-vardir .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> -.\" Date: 01/30/2014 +.\" Date: 03/07/2014 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" -.TH "SHOREWALL\-LITE\-VAR" "5" "01/30/2014" "[FIXME: source]" "[FIXME: manual]" +.TH "SHOREWALL\-LITE\-VAR" "5" "03/07/2014" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-lite-4.5.21.6/manpages/shorewall-lite.8 new/shorewall-lite-4.5.21.7/manpages/shorewall-lite.8 --- old/shorewall-lite-4.5.21.6/manpages/shorewall-lite.8 2014-01-31 00:19:05.000000000 +0100 +++ new/shorewall-lite-4.5.21.7/manpages/shorewall-lite.8 2014-03-07 19:15:33.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: shorewall-lite .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> -.\" Date: 01/30/2014 +.\" Date: 03/07/2014 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" -.TH "SHOREWALL\-LITE" "8" "01/30/2014" "[FIXME: source]" "[FIXME: manual]" +.TH "SHOREWALL\-LITE" "8" "03/07/2014" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-lite-4.5.21.6/manpages/shorewall-lite.conf.5 new/shorewall-lite-4.5.21.7/manpages/shorewall-lite.conf.5 --- old/shorewall-lite-4.5.21.6/manpages/shorewall-lite.conf.5 2014-01-31 00:19:02.000000000 +0100 +++ new/shorewall-lite-4.5.21.7/manpages/shorewall-lite.conf.5 2014-03-07 19:15:30.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: shorewall-lite.conf .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> -.\" Date: 01/30/2014 +.\" Date: 03/07/2014 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" -.TH "SHOREWALL\-LITE\&.CO" "5" "01/30/2014" "[FIXME: source]" "[FIXME: manual]" +.TH "SHOREWALL\-LITE\&.CO" "5" "03/07/2014" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-lite-4.5.21.6/releasenotes.txt new/shorewall-lite-4.5.21.7/releasenotes.txt --- old/shorewall-lite-4.5.21.6/releasenotes.txt 2014-01-31 00:15:51.000000000 +0100 +++ new/shorewall-lite-4.5.21.7/releasenotes.txt 2014-03-07 19:12:22.000000000 +0100 @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- S H O R E W A L L 4 . 5 . 2 1 . 6 ------------------------------------ - J a n u a r y 3 0 , 2 0 1 4 + M a r c h 0 8 , 2 0 1 4 ---------------------------------------------------------------------------- I. PROBLEMS CORRECTED IN THIS RELEASE @@ -14,6 +14,26 @@ I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E ---------------------------------------------------------------------------- +4.5.21.7 + +1) The help text for the 'dump' command has been updated to include + all valid options. + +2) The behavior of ADMINISABSENTMINDED=No is corrected. Previously, + 'shorewall stop' would not block existing connections regardless of + the setting of this option. Beginning with this release, the + behavior of ADMINISABSENTMINDED=No depends on whether the routestopped + or the stoppedrules file defines the allow connections while the + firewall is stopped. + + If there are entries in /etc/shorewall[6]/routestopped or if there + are no entries in /etc/shorewall[6]/stoppedrules, then the behavior + of ADMINISABSENTMINDED=No is as documented (existing connections + are blocked unles they are allowed by + /etc/shorewall[6]/routestopped). If there are no entries in + /etc/shorewall[6]/stoppedrules, then the behavior is as if + ADMINISABSENTMINDED=Yes and a warning message is generated. + 4.5.21.6 1) When a non-terminating target specified logging, the compiler would diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-lite-4.5.21.6/shorewall-lite.spec new/shorewall-lite-4.5.21.7/shorewall-lite.spec --- old/shorewall-lite-4.5.21.6/shorewall-lite.spec 2014-01-31 00:15:51.000000000 +0100 +++ new/shorewall-lite-4.5.21.7/shorewall-lite.spec 2014-03-07 19:12:22.000000000 +0100 @@ -1,6 +1,6 @@ %define name shorewall-lite %define version 4.5.21 -%define release 6 +%define release 7 %define initdir /etc/init.d Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems. @@ -105,6 +105,8 @@ %doc COPYING changelog.txt releasenotes.txt %changelog +* Thu Mar 06 2014 Tom Eastep [email protected] +- Updated to 4.5.21-7 * Thu Jan 30 2014 Tom Eastep [email protected] - Updated to 4.5.21-6 * Thu Dec 19 2013 Tom Eastep [email protected] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-lite-4.5.21.6/uninstall.sh new/shorewall-lite-4.5.21.7/uninstall.sh --- old/shorewall-lite-4.5.21.6/uninstall.sh 2014-01-31 00:15:51.000000000 +0100 +++ new/shorewall-lite-4.5.21.7/uninstall.sh 2014-03-07 19:12:22.000000000 +0100 @@ -26,7 +26,7 @@ # You may only use this script to uninstall the version # shown below. Simply run this script to remove Shorewall Firewall -VERSION=4.5.21.6 +VERSION=4.5.21.7 usage() # $1 = exit status { ++++++ shorewall-4.5.21.6.tar.bz2 -> shorewall6-4.5.21.7.tar.bz2 ++++++ ++++ 118401 lines of diff (skipped) ++++++ shorewall-lite-4.5.21.6.tar.bz2 -> shorewall6-lite-4.5.21.7.tar.bz2 ++++++ ++++ 7219 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
