Hello community,

here is the log from the commit of package shorewall for openSUSE:Factory 
checked in at 2015-01-14 11:44:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-01-12 
09:50:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.shorewall.new/shorewall.changes 2015-01-14 
11:45:00.000000000 +0100
@@ -1,0 +2,10 @@
+Mon Jan 12 08:38:42 UTC 2015 - tog...@opensuse.org
+
+- Update to version 4.6.5.5 For more details see changelog.txt and
+  releasenotes.txt
+
+  * This release adds Tuomo Soini's fix for Shorewall-init to 4.6.5.5.
+    Previously, the ifupdown scripts were looking in the wrong
+    directory for the firewall script. 
+
+-------------------------------------------------------------------

Old:
----
  shorewall-4.6.5.4.tar.bz2
  shorewall-core-4.6.5.4.tar.bz2
  shorewall-docs-html-4.6.5.4.tar.bz2
  shorewall-init-4.6.5.4.tar.bz2
  shorewall-lite-4.6.5.4.tar.bz2
  shorewall6-4.6.5.4.tar.bz2
  shorewall6-lite-4.6.5.4.tar.bz2

New:
----
  shorewall-4.6.5.5.tar.bz2
  shorewall-core-4.6.5.5.tar.bz2
  shorewall-docs-html-4.6.5.5.tar.bz2
  shorewall-init-4.6.5.5.tar.bz2
  shorewall-lite-4.6.5.5.tar.bz2
  shorewall6-4.6.5.5.tar.bz2
  shorewall6-lite-4.6.5.5.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ shorewall.spec ++++++
--- /var/tmp/diff_new_pack.QRzLqF/_old  2015-01-14 11:45:01.000000000 +0100
+++ /var/tmp/diff_new_pack.QRzLqF/_new  2015-01-14 11:45:01.000000000 +0100
@@ -20,7 +20,7 @@
 %define have_systemd 1
 
 Name:           shorewall
-Version:        4.6.5.4
+Version:        4.6.5.5
 Release:        0
 Summary:        Shoreline Firewall is an iptables-based firewall for Linux 
systems
 License:        GPL-2.0

++++++ shorewall-4.6.5.4.tar.bz2 -> shorewall-4.6.5.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/Perl/Shorewall/Config.pm 
new/shorewall-4.6.5.5/Perl/Shorewall/Config.pm
--- old/shorewall-4.6.5.4/Perl/Shorewall/Config.pm      2015-01-09 
21:43:45.000000000 +0100
+++ new/shorewall-4.6.5.5/Perl/Shorewall/Config.pm      2015-01-11 
17:38:54.000000000 +0100
@@ -711,7 +711,7 @@
                    TC_SCRIPT               => '',
                    EXPORT                  => 0,
                    KLUDGEFREE              => '',
-                   VERSION                 => "4.6.5.4",
+                   VERSION                 => "4.6.5.5",
                    CAPVERSION              => 40600 ,
                  );
     #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/changelog.txt 
new/shorewall-4.6.5.5/changelog.txt
--- old/shorewall-4.6.5.4/changelog.txt 2015-01-09 21:43:44.000000000 +0100
+++ new/shorewall-4.6.5.5/changelog.txt 2015-01-11 17:38:54.000000000 +0100
@@ -1,7 +1,9 @@
-Changes in 4.6.5.3
+Changes in 4.6.5.5
 
 1)  Update release documents.
 
+2)  Fix Shorewall-init VARDIR => VARLIB in the ifupdown scripts.
+
 Changes in 4.6.5.4
 
 1)  Update release documents.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/configure 
new/shorewall-4.6.5.5/configure
--- old/shorewall-4.6.5.4/configure     2015-01-09 21:43:44.000000000 +0100
+++ new/shorewall-4.6.5.5/configure     2015-01-11 17:38:54.000000000 +0100
@@ -28,7 +28,7 @@
 #
 # Build updates this
 #
-VERSION=4.6.5.4
+VERSION=4.6.5.5
 
 case "$BASH_VERSION" in
     [4-9].*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/configure.pl 
new/shorewall-4.6.5.5/configure.pl
--- old/shorewall-4.6.5.4/configure.pl  2015-01-09 21:43:44.000000000 +0100
+++ new/shorewall-4.6.5.5/configure.pl  2015-01-11 17:38:54.000000000 +0100
@@ -31,7 +31,7 @@
 # Build updates this
 #
 use constant {
-    VERSION => '4.6.5.4'
+    VERSION => '4.6.5.5'
 };
 
 my %params;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/install.sh 
new/shorewall-4.6.5.5/install.sh
--- old/shorewall-4.6.5.4/install.sh    2015-01-09 21:43:44.000000000 +0100
+++ new/shorewall-4.6.5.5/install.sh    2015-01-11 17:38:54.000000000 +0100
@@ -22,7 +22,7 @@
 #      along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 
-VERSION=4.6.5.4
+VERSION=4.6.5.5
 
 #
 # Change to the directory containing this script
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/known_problems.txt 
new/shorewall-4.6.5.5/known_problems.txt
--- old/shorewall-4.6.5.4/known_problems.txt    2015-01-09 21:43:44.000000000 
+0100
+++ new/shorewall-4.6.5.5/known_problems.txt    2015-01-11 17:38:54.000000000 
+0100
@@ -59,3 +59,7 @@
 
     Corrected in 4.6.5.4.
 
+11) The Shorewall-init ifupdown scripts currently look in the wrong
+    directory for the firewall script.
+
+    Corrected in 4.6.5.5.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-accounting.5 
new/shorewall-4.6.5.5/manpages/shorewall-accounting.5
--- old/shorewall-4.6.5.4/manpages/shorewall-accounting.5       2015-01-09 
21:43:47.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-accounting.5       2015-01-11 
17:38:59.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-accounting
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ACCOUNTIN" "5" "01/09/2015" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-ACCOUNTIN" "5" "01/11/2015" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-actions.5 
new/shorewall-4.6.5.5/manpages/shorewall-actions.5
--- old/shorewall-4.6.5.4/manpages/shorewall-actions.5  2015-01-09 
21:43:49.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-actions.5  2015-01-11 
17:39:00.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-actions
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ACTIONS" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-ACTIONS" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-arprules.5 
new/shorewall-4.6.5.5/manpages/shorewall-arprules.5
--- old/shorewall-4.6.5.4/manpages/shorewall-arprules.5 2015-01-09 
21:43:50.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-arprules.5 2015-01-11 
17:39:01.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-arprules
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ARPRULES" "5" "01/09/2015" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-ARPRULES" "5" "01/11/2015" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-blacklist.5 
new/shorewall-4.6.5.5/manpages/shorewall-blacklist.5
--- old/shorewall-4.6.5.4/manpages/shorewall-blacklist.5        2015-01-09 
21:43:52.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-blacklist.5        2015-01-11 
17:39:03.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-blacklist
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-BLACKLIST" "5" "01/09/2015" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-BLACKLIST" "5" "01/11/2015" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-blrules.5 
new/shorewall-4.6.5.5/manpages/shorewall-blrules.5
--- old/shorewall-4.6.5.4/manpages/shorewall-blrules.5  2015-01-09 
21:43:53.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-blrules.5  2015-01-11 
17:39:04.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-blrules
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-BLRULES" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-BLRULES" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-conntrack.5 
new/shorewall-4.6.5.5/manpages/shorewall-conntrack.5
--- old/shorewall-4.6.5.4/manpages/shorewall-conntrack.5        2015-01-09 
21:43:59.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-conntrack.5        2015-01-11 
17:39:11.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall6-conntrack
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL6\-CONNTRAC" "5" "01/09/2015" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL6\-CONNTRAC" "5" "01/11/2015" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-ecn.5 
new/shorewall-4.6.5.5/manpages/shorewall-ecn.5
--- old/shorewall-4.6.5.4/manpages/shorewall-ecn.5      2015-01-09 
21:44:01.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-ecn.5      2015-01-11 
17:39:12.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-ecn
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ECN" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-ECN" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-exclusion.5 
new/shorewall-4.6.5.5/manpages/shorewall-exclusion.5
--- old/shorewall-4.6.5.4/manpages/shorewall-exclusion.5        2015-01-09 
21:44:02.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-exclusion.5        2015-01-11 
17:39:13.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-exclusion
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-EXCLUSION" "5" "01/09/2015" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-EXCLUSION" "5" "01/11/2015" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-hosts.5 
new/shorewall-4.6.5.5/manpages/shorewall-hosts.5
--- old/shorewall-4.6.5.4/manpages/shorewall-hosts.5    2015-01-09 
21:44:03.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-hosts.5    2015-01-11 
17:39:15.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-hosts
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-HOSTS" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-HOSTS" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-init.8 
new/shorewall-4.6.5.5/manpages/shorewall-init.8
--- old/shorewall-4.6.5.4/manpages/shorewall-init.8     2015-01-09 
21:44:05.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-init.8     2015-01-11 
17:39:16.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-init
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Administrative Commands
 .\"    Source: Administrative Commands
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-INIT" "8" "01/09/2015" "Administrative Commands" 
"Administrative Commands"
+.TH "SHOREWALL\-INIT" "8" "01/11/2015" "Administrative Commands" 
"Administrative Commands"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-interfaces.5 
new/shorewall-4.6.5.5/manpages/shorewall-interfaces.5
--- old/shorewall-4.6.5.4/manpages/shorewall-interfaces.5       2015-01-09 
21:44:07.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-interfaces.5       2015-01-11 
17:39:18.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-interfaces
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-INTERFACE" "5" "01/09/2015" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-INTERFACE" "5" "01/11/2015" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-ipsets.5 
new/shorewall-4.6.5.5/manpages/shorewall-ipsets.5
--- old/shorewall-4.6.5.4/manpages/shorewall-ipsets.5   2015-01-09 
21:44:08.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-ipsets.5   2015-01-11 
17:39:19.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-ipsets
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-IPSETS" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-IPSETS" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-maclist.5 
new/shorewall-4.6.5.5/manpages/shorewall-maclist.5
--- old/shorewall-4.6.5.4/manpages/shorewall-maclist.5  2015-01-09 
21:44:09.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-maclist.5  2015-01-11 
17:39:20.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-maclist
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-MACLIST" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-MACLIST" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-mangle.5 
new/shorewall-4.6.5.5/manpages/shorewall-mangle.5
--- old/shorewall-4.6.5.4/manpages/shorewall-mangle.5   2015-01-09 
21:44:11.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-mangle.5   2015-01-11 
17:39:22.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-mangle
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-MANGLE" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-MANGLE" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-masq.5 
new/shorewall-4.6.5.5/manpages/shorewall-masq.5
--- old/shorewall-4.6.5.4/manpages/shorewall-masq.5     2015-01-09 
21:44:13.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-masq.5     2015-01-11 
17:39:24.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-masq
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-MASQ" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-MASQ" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-modules.5 
new/shorewall-4.6.5.5/manpages/shorewall-modules.5
--- old/shorewall-4.6.5.4/manpages/shorewall-modules.5  2015-01-09 
21:44:14.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-modules.5  2015-01-11 
17:39:25.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-modules
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-MODULES" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-MODULES" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-nat.5 
new/shorewall-4.6.5.5/manpages/shorewall-nat.5
--- old/shorewall-4.6.5.4/manpages/shorewall-nat.5      2015-01-09 
21:44:15.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-nat.5      2015-01-11 
17:39:26.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-nat
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-NAT" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-NAT" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-nesting.5 
new/shorewall-4.6.5.5/manpages/shorewall-nesting.5
--- old/shorewall-4.6.5.4/manpages/shorewall-nesting.5  2015-01-09 
21:44:17.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-nesting.5  2015-01-11 
17:39:28.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-nesting
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-NESTING" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-NESTING" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-netmap.5 
new/shorewall-4.6.5.5/manpages/shorewall-netmap.5
--- old/shorewall-4.6.5.4/manpages/shorewall-netmap.5   2015-01-09 
21:44:18.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-netmap.5   2015-01-11 
17:39:29.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-netmap
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-NETMAP" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-NETMAP" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-params.5 
new/shorewall-4.6.5.5/manpages/shorewall-params.5
--- old/shorewall-4.6.5.4/manpages/shorewall-params.5   2015-01-09 
21:44:19.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-params.5   2015-01-11 
17:39:30.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-params
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-PARAMS" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-PARAMS" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-policy.5 
new/shorewall-4.6.5.5/manpages/shorewall-policy.5
--- old/shorewall-4.6.5.4/manpages/shorewall-policy.5   2015-01-09 
21:44:21.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-policy.5   2015-01-11 
17:39:32.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-policy
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-POLICY" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-POLICY" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-providers.5 
new/shorewall-4.6.5.5/manpages/shorewall-providers.5
--- old/shorewall-4.6.5.4/manpages/shorewall-providers.5        2015-01-09 
21:44:22.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-providers.5        2015-01-11 
17:39:33.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-providers
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-PROVIDERS" "5" "01/09/2015" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-PROVIDERS" "5" "01/11/2015" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-proxyarp.5 
new/shorewall-4.6.5.5/manpages/shorewall-proxyarp.5
--- old/shorewall-4.6.5.4/manpages/shorewall-proxyarp.5 2015-01-09 
21:44:23.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-proxyarp.5 2015-01-11 
17:39:35.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-proxyarp
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-PROXYARP" "5" "01/09/2015" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-PROXYARP" "5" "01/11/2015" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-routes.5 
new/shorewall-4.6.5.5/manpages/shorewall-routes.5
--- old/shorewall-4.6.5.4/manpages/shorewall-routes.5   2015-01-09 
21:44:26.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-routes.5   2015-01-11 
17:39:37.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-routes
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ROUTES" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-ROUTES" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-routestopped.5 
new/shorewall-4.6.5.5/manpages/shorewall-routestopped.5
--- old/shorewall-4.6.5.4/manpages/shorewall-routestopped.5     2015-01-09 
21:44:25.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-routestopped.5     2015-01-11 
17:39:36.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-routestopped
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ROUTESTOP" "5" "01/09/2015" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-ROUTESTOP" "5" "01/11/2015" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-rtrules.5 
new/shorewall-4.6.5.5/manpages/shorewall-rtrules.5
--- old/shorewall-4.6.5.4/manpages/shorewall-rtrules.5  2015-01-09 
21:44:27.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-rtrules.5  2015-01-11 
17:39:39.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-rtrules
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-RTRULES" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-RTRULES" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-rules.5 
new/shorewall-4.6.5.5/manpages/shorewall-rules.5
--- old/shorewall-4.6.5.4/manpages/shorewall-rules.5    2015-01-09 
21:44:30.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-rules.5    2015-01-11 
17:39:41.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-rules
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-RULES" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-RULES" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-secmarks.5 
new/shorewall-4.6.5.5/manpages/shorewall-secmarks.5
--- old/shorewall-4.6.5.4/manpages/shorewall-secmarks.5 2015-01-09 
21:44:32.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-secmarks.5 2015-01-11 
17:39:43.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-secmarks
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-SECMARKS" "5" "01/09/2015" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-SECMARKS" "5" "01/11/2015" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-stoppedrules.5 
new/shorewall-4.6.5.5/manpages/shorewall-stoppedrules.5
--- old/shorewall-4.6.5.4/manpages/shorewall-stoppedrules.5     2015-01-09 
21:44:33.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-stoppedrules.5     2015-01-11 
17:39:44.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-stoppedrules
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-STOPPEDRU" "5" "01/09/2015" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-STOPPEDRU" "5" "01/11/2015" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-tcclasses.5 
new/shorewall-4.6.5.5/manpages/shorewall-tcclasses.5
--- old/shorewall-4.6.5.4/manpages/shorewall-tcclasses.5        2015-01-09 
21:44:34.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-tcclasses.5        2015-01-11 
17:39:46.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-tcclasses
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TCCLASSES" "5" "01/09/2015" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-TCCLASSES" "5" "01/11/2015" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-tcdevices.5 
new/shorewall-4.6.5.5/manpages/shorewall-tcdevices.5
--- old/shorewall-4.6.5.4/manpages/shorewall-tcdevices.5        2015-01-09 
21:44:36.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-tcdevices.5        2015-01-11 
17:39:47.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-tcdevices
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TCDEVICES" "5" "01/09/2015" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-TCDEVICES" "5" "01/11/2015" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-tcfilters.5 
new/shorewall-4.6.5.5/manpages/shorewall-tcfilters.5
--- old/shorewall-4.6.5.4/manpages/shorewall-tcfilters.5        2015-01-09 
21:44:37.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-tcfilters.5        2015-01-11 
17:39:48.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-tcfilters
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TCFILTERS" "5" "01/09/2015" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-TCFILTERS" "5" "01/11/2015" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-tcinterfaces.5 
new/shorewall-4.6.5.5/manpages/shorewall-tcinterfaces.5
--- old/shorewall-4.6.5.4/manpages/shorewall-tcinterfaces.5     2015-01-09 
21:44:38.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-tcinterfaces.5     2015-01-11 
17:39:50.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-tcinterfaces
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TCINTERFA" "5" "01/09/2015" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-TCINTERFA" "5" "01/11/2015" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-tcpri.5 
new/shorewall-4.6.5.5/manpages/shorewall-tcpri.5
--- old/shorewall-4.6.5.4/manpages/shorewall-tcpri.5    2015-01-09 
21:44:40.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-tcpri.5    2015-01-11 
17:39:51.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-tcpri
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TCPRI" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-TCPRI" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-tcrules.5 
new/shorewall-4.6.5.5/manpages/shorewall-tcrules.5
--- old/shorewall-4.6.5.4/manpages/shorewall-tcrules.5  2015-01-09 
21:44:42.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-tcrules.5  2015-01-11 
17:39:53.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-mangle
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-MANGLE" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-MANGLE" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-tos.5 
new/shorewall-4.6.5.5/manpages/shorewall-tos.5
--- old/shorewall-4.6.5.4/manpages/shorewall-tos.5      2015-01-09 
21:44:43.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-tos.5      2015-01-11 
17:39:54.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-tos
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TOS" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-TOS" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-tunnels.5 
new/shorewall-4.6.5.5/manpages/shorewall-tunnels.5
--- old/shorewall-4.6.5.4/manpages/shorewall-tunnels.5  2015-01-09 
21:44:44.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-tunnels.5  2015-01-11 
17:39:56.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-tunnels
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TUNNELS" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-TUNNELS" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-vardir.5 
new/shorewall-4.6.5.5/manpages/shorewall-vardir.5
--- old/shorewall-4.6.5.4/manpages/shorewall-vardir.5   2015-01-09 
21:44:46.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-vardir.5   2015-01-11 
17:39:57.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-vardir
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-VARDIR" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-VARDIR" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall-zones.5 
new/shorewall-4.6.5.5/manpages/shorewall-zones.5
--- old/shorewall-4.6.5.4/manpages/shorewall-zones.5    2015-01-09 
21:44:50.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall-zones.5    2015-01-11 
17:40:02.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-zones
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ZONES" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-ZONES" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall.8 
new/shorewall-4.6.5.5/manpages/shorewall.8
--- old/shorewall-4.6.5.4/manpages/shorewall.8  2015-01-09 21:44:49.000000000 
+0100
+++ new/shorewall-4.6.5.5/manpages/shorewall.8  2015-01-11 17:40:00.000000000 
+0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Administrative Commands
 .\"    Source: Administrative Commands
 .\"  Language: English
 .\"
-.TH "SHOREWALL" "8" "01/09/2015" "Administrative Commands" "Administrative 
Commands"
+.TH "SHOREWALL" "8" "01/11/2015" "Administrative Commands" "Administrative 
Commands"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/manpages/shorewall.conf.5 
new/shorewall-4.6.5.5/manpages/shorewall.conf.5
--- old/shorewall-4.6.5.4/manpages/shorewall.conf.5     2015-01-09 
21:43:58.000000000 +0100
+++ new/shorewall-4.6.5.5/manpages/shorewall.conf.5     2015-01-11 
17:39:09.000000000 +0100
@@ -2,12 +2,12 @@
 .\"     Title: shorewall.conf
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\&.CONF" "5" "01/09/2015" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\&.CONF" "5" "01/11/2015" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/releasenotes.txt 
new/shorewall-4.6.5.5/releasenotes.txt
--- old/shorewall-4.6.5.4/releasenotes.txt      2015-01-09 21:43:44.000000000 
+0100
+++ new/shorewall-4.6.5.5/releasenotes.txt      2015-01-11 17:38:54.000000000 
+0100
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
-                    S H O R E W A L L  4 . 6 . 5 . 4
+                    S H O R E W A L L  4 . 6 . 5 . 5
                    ------------------------------------
-                      J a n u a r y  0 9 ,  2 0 1 5
+                      J a n u a r y  1 1 ,  2 0 1 5
 ----------------------------------------------------------------------------
 
 I.    PROBLEMS CORRECTED IN THIS RELEASE
@@ -14,6 +14,12 @@
   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.6.5.5
+
+1)  The Shorewall-init ifupdown scripts were looking for the firewall
+    script in the wrong directory. Correction was provider by Tuomo
+    Soini.
+
 4.6.5.4
 
 1)  The '-c' option of the 'dump' and 'show routing' commands is now
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/shorewall.spec 
new/shorewall-4.6.5.5/shorewall.spec
--- old/shorewall-4.6.5.4/shorewall.spec        2015-01-09 21:43:44.000000000 
+0100
+++ new/shorewall-4.6.5.5/shorewall.spec        2015-01-11 17:38:54.000000000 
+0100
@@ -1,6 +1,6 @@
 %define name shorewall
 %define version 4.6.5
-%define release 4
+%define release 5
 
 Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
 Name: %{name}
@@ -132,6 +132,8 @@
 %doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples
 
 %changelog
+* Sun Jan 11 2015 Tom Eastep t...@shorewall.net
+- Updated to 4.6.5-5
 * Fri Jan 09 2015 Tom Eastep t...@shorewall.net
 - Updated to 4.6.5-4
 * Mon Dec 15 2014 Tom Eastep t...@shorewall.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.5.4/uninstall.sh 
new/shorewall-4.6.5.5/uninstall.sh
--- old/shorewall-4.6.5.4/uninstall.sh  2015-01-09 21:43:44.000000000 +0100
+++ new/shorewall-4.6.5.5/uninstall.sh  2015-01-11 17:38:54.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.6.5.4
+VERSION=4.6.5.5
 PRODUCT=shorewall
 
 usage() # $1 = exit status

++++++ shorewall-core-4.6.5.4.tar.bz2 -> shorewall-core-4.6.5.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.5.4/changelog.txt 
new/shorewall-core-4.6.5.5/changelog.txt
--- old/shorewall-core-4.6.5.4/changelog.txt    2015-01-09 21:43:44.000000000 
+0100
+++ new/shorewall-core-4.6.5.5/changelog.txt    2015-01-11 17:38:54.000000000 
+0100
@@ -1,7 +1,9 @@
-Changes in 4.6.5.3
+Changes in 4.6.5.5
 
 1)  Update release documents.
 
+2)  Fix Shorewall-init VARDIR => VARLIB in the ifupdown scripts.
+
 Changes in 4.6.5.4
 
 1)  Update release documents.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.5.4/configure 
new/shorewall-core-4.6.5.5/configure
--- old/shorewall-core-4.6.5.4/configure        2015-01-09 21:43:44.000000000 
+0100
+++ new/shorewall-core-4.6.5.5/configure        2015-01-11 17:38:54.000000000 
+0100
@@ -28,7 +28,7 @@
 #
 # Build updates this
 #
-VERSION=4.6.5.4
+VERSION=4.6.5.5
 
 case "$BASH_VERSION" in
     [4-9].*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.5.4/configure.pl 
new/shorewall-core-4.6.5.5/configure.pl
--- old/shorewall-core-4.6.5.4/configure.pl     2015-01-09 21:43:44.000000000 
+0100
+++ new/shorewall-core-4.6.5.5/configure.pl     2015-01-11 17:38:54.000000000 
+0100
@@ -31,7 +31,7 @@
 # Build updates this
 #
 use constant {
-    VERSION => '4.6.5.4'
+    VERSION => '4.6.5.5'
 };
 
 my %params;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.5.4/install.sh 
new/shorewall-core-4.6.5.5/install.sh
--- old/shorewall-core-4.6.5.4/install.sh       2015-01-09 21:43:44.000000000 
+0100
+++ new/shorewall-core-4.6.5.5/install.sh       2015-01-11 17:38:54.000000000 
+0100
@@ -22,7 +22,7 @@
 #      along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 
-VERSION=4.6.5.4
+VERSION=4.6.5.5
 
 usage() # $1 = exit status
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.5.4/known_problems.txt 
new/shorewall-core-4.6.5.5/known_problems.txt
--- old/shorewall-core-4.6.5.4/known_problems.txt       2015-01-09 
21:43:44.000000000 +0100
+++ new/shorewall-core-4.6.5.5/known_problems.txt       2015-01-11 
17:38:54.000000000 +0100
@@ -59,3 +59,7 @@
 
     Corrected in 4.6.5.4.
 
+11) The Shorewall-init ifupdown scripts currently look in the wrong
+    directory for the firewall script.
+
+    Corrected in 4.6.5.5.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.5.4/releasenotes.txt 
new/shorewall-core-4.6.5.5/releasenotes.txt
--- old/shorewall-core-4.6.5.4/releasenotes.txt 2015-01-09 21:43:44.000000000 
+0100
+++ new/shorewall-core-4.6.5.5/releasenotes.txt 2015-01-11 17:38:54.000000000 
+0100
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
-                    S H O R E W A L L  4 . 6 . 5 . 4
+                    S H O R E W A L L  4 . 6 . 5 . 5
                    ------------------------------------
-                      J a n u a r y  0 9 ,  2 0 1 5
+                      J a n u a r y  1 1 ,  2 0 1 5
 ----------------------------------------------------------------------------
 
 I.    PROBLEMS CORRECTED IN THIS RELEASE
@@ -14,6 +14,12 @@
   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.6.5.5
+
+1)  The Shorewall-init ifupdown scripts were looking for the firewall
+    script in the wrong directory. Correction was provider by Tuomo
+    Soini.
+
 4.6.5.4
 
 1)  The '-c' option of the 'dump' and 'show routing' commands is now
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.5.4/shorewall-core.spec 
new/shorewall-core-4.6.5.5/shorewall-core.spec
--- old/shorewall-core-4.6.5.4/shorewall-core.spec      2015-01-09 
21:43:44.000000000 +0100
+++ new/shorewall-core-4.6.5.5/shorewall-core.spec      2015-01-11 
17:38:54.000000000 +0100
@@ -1,6 +1,6 @@
 %define name shorewall-core
 %define version 4.6.5
-%define release 4
+%define release 5
 
 Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
 Name: %{name}
@@ -63,6 +63,8 @@
 %doc COPYING INSTALL changelog.txt releasenotes.txt
 
 %changelog
+* Sun Jan 11 2015 Tom Eastep t...@shorewall.net
+- Updated to 4.6.5-5
 * Fri Jan 09 2015 Tom Eastep t...@shorewall.net
 - Updated to 4.6.5-4
 * Mon Dec 15 2014 Tom Eastep t...@shorewall.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.5.4/uninstall.sh 
new/shorewall-core-4.6.5.5/uninstall.sh
--- old/shorewall-core-4.6.5.4/uninstall.sh     2015-01-09 21:43:44.000000000 
+0100
+++ new/shorewall-core-4.6.5.5/uninstall.sh     2015-01-11 17:38:54.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.6.5.4
+VERSION=4.6.5.5
 
 usage() # $1 = exit status
 {

++++++ shorewall-docs-html-4.6.5.4.tar.bz2 -> 
shorewall-docs-html-4.6.5.5.tar.bz2 ++++++
++++ 6842 lines of diff (skipped)

++++++ shorewall-init-4.6.5.4.tar.bz2 -> shorewall-init-4.6.5.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.5.4/changelog.txt 
new/shorewall-init-4.6.5.5/changelog.txt
--- old/shorewall-init-4.6.5.4/changelog.txt    2015-01-09 21:43:45.000000000 
+0100
+++ new/shorewall-init-4.6.5.5/changelog.txt    2015-01-11 17:38:55.000000000 
+0100
@@ -1,7 +1,9 @@
-Changes in 4.6.5.3
+Changes in 4.6.5.5
 
 1)  Update release documents.
 
+2)  Fix Shorewall-init VARDIR => VARLIB in the ifupdown scripts.
+
 Changes in 4.6.5.4
 
 1)  Update release documents.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.5.4/configure 
new/shorewall-init-4.6.5.5/configure
--- old/shorewall-init-4.6.5.4/configure        2015-01-09 21:43:45.000000000 
+0100
+++ new/shorewall-init-4.6.5.5/configure        2015-01-11 17:38:55.000000000 
+0100
@@ -28,7 +28,7 @@
 #
 # Build updates this
 #
-VERSION=4.6.5.4
+VERSION=4.6.5.5
 
 case "$BASH_VERSION" in
     [4-9].*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.5.4/configure.pl 
new/shorewall-init-4.6.5.5/configure.pl
--- old/shorewall-init-4.6.5.4/configure.pl     2015-01-09 21:43:45.000000000 
+0100
+++ new/shorewall-init-4.6.5.5/configure.pl     2015-01-11 17:38:55.000000000 
+0100
@@ -31,7 +31,7 @@
 # Build updates this
 #
 use constant {
-    VERSION => '4.6.5.4'
+    VERSION => '4.6.5.5'
 };
 
 my %params;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.5.4/ifupdown.debian.sh 
new/shorewall-init-4.6.5.5/ifupdown.debian.sh
--- old/shorewall-init-4.6.5.4/ifupdown.debian.sh       2015-01-09 
21:33:12.000000000 +0100
+++ new/shorewall-init-4.6.5.5/ifupdown.debian.sh       2015-01-11 
17:24:10.000000000 +0100
@@ -28,7 +28,7 @@
        statedir=$( . /${CONFDIR}/${PRODUCT}/vardir && echo $VARDIR )
     fi
 
-    [ -n "$statedir" ] && STATEDIR=${statedir} || STATEDIR=${VARDIR}/${PRODUCT}
+    [ -n "$statedir" ] && STATEDIR=${statedir} || STATEDIR=${VARLIB}/${PRODUCT}
 
     if [ ! -x $STATEDIR/firewall ]; then
        if [ $PRODUCT = shorewall -o $PRODUCT = shorewall6 ]; then
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.5.4/ifupdown.fedora.sh 
new/shorewall-init-4.6.5.5/ifupdown.fedora.sh
--- old/shorewall-init-4.6.5.4/ifupdown.fedora.sh       2015-01-09 
21:33:12.000000000 +0100
+++ new/shorewall-init-4.6.5.5/ifupdown.fedora.sh       2015-01-11 
17:24:10.000000000 +0100
@@ -31,7 +31,7 @@
        statedir=$( . /${CONFDIR}/${PRODUCT}/vardir && echo $VARDIR )
     fi
 
-    [ -n "$statedir" ] && STATEDIR=${statedir} || STATEDIR=${VARDIR}/${PRODUCT}
+    [ -n "$statedir" ] && STATEDIR=${statedir} || STATEDIR=${VARLIB}/${PRODUCT}
 
     if [ ! -x "$STATEDIR/firewall" ]; then
        if [ $PRODUCT == shorewall -o $PRODUCT == shorewall6 ]; then
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.5.4/ifupdown.suse.sh 
new/shorewall-init-4.6.5.5/ifupdown.suse.sh
--- old/shorewall-init-4.6.5.4/ifupdown.suse.sh 2015-01-09 21:33:12.000000000 
+0100
+++ new/shorewall-init-4.6.5.5/ifupdown.suse.sh 2015-01-11 17:24:10.000000000 
+0100
@@ -28,7 +28,7 @@
        statedir=$( . /${CONFDIR}/${PRODUCT}/vardir && echo $VARDIR )
     fi
 
-    [ -n "$statedir" ] && STATEDIR=${statedir} || STATEDIR=${VARDIR}/${PRODUCT}
+    [ -n "$statedir" ] && STATEDIR=${statedir} || STATEDIR=${VARLIB}/${PRODUCT}
 
     if [ ! -x $STATEDIR/firewall ]; then
        if [ $PRODUCT = shorewall -o $PRODUCT = shorewall6 ]; then
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.5.4/install.sh 
new/shorewall-init-4.6.5.5/install.sh
--- old/shorewall-init-4.6.5.4/install.sh       2015-01-09 21:43:45.000000000 
+0100
+++ new/shorewall-init-4.6.5.5/install.sh       2015-01-11 17:38:55.000000000 
+0100
@@ -27,7 +27,7 @@
 #       Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
02110-1301 USA.
 #
 
-VERSION=4.6.5.4
+VERSION=4.6.5.5
 
 usage() # $1 = exit status
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.5.4/releasenotes.txt 
new/shorewall-init-4.6.5.5/releasenotes.txt
--- old/shorewall-init-4.6.5.4/releasenotes.txt 2015-01-09 21:43:45.000000000 
+0100
+++ new/shorewall-init-4.6.5.5/releasenotes.txt 2015-01-11 17:38:55.000000000 
+0100
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
-                    S H O R E W A L L  4 . 6 . 5 . 4
+                    S H O R E W A L L  4 . 6 . 5 . 5
                    ------------------------------------
-                      J a n u a r y  0 9 ,  2 0 1 5
+                      J a n u a r y  1 1 ,  2 0 1 5
 ----------------------------------------------------------------------------
 
 I.    PROBLEMS CORRECTED IN THIS RELEASE
@@ -14,6 +14,12 @@
   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.6.5.5
+
+1)  The Shorewall-init ifupdown scripts were looking for the firewall
+    script in the wrong directory. Correction was provider by Tuomo
+    Soini.
+
 4.6.5.4
 
 1)  The '-c' option of the 'dump' and 'show routing' commands is now
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.5.4/shorewall-init.spec 
new/shorewall-init-4.6.5.5/shorewall-init.spec
--- old/shorewall-init-4.6.5.4/shorewall-init.spec      2015-01-09 
21:43:45.000000000 +0100
+++ new/shorewall-init-4.6.5.5/shorewall-init.spec      2015-01-11 
17:38:55.000000000 +0100
@@ -1,6 +1,6 @@
 %define name shorewall-init
 %define version 4.6.5
-%define release 4
+%define release 5
 
 Summary: Shorewall-init adds functionality to Shoreline Firewall (Shorewall).
 Name: %{name}
@@ -126,6 +126,8 @@
 %doc COPYING changelog.txt releasenotes.txt
 
 %changelog
+* Sun Jan 11 2015 Tom Eastep t...@shorewall.net
+- Updated to 4.6.5-5
 * Fri Jan 09 2015 Tom Eastep t...@shorewall.net
 - Updated to 4.6.5-4
 * Mon Dec 15 2014 Tom Eastep t...@shorewall.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.5.4/uninstall.sh 
new/shorewall-init-4.6.5.5/uninstall.sh
--- old/shorewall-init-4.6.5.4/uninstall.sh     2015-01-09 21:43:45.000000000 
+0100
+++ new/shorewall-init-4.6.5.5/uninstall.sh     2015-01-11 17:38:55.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.6.5.4
+VERSION=4.6.5.5
 
 usage() # $1 = exit status
 {

++++++ shorewall-lite-4.6.5.4.tar.bz2 -> shorewall-lite-4.6.5.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.5.4/changelog.txt 
new/shorewall-lite-4.6.5.5/changelog.txt
--- old/shorewall-lite-4.6.5.4/changelog.txt    2015-01-09 21:43:45.000000000 
+0100
+++ new/shorewall-lite-4.6.5.5/changelog.txt    2015-01-11 17:38:55.000000000 
+0100
@@ -1,7 +1,9 @@
-Changes in 4.6.5.3
+Changes in 4.6.5.5
 
 1)  Update release documents.
 
+2)  Fix Shorewall-init VARDIR => VARLIB in the ifupdown scripts.
+
 Changes in 4.6.5.4
 
 1)  Update release documents.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.5.4/configure 
new/shorewall-lite-4.6.5.5/configure
--- old/shorewall-lite-4.6.5.4/configure        2015-01-09 21:43:45.000000000 
+0100
+++ new/shorewall-lite-4.6.5.5/configure        2015-01-11 17:38:55.000000000 
+0100
@@ -28,7 +28,7 @@
 #
 # Build updates this
 #
-VERSION=4.6.5.4
+VERSION=4.6.5.5
 
 case "$BASH_VERSION" in
     [4-9].*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.5.4/configure.pl 
new/shorewall-lite-4.6.5.5/configure.pl
--- old/shorewall-lite-4.6.5.4/configure.pl     2015-01-09 21:43:45.000000000 
+0100
+++ new/shorewall-lite-4.6.5.5/configure.pl     2015-01-11 17:38:55.000000000 
+0100
@@ -31,7 +31,7 @@
 # Build updates this
 #
 use constant {
-    VERSION => '4.6.5.4'
+    VERSION => '4.6.5.5'
 };
 
 my %params;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.5.4/install.sh 
new/shorewall-lite-4.6.5.5/install.sh
--- old/shorewall-lite-4.6.5.4/install.sh       2015-01-09 21:43:45.000000000 
+0100
+++ new/shorewall-lite-4.6.5.5/install.sh       2015-01-11 17:38:55.000000000 
+0100
@@ -22,7 +22,7 @@
 #      along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 
-VERSION=4.6.5.4
+VERSION=4.6.5.5
 
 usage() # $1 = exit status
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/shorewall-lite-4.6.5.4/manpages/shorewall-lite-vardir.5 
new/shorewall-lite-4.6.5.5/manpages/shorewall-lite-vardir.5
--- old/shorewall-lite-4.6.5.4/manpages/shorewall-lite-vardir.5 2015-01-09 
21:47:05.000000000 +0100
+++ new/shorewall-lite-4.6.5.5/manpages/shorewall-lite-vardir.5 2015-01-11 
17:42:17.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/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-LITE\-VAR" "5" "01/09/2015" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-LITE\-VAR" "5" "01/11/2015" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.5.4/manpages/shorewall-lite.8 
new/shorewall-lite-4.6.5.5/manpages/shorewall-lite.8
--- old/shorewall-lite-4.6.5.4/manpages/shorewall-lite.8        2015-01-09 
21:47:06.000000000 +0100
+++ new/shorewall-lite-4.6.5.5/manpages/shorewall-lite.8        2015-01-11 
17:42:18.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/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Administrative Commands
 .\"    Source: Administrative Commands
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-LITE" "8" "01/09/2015" "Administrative Commands" 
"Administrative Commands"
+.TH "SHOREWALL\-LITE" "8" "01/11/2015" "Administrative Commands" 
"Administrative Commands"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/shorewall-lite-4.6.5.4/manpages/shorewall-lite.conf.5 
new/shorewall-lite-4.6.5.5/manpages/shorewall-lite.conf.5
--- old/shorewall-lite-4.6.5.4/manpages/shorewall-lite.conf.5   2015-01-09 
21:47:03.000000000 +0100
+++ new/shorewall-lite-4.6.5.5/manpages/shorewall-lite.conf.5   2015-01-11 
17:42:15.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/09/2015
+.\"      Date: 01/11/2015
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-LITE\&.CO" "5" "01/09/2015" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-LITE\&.CO" "5" "01/11/2015" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.5.4/releasenotes.txt 
new/shorewall-lite-4.6.5.5/releasenotes.txt
--- old/shorewall-lite-4.6.5.4/releasenotes.txt 2015-01-09 21:43:45.000000000 
+0100
+++ new/shorewall-lite-4.6.5.5/releasenotes.txt 2015-01-11 17:38:55.000000000 
+0100
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
-                    S H O R E W A L L  4 . 6 . 5 . 4
+                    S H O R E W A L L  4 . 6 . 5 . 5
                    ------------------------------------
-                      J a n u a r y  0 9 ,  2 0 1 5
+                      J a n u a r y  1 1 ,  2 0 1 5
 ----------------------------------------------------------------------------
 
 I.    PROBLEMS CORRECTED IN THIS RELEASE
@@ -14,6 +14,12 @@
   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.6.5.5
+
+1)  The Shorewall-init ifupdown scripts were looking for the firewall
+    script in the wrong directory. Correction was provider by Tuomo
+    Soini.
+
 4.6.5.4
 
 1)  The '-c' option of the 'dump' and 'show routing' commands is now
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.5.4/shorewall-lite.spec 
new/shorewall-lite-4.6.5.5/shorewall-lite.spec
--- old/shorewall-lite-4.6.5.4/shorewall-lite.spec      2015-01-09 
21:43:45.000000000 +0100
+++ new/shorewall-lite-4.6.5.5/shorewall-lite.spec      2015-01-11 
17:38:55.000000000 +0100
@@ -1,6 +1,6 @@
 %define name shorewall-lite
 %define version 4.6.5
-%define release 4
+%define release 5
 %define initdir /etc/init.d
 
 Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux 
systems.
@@ -106,6 +106,8 @@
 %doc COPYING changelog.txt releasenotes.txt
 
 %changelog
+* Sun Jan 11 2015 Tom Eastep t...@shorewall.net
+- Updated to 4.6.5-5
 * Fri Jan 09 2015 Tom Eastep t...@shorewall.net
 - Updated to 4.6.5-4
 * Mon Dec 15 2014 Tom Eastep t...@shorewall.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.5.4/uninstall.sh 
new/shorewall-lite-4.6.5.5/uninstall.sh
--- old/shorewall-lite-4.6.5.4/uninstall.sh     2015-01-09 21:43:45.000000000 
+0100
+++ new/shorewall-lite-4.6.5.5/uninstall.sh     2015-01-11 17:38:55.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.6.5.4
+VERSION=4.6.5.5
 PRODUCT=shorewall-lite
 
 usage() # $1 = exit status

++++++ shorewall-4.6.5.4.tar.bz2 -> shorewall6-4.6.5.5.tar.bz2 ++++++
++++ 126785 lines of diff (skipped)

++++++ shorewall-lite-4.6.5.4.tar.bz2 -> shorewall6-lite-4.6.5.5.tar.bz2 ++++++
++++ 7946 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to