Hello community,

here is the log from the commit of package shorewall for openSUSE:Factory 
checked in at 2014-09-05 09:34:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-09-03 
21:09:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.shorewall.new/shorewall.changes 2014-09-05 
09:34:34.000000000 +0200
@@ -1,0 +2,34 @@
+Thu Sep  4 08:31:42 UTC 2014 - tog...@opensuse.org
+
+- Update to version 4.6.3.2 For more details see changelog.txt and
+  releasenotes.txt
+  * The shorewall[6]-actions manpages previously contained incorrect
+    examples of the usage of table names with builtin actions.
+
+    Incorrect:
+
+    FOOBAR,filter,mangle
+
+    Correct:
+
+    FOOBAR   builtin,filters,mangle
+  * Previously, if /etc/iproute2/rt_tables was not writeable, then
+    KEEP_RT_TABLES=No behaved like KEEP_RT_TABLES=Yes. Now, a
+    warning  message is issued if that file is not writeable and
+    KEEP_RT_TABLES is set to No.
+
+    WARNING: /etc/iproute2/rt_tables is missing or is not
+    writeable
+  * In earlier 4.6.3 versions, the help text from shorewall-lite
+    and shorewall6-lite included two versions of the 'run' command.
+
+      run <command> [ <parameter> ... ]
+      ..
+      run <function> [ <parameter> ... ]
+
+    The second one has now been deleted.
+
+  * New Features:
+    Eric Teeter has contributed a Citrix Goto Meeting macro. 
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ shorewall.spec ++++++
--- /var/tmp/diff_new_pack.Xk5pF1/_old  2014-09-05 09:34:36.000000000 +0200
+++ /var/tmp/diff_new_pack.Xk5pF1/_new  2014-09-05 09:34:36.000000000 +0200
@@ -20,7 +20,7 @@
 %define have_systemd 1
 
 Name:           shorewall
-Version:        4.6.3.1
+Version:        4.6.3.2
 Release:        0
 Summary:        Shoreline Firewall is an iptables-based firewall for Linux 
systems
 License:        GPL-2.0

++++++ shorewall-4.6.3.1.tar.bz2 -> shorewall-4.6.3.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/Macros/macro.Goto-Meeting 
new/shorewall-4.6.3.2/Macros/macro.Goto-Meeting
--- old/shorewall-4.6.3.1/Macros/macro.Goto-Meeting     1970-01-01 
01:00:00.000000000 +0100
+++ new/shorewall-4.6.3.2/Macros/macro.Goto-Meeting     2014-09-02 
21:57:04.000000000 +0200
@@ -0,0 +1,12 @@
+#
+# Shorewall version 4 - Citrix/Goto Meeting macro
+#
+# /usr/share/shorewall/macro.Goto-Meeting
+#          by Eric Teeter
+#       This macro handles Citrix/Goto Meeting
+#       Assumes that ports 80 and 443 are already open
+#       If needed, use the macros that open Http and Https to reduce redundancy
+####################################################################################
+#ACTION           SOURCE       DEST    PROTO   DEST    SOURCE  RATE    USER/
+#                                       PORT(S) PORT(S) LIMIT   GROUP
+PARAM      -           -       tcp     8200    # Goto Meeting only needed (TCP 
outbound)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/Perl/Shorewall/Chains.pm 
new/shorewall-4.6.3.2/Perl/Shorewall/Chains.pm
--- old/shorewall-4.6.3.1/Perl/Shorewall/Chains.pm      2014-08-27 
16:54:44.000000000 +0200
+++ new/shorewall-4.6.3.2/Perl/Shorewall/Chains.pm      2014-09-02 
22:01:29.000000000 +0200
@@ -7570,7 +7570,7 @@
                                                     $exceptionrule,
                                                     $actparms{disposition} || 
$disposition,
                                                     $target ),
-                                          $terminating{$basictarget} || ( 
$targetref || $targetref->{complete} ),
+                                          $terminating{$basictarget} || ( 
$targetref && $targetref->{complete} ),
                                           $matches );
                    }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/Perl/Shorewall/Config.pm 
new/shorewall-4.6.3.2/Perl/Shorewall/Config.pm
--- old/shorewall-4.6.3.1/Perl/Shorewall/Config.pm      2014-08-27 
16:54:44.000000000 +0200
+++ new/shorewall-4.6.3.2/Perl/Shorewall/Config.pm      2014-09-02 
22:01:29.000000000 +0200
@@ -709,7 +709,7 @@
                    TC_SCRIPT               => '',
                    EXPORT                  => 0,
                    KLUDGEFREE              => '',
-                   VERSION                 => "4.6.3.1",
+                   VERSION                 => "4.6.3.2",
                    CAPVERSION              => 40600 ,
                  );
     #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/Perl/Shorewall/Providers.pm 
new/shorewall-4.6.3.2/Perl/Shorewall/Providers.pm
--- old/shorewall-4.6.3.1/Perl/Shorewall/Providers.pm   2014-08-27 
16:54:44.000000000 +0200
+++ new/shorewall-4.6.3.2/Perl/Shorewall/Providers.pm   2014-09-02 
22:01:29.000000000 +0200
@@ -1293,9 +1293,11 @@
            emit_unindented "$providers{$_}{number}\t$_" unless 
$providers{$_}{pseudo};
        }
 
-       emit_unindented "EOF\n";
+       emit_unindented 'EOF';
 
-       emit "fi\n";
+       emit( 'else',
+             '    error_message "WARNING: /etc/iproute2/rt_tables is missing 
or is not writeable"',
+             "fi\n" );
     }
 
     emit  ( '#',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/changelog.txt 
new/shorewall-4.6.3.2/changelog.txt
--- old/shorewall-4.6.3.1/changelog.txt 2014-08-27 16:54:44.000000000 +0200
+++ new/shorewall-4.6.3.2/changelog.txt 2014-09-02 22:01:29.000000000 +0200
@@ -1,3 +1,17 @@
+Changes in 4.6.3.2
+
+1)  Update release documents
+
+2)  Document the Goto-Meeting macro.
+
+3)  Correct silly logic error
+
+4)  Correct examples in actions manpages.
+
+5)  Issue warning when /etc/iproute2/rt_tables is not writeable.
+
+6)  Remove redundant help text output from -lite CLIs.
+
 Changes in 4.6.3.1
 
 1)  Update release documents
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/configfiles/actions.annotated 
new/shorewall-4.6.3.2/configfiles/actions.annotated
--- old/shorewall-4.6.3.1/configfiles/actions.annotated 2014-08-27 
16:55:54.000000000 +0200
+++ new/shorewall-4.6.3.2/configfiles/actions.annotated 2014-09-02 
22:02:36.000000000 +0200
@@ -37,8 +37,8 @@
 #         Beginning with Shorewall 4.6.0, the Netfilter table(s) in which the 
 #         builtin can be used may be specified: filter, nat, mangle and raw. If
 #         no table name(s) are given, then filter is assumed. The table names
-#         follow builtin and are separated by commas; for example,
-#         "FOOBAR,filter,mangle" would specify FOOBAR as a builtin target that
+#         follow builtin and are separated by commas; for example, "FOOBAR
+#         builtin,filter,mangle" would specify FOOBAR as a builtin target that
 #         can be used in the filter and mangle tables.
 # 
 #     inline
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/configure 
new/shorewall-4.6.3.2/configure
--- old/shorewall-4.6.3.1/configure     2014-08-27 16:54:44.000000000 +0200
+++ new/shorewall-4.6.3.2/configure     2014-09-02 22:01:29.000000000 +0200
@@ -28,7 +28,7 @@
 #
 # Build updates this
 #
-VERSION=4.6.3.1
+VERSION=4.6.3.2
 
 case "$BASH_VERSION" in
     [4-9].*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/configure.pl 
new/shorewall-4.6.3.2/configure.pl
--- old/shorewall-4.6.3.1/configure.pl  2014-08-27 16:54:44.000000000 +0200
+++ new/shorewall-4.6.3.2/configure.pl  2014-09-02 22:01:29.000000000 +0200
@@ -31,7 +31,7 @@
 # Build updates this
 #
 use constant {
-    VERSION => '4.6.3.1'
+    VERSION => '4.6.3.2'
 };
 
 my %params;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/default.debian 
new/shorewall-4.6.3.2/default.debian
--- old/shorewall-4.6.3.1/default.debian        2014-08-24 20:59:51.000000000 
+0200
+++ new/shorewall-4.6.3.2/default.debian        2014-09-02 21:57:04.000000000 
+0200
@@ -16,7 +16,7 @@
 #    wait_interface=
 
 #
-# Global start/restart/stop options
+# Global start/restart options
 #
 OPTIONS=""
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/install.sh 
new/shorewall-4.6.3.2/install.sh
--- old/shorewall-4.6.3.1/install.sh    2014-08-27 16:54:43.000000000 +0200
+++ new/shorewall-4.6.3.2/install.sh    2014-09-02 22:01:29.000000000 +0200
@@ -22,7 +22,7 @@
 #      along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 
-VERSION=4.6.3.1
+VERSION=4.6.3.2
 
 #
 # Change to the directory containing this script
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/known_problems.txt 
new/shorewall-4.6.3.2/known_problems.txt
--- old/shorewall-4.6.3.1/known_problems.txt    2014-08-27 16:54:44.000000000 
+0200
+++ new/shorewall-4.6.3.2/known_problems.txt    2014-09-02 22:01:29.000000000 
+0200
@@ -20,3 +20,21 @@
       ERROR: The xxx TARGET is not allowed in the filter table
 
     Corrected in 4.6.3.1.
+
+4)  The shorewall[6]-actions manpages contain incorrect examples
+    of the usage of table names with builtin actions.
+
+    Incorrect:
+
+       FOOBAR,filter,mangle
+
+    Correct:
+
+       FOOBAR   builtin,filter,mangle
+
+    The online versions of the manpages have been corrected.
+
+    Corrected in 4.6.3.2.
+
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-accounting.5 
new/shorewall-4.6.3.2/manpages/shorewall-accounting.5
--- old/shorewall-4.6.3.1/manpages/shorewall-accounting.5       2014-08-27 
16:54:48.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-accounting.5       2014-09-02 
22:01:31.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ACCOUNTIN" "5" "08/27/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-ACCOUNTIN" "5" "09/02/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-actions.5 
new/shorewall-4.6.3.2/manpages/shorewall-actions.5
--- old/shorewall-4.6.3.1/manpages/shorewall-actions.5  2014-08-27 
16:54:50.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-actions.5  2014-09-02 
22:01:33.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ACTIONS" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-ACTIONS" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -64,7 +64,7 @@
 \fBfilter\fR
 is assumed\&. The table names follow
 \fBbuiltin\fR
-and are separated by commas; for example, "FOOBAR,filter,mangle" would specify 
FOOBAR as a builtin target that can be used in the filter and mangle tables\&.
+and are separated by commas; for example, "FOOBAR builtin,filter,mangle" would 
specify FOOBAR as a builtin target that can be used in the filter and mangle 
tables\&.
 .RE
 .PP
 inline
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-arprules.5 
new/shorewall-4.6.3.2/manpages/shorewall-arprules.5
--- old/shorewall-4.6.3.1/manpages/shorewall-arprules.5 2014-08-27 
16:54:51.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-arprules.5 2014-09-02 
22:01:34.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ARPRULES" "5" "08/27/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-ARPRULES" "5" "09/02/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-blacklist.5 
new/shorewall-4.6.3.2/manpages/shorewall-blacklist.5
--- old/shorewall-4.6.3.1/manpages/shorewall-blacklist.5        2014-08-27 
16:54:53.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-blacklist.5        2014-09-02 
22:01:36.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-BLACKLIST" "5" "08/27/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-BLACKLIST" "5" "09/02/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-blrules.5 
new/shorewall-4.6.3.2/manpages/shorewall-blrules.5
--- old/shorewall-4.6.3.1/manpages/shorewall-blrules.5  2014-08-27 
16:54:54.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-blrules.5  2014-09-02 
22:01:37.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-BLRULES" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-BLRULES" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-conntrack.5 
new/shorewall-4.6.3.2/manpages/shorewall-conntrack.5
--- old/shorewall-4.6.3.1/manpages/shorewall-conntrack.5        2014-08-27 
16:55:01.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-conntrack.5        2014-09-02 
22:01:43.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL6\-CONNTRAC" "5" "08/27/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL6\-CONNTRAC" "5" "09/02/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-ecn.5 
new/shorewall-4.6.3.2/manpages/shorewall-ecn.5
--- old/shorewall-4.6.3.1/manpages/shorewall-ecn.5      2014-08-27 
16:55:02.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-ecn.5      2014-09-02 
22:01:45.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ECN" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-ECN" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-exclusion.5 
new/shorewall-4.6.3.2/manpages/shorewall-exclusion.5
--- old/shorewall-4.6.3.1/manpages/shorewall-exclusion.5        2014-08-27 
16:55:03.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-exclusion.5        2014-09-02 
22:01:46.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-EXCLUSION" "5" "08/27/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-EXCLUSION" "5" "09/02/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-hosts.5 
new/shorewall-4.6.3.2/manpages/shorewall-hosts.5
--- old/shorewall-4.6.3.1/manpages/shorewall-hosts.5    2014-08-27 
16:55:05.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-hosts.5    2014-09-02 
22:01:47.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-HOSTS" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-HOSTS" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-init.8 
new/shorewall-4.6.3.2/manpages/shorewall-init.8
--- old/shorewall-4.6.3.1/manpages/shorewall-init.8     2014-08-27 
16:55:06.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-init.8     2014-09-02 
22:01:49.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Administrative Commands
 .\"    Source: Administrative Commands
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-INIT" "8" "08/27/2014" "Administrative Commands" 
"Administrative Commands"
+.TH "SHOREWALL\-INIT" "8" "09/02/2014" "Administrative Commands" 
"Administrative Commands"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-interfaces.5 
new/shorewall-4.6.3.2/manpages/shorewall-interfaces.5
--- old/shorewall-4.6.3.1/manpages/shorewall-interfaces.5       2014-08-27 
16:55:08.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-interfaces.5       2014-09-02 
22:01:50.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-INTERFACE" "5" "08/27/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-INTERFACE" "5" "09/02/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-ipsets.5 
new/shorewall-4.6.3.2/manpages/shorewall-ipsets.5
--- old/shorewall-4.6.3.1/manpages/shorewall-ipsets.5   2014-08-27 
16:55:09.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-ipsets.5   2014-09-02 
22:01:52.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-IPSETS" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-IPSETS" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-maclist.5 
new/shorewall-4.6.3.2/manpages/shorewall-maclist.5
--- old/shorewall-4.6.3.1/manpages/shorewall-maclist.5  2014-08-27 
16:55:11.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-maclist.5  2014-09-02 
22:01:53.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-MACLIST" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-MACLIST" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-mangle.5 
new/shorewall-4.6.3.2/manpages/shorewall-mangle.5
--- old/shorewall-4.6.3.1/manpages/shorewall-mangle.5   2014-08-27 
16:55:12.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-mangle.5   2014-09-02 
22:01:55.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-MANGLE" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-MANGLE" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-masq.5 
new/shorewall-4.6.3.2/manpages/shorewall-masq.5
--- old/shorewall-4.6.3.1/manpages/shorewall-masq.5     2014-08-27 
16:55:14.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-masq.5     2014-09-02 
22:01:57.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-MASQ" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-MASQ" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-modules.5 
new/shorewall-4.6.3.2/manpages/shorewall-modules.5
--- old/shorewall-4.6.3.1/manpages/shorewall-modules.5  2014-08-27 
16:55:15.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-modules.5  2014-09-02 
22:01:58.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-MODULES" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-MODULES" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-nat.5 
new/shorewall-4.6.3.2/manpages/shorewall-nat.5
--- old/shorewall-4.6.3.1/manpages/shorewall-nat.5      2014-08-27 
16:55:17.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-nat.5      2014-09-02 
22:01:59.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-NAT" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-NAT" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-nesting.5 
new/shorewall-4.6.3.2/manpages/shorewall-nesting.5
--- old/shorewall-4.6.3.1/manpages/shorewall-nesting.5  2014-08-27 
16:55:18.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-nesting.5  2014-09-02 
22:02:01.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-NESTING" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-NESTING" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-netmap.5 
new/shorewall-4.6.3.2/manpages/shorewall-netmap.5
--- old/shorewall-4.6.3.1/manpages/shorewall-netmap.5   2014-08-27 
16:55:19.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-netmap.5   2014-09-02 
22:02:02.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-NETMAP" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-NETMAP" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-params.5 
new/shorewall-4.6.3.2/manpages/shorewall-params.5
--- old/shorewall-4.6.3.1/manpages/shorewall-params.5   2014-08-27 
16:55:21.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-params.5   2014-09-02 
22:02:03.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-PARAMS" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-PARAMS" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-policy.5 
new/shorewall-4.6.3.2/manpages/shorewall-policy.5
--- old/shorewall-4.6.3.1/manpages/shorewall-policy.5   2014-08-27 
16:55:22.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-policy.5   2014-09-02 
22:02:05.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-POLICY" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-POLICY" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-providers.5 
new/shorewall-4.6.3.2/manpages/shorewall-providers.5
--- old/shorewall-4.6.3.1/manpages/shorewall-providers.5        2014-08-27 
16:55:24.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-providers.5        2014-09-02 
22:02:06.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-PROVIDERS" "5" "08/27/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-PROVIDERS" "5" "09/02/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-proxyarp.5 
new/shorewall-4.6.3.2/manpages/shorewall-proxyarp.5
--- old/shorewall-4.6.3.1/manpages/shorewall-proxyarp.5 2014-08-27 
16:55:25.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-proxyarp.5 2014-09-02 
22:02:07.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-PROXYARP" "5" "08/27/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-PROXYARP" "5" "09/02/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-routes.5 
new/shorewall-4.6.3.2/manpages/shorewall-routes.5
--- old/shorewall-4.6.3.1/manpages/shorewall-routes.5   2014-08-27 
16:55:28.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-routes.5   2014-09-02 
22:02:10.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ROUTES" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-ROUTES" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-routestopped.5 
new/shorewall-4.6.3.2/manpages/shorewall-routestopped.5
--- old/shorewall-4.6.3.1/manpages/shorewall-routestopped.5     2014-08-27 
16:55:27.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-routestopped.5     2014-09-02 
22:02:09.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ROUTESTOP" "5" "08/27/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-ROUTESTOP" "5" "09/02/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-rtrules.5 
new/shorewall-4.6.3.2/manpages/shorewall-rtrules.5
--- old/shorewall-4.6.3.1/manpages/shorewall-rtrules.5  2014-08-27 
16:55:29.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-rtrules.5  2014-09-02 
22:02:11.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-RTRULES" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-RTRULES" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-rules.5 
new/shorewall-4.6.3.2/manpages/shorewall-rules.5
--- old/shorewall-4.6.3.1/manpages/shorewall-rules.5    2014-08-27 
16:55:32.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-rules.5    2014-09-02 
22:02:14.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-RULES" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-RULES" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-secmarks.5 
new/shorewall-4.6.3.2/manpages/shorewall-secmarks.5
--- old/shorewall-4.6.3.1/manpages/shorewall-secmarks.5 2014-08-27 
16:55:33.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-secmarks.5 2014-09-02 
22:02:16.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-SECMARKS" "5" "08/27/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-SECMARKS" "5" "09/02/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-stoppedrules.5 
new/shorewall-4.6.3.2/manpages/shorewall-stoppedrules.5
--- old/shorewall-4.6.3.1/manpages/shorewall-stoppedrules.5     2014-08-27 
16:55:35.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-stoppedrules.5     2014-09-02 
22:02:17.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-STOPPEDRU" "5" "08/27/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-STOPPEDRU" "5" "09/02/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-tcclasses.5 
new/shorewall-4.6.3.2/manpages/shorewall-tcclasses.5
--- old/shorewall-4.6.3.1/manpages/shorewall-tcclasses.5        2014-08-27 
16:55:36.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-tcclasses.5        2014-09-02 
22:02:18.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TCCLASSES" "5" "08/27/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-TCCLASSES" "5" "09/02/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-tcdevices.5 
new/shorewall-4.6.3.2/manpages/shorewall-tcdevices.5
--- old/shorewall-4.6.3.1/manpages/shorewall-tcdevices.5        2014-08-27 
16:55:38.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-tcdevices.5        2014-09-02 
22:02:20.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TCDEVICES" "5" "08/27/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-TCDEVICES" "5" "09/02/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-tcfilters.5 
new/shorewall-4.6.3.2/manpages/shorewall-tcfilters.5
--- old/shorewall-4.6.3.1/manpages/shorewall-tcfilters.5        2014-08-27 
16:55:39.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-tcfilters.5        2014-09-02 
22:02:21.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TCFILTERS" "5" "08/27/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-TCFILTERS" "5" "09/02/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-tcinterfaces.5 
new/shorewall-4.6.3.2/manpages/shorewall-tcinterfaces.5
--- old/shorewall-4.6.3.1/manpages/shorewall-tcinterfaces.5     2014-08-27 
16:55:41.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-tcinterfaces.5     2014-09-02 
22:02:23.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TCINTERFA" "5" "08/27/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-TCINTERFA" "5" "09/02/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-tcpri.5 
new/shorewall-4.6.3.2/manpages/shorewall-tcpri.5
--- old/shorewall-4.6.3.1/manpages/shorewall-tcpri.5    2014-08-27 
16:55:42.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-tcpri.5    2014-09-02 
22:02:24.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TCPRI" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-TCPRI" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-tcrules.5 
new/shorewall-4.6.3.2/manpages/shorewall-tcrules.5
--- old/shorewall-4.6.3.1/manpages/shorewall-tcrules.5  2014-08-27 
16:55:44.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-tcrules.5  2014-09-02 
22:02:26.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-MANGLE" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-MANGLE" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-tos.5 
new/shorewall-4.6.3.2/manpages/shorewall-tos.5
--- old/shorewall-4.6.3.1/manpages/shorewall-tos.5      2014-08-27 
16:55:45.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-tos.5      2014-09-02 
22:02:27.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TOS" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-TOS" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-tunnels.5 
new/shorewall-4.6.3.2/manpages/shorewall-tunnels.5
--- old/shorewall-4.6.3.1/manpages/shorewall-tunnels.5  2014-08-27 
16:55:46.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-tunnels.5  2014-09-02 
22:02:29.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TUNNELS" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-TUNNELS" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-vardir.5 
new/shorewall-4.6.3.2/manpages/shorewall-vardir.5
--- old/shorewall-4.6.3.1/manpages/shorewall-vardir.5   2014-08-27 
16:55:48.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-vardir.5   2014-09-02 
22:02:30.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-VARDIR" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-VARDIR" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall-zones.5 
new/shorewall-4.6.3.2/manpages/shorewall-zones.5
--- old/shorewall-4.6.3.1/manpages/shorewall-zones.5    2014-08-27 
16:55:52.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall-zones.5    2014-09-02 
22:02:34.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ZONES" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-ZONES" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall.8 
new/shorewall-4.6.3.2/manpages/shorewall.8
--- old/shorewall-4.6.3.1/manpages/shorewall.8  2014-08-27 16:55:51.000000000 
+0200
+++ new/shorewall-4.6.3.2/manpages/shorewall.8  2014-09-02 22:02:33.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Administrative Commands
 .\"    Source: Administrative Commands
 .\"  Language: English
 .\"
-.TH "SHOREWALL" "8" "08/27/2014" "Administrative Commands" "Administrative 
Commands"
+.TH "SHOREWALL" "8" "09/02/2014" "Administrative Commands" "Administrative 
Commands"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -87,7 +87,7 @@
 .HP \w'\fBshorewall\fR\ 'u
 \fBshorewall\fR [\fBtrace\fR|\fBdebug\fR\ [\fBnolock\fR]] [\-\fIoptions\fR] 
\fBrestore\fR [\fIfilename\fR]
 .HP \w'\fBshorewall\fR\ 'u
-\fBshorewall\fR [\fBtrace\fR|\fBdebug\fR\ [\fBnolock\fR]] [\-\fIoptions\fR] 
\fBrun\fR function [\fIparameter\ \&.\&.\&.\fR]
+\fBshorewall\fR [\fBtrace\fR|\fBdebug\fR\ [\fBnolock\fR]] [\-\fIoptions\fR] 
\fBrun\fR \fIcommand\fR [\fIparameter\ \&.\&.\&.\fR]
 .HP \w'\fBshorewall\fR\ 'u
 \fBshorewall\fR [\fBtrace\fR|\fBdebug\fR\ [\fBnolock\fR]] [\-\fIoptions\fR] 
\fBsafe\-restart\fR [\fB\-d\fR] [\fB\-p\fR] [\fB\-t\fR\ \fItimeout\fR] 
[\fIdirectory\fR]
 .HP \w'\fBshorewall\fR\ 'u
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/manpages/shorewall.conf.5 
new/shorewall-4.6.3.2/manpages/shorewall.conf.5
--- old/shorewall-4.6.3.1/manpages/shorewall.conf.5     2014-08-27 
16:54:59.000000000 +0200
+++ new/shorewall-4.6.3.2/manpages/shorewall.conf.5     2014-09-02 
22:01:42.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\&.CONF" "5" "08/27/2014" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\&.CONF" "5" "09/02/2014" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/releasenotes.txt 
new/shorewall-4.6.3.2/releasenotes.txt
--- old/shorewall-4.6.3.1/releasenotes.txt      2014-08-27 16:54:44.000000000 
+0200
+++ new/shorewall-4.6.3.2/releasenotes.txt      2014-09-02 22:01:29.000000000 
+0200
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
-                    S H O R E W A L L  4 . 6 . 3 . 1
+                    S H O R E W A L L  4 . 6 . 3 . 2
                    ------------------------------------
-                       A u g u s t  2 6 ,  2 0 1 4
+                     S e p t e m b e r  0 3 ,  2 0 1 4
 ----------------------------------------------------------------------------
 
 I.    PROBLEMS CORRECTED IN THIS RELEASE
@@ -14,7 +14,36 @@
   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.3
+4.6.3.2
+
+1)  The shorewall[6]-actions manpages previously contained incorrect
+    examples of the usage of table names with builtin actions.
+
+    Incorrect:
+
+       FOOBAR,filter,mangle
+
+    Correct:
+
+       FOOBAR   builtin,filter,mangle
+
+2)  Previously, if /etc/iproute2/rt_tables was not writeable, then
+    KEEP_RT_TABLES=No behaved like KEEP_RT_TABLES=Yes. Now, a warning
+    message is issued if that file is not writeable and KEEP_RT_TABLES
+    is set to No.
+
+      WARNING: /etc/iproute2/rt_tables is missing or is not writeable
+
+3)  In earlier 4.6.3 versions, the help text from shorewall-lite and
+    shorewall6-lite included two versions of the 'run' command.
+
+      run <command> [ <parameter> ... ]
+      ..
+      run <function> [ <parameter> ... ]
+
+    The second one has now been deleted.
+
+4.6.3.1
 
 1)  The DNSAmp action released in 4.6.3 matched more packets than it
     should have. That has now been corrected.
@@ -48,6 +77,12 @@
       I I I.  N E W   F E A T U R E S   I N   T H I S  R E L E A S E
 ----------------------------------------------------------------------------
 
+4.6.3.2
+
+1)  Eric Teeter has contributed a Citrix Goto Meeting macro.
+
+4.6.3
+
 1)  A new 'run' command has been implemented. This command allows you
     to run an arbitrary command in the context of the generated
     script. 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/shorewall.spec 
new/shorewall-4.6.3.2/shorewall.spec
--- old/shorewall-4.6.3.1/shorewall.spec        2014-08-27 16:54:44.000000000 
+0200
+++ new/shorewall-4.6.3.2/shorewall.spec        2014-09-02 22:01:29.000000000 
+0200
@@ -1,6 +1,6 @@
 %define name shorewall
 %define version 4.6.3
-%define release 1
+%define release 2
 
 Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
 Name: %{name}
@@ -131,6 +131,8 @@
 %doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples
 
 %changelog
+* Sat Aug 30 2014 Tom Eastep t...@shorewall.net
+- Updated to 4.6.3-2
 * Thu Aug 21 2014 Tom Eastep t...@shorewall.net
 - Updated to 4.6.3-1
 * Thu Aug 14 2014 Tom Eastep t...@shorewall.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.3.1/uninstall.sh 
new/shorewall-4.6.3.2/uninstall.sh
--- old/shorewall-4.6.3.1/uninstall.sh  2014-08-27 16:54:43.000000000 +0200
+++ new/shorewall-4.6.3.2/uninstall.sh  2014-09-02 22:01:29.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.3.1
+VERSION=4.6.3.2
 
 usage() # $1 = exit status
 {

++++++ shorewall-core-4.6.3.1.tar.bz2 -> shorewall-core-4.6.3.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.3.1/changelog.txt 
new/shorewall-core-4.6.3.2/changelog.txt
--- old/shorewall-core-4.6.3.1/changelog.txt    2014-08-27 16:54:44.000000000 
+0200
+++ new/shorewall-core-4.6.3.2/changelog.txt    2014-09-02 22:01:29.000000000 
+0200
@@ -1,3 +1,17 @@
+Changes in 4.6.3.2
+
+1)  Update release documents
+
+2)  Document the Goto-Meeting macro.
+
+3)  Correct silly logic error
+
+4)  Correct examples in actions manpages.
+
+5)  Issue warning when /etc/iproute2/rt_tables is not writeable.
+
+6)  Remove redundant help text output from -lite CLIs.
+
 Changes in 4.6.3.1
 
 1)  Update release documents
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.3.1/configure 
new/shorewall-core-4.6.3.2/configure
--- old/shorewall-core-4.6.3.1/configure        2014-08-27 16:54:43.000000000 
+0200
+++ new/shorewall-core-4.6.3.2/configure        2014-09-02 22:01:28.000000000 
+0200
@@ -28,7 +28,7 @@
 #
 # Build updates this
 #
-VERSION=4.6.3.1
+VERSION=4.6.3.2
 
 case "$BASH_VERSION" in
     [4-9].*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.3.1/configure.pl 
new/shorewall-core-4.6.3.2/configure.pl
--- old/shorewall-core-4.6.3.1/configure.pl     2014-08-27 16:54:43.000000000 
+0200
+++ new/shorewall-core-4.6.3.2/configure.pl     2014-09-02 22:01:28.000000000 
+0200
@@ -31,7 +31,7 @@
 # Build updates this
 #
 use constant {
-    VERSION => '4.6.3.1'
+    VERSION => '4.6.3.2'
 };
 
 my %params;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.3.1/install.sh 
new/shorewall-core-4.6.3.2/install.sh
--- old/shorewall-core-4.6.3.1/install.sh       2014-08-27 16:54:43.000000000 
+0200
+++ new/shorewall-core-4.6.3.2/install.sh       2014-09-02 22:01:28.000000000 
+0200
@@ -22,7 +22,7 @@
 #      along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 
-VERSION=4.6.3.1
+VERSION=4.6.3.2
 
 usage() # $1 = exit status
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.3.1/known_problems.txt 
new/shorewall-core-4.6.3.2/known_problems.txt
--- old/shorewall-core-4.6.3.1/known_problems.txt       2014-08-27 
16:54:44.000000000 +0200
+++ new/shorewall-core-4.6.3.2/known_problems.txt       2014-09-02 
22:01:29.000000000 +0200
@@ -20,3 +20,21 @@
       ERROR: The xxx TARGET is not allowed in the filter table
 
     Corrected in 4.6.3.1.
+
+4)  The shorewall[6]-actions manpages contain incorrect examples
+    of the usage of table names with builtin actions.
+
+    Incorrect:
+
+       FOOBAR,filter,mangle
+
+    Correct:
+
+       FOOBAR   builtin,filter,mangle
+
+    The online versions of the manpages have been corrected.
+
+    Corrected in 4.6.3.2.
+
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.3.1/lib.cli 
new/shorewall-core-4.6.3.2/lib.cli
--- old/shorewall-core-4.6.3.1/lib.cli  2014-08-24 20:59:51.000000000 +0200
+++ new/shorewall-core-4.6.3.2/lib.cli  2014-09-02 21:57:04.000000000 +0200
@@ -3583,7 +3583,6 @@
     echo "   start [ -f ] [ -p ] [ <directory> ]"
     echo "   stop"
     echo "   status [ -i ]"
-    echo "   run <function> [ function ... ]"
     echo "   version [ -a ]"
     echo
     exit $1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.3.1/releasenotes.txt 
new/shorewall-core-4.6.3.2/releasenotes.txt
--- old/shorewall-core-4.6.3.1/releasenotes.txt 2014-08-27 16:54:44.000000000 
+0200
+++ new/shorewall-core-4.6.3.2/releasenotes.txt 2014-09-02 22:01:29.000000000 
+0200
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
-                    S H O R E W A L L  4 . 6 . 3 . 1
+                    S H O R E W A L L  4 . 6 . 3 . 2
                    ------------------------------------
-                       A u g u s t  2 6 ,  2 0 1 4
+                     S e p t e m b e r  0 3 ,  2 0 1 4
 ----------------------------------------------------------------------------
 
 I.    PROBLEMS CORRECTED IN THIS RELEASE
@@ -14,7 +14,36 @@
   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.3
+4.6.3.2
+
+1)  The shorewall[6]-actions manpages previously contained incorrect
+    examples of the usage of table names with builtin actions.
+
+    Incorrect:
+
+       FOOBAR,filter,mangle
+
+    Correct:
+
+       FOOBAR   builtin,filter,mangle
+
+2)  Previously, if /etc/iproute2/rt_tables was not writeable, then
+    KEEP_RT_TABLES=No behaved like KEEP_RT_TABLES=Yes. Now, a warning
+    message is issued if that file is not writeable and KEEP_RT_TABLES
+    is set to No.
+
+      WARNING: /etc/iproute2/rt_tables is missing or is not writeable
+
+3)  In earlier 4.6.3 versions, the help text from shorewall-lite and
+    shorewall6-lite included two versions of the 'run' command.
+
+      run <command> [ <parameter> ... ]
+      ..
+      run <function> [ <parameter> ... ]
+
+    The second one has now been deleted.
+
+4.6.3.1
 
 1)  The DNSAmp action released in 4.6.3 matched more packets than it
     should have. That has now been corrected.
@@ -48,6 +77,12 @@
       I I I.  N E W   F E A T U R E S   I N   T H I S  R E L E A S E
 ----------------------------------------------------------------------------
 
+4.6.3.2
+
+1)  Eric Teeter has contributed a Citrix Goto Meeting macro.
+
+4.6.3
+
 1)  A new 'run' command has been implemented. This command allows you
     to run an arbitrary command in the context of the generated
     script. 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.3.1/shorewall-core.spec 
new/shorewall-core-4.6.3.2/shorewall-core.spec
--- old/shorewall-core-4.6.3.1/shorewall-core.spec      2014-08-27 
16:54:44.000000000 +0200
+++ new/shorewall-core-4.6.3.2/shorewall-core.spec      2014-09-02 
22:01:29.000000000 +0200
@@ -1,6 +1,6 @@
 %define name shorewall-core
 %define version 4.6.3
-%define release 1
+%define release 2
 
 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 Aug 30 2014 Tom Eastep t...@shorewall.net
+- Updated to 4.6.3-2
 * Thu Aug 21 2014 Tom Eastep t...@shorewall.net
 - Updated to 4.6.3-1
 * Thu Aug 14 2014 Tom Eastep t...@shorewall.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.3.1/uninstall.sh 
new/shorewall-core-4.6.3.2/uninstall.sh
--- old/shorewall-core-4.6.3.1/uninstall.sh     2014-08-27 16:54:43.000000000 
+0200
+++ new/shorewall-core-4.6.3.2/uninstall.sh     2014-09-02 22:01:28.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.3.1
+VERSION=4.6.3.2
 
 usage() # $1 = exit status
 {

++++++ shorewall-docs-html-4.6.3.1.tar.bz2 -> 
shorewall-docs-html-4.6.3.2.tar.bz2 ++++++
++++ 6822 lines of diff (skipped)

++++++ shorewall-init-4.6.3.1.tar.bz2 -> shorewall-init-4.6.3.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.3.1/changelog.txt 
new/shorewall-init-4.6.3.2/changelog.txt
--- old/shorewall-init-4.6.3.1/changelog.txt    2014-08-27 16:54:44.000000000 
+0200
+++ new/shorewall-init-4.6.3.2/changelog.txt    2014-09-02 22:01:29.000000000 
+0200
@@ -1,3 +1,17 @@
+Changes in 4.6.3.2
+
+1)  Update release documents
+
+2)  Document the Goto-Meeting macro.
+
+3)  Correct silly logic error
+
+4)  Correct examples in actions manpages.
+
+5)  Issue warning when /etc/iproute2/rt_tables is not writeable.
+
+6)  Remove redundant help text output from -lite CLIs.
+
 Changes in 4.6.3.1
 
 1)  Update release documents
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.3.1/configure 
new/shorewall-init-4.6.3.2/configure
--- old/shorewall-init-4.6.3.1/configure        2014-08-27 16:54:44.000000000 
+0200
+++ new/shorewall-init-4.6.3.2/configure        2014-09-02 22:01:29.000000000 
+0200
@@ -28,7 +28,7 @@
 #
 # Build updates this
 #
-VERSION=4.6.3.1
+VERSION=4.6.3.2
 
 case "$BASH_VERSION" in
     [4-9].*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.3.1/configure.pl 
new/shorewall-init-4.6.3.2/configure.pl
--- old/shorewall-init-4.6.3.1/configure.pl     2014-08-27 16:54:44.000000000 
+0200
+++ new/shorewall-init-4.6.3.2/configure.pl     2014-09-02 22:01:29.000000000 
+0200
@@ -31,7 +31,7 @@
 # Build updates this
 #
 use constant {
-    VERSION => '4.6.3.1'
+    VERSION => '4.6.3.2'
 };
 
 my %params;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.3.1/install.sh 
new/shorewall-init-4.6.3.2/install.sh
--- old/shorewall-init-4.6.3.1/install.sh       2014-08-27 16:54:44.000000000 
+0200
+++ new/shorewall-init-4.6.3.2/install.sh       2014-09-02 22:01:29.000000000 
+0200
@@ -27,7 +27,7 @@
 #       Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
02110-1301 USA.
 #
 
-VERSION=4.6.3.1
+VERSION=4.6.3.2
 
 usage() # $1 = exit status
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.3.1/releasenotes.txt 
new/shorewall-init-4.6.3.2/releasenotes.txt
--- old/shorewall-init-4.6.3.1/releasenotes.txt 2014-08-27 16:54:44.000000000 
+0200
+++ new/shorewall-init-4.6.3.2/releasenotes.txt 2014-09-02 22:01:29.000000000 
+0200
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
-                    S H O R E W A L L  4 . 6 . 3 . 1
+                    S H O R E W A L L  4 . 6 . 3 . 2
                    ------------------------------------
-                       A u g u s t  2 6 ,  2 0 1 4
+                     S e p t e m b e r  0 3 ,  2 0 1 4
 ----------------------------------------------------------------------------
 
 I.    PROBLEMS CORRECTED IN THIS RELEASE
@@ -14,7 +14,36 @@
   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.3
+4.6.3.2
+
+1)  The shorewall[6]-actions manpages previously contained incorrect
+    examples of the usage of table names with builtin actions.
+
+    Incorrect:
+
+       FOOBAR,filter,mangle
+
+    Correct:
+
+       FOOBAR   builtin,filter,mangle
+
+2)  Previously, if /etc/iproute2/rt_tables was not writeable, then
+    KEEP_RT_TABLES=No behaved like KEEP_RT_TABLES=Yes. Now, a warning
+    message is issued if that file is not writeable and KEEP_RT_TABLES
+    is set to No.
+
+      WARNING: /etc/iproute2/rt_tables is missing or is not writeable
+
+3)  In earlier 4.6.3 versions, the help text from shorewall-lite and
+    shorewall6-lite included two versions of the 'run' command.
+
+      run <command> [ <parameter> ... ]
+      ..
+      run <function> [ <parameter> ... ]
+
+    The second one has now been deleted.
+
+4.6.3.1
 
 1)  The DNSAmp action released in 4.6.3 matched more packets than it
     should have. That has now been corrected.
@@ -48,6 +77,12 @@
       I I I.  N E W   F E A T U R E S   I N   T H I S  R E L E A S E
 ----------------------------------------------------------------------------
 
+4.6.3.2
+
+1)  Eric Teeter has contributed a Citrix Goto Meeting macro.
+
+4.6.3
+
 1)  A new 'run' command has been implemented. This command allows you
     to run an arbitrary command in the context of the generated
     script. 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.3.1/shorewall-init.spec 
new/shorewall-init-4.6.3.2/shorewall-init.spec
--- old/shorewall-init-4.6.3.1/shorewall-init.spec      2014-08-27 
16:54:44.000000000 +0200
+++ new/shorewall-init-4.6.3.2/shorewall-init.spec      2014-09-02 
22:01:29.000000000 +0200
@@ -1,6 +1,6 @@
 %define name shorewall-init
 %define version 4.6.3
-%define release 1
+%define release 2
 
 Summary: Shorewall-init adds functionality to Shoreline Firewall (Shorewall).
 Name: %{name}
@@ -125,6 +125,8 @@
 %doc COPYING changelog.txt releasenotes.txt
 
 %changelog
+* Sat Aug 30 2014 Tom Eastep t...@shorewall.net
+- Updated to 4.6.3-2
 * Thu Aug 21 2014 Tom Eastep t...@shorewall.net
 - Updated to 4.6.3-1
 * Thu Aug 14 2014 Tom Eastep t...@shorewall.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-4.6.3.1/uninstall.sh 
new/shorewall-init-4.6.3.2/uninstall.sh
--- old/shorewall-init-4.6.3.1/uninstall.sh     2014-08-27 16:54:44.000000000 
+0200
+++ new/shorewall-init-4.6.3.2/uninstall.sh     2014-09-02 22:01:29.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.3.1
+VERSION=4.6.3.2
 
 usage() # $1 = exit status
 {

++++++ shorewall-lite-4.6.3.1.tar.bz2 -> shorewall-lite-4.6.3.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.3.1/changelog.txt 
new/shorewall-lite-4.6.3.2/changelog.txt
--- old/shorewall-lite-4.6.3.1/changelog.txt    2014-08-27 16:54:44.000000000 
+0200
+++ new/shorewall-lite-4.6.3.2/changelog.txt    2014-09-02 22:01:29.000000000 
+0200
@@ -1,3 +1,17 @@
+Changes in 4.6.3.2
+
+1)  Update release documents
+
+2)  Document the Goto-Meeting macro.
+
+3)  Correct silly logic error
+
+4)  Correct examples in actions manpages.
+
+5)  Issue warning when /etc/iproute2/rt_tables is not writeable.
+
+6)  Remove redundant help text output from -lite CLIs.
+
 Changes in 4.6.3.1
 
 1)  Update release documents
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.3.1/configure 
new/shorewall-lite-4.6.3.2/configure
--- old/shorewall-lite-4.6.3.1/configure        2014-08-27 16:54:44.000000000 
+0200
+++ new/shorewall-lite-4.6.3.2/configure        2014-09-02 22:01:29.000000000 
+0200
@@ -28,7 +28,7 @@
 #
 # Build updates this
 #
-VERSION=4.6.3.1
+VERSION=4.6.3.2
 
 case "$BASH_VERSION" in
     [4-9].*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.3.1/configure.pl 
new/shorewall-lite-4.6.3.2/configure.pl
--- old/shorewall-lite-4.6.3.1/configure.pl     2014-08-27 16:54:44.000000000 
+0200
+++ new/shorewall-lite-4.6.3.2/configure.pl     2014-09-02 22:01:29.000000000 
+0200
@@ -31,7 +31,7 @@
 # Build updates this
 #
 use constant {
-    VERSION => '4.6.3.1'
+    VERSION => '4.6.3.2'
 };
 
 my %params;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.3.1/install.sh 
new/shorewall-lite-4.6.3.2/install.sh
--- old/shorewall-lite-4.6.3.1/install.sh       2014-08-27 16:54:44.000000000 
+0200
+++ new/shorewall-lite-4.6.3.2/install.sh       2014-09-02 22:01:29.000000000 
+0200
@@ -22,7 +22,7 @@
 #      along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 
-VERSION=4.6.3.1
+VERSION=4.6.3.2
 
 usage() # $1 = exit status
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/shorewall-lite-4.6.3.1/manpages/shorewall-lite-vardir.5 
new/shorewall-lite-4.6.3.2/manpages/shorewall-lite-vardir.5
--- old/shorewall-lite-4.6.3.1/manpages/shorewall-lite-vardir.5 2014-08-27 
16:58:10.000000000 +0200
+++ new/shorewall-lite-4.6.3.2/manpages/shorewall-lite-vardir.5 2014-09-02 
22:04:47.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-LITE\-VAR" "5" "08/27/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-LITE\-VAR" "5" "09/02/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.3.1/manpages/shorewall-lite.8 
new/shorewall-lite-4.6.3.2/manpages/shorewall-lite.8
--- old/shorewall-lite-4.6.3.1/manpages/shorewall-lite.8        2014-08-27 
16:58:12.000000000 +0200
+++ new/shorewall-lite-4.6.3.2/manpages/shorewall-lite.8        2014-09-02 
22:04:48.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Administrative Commands
 .\"    Source: Administrative Commands
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-LITE" "8" "08/27/2014" "Administrative Commands" 
"Administrative Commands"
+.TH "SHOREWALL\-LITE" "8" "09/02/2014" "Administrative Commands" 
"Administrative Commands"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/shorewall-lite-4.6.3.1/manpages/shorewall-lite.conf.5 
new/shorewall-lite-4.6.3.2/manpages/shorewall-lite.conf.5
--- old/shorewall-lite-4.6.3.1/manpages/shorewall-lite.conf.5   2014-08-27 
16:58:09.000000000 +0200
+++ new/shorewall-lite-4.6.3.2/manpages/shorewall-lite.conf.5   2014-09-02 
22:04:45.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: 08/27/2014
+.\"      Date: 09/02/2014
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-LITE\&.CO" "5" "08/27/2014" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-LITE\&.CO" "5" "09/02/2014" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.3.1/releasenotes.txt 
new/shorewall-lite-4.6.3.2/releasenotes.txt
--- old/shorewall-lite-4.6.3.1/releasenotes.txt 2014-08-27 16:54:44.000000000 
+0200
+++ new/shorewall-lite-4.6.3.2/releasenotes.txt 2014-09-02 22:01:29.000000000 
+0200
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
-                    S H O R E W A L L  4 . 6 . 3 . 1
+                    S H O R E W A L L  4 . 6 . 3 . 2
                    ------------------------------------
-                       A u g u s t  2 6 ,  2 0 1 4
+                     S e p t e m b e r  0 3 ,  2 0 1 4
 ----------------------------------------------------------------------------
 
 I.    PROBLEMS CORRECTED IN THIS RELEASE
@@ -14,7 +14,36 @@
   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.3
+4.6.3.2
+
+1)  The shorewall[6]-actions manpages previously contained incorrect
+    examples of the usage of table names with builtin actions.
+
+    Incorrect:
+
+       FOOBAR,filter,mangle
+
+    Correct:
+
+       FOOBAR   builtin,filter,mangle
+
+2)  Previously, if /etc/iproute2/rt_tables was not writeable, then
+    KEEP_RT_TABLES=No behaved like KEEP_RT_TABLES=Yes. Now, a warning
+    message is issued if that file is not writeable and KEEP_RT_TABLES
+    is set to No.
+
+      WARNING: /etc/iproute2/rt_tables is missing or is not writeable
+
+3)  In earlier 4.6.3 versions, the help text from shorewall-lite and
+    shorewall6-lite included two versions of the 'run' command.
+
+      run <command> [ <parameter> ... ]
+      ..
+      run <function> [ <parameter> ... ]
+
+    The second one has now been deleted.
+
+4.6.3.1
 
 1)  The DNSAmp action released in 4.6.3 matched more packets than it
     should have. That has now been corrected.
@@ -48,6 +77,12 @@
       I I I.  N E W   F E A T U R E S   I N   T H I S  R E L E A S E
 ----------------------------------------------------------------------------
 
+4.6.3.2
+
+1)  Eric Teeter has contributed a Citrix Goto Meeting macro.
+
+4.6.3
+
 1)  A new 'run' command has been implemented. This command allows you
     to run an arbitrary command in the context of the generated
     script. 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.3.1/shorewall-lite.spec 
new/shorewall-lite-4.6.3.2/shorewall-lite.spec
--- old/shorewall-lite-4.6.3.1/shorewall-lite.spec      2014-08-27 
16:54:44.000000000 +0200
+++ new/shorewall-lite-4.6.3.2/shorewall-lite.spec      2014-09-02 
22:01:29.000000000 +0200
@@ -1,6 +1,6 @@
 %define name shorewall-lite
 %define version 4.6.3
-%define release 1
+%define release 2
 %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 Aug 30 2014 Tom Eastep t...@shorewall.net
+- Updated to 4.6.3-2
 * Thu Aug 21 2014 Tom Eastep t...@shorewall.net
 - Updated to 4.6.3-1
 * Thu Aug 14 2014 Tom Eastep t...@shorewall.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-4.6.3.1/uninstall.sh 
new/shorewall-lite-4.6.3.2/uninstall.sh
--- old/shorewall-lite-4.6.3.1/uninstall.sh     2014-08-27 16:54:44.000000000 
+0200
+++ new/shorewall-lite-4.6.3.2/uninstall.sh     2014-09-02 22:01:29.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.3.1
+VERSION=4.6.3.2
 
 usage() # $1 = exit status
 {

++++++ shorewall-4.6.3.1.tar.bz2 -> shorewall6-4.6.3.2.tar.bz2 ++++++
++++ 125272 lines of diff (skipped)

++++++ shorewall-lite-4.6.3.1.tar.bz2 -> shorewall6-lite-4.6.3.2.tar.bz2 ++++++
++++ 7559 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