Hello community,

here is the log from the commit of package shorewall for openSUSE:Factory 
checked in at 2014-07-29 16:48:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-27 
18:47:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.shorewall.new/shorewall.changes 2014-07-29 
16:49:02.000000000 +0200
@@ -1,0 +2,15 @@
+Tue Jul 29 06:27:40 UTC 2014 - tog...@opensuse.org
+
+- Update to version 4.6.2.3 For more details see changelog.txt and
+  releasenotes.txt
+
+  * Previously, the compiler would fail with a Perl diagnostic if:
+    + Optimize Level 8 was enabled.
+    + Perl 5.20 was being used. This is the current Perl version on
+      Arch Linux.
+    The diagnostic was:
+
+      Can't use string ("nat") as a HASH ref while "strict refs" in
+      use at /usr/share/shorewall/Shorewall/Chains.pm line 3486. 
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ shorewall.spec ++++++
--- /var/tmp/diff_new_pack.R3aweE/_old  2014-07-29 16:49:04.000000000 +0200
+++ /var/tmp/diff_new_pack.R3aweE/_new  2014-07-29 16:49:04.000000000 +0200
@@ -20,7 +20,7 @@
 %define have_systemd 1
 
 Name:           shorewall
-Version:        4.6.2.2
+Version:        4.6.2.3
 Release:        0
 Summary:        Shoreline Firewall is an iptables-based firewall for Linux 
systems
 License:        GPL-2.0

++++++ shorewall-4.6.2.2.tar.bz2 -> shorewall-4.6.2.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/Perl/Shorewall/Chains.pm 
new/shorewall-4.6.2.3/Perl/Shorewall/Chains.pm
--- old/shorewall-4.6.2.2/Perl/Shorewall/Chains.pm      2014-07-22 
18:21:51.000000000 +0200
+++ new/shorewall-4.6.2.3/Perl/Shorewall/Chains.pm      2014-07-27 
16:32:34.000000000 +0200
@@ -3503,7 +3503,7 @@
     %renamed = ();
 
     while ( $progress ) {
-       my @chains   = ( sort level8_compare grep $_->{referenced} && ! 
$_->{builtin}, values %{$tableref} );
+       my @chains   = ( sort { level8_compare($a, $b) } ( grep 
$_->{referenced} && ! $_->{builtin}, values %{$tableref} ) );
        my @chains1  = @chains;
        my $chains   = @chains;
        my %rename;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/Perl/Shorewall/Config.pm 
new/shorewall-4.6.2.3/Perl/Shorewall/Config.pm
--- old/shorewall-4.6.2.2/Perl/Shorewall/Config.pm      2014-07-22 
18:21:51.000000000 +0200
+++ new/shorewall-4.6.2.3/Perl/Shorewall/Config.pm      2014-07-27 
16:32:34.000000000 +0200
@@ -709,7 +709,7 @@
                    TC_SCRIPT               => '',
                    EXPORT                  => 0,
                    KLUDGEFREE              => '',
-                   VERSION                 => "4.6.2.2",
+                   VERSION                 => "4.6.2.3",
                    CAPVERSION              => 40600 ,
                  );
     #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/changelog.txt 
new/shorewall-4.6.2.3/changelog.txt
--- old/shorewall-4.6.2.2/changelog.txt 2014-07-22 18:21:51.000000000 +0200
+++ new/shorewall-4.6.2.3/changelog.txt 2014-07-27 16:32:33.000000000 +0200
@@ -1,3 +1,9 @@
+Changes in 4.6.2.3
+
+1)  Update release documents.
+
+2)  Correct handling of optimize level 8 with Perl 5.20.
+
 Changes in 4.6.2.2
 
 1)  Update release documents.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/configure 
new/shorewall-4.6.2.3/configure
--- old/shorewall-4.6.2.2/configure     2014-07-22 18:21:51.000000000 +0200
+++ new/shorewall-4.6.2.3/configure     2014-07-27 16:32:33.000000000 +0200
@@ -28,7 +28,7 @@
 #
 # Build updates this
 #
-VERSION=4.6.2.2
+VERSION=4.6.2.3
 
 case "$BASH_VERSION" in
     [4-9].*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/configure.pl 
new/shorewall-4.6.2.3/configure.pl
--- old/shorewall-4.6.2.2/configure.pl  2014-07-22 18:21:51.000000000 +0200
+++ new/shorewall-4.6.2.3/configure.pl  2014-07-27 16:32:33.000000000 +0200
@@ -31,7 +31,7 @@
 # Build updates this
 #
 use constant {
-    VERSION => '4.6.2.2'
+    VERSION => '4.6.2.3'
 };
 
 my %params;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/install.sh 
new/shorewall-4.6.2.3/install.sh
--- old/shorewall-4.6.2.2/install.sh    2014-07-22 18:21:51.000000000 +0200
+++ new/shorewall-4.6.2.3/install.sh    2014-07-27 16:32:33.000000000 +0200
@@ -22,7 +22,7 @@
 #      along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 
-VERSION=4.6.2.2
+VERSION=4.6.2.3
 
 #
 # Change to the directory containing this script
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/known_problems.txt 
new/shorewall-4.6.2.3/known_problems.txt
--- old/shorewall-4.6.2.2/known_problems.txt    2014-07-22 18:21:51.000000000 
+0200
+++ new/shorewall-4.6.2.3/known_problems.txt    2014-07-27 16:32:33.000000000 
+0200
@@ -39,3 +39,19 @@
     required to use ipsets in the tcfilters files.
 
     Corrected in 4.6.2.2.
+
+8)  The compiler fails with a Perl diagnostic if:
+
+    - Optimize Level 8 is enabled.
+    - Perl 5.20 is being used
+
+    The diagnostic is:
+
+      Can't use string ("nat") as a HASH ref while "strict refs" in use
+        at /usr/share/shorewall/Shorewall/Chains.pm line 3486.
+
+    Workaround: Disable optimize level 8 by subtracting 8 from the
+                current setting. If 'all' is the current value,
+                change the setting to OPTIMIZE=23
+
+    Corrected in 4.6.2.3.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-accounting.5 
new/shorewall-4.6.2.3/manpages/shorewall-accounting.5
--- old/shorewall-4.6.2.2/manpages/shorewall-accounting.5       2014-07-22 
18:21:53.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-accounting.5       2014-07-27 
16:32:38.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ACCOUNTIN" "5" "07/22/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-ACCOUNTIN" "5" "07/27/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-actions.5 
new/shorewall-4.6.2.3/manpages/shorewall-actions.5
--- old/shorewall-4.6.2.2/manpages/shorewall-actions.5  2014-07-22 
18:21:54.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-actions.5  2014-07-27 
16:32:39.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ACTIONS" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-ACTIONS" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-arprules.5 
new/shorewall-4.6.2.3/manpages/shorewall-arprules.5
--- old/shorewall-4.6.2.2/manpages/shorewall-arprules.5 2014-07-22 
18:21:56.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-arprules.5 2014-07-27 
16:32:41.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ARPRULES" "5" "07/22/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-ARPRULES" "5" "07/27/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-blacklist.5 
new/shorewall-4.6.2.3/manpages/shorewall-blacklist.5
--- old/shorewall-4.6.2.2/manpages/shorewall-blacklist.5        2014-07-22 
18:21:57.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-blacklist.5        2014-07-27 
16:32:42.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-BLACKLIST" "5" "07/22/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-BLACKLIST" "5" "07/27/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-blrules.5 
new/shorewall-4.6.2.3/manpages/shorewall-blrules.5
--- old/shorewall-4.6.2.2/manpages/shorewall-blrules.5  2014-07-22 
18:21:58.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-blrules.5  2014-07-27 
16:32:43.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-BLRULES" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-BLRULES" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-conntrack.5 
new/shorewall-4.6.2.3/manpages/shorewall-conntrack.5
--- old/shorewall-4.6.2.2/manpages/shorewall-conntrack.5        2014-07-22 
18:22:05.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-conntrack.5        2014-07-27 
16:32:50.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL6\-CONNTRAC" "5" "07/22/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL6\-CONNTRAC" "5" "07/27/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-ecn.5 
new/shorewall-4.6.2.3/manpages/shorewall-ecn.5
--- old/shorewall-4.6.2.2/manpages/shorewall-ecn.5      2014-07-22 
18:22:06.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-ecn.5      2014-07-27 
16:32:52.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ECN" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-ECN" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-exclusion.5 
new/shorewall-4.6.2.3/manpages/shorewall-exclusion.5
--- old/shorewall-4.6.2.2/manpages/shorewall-exclusion.5        2014-07-22 
18:22:07.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-exclusion.5        2014-07-27 
16:32:53.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-EXCLUSION" "5" "07/22/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-EXCLUSION" "5" "07/27/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-hosts.5 
new/shorewall-4.6.2.3/manpages/shorewall-hosts.5
--- old/shorewall-4.6.2.2/manpages/shorewall-hosts.5    2014-07-22 
18:22:09.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-hosts.5    2014-07-27 
16:32:54.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-HOSTS" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-HOSTS" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-init.8 
new/shorewall-4.6.2.3/manpages/shorewall-init.8
--- old/shorewall-4.6.2.2/manpages/shorewall-init.8     2014-07-22 
18:22:10.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-init.8     2014-07-27 
16:32:56.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Administrative Commands
 .\"    Source: Administrative Commands
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-INIT" "8" "07/22/2014" "Administrative Commands" 
"Administrative Commands"
+.TH "SHOREWALL\-INIT" "8" "07/27/2014" "Administrative Commands" 
"Administrative Commands"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-interfaces.5 
new/shorewall-4.6.2.3/manpages/shorewall-interfaces.5
--- old/shorewall-4.6.2.2/manpages/shorewall-interfaces.5       2014-07-22 
18:22:12.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-interfaces.5       2014-07-27 
16:32:58.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-INTERFACE" "5" "07/22/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-INTERFACE" "5" "07/27/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-ipsets.5 
new/shorewall-4.6.2.3/manpages/shorewall-ipsets.5
--- old/shorewall-4.6.2.2/manpages/shorewall-ipsets.5   2014-07-22 
18:22:13.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-ipsets.5   2014-07-27 
16:32:59.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-IPSETS" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-IPSETS" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-maclist.5 
new/shorewall-4.6.2.3/manpages/shorewall-maclist.5
--- old/shorewall-4.6.2.2/manpages/shorewall-maclist.5  2014-07-22 
18:22:14.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-maclist.5  2014-07-27 
16:33:00.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-MACLIST" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-MACLIST" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-mangle.5 
new/shorewall-4.6.2.3/manpages/shorewall-mangle.5
--- old/shorewall-4.6.2.2/manpages/shorewall-mangle.5   2014-07-22 
18:22:16.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-mangle.5   2014-07-27 
16:33:02.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-MANGLE" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-MANGLE" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-masq.5 
new/shorewall-4.6.2.3/manpages/shorewall-masq.5
--- old/shorewall-4.6.2.2/manpages/shorewall-masq.5     2014-07-22 
18:22:18.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-masq.5     2014-07-27 
16:33:04.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-MASQ" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-MASQ" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-modules.5 
new/shorewall-4.6.2.3/manpages/shorewall-modules.5
--- old/shorewall-4.6.2.2/manpages/shorewall-modules.5  2014-07-22 
18:22:19.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-modules.5  2014-07-27 
16:33:05.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-MODULES" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-MODULES" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-nat.5 
new/shorewall-4.6.2.3/manpages/shorewall-nat.5
--- old/shorewall-4.6.2.2/manpages/shorewall-nat.5      2014-07-22 
18:22:21.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-nat.5      2014-07-27 
16:33:06.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-NAT" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-NAT" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-nesting.5 
new/shorewall-4.6.2.3/manpages/shorewall-nesting.5
--- old/shorewall-4.6.2.2/manpages/shorewall-nesting.5  2014-07-22 
18:22:22.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-nesting.5  2014-07-27 
16:33:08.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-NESTING" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-NESTING" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-netmap.5 
new/shorewall-4.6.2.3/manpages/shorewall-netmap.5
--- old/shorewall-4.6.2.2/manpages/shorewall-netmap.5   2014-07-22 
18:22:23.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-netmap.5   2014-07-27 
16:33:09.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-NETMAP" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-NETMAP" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-params.5 
new/shorewall-4.6.2.3/manpages/shorewall-params.5
--- old/shorewall-4.6.2.2/manpages/shorewall-params.5   2014-07-22 
18:22:25.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-params.5   2014-07-27 
16:33:10.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-PARAMS" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-PARAMS" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-policy.5 
new/shorewall-4.6.2.3/manpages/shorewall-policy.5
--- old/shorewall-4.6.2.2/manpages/shorewall-policy.5   2014-07-22 
18:22:26.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-policy.5   2014-07-27 
16:33:12.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-POLICY" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-POLICY" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-providers.5 
new/shorewall-4.6.2.3/manpages/shorewall-providers.5
--- old/shorewall-4.6.2.2/manpages/shorewall-providers.5        2014-07-22 
18:22:28.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-providers.5        2014-07-27 
16:33:13.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-PROVIDERS" "5" "07/22/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-PROVIDERS" "5" "07/27/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-proxyarp.5 
new/shorewall-4.6.2.3/manpages/shorewall-proxyarp.5
--- old/shorewall-4.6.2.2/manpages/shorewall-proxyarp.5 2014-07-22 
18:22:29.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-proxyarp.5 2014-07-27 
16:33:15.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-PROXYARP" "5" "07/22/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-PROXYARP" "5" "07/27/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-routes.5 
new/shorewall-4.6.2.3/manpages/shorewall-routes.5
--- old/shorewall-4.6.2.2/manpages/shorewall-routes.5   2014-07-22 
18:22:32.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-routes.5   2014-07-27 
16:33:17.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ROUTES" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-ROUTES" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-routestopped.5 
new/shorewall-4.6.2.3/manpages/shorewall-routestopped.5
--- old/shorewall-4.6.2.2/manpages/shorewall-routestopped.5     2014-07-22 
18:22:30.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-routestopped.5     2014-07-27 
16:33:16.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ROUTESTOP" "5" "07/22/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-ROUTESTOP" "5" "07/27/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-rtrules.5 
new/shorewall-4.6.2.3/manpages/shorewall-rtrules.5
--- old/shorewall-4.6.2.2/manpages/shorewall-rtrules.5  2014-07-22 
18:22:33.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-rtrules.5  2014-07-27 
16:33:19.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-RTRULES" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-RTRULES" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-rules.5 
new/shorewall-4.6.2.3/manpages/shorewall-rules.5
--- old/shorewall-4.6.2.2/manpages/shorewall-rules.5    2014-07-22 
18:22:36.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-rules.5    2014-07-27 
16:33:22.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-RULES" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-RULES" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-secmarks.5 
new/shorewall-4.6.2.3/manpages/shorewall-secmarks.5
--- old/shorewall-4.6.2.2/manpages/shorewall-secmarks.5 2014-07-22 
18:22:37.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-secmarks.5 2014-07-27 
16:33:23.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-SECMARKS" "5" "07/22/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-SECMARKS" "5" "07/27/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-stoppedrules.5 
new/shorewall-4.6.2.3/manpages/shorewall-stoppedrules.5
--- old/shorewall-4.6.2.2/manpages/shorewall-stoppedrules.5     2014-07-22 
18:22:38.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-stoppedrules.5     2014-07-27 
16:33:24.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-STOPPEDRU" "5" "07/22/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-STOPPEDRU" "5" "07/27/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-tcclasses.5 
new/shorewall-4.6.2.3/manpages/shorewall-tcclasses.5
--- old/shorewall-4.6.2.2/manpages/shorewall-tcclasses.5        2014-07-22 
18:22:40.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-tcclasses.5        2014-07-27 
16:33:26.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TCCLASSES" "5" "07/22/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-TCCLASSES" "5" "07/27/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-tcdevices.5 
new/shorewall-4.6.2.3/manpages/shorewall-tcdevices.5
--- old/shorewall-4.6.2.2/manpages/shorewall-tcdevices.5        2014-07-22 
18:22:41.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-tcdevices.5        2014-07-27 
16:33:27.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TCDEVICES" "5" "07/22/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-TCDEVICES" "5" "07/27/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-tcfilters.5 
new/shorewall-4.6.2.3/manpages/shorewall-tcfilters.5
--- old/shorewall-4.6.2.2/manpages/shorewall-tcfilters.5        2014-07-22 
18:22:43.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-tcfilters.5        2014-07-27 
16:33:29.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TCFILTERS" "5" "07/22/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-TCFILTERS" "5" "07/27/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-tcinterfaces.5 
new/shorewall-4.6.2.3/manpages/shorewall-tcinterfaces.5
--- old/shorewall-4.6.2.2/manpages/shorewall-tcinterfaces.5     2014-07-22 
18:22:44.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-tcinterfaces.5     2014-07-27 
16:33:30.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TCINTERFA" "5" "07/22/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-TCINTERFA" "5" "07/27/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-tcpri.5 
new/shorewall-4.6.2.3/manpages/shorewall-tcpri.5
--- old/shorewall-4.6.2.2/manpages/shorewall-tcpri.5    2014-07-22 
18:22:45.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-tcpri.5    2014-07-27 
16:33:31.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TCPRI" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-TCPRI" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-tcrules.5 
new/shorewall-4.6.2.3/manpages/shorewall-tcrules.5
--- old/shorewall-4.6.2.2/manpages/shorewall-tcrules.5  2014-07-22 
18:22:47.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-tcrules.5  2014-07-27 
16:33:33.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-MANGLE" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-MANGLE" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-tos.5 
new/shorewall-4.6.2.3/manpages/shorewall-tos.5
--- old/shorewall-4.6.2.2/manpages/shorewall-tos.5      2014-07-22 
18:22:49.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-tos.5      2014-07-27 
16:33:35.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TOS" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-TOS" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-tunnels.5 
new/shorewall-4.6.2.3/manpages/shorewall-tunnels.5
--- old/shorewall-4.6.2.2/manpages/shorewall-tunnels.5  2014-07-22 
18:22:50.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-tunnels.5  2014-07-27 
16:33:36.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TUNNELS" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-TUNNELS" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-vardir.5 
new/shorewall-4.6.2.3/manpages/shorewall-vardir.5
--- old/shorewall-4.6.2.2/manpages/shorewall-vardir.5   2014-07-22 
18:22:51.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-vardir.5   2014-07-27 
16:33:37.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-VARDIR" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-VARDIR" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-zones.5 
new/shorewall-4.6.2.3/manpages/shorewall-zones.5
--- old/shorewall-4.6.2.2/manpages/shorewall-zones.5    2014-07-22 
18:22:56.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-zones.5    2014-07-27 
16:33:42.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ZONES" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-ZONES" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall.8 
new/shorewall-4.6.2.3/manpages/shorewall.8
--- old/shorewall-4.6.2.2/manpages/shorewall.8  2014-07-22 18:22:54.000000000 
+0200
+++ new/shorewall-4.6.2.3/manpages/shorewall.8  2014-07-27 16:33:41.000000000 
+0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Administrative Commands
 .\"    Source: Administrative Commands
 .\"  Language: English
 .\"
-.TH "SHOREWALL" "8" "07/22/2014" "Administrative Commands" "Administrative 
Commands"
+.TH "SHOREWALL" "8" "07/27/2014" "Administrative Commands" "Administrative 
Commands"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall.conf.5 
new/shorewall-4.6.2.3/manpages/shorewall.conf.5
--- old/shorewall-4.6.2.2/manpages/shorewall.conf.5     2014-07-22 
18:22:03.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall.conf.5     2014-07-27 
16:32:49.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\&.CONF" "5" "07/22/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\&.CONF" "5" "07/27/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/releasenotes.txt 
new/shorewall-4.6.2.3/releasenotes.txt
--- old/shorewall-4.6.2.2/releasenotes.txt      2014-07-22 18:21:51.000000000 
+0200
+++ new/shorewall-4.6.2.3/releasenotes.txt      2014-07-27 16:32:33.000000000 
+0200
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
-                    S H O R E W A L L  4 . 6 . 2 . 2
+                    S H O R E W A L L  4 . 6 . 2 . 3
                    ------------------------------------
-                          J u l y  2 6 ,  2 0 1 4
+                       J u l y  2 7 ,  2 0 1 4
 ----------------------------------------------------------------------------
 
 I.    PROBLEMS CORRECTED IN THIS RELEASE
@@ -14,6 +14,19 @@
   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.2.3
+
+1)  Previously, the compiler would fail with a Perl diagnostic if:
+
+    - Optimize Level 8 was enabled.
+    - Perl 5.20 was being used. This is the current Perl version on
+      Arch Linux.
+
+    The diagnostic was:
+
+      Can't use string ("nat") as a HASH ref while "strict refs" in use
+        at /usr/share/shorewall/Shorewall/Chains.pm line 3486.
+
 4.6.2.2
 
 1)  The compiler now correctly detects the IPv6 "Header Match"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/shorewall.spec 
new/shorewall-4.6.2.3/shorewall.spec
--- old/shorewall-4.6.2.2/shorewall.spec        2014-07-22 18:21:51.000000000 
+0200
+++ new/shorewall-4.6.2.3/shorewall.spec        2014-07-27 16:32:33.000000000 
+0200
@@ -1,6 +1,6 @@
 %define name shorewall
 %define version 4.6.2
-%define release 2
+%define release 3
 
 Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
 Name: %{name}
@@ -130,6 +130,8 @@
 %doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples
 
 %changelog
+* Sat Jul 26 2014 Tom Eastep t...@shorewall.net
+- Updated to 4.6.2-3
 * Fri Jul 18 2014 Tom Eastep t...@shorewall.net
 - Updated to 4.6.2-2
 * Fri Jul 18 2014 Tom Eastep t...@shorewall.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.2.2/uninstall.sh 
new/shorewall-4.6.2.3/uninstall.sh
--- old/shorewall-4.6.2.2/uninstall.sh  2014-07-22 18:21:51.000000000 +0200
+++ new/shorewall-4.6.2.3/uninstall.sh  2014-07-27 16:32:33.000000000 +0200
@@ -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.2.2
+VERSION=4.6.2.3
 
 usage() # $1 = exit status
 {

++++++ shorewall-core-4.6.2.2.tar.bz2 -> shorewall-core-4.6.2.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.2.2/changelog.txt 
new/shorewall-core-4.6.2.3/changelog.txt
--- old/shorewall-core-4.6.2.2/changelog.txt    2014-07-22 16:20:18.000000000 
+0200
+++ new/shorewall-core-4.6.2.3/changelog.txt    2014-07-27 16:32:33.000000000 
+0200
@@ -1,3 +1,9 @@
+Changes in 4.6.2.3
+
+1)  Update release documents.
+
+2)  Correct handling of optimize level 8 with Perl 5.20.
+
 Changes in 4.6.2.2
 
 1)  Update release documents.
@@ -6,9 +12,11 @@
 
 3)  Correct IPv6 ipset support detection on later kernels.
 
-3)  Correct detection of the Ipset Counter capability. 
+4)  Correct detection of the Ipset Counter capability. 
+
+5)  Detect Arptables JF when LOAD_MODULES_ONLY = No.
 
-4)  Detect Arptables JF when LOAD_MODULES_ONLY = No.
+6)  Update the tcfilter manpages to mention BASIC_FILTER
 
 Changes in 4.6.2.1
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.2.2/configure 
new/shorewall-core-4.6.2.3/configure
--- old/shorewall-core-4.6.2.2/configure        2014-07-22 16:20:17.000000000 
+0200
+++ new/shorewall-core-4.6.2.3/configure        2014-07-27 16:32:33.000000000 
+0200
@@ -28,7 +28,7 @@
 #
 # Build updates this
 #
-VERSION=4.6.2.2
+VERSION=4.6.2.3
 
 case "$BASH_VERSION" in
     [4-9].*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.2.2/configure.pl 
new/shorewall-core-4.6.2.3/configure.pl
--- old/shorewall-core-4.6.2.2/configure.pl     2014-07-22 16:20:17.000000000 
+0200
+++ new/shorewall-core-4.6.2.3/configure.pl     2014-07-27 16:32:33.000000000 
+0200
@@ -31,7 +31,7 @@
 # Build updates this
 #
 use constant {
-    VERSION => '4.6.2.2'
+    VERSION => '4.6.2.3'
 };
 
 my %params;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.2.2/install.sh 
new/shorewall-core-4.6.2.3/install.sh
--- old/shorewall-core-4.6.2.2/install.sh       2014-07-22 16:20:17.000000000 
+0200
+++ new/shorewall-core-4.6.2.3/install.sh       2014-07-27 16:32:33.000000000 
+0200
@@ -22,7 +22,7 @@
 #      along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 
-VERSION=4.6.2.2
+VERSION=4.6.2.3
 
 usage() # $1 = exit status
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.2.2/known_problems.txt 
new/shorewall-core-4.6.2.3/known_problems.txt
--- old/shorewall-core-4.6.2.2/known_problems.txt       2014-07-22 
16:20:18.000000000 +0200
+++ new/shorewall-core-4.6.2.3/known_problems.txt       2014-07-27 
16:32:33.000000000 +0200
@@ -34,3 +34,24 @@
     Workaround: Use a capabilities file or set LOAD_MODULES_ONLY=Yes.
 
     Corrected in 4.6.2.2.
+
+7)  The tcfilter manpages fail to mention that BASIC_FILTERS=Yes is
+    required to use ipsets in the tcfilters files.
+
+    Corrected in 4.6.2.2.
+
+8)  The compiler fails with a Perl diagnostic if:
+
+    - Optimize Level 8 is enabled.
+    - Perl 5.20 is being used
+
+    The diagnostic is:
+
+      Can't use string ("nat") as a HASH ref while "strict refs" in use
+        at /usr/share/shorewall/Shorewall/Chains.pm line 3486.
+
+    Workaround: Disable optimize level 8 by subtracting 8 from the
+                current setting. If 'all' is the current value,
+                change the setting to OPTIMIZE=23
+
+    Corrected in 4.6.2.3.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.2.2/releasenotes.txt 
new/shorewall-core-4.6.2.3/releasenotes.txt
--- old/shorewall-core-4.6.2.2/releasenotes.txt 2014-07-22 16:20:18.000000000 
+0200
+++ new/shorewall-core-4.6.2.3/releasenotes.txt 2014-07-27 16:32:33.000000000 
+0200
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
-                    S H O R E W A L L  4 . 6 . 2 . 2
+                    S H O R E W A L L  4 . 6 . 2 . 3
                    ------------------------------------
-                          J u l y  2 6 ,  2 0 1 4
+                       J u l y  2 7 ,  2 0 1 4
 ----------------------------------------------------------------------------
 
 I.    PROBLEMS CORRECTED IN THIS RELEASE
@@ -14,17 +14,33 @@
   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.2.3
+
+1)  Previously, the compiler would fail with a Perl diagnostic if:
+
+    - Optimize Level 8 was enabled.
+    - Perl 5.20 was being used. This is the current Perl version on
+      Arch Linux.
+
+    The diagnostic was:
+
+      Can't use string ("nat") as a HASH ref while "strict refs" in use
+        at /usr/share/shorewall/Shorewall/Chains.pm line 3486.
+
 4.6.2.2
 
-1)  The compiler now correctly detects the IPv6 header match capability
-    when LOAD_MODULES_ONLY=No.
+1)  The compiler now correctly detects the IPv6 "Header Match"
+    capability when LOAD_MODULES_ONLY=No.
 
-2)  The compiler now correctly detects the Ipset Match capability on
-    systems running a 3.14 or later kernel.
+2)  The compiler now correctly detects the IPv6 "Ipset Match"
+    capability on systems running a 3.14 or later kernel.
 
-3)  The compiler now correctly detects Arptables JF capability when
+3)  The compiler now correctly detects "Arptables JF" capability when
     LOAD_MODULES_ONLY=No.
 
+3)  The tcfilter manpages previously failed to mention that
+    BASIC_FILTERS=Yes is required to use ipsets in the tcfilters files.
+
 4.6.2.1
 
 1)  Two issues with tcrules processing have been corrected:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.2.2/shorewall-core.spec 
new/shorewall-core-4.6.2.3/shorewall-core.spec
--- old/shorewall-core-4.6.2.2/shorewall-core.spec      2014-07-22 
16:20:18.000000000 +0200
+++ new/shorewall-core-4.6.2.3/shorewall-core.spec      2014-07-27 
16:32:33.000000000 +0200
@@ -1,6 +1,6 @@
 %define name shorewall-core
 %define version 4.6.2
-%define release 2
+%define release 3
 
 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
+* Sat Jul 26 2014 Tom Eastep t...@shorewall.net
+- Updated to 4.6.2-3
 * Fri Jul 18 2014 Tom Eastep t...@shorewall.net
 - Updated to 4.6.2-2
 * Fri Jul 18 2014 Tom Eastep t...@shorewall.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.2.2/uninstall.sh 
new/shorewall-core-4.6.2.3/uninstall.sh
--- old/shorewall-core-4.6.2.2/uninstall.sh     2014-07-22 16:20:17.000000000 
+0200
+++ new/shorewall-core-4.6.2.3/uninstall.sh     2014-07-27 16:32:33.000000000 
+0200
@@ -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.2.2
+VERSION=4.6.2.3
 
 usage() # $1 = exit status
 {

++++++ shorewall-docs-html-4.6.2.2.tar.bz2 -> 
shorewall-docs-html-4.6.2.3.tar.bz2 ++++++
++++ 6858 lines of diff (skipped)

++++++ shorewall-init-4.6.2.2.tar.bz2 -> shorewall-init-4.6.2.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.2.2/changelog.txt 
new/shorewall-init-4.6.2.3/changelog.txt
--- old/shorewall-init-4.6.2.2/changelog.txt    2014-07-22 16:20:19.000000000 
+0200
+++ new/shorewall-init-4.6.2.3/changelog.txt    2014-07-27 16:32:34.000000000 
+0200
@@ -1,3 +1,9 @@
+Changes in 4.6.2.3
+
+1)  Update release documents.
+
+2)  Correct handling of optimize level 8 with Perl 5.20.
+
 Changes in 4.6.2.2
 
 1)  Update release documents.
@@ -6,9 +12,11 @@
 
 3)  Correct IPv6 ipset support detection on later kernels.
 
-3)  Correct detection of the Ipset Counter capability. 
+4)  Correct detection of the Ipset Counter capability. 
+
+5)  Detect Arptables JF when LOAD_MODULES_ONLY = No.
 
-4)  Detect Arptables JF when LOAD_MODULES_ONLY = No.
+6)  Update the tcfilter manpages to mention BASIC_FILTER
 
 Changes in 4.6.2.1
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.2.2/configure 
new/shorewall-init-4.6.2.3/configure
--- old/shorewall-init-4.6.2.2/configure        2014-07-22 16:20:19.000000000 
+0200
+++ new/shorewall-init-4.6.2.3/configure        2014-07-27 16:32:34.000000000 
+0200
@@ -28,7 +28,7 @@
 #
 # Build updates this
 #
-VERSION=4.6.2.2
+VERSION=4.6.2.3
 
 case "$BASH_VERSION" in
     [4-9].*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.2.2/configure.pl 
new/shorewall-init-4.6.2.3/configure.pl
--- old/shorewall-init-4.6.2.2/configure.pl     2014-07-22 16:20:19.000000000 
+0200
+++ new/shorewall-init-4.6.2.3/configure.pl     2014-07-27 16:32:34.000000000 
+0200
@@ -31,7 +31,7 @@
 # Build updates this
 #
 use constant {
-    VERSION => '4.6.2.2'
+    VERSION => '4.6.2.3'
 };
 
 my %params;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.2.2/install.sh 
new/shorewall-init-4.6.2.3/install.sh
--- old/shorewall-init-4.6.2.2/install.sh       2014-07-22 16:20:19.000000000 
+0200
+++ new/shorewall-init-4.6.2.3/install.sh       2014-07-27 16:32:34.000000000 
+0200
@@ -27,7 +27,7 @@
 #       Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
02110-1301 USA.
 #
 
-VERSION=4.6.2.2
+VERSION=4.6.2.3
 
 usage() # $1 = exit status
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.2.2/releasenotes.txt 
new/shorewall-init-4.6.2.3/releasenotes.txt
--- old/shorewall-init-4.6.2.2/releasenotes.txt 2014-07-22 16:20:19.000000000 
+0200
+++ new/shorewall-init-4.6.2.3/releasenotes.txt 2014-07-27 16:32:34.000000000 
+0200
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
-                    S H O R E W A L L  4 . 6 . 2 . 2
+                    S H O R E W A L L  4 . 6 . 2 . 3
                    ------------------------------------
-                          J u l y  2 6 ,  2 0 1 4
+                       J u l y  2 7 ,  2 0 1 4
 ----------------------------------------------------------------------------
 
 I.    PROBLEMS CORRECTED IN THIS RELEASE
@@ -14,17 +14,33 @@
   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.2.3
+
+1)  Previously, the compiler would fail with a Perl diagnostic if:
+
+    - Optimize Level 8 was enabled.
+    - Perl 5.20 was being used. This is the current Perl version on
+      Arch Linux.
+
+    The diagnostic was:
+
+      Can't use string ("nat") as a HASH ref while "strict refs" in use
+        at /usr/share/shorewall/Shorewall/Chains.pm line 3486.
+
 4.6.2.2
 
-1)  The compiler now correctly detects the IPv6 header match capability
-    when LOAD_MODULES_ONLY=No.
+1)  The compiler now correctly detects the IPv6 "Header Match"
+    capability when LOAD_MODULES_ONLY=No.
 
-2)  The compiler now correctly detects the Ipset Match capability on
-    systems running a 3.14 or later kernel.
+2)  The compiler now correctly detects the IPv6 "Ipset Match"
+    capability on systems running a 3.14 or later kernel.
 
-3)  The compiler now correctly detects Arptables JF capability when
+3)  The compiler now correctly detects "Arptables JF" capability when
     LOAD_MODULES_ONLY=No.
 
+3)  The tcfilter manpages previously failed to mention that
+    BASIC_FILTERS=Yes is required to use ipsets in the tcfilters files.
+
 4.6.2.1
 
 1)  Two issues with tcrules processing have been corrected:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.2.2/shorewall-init.spec 
new/shorewall-init-4.6.2.3/shorewall-init.spec
--- old/shorewall-init-4.6.2.2/shorewall-init.spec      2014-07-22 
16:20:19.000000000 +0200
+++ new/shorewall-init-4.6.2.3/shorewall-init.spec      2014-07-27 
16:32:34.000000000 +0200
@@ -1,6 +1,6 @@
 %define name shorewall-init
 %define version 4.6.2
-%define release 2
+%define release 3
 
 Summary: Shorewall-init adds functionality to Shoreline Firewall (Shorewall).
 Name: %{name}
@@ -125,6 +125,8 @@
 %doc COPYING changelog.txt releasenotes.txt
 
 %changelog
+* Sat Jul 26 2014 Tom Eastep t...@shorewall.net
+- Updated to 4.6.2-3
 * Fri Jul 18 2014 Tom Eastep t...@shorewall.net
 - Updated to 4.6.2-2
 * Fri Jul 18 2014 Tom Eastep t...@shorewall.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.2.2/uninstall.sh 
new/shorewall-init-4.6.2.3/uninstall.sh
--- old/shorewall-init-4.6.2.2/uninstall.sh     2014-07-22 16:20:19.000000000 
+0200
+++ new/shorewall-init-4.6.2.3/uninstall.sh     2014-07-27 16:32:34.000000000 
+0200
@@ -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.2.2
+VERSION=4.6.2.3
 
 usage() # $1 = exit status
 {

++++++ shorewall-lite-4.6.2.2.tar.bz2 -> shorewall-lite-4.6.2.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.2.2/changelog.txt 
new/shorewall-lite-4.6.2.3/changelog.txt
--- old/shorewall-lite-4.6.2.2/changelog.txt    2014-07-22 16:20:19.000000000 
+0200
+++ new/shorewall-lite-4.6.2.3/changelog.txt    2014-07-27 16:32:34.000000000 
+0200
@@ -1,3 +1,9 @@
+Changes in 4.6.2.3
+
+1)  Update release documents.
+
+2)  Correct handling of optimize level 8 with Perl 5.20.
+
 Changes in 4.6.2.2
 
 1)  Update release documents.
@@ -6,9 +12,11 @@
 
 3)  Correct IPv6 ipset support detection on later kernels.
 
-3)  Correct detection of the Ipset Counter capability. 
+4)  Correct detection of the Ipset Counter capability. 
+
+5)  Detect Arptables JF when LOAD_MODULES_ONLY = No.
 
-4)  Detect Arptables JF when LOAD_MODULES_ONLY = No.
+6)  Update the tcfilter manpages to mention BASIC_FILTER
 
 Changes in 4.6.2.1
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.2.2/configure 
new/shorewall-lite-4.6.2.3/configure
--- old/shorewall-lite-4.6.2.2/configure        2014-07-22 16:20:19.000000000 
+0200
+++ new/shorewall-lite-4.6.2.3/configure        2014-07-27 16:32:34.000000000 
+0200
@@ -28,7 +28,7 @@
 #
 # Build updates this
 #
-VERSION=4.6.2.2
+VERSION=4.6.2.3
 
 case "$BASH_VERSION" in
     [4-9].*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.2.2/configure.pl 
new/shorewall-lite-4.6.2.3/configure.pl
--- old/shorewall-lite-4.6.2.2/configure.pl     2014-07-22 16:20:19.000000000 
+0200
+++ new/shorewall-lite-4.6.2.3/configure.pl     2014-07-27 16:32:34.000000000 
+0200
@@ -31,7 +31,7 @@
 # Build updates this
 #
 use constant {
-    VERSION => '4.6.2.2'
+    VERSION => '4.6.2.3'
 };
 
 my %params;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.2.2/install.sh 
new/shorewall-lite-4.6.2.3/install.sh
--- old/shorewall-lite-4.6.2.2/install.sh       2014-07-22 16:20:19.000000000 
+0200
+++ new/shorewall-lite-4.6.2.3/install.sh       2014-07-27 16:32:34.000000000 
+0200
@@ -22,7 +22,7 @@
 #      along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 
-VERSION=4.6.2.2
+VERSION=4.6.2.3
 
 usage() # $1 = exit status
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/shorewall-lite-4.6.2.2/manpages/shorewall-lite-vardir.5 
new/shorewall-lite-4.6.2.3/manpages/shorewall-lite-vardir.5
--- old/shorewall-lite-4.6.2.2/manpages/shorewall-lite-vardir.5 2014-07-22 
16:23:40.000000000 +0200
+++ new/shorewall-lite-4.6.2.3/manpages/shorewall-lite-vardir.5 2014-07-27 
16:35:55.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-LITE\-VAR" "5" "07/22/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-LITE\-VAR" "5" "07/27/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.2.2/manpages/shorewall-lite.8 
new/shorewall-lite-4.6.2.3/manpages/shorewall-lite.8
--- old/shorewall-lite-4.6.2.2/manpages/shorewall-lite.8        2014-07-22 
16:23:41.000000000 +0200
+++ new/shorewall-lite-4.6.2.3/manpages/shorewall-lite.8        2014-07-27 
16:35:57.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Administrative Commands
 .\"    Source: Administrative Commands
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-LITE" "8" "07/22/2014" "Administrative Commands" 
"Administrative Commands"
+.TH "SHOREWALL\-LITE" "8" "07/27/2014" "Administrative Commands" 
"Administrative Commands"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/shorewall-lite-4.6.2.2/manpages/shorewall-lite.conf.5 
new/shorewall-lite-4.6.2.3/manpages/shorewall-lite.conf.5
--- old/shorewall-lite-4.6.2.2/manpages/shorewall-lite.conf.5   2014-07-22 
16:23:38.000000000 +0200
+++ new/shorewall-lite-4.6.2.3/manpages/shorewall-lite.conf.5   2014-07-27 
16:35:54.000000000 +0200
@@ -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: 07/22/2014
+.\"      Date: 07/27/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-LITE\&.CO" "5" "07/22/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-LITE\&.CO" "5" "07/27/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.2.2/releasenotes.txt 
new/shorewall-lite-4.6.2.3/releasenotes.txt
--- old/shorewall-lite-4.6.2.2/releasenotes.txt 2014-07-22 16:20:19.000000000 
+0200
+++ new/shorewall-lite-4.6.2.3/releasenotes.txt 2014-07-27 16:32:34.000000000 
+0200
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
-                    S H O R E W A L L  4 . 6 . 2 . 2
+                    S H O R E W A L L  4 . 6 . 2 . 3
                    ------------------------------------
-                          J u l y  2 6 ,  2 0 1 4
+                       J u l y  2 7 ,  2 0 1 4
 ----------------------------------------------------------------------------
 
 I.    PROBLEMS CORRECTED IN THIS RELEASE
@@ -14,17 +14,33 @@
   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.2.3
+
+1)  Previously, the compiler would fail with a Perl diagnostic if:
+
+    - Optimize Level 8 was enabled.
+    - Perl 5.20 was being used. This is the current Perl version on
+      Arch Linux.
+
+    The diagnostic was:
+
+      Can't use string ("nat") as a HASH ref while "strict refs" in use
+        at /usr/share/shorewall/Shorewall/Chains.pm line 3486.
+
 4.6.2.2
 
-1)  The compiler now correctly detects the IPv6 header match capability
-    when LOAD_MODULES_ONLY=No.
+1)  The compiler now correctly detects the IPv6 "Header Match"
+    capability when LOAD_MODULES_ONLY=No.
 
-2)  The compiler now correctly detects the Ipset Match capability on
-    systems running a 3.14 or later kernel.
+2)  The compiler now correctly detects the IPv6 "Ipset Match"
+    capability on systems running a 3.14 or later kernel.
 
-3)  The compiler now correctly detects Arptables JF capability when
+3)  The compiler now correctly detects "Arptables JF" capability when
     LOAD_MODULES_ONLY=No.
 
+3)  The tcfilter manpages previously failed to mention that
+    BASIC_FILTERS=Yes is required to use ipsets in the tcfilters files.
+
 4.6.2.1
 
 1)  Two issues with tcrules processing have been corrected:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.2.2/shorewall-lite.spec 
new/shorewall-lite-4.6.2.3/shorewall-lite.spec
--- old/shorewall-lite-4.6.2.2/shorewall-lite.spec      2014-07-22 
16:20:19.000000000 +0200
+++ new/shorewall-lite-4.6.2.3/shorewall-lite.spec      2014-07-27 
16:32:34.000000000 +0200
@@ -1,6 +1,6 @@
 %define name shorewall-lite
 %define version 4.6.2
-%define release 2
+%define release 3
 %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
+* Sat Jul 26 2014 Tom Eastep t...@shorewall.net
+- Updated to 4.6.2-3
 * Fri Jul 18 2014 Tom Eastep t...@shorewall.net
 - Updated to 4.6.2-2
 * Fri Jul 18 2014 Tom Eastep t...@shorewall.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.2.2/uninstall.sh 
new/shorewall-lite-4.6.2.3/uninstall.sh
--- old/shorewall-lite-4.6.2.2/uninstall.sh     2014-07-22 16:20:19.000000000 
+0200
+++ new/shorewall-lite-4.6.2.3/uninstall.sh     2014-07-27 16:32:34.000000000 
+0200
@@ -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.2.2
+VERSION=4.6.2.3
 
 usage() # $1 = exit status
 {

++++++ shorewall-4.6.2.2.tar.bz2 -> shorewall6-4.6.2.3.tar.bz2 ++++++
++++ 124952 lines of diff (skipped)

++++++ shorewall-lite-4.6.2.2.tar.bz2 -> shorewall6-lite-4.6.2.3.tar.bz2 ++++++
++++ 7346 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