Hello community,

here is the log from the commit of package shorewall for openSUSE:Factory 
checked in at 2017-07-04 09:10:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shorewall (Old)
 and      /work/SRC/openSUSE:Factory/.shorewall.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shorewall"

Tue Jul  4 09:10:18 2017 rev:97 rq:507225 version:5.1.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/shorewall/shorewall.changes      2017-06-18 
13:51:10.664171333 +0200
+++ /work/SRC/openSUSE:Factory/.shorewall.new/shorewall.changes 2017-07-04 
09:10:37.524659394 +0200
@@ -1,0 +2,28 @@
+Thu Jun 29 14:34:57 UTC 2017 - [email protected]
+
+- Fix a typo in %posttrans that would remove the wrong file and could
+  cause a problem depending on the execution order of the %pretrans
+  and %posttrans scripts for the shorewall and shorewall6 packages.
+
+-------------------------------------------------------------------
+Wed Jun 21 12:53:37 UTC 2017 - [email protected]
+
+- This stable branch 5.1x will be the new default for Leap 42.3.
+  Remember that each time you have an upgrade with changes in Major
+  or Major,Minor it is mandatory you upgrade your configuration 
+  with shorewall(6) update -a /etc/shorewall(6) command.
+
+- Packaging : use pretrans and posttrans to inform user about 
+  configuration upgrade.
+
+- Bugfix release 5.1.4.3. Problem Corrected:
+  When running on prior-generation distributions such as RHEL6,
+  IPv6 multi-ISP configurations failed to start due to an error 
+  such as the following:
+
+   ERROR: Command "ip -6 -6 route replace default scope global
+          table 250 nexthop via ::192.88.99.1 dev tun6to4 weight 1"
+          Failed
+  Such configurations now start successfully.   
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ shorewall.spec ++++++
--- /var/tmp/diff_new_pack.IS5by8/_old  2017-07-04 09:10:38.596508669 +0200
+++ /var/tmp/diff_new_pack.IS5by8/_new  2017-07-04 09:10:38.600508107 +0200
@@ -21,7 +21,7 @@
 %define dmaj 5.1
 %define dmin 5.1.4
 Name:           shorewall
-Version:        5.1.4.2
+Version:        5.1.4.3
 Release:        0
 Summary:        Shoreline Firewall is an iptables-based firewall for Linux 
systems
 License:        GPL-2.0
@@ -262,6 +262,26 @@
 touch %{buildroot}%{_sysconfdir}/%{name}/notrack
 touch %{buildroot}%{_sysconfdir}/%{name}6/notrack
 
+%pretrans
+# Check if we need to warn users for upgrading configuration but only on dmaj 
changes
+if [[ -x /sbin/%{name} ]];then
+SHVER=$(/sbin/%{name} version | cut -d "." -f1-2 | sed 's/\.//g')
+CTVER=$(echo %{dmaj} | sed 's/\.//g')
+  if [[ ${SHVER} -lt ${CTVER} ]];then
+       echo "upgrade configuration" > /run/%{name}_upgrade
+  fi
+fi
+
+%pretrans -n %{name}6
+# Check if we need to warn users for upgrading configuration but only on dmaj 
changes
+if [[ -x /sbin/%{name}6 ]];then
+SHVER=$(/sbin/%{name}6 version | cut -d "." -f1-2 | sed 's/\.//g')
+CTVER=$(echo %{dmaj} | sed 's/\.//g')
+  if [[ ${SHVER} -lt ${CTVER} ]];then
+       echo "upgrade configuration" > /run/%{name}6_upgrade
+  fi
+fi
+
 %pre
 %service_add_pre shorewall.service
 
@@ -275,6 +295,18 @@
 %postun
 %service_del_postun shorewall.service
 
+%posttrans
+if [ -f /run/%{name}_upgrade ]; then
+cat > %{_localstatedir}/adm/update-messages/%{name}-%{version}-%{release} << 
EOF
+Warning: Shorewall %{dmaj} has just been installed
+Warning: You have to check and upgrade your configuration
+%{name} update -a %{_sysconfdir}/%{name}
+Warning: Adjust changes and try the new configuration
+%{name} try %{_sysconfdir}/%{name}
+EOF
+rm -f /run/%{name}_upgrade
+fi
+
 %pre -n %{name}6
 %service_add_pre shorewall6.service
 
@@ -288,6 +320,18 @@
 %postun -n %{name}6
 %service_del_postun shorewall6.service
 
+%posttrans -n %{name}6
+if [ -f /run/%{name}6_upgrade ]; then
+cat > %{_localstatedir}/adm/update-messages/%{name}-%{version}-%{release} << 
EOF
+Warning: Shorewall6 %{dmaj} has just been installed
+Warning: You have to check and upgrade your configuration
+%{name}6 update -a %{_sysconfdir}/%{name}6
+Warning: Adjust changes and try the new configuration
+%{name}6 try %{_sysconfdir}/%{name}6
+EOF
+rm -f /run/%{name}6_upgrade
+fi
+
 %pre -n %{name}-lite
 %service_add_pre shorewall-lite.service
 

++++++ README.openSUSE ++++++
--- /var/tmp/diff_new_pack.IS5by8/_old  2017-07-04 09:10:38.636503046 +0200
+++ /var/tmp/diff_new_pack.IS5by8/_new  2017-07-04 09:10:38.636503046 +0200
@@ -22,5 +22,9 @@
 set-and-forget Linux firewall solution that requires a minimum of
 networking knowledge, check out alternatives."
 
+On each version upgrade Major and or Major,Minor you have to
+upgrade your configuration with the shorewall update -a 
+command.
+
 Now that you are warned remember to have fun
 

++++++ shorewall-5.1.4.2.tar.bz2 -> shorewall-5.1.4.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/Perl/Shorewall/Config.pm 
new/shorewall-5.1.4.3/Perl/Shorewall/Config.pm
--- old/shorewall-5.1.4.2/Perl/Shorewall/Config.pm      2017-06-12 
16:53:04.000000000 +0200
+++ new/shorewall-5.1.4.3/Perl/Shorewall/Config.pm      2017-06-18 
18:33:25.000000000 +0200
@@ -748,7 +748,7 @@
                    TC_SCRIPT               => '',
                    EXPORT                  => 0,
                    KLUDGEFREE              => '',
-                   VERSION                 => "5.1.4.2",
+                   VERSION                 => "5.1.4.3",
                    CAPVERSION              => 50100 ,
                    BLACKLIST_LOG_TAG       => '',
                    RELATED_LOG_TAG         => '',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/Perl/Shorewall/Providers.pm 
new/shorewall-5.1.4.3/Perl/Shorewall/Providers.pm
--- old/shorewall-5.1.4.2/Perl/Shorewall/Providers.pm   2017-06-12 
16:53:04.000000000 +0200
+++ new/shorewall-5.1.4.3/Perl/Shorewall/Providers.pm   2017-06-18 
18:33:25.000000000 +0200
@@ -64,6 +64,8 @@
 
 our $balancing;
 our $fallback;
+our $balanced_providers;
+our $fallback_providers;
 our $metrics;
 our $first_default_route;
 our $first_fallback_route;
@@ -99,6 +101,8 @@
     %provider_interfaces    = ();
     @load_interfaces        = ();
     $balancing              = 0;
+    $balanced_providers     = 0;
+    $fallback_providers     = 0;
     $fallback               = 0;
     $metrics                = 0;
     $first_default_route    = 1;
@@ -323,7 +327,13 @@
     emit '';
 
     if ( $first_default_route ) {
-       if ( $gateway ) {
+       if ( $balanced_providers == 1 ) {
+           if ( $gateway ) {
+               emit "DEFAULT_ROUTE=\"via $gateway dev $interface $realm\"";
+           } else {
+               emit "DEFAULT_ROUTE=\"dev $interface $realm\"";
+           }
+       } elsif ( $gateway ) {
            emit "DEFAULT_ROUTE=\"nexthop via $gateway dev $interface weight 
$weight $realm\"";
        } else {
            emit "DEFAULT_ROUTE=\"nexthop dev $interface weight $weight 
$realm\"";
@@ -347,7 +357,13 @@
     emit '';
 
     if ( $first_fallback_route ) {
-       if ( $gateway ) {
+       if ( $balanced_providers == 1 ) {
+           if ( $gateway ) {
+               emit "FALLBACK_ROUTE=\"via $gateway dev $interface $realm\"";
+           } else {
+               emit "FALLBACK_ROUTE=\"dev $interface $realm\"";
+           }
+       } elsif ( $gateway ) {
            emit "FALLBACK_ROUTE=\"nexthop via $gateway dev $interface weight 
$weight $realm\"";
        } else {
            emit "FALLBACK_ROUTE=\"nexthop dev $interface weight $weight 
$realm\"";
@@ -593,7 +609,12 @@
        }
     }
 
-    fatal_error q(The 'balance' and 'fallback' options are mutually exclusive) 
if $balance && $default;
+    if ( $balance ) {
+       fatal_error q(The 'balance' and 'fallback' options are mutually 
exclusive) if $default;
+       $balanced_providers++;
+    } elsif ( $default ) {
+       $fallback_providers++;
+    }
 
     if ( $load ) {
        fatal_error q(The 'balance=<weight>' and 'load=<load-factor>' options 
are mutually exclusive) if $balance > 1;
@@ -1534,9 +1555,9 @@
        } else {
            emit  ( "    if echo \$DEFAULT_ROUTE | grep -q 'nexthop.+nexthop'; 
then",
                    "        qt \$IP -6 route delete default scope global table 
$table \$DEFAULT_ROUTE",
-                   "        run_ip -6 route add default scope global table 
$table \$DEFAULT_ROUTE",
+                   "        run_ip route add default scope global table $table 
\$DEFAULT_ROUTE",
                    '    else',
-                   "        run_ip -6 route replace default scope global table 
$table \$DEFAULT_ROUTE",
+                   "        run_ip route replace default scope global table 
$table \$DEFAULT_ROUTE",
                    '    fi',
                    '' );
        }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/changelog.txt 
new/shorewall-5.1.4.3/changelog.txt
--- old/shorewall-5.1.4.2/changelog.txt 2017-06-12 16:53:04.000000000 +0200
+++ new/shorewall-5.1.4.3/changelog.txt 2017-06-18 18:33:25.000000000 +0200
@@ -1,3 +1,9 @@
+Changes in 5.1.4.3
+
+1)  Update release documents.
+
+2)  Don't generate multihop routes unnecessarily
+
 Changes in 5.1.4.2
 
 1)  Update release documents.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/configure 
new/shorewall-5.1.4.3/configure
--- old/shorewall-5.1.4.2/configure     2017-06-12 16:53:04.000000000 +0200
+++ new/shorewall-5.1.4.3/configure     2017-06-18 18:33:25.000000000 +0200
@@ -28,7 +28,7 @@
 #
 # Build updates this
 #
-VERSION=5.1.4.2
+VERSION=5.1.4.3
 
 case "$BASH_VERSION" in
     [4-9].*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/configure.pl 
new/shorewall-5.1.4.3/configure.pl
--- old/shorewall-5.1.4.2/configure.pl  2017-06-12 16:53:04.000000000 +0200
+++ new/shorewall-5.1.4.3/configure.pl  2017-06-18 18:33:25.000000000 +0200
@@ -31,7 +31,7 @@
 # Build updates this
 #
 use constant {
-    VERSION => '5.1.4.2'
+    VERSION => '5.1.4.3'
 };
 
 my %params;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/install.sh 
new/shorewall-5.1.4.3/install.sh
--- old/shorewall-5.1.4.2/install.sh    2017-06-12 16:53:04.000000000 +0200
+++ new/shorewall-5.1.4.3/install.sh    2017-06-18 18:33:25.000000000 +0200
@@ -22,7 +22,7 @@
 #      along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 
-VERSION=5.1.4.2
+VERSION=5.1.4.3
 
 usage() # $1 = exit status
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/known_problems.txt 
new/shorewall-5.1.4.3/known_problems.txt
--- old/shorewall-5.1.4.2/known_problems.txt    2017-06-12 16:53:04.000000000 
+0200
+++ new/shorewall-5.1.4.3/known_problems.txt    2017-06-18 18:33:25.000000000 
+0200
@@ -19,3 +19,13 @@
       <$currentfile> line 2.
 
     Corrected in Shorewall 5.1.4.2.
+
+5)  When running on prior-generation distributions such as RHEL6,
+    IPv6 multi-ISP configurations fail to start due to an error such as
+    the following:
+
+       ERROR: Command "ip -6 -6 route replace default scope global 
+              table 250 nexthop via ::192.88.99.1 dev tun6to4 weight 1"
+              Failed
+
+    Corrected in Shorewall 5.1.4.3.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-accounting.5 
new/shorewall-5.1.4.3/manpages/shorewall-accounting.5
--- old/shorewall-5.1.4.2/manpages/shorewall-accounting.5       2017-06-12 
16:53:06.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-accounting.5       2017-06-18 
18:33:26.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-accounting
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ACCOUNTIN" "5" "06/12/2017" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-ACCOUNTIN" "5" "06/18/2017" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-actions.5 
new/shorewall-5.1.4.3/manpages/shorewall-actions.5
--- old/shorewall-5.1.4.2/manpages/shorewall-actions.5  2017-06-12 
16:53:07.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-actions.5  2017-06-18 
18:33:27.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-actions
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ACTIONS" "5" "06/12/2017" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-ACTIONS" "5" "06/18/2017" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-arprules.5 
new/shorewall-5.1.4.3/manpages/shorewall-arprules.5
--- old/shorewall-5.1.4.2/manpages/shorewall-arprules.5 2017-06-12 
16:53:07.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-arprules.5 2017-06-18 
18:33:27.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-arprules
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ARPRULES" "5" "06/12/2017" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-ARPRULES" "5" "06/18/2017" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-blrules.5 
new/shorewall-5.1.4.3/manpages/shorewall-blrules.5
--- old/shorewall-5.1.4.2/manpages/shorewall-blrules.5  2017-06-12 
16:53:08.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-blrules.5  2017-06-18 
18:33:28.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-blrules
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-BLRULES" "5" "06/12/2017" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-BLRULES" "5" "06/18/2017" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-conntrack.5 
new/shorewall-5.1.4.3/manpages/shorewall-conntrack.5
--- old/shorewall-5.1.4.2/manpages/shorewall-conntrack.5        2017-06-12 
16:53:11.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-conntrack.5        2017-06-18 
18:33:32.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall6-conntrack
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL6\-CONNTRAC" "5" "06/12/2017" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL6\-CONNTRAC" "5" "06/18/2017" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-ecn.5 
new/shorewall-5.1.4.3/manpages/shorewall-ecn.5
--- old/shorewall-5.1.4.2/manpages/shorewall-ecn.5      2017-06-12 
16:53:11.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-ecn.5      2017-06-18 
18:33:32.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-ecn
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ECN" "5" "06/12/2017" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-ECN" "5" "06/18/2017" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-exclusion.5 
new/shorewall-5.1.4.3/manpages/shorewall-exclusion.5
--- old/shorewall-5.1.4.2/manpages/shorewall-exclusion.5        2017-06-12 
16:53:12.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-exclusion.5        2017-06-18 
18:33:33.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-exclusion
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-EXCLUSION" "5" "06/12/2017" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-EXCLUSION" "5" "06/18/2017" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-hosts.5 
new/shorewall-5.1.4.3/manpages/shorewall-hosts.5
--- old/shorewall-5.1.4.2/manpages/shorewall-hosts.5    2017-06-12 
16:53:12.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-hosts.5    2017-06-18 
18:33:34.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-hosts
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-HOSTS" "5" "06/12/2017" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-HOSTS" "5" "06/18/2017" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-init.8 
new/shorewall-5.1.4.3/manpages/shorewall-init.8
--- old/shorewall-5.1.4.2/manpages/shorewall-init.8     2017-06-12 
16:53:13.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-init.8     2017-06-18 
18:33:34.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-init
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Administrative Commands
 .\"    Source: Administrative Commands
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-INIT" "8" "06/12/2017" "Administrative Commands" 
"Administrative Commands"
+.TH "SHOREWALL\-INIT" "8" "06/18/2017" "Administrative Commands" 
"Administrative Commands"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-interfaces.5 
new/shorewall-5.1.4.3/manpages/shorewall-interfaces.5
--- old/shorewall-5.1.4.2/manpages/shorewall-interfaces.5       2017-06-12 
16:53:14.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-interfaces.5       2017-06-18 
18:33:35.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-interfaces
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-INTERFACE" "5" "06/12/2017" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-INTERFACE" "5" "06/18/2017" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-ipsets.5 
new/shorewall-5.1.4.3/manpages/shorewall-ipsets.5
--- old/shorewall-5.1.4.2/manpages/shorewall-ipsets.5   2017-06-12 
16:53:14.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-ipsets.5   2017-06-18 
18:33:36.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-ipsets
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-IPSETS" "5" "06/12/2017" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-IPSETS" "5" "06/18/2017" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-maclist.5 
new/shorewall-5.1.4.3/manpages/shorewall-maclist.5
--- old/shorewall-5.1.4.2/manpages/shorewall-maclist.5  2017-06-12 
16:53:15.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-maclist.5  2017-06-18 
18:33:36.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-maclist
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-MACLIST" "5" "06/12/2017" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-MACLIST" "5" "06/18/2017" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-mangle.5 
new/shorewall-5.1.4.3/manpages/shorewall-mangle.5
--- old/shorewall-5.1.4.2/manpages/shorewall-mangle.5   2017-06-12 
16:53:16.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-mangle.5   2017-06-18 
18:33:37.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-mangle
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-MANGLE" "5" "06/12/2017" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-MANGLE" "5" "06/18/2017" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-masq.5 
new/shorewall-5.1.4.3/manpages/shorewall-masq.5
--- old/shorewall-5.1.4.2/manpages/shorewall-masq.5     2017-06-12 
16:53:16.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-masq.5     2017-06-18 
18:33:38.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-masq
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-MASQ" "5" "06/12/2017" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-MASQ" "5" "06/18/2017" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-modules.5 
new/shorewall-5.1.4.3/manpages/shorewall-modules.5
--- old/shorewall-5.1.4.2/manpages/shorewall-modules.5  2017-06-12 
16:53:17.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-modules.5  2017-06-18 
18:33:38.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-modules
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-MODULES" "5" "06/12/2017" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-MODULES" "5" "06/18/2017" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-nat.5 
new/shorewall-5.1.4.3/manpages/shorewall-nat.5
--- old/shorewall-5.1.4.2/manpages/shorewall-nat.5      2017-06-12 
16:53:17.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-nat.5      2017-06-18 
18:33:39.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-nat
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-NAT" "5" "06/12/2017" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-NAT" "5" "06/18/2017" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-nesting.5 
new/shorewall-5.1.4.3/manpages/shorewall-nesting.5
--- old/shorewall-5.1.4.2/manpages/shorewall-nesting.5  2017-06-12 
16:53:18.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-nesting.5  2017-06-18 
18:33:40.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-nesting
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-NESTING" "5" "06/12/2017" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-NESTING" "5" "06/18/2017" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-netmap.5 
new/shorewall-5.1.4.3/manpages/shorewall-netmap.5
--- old/shorewall-5.1.4.2/manpages/shorewall-netmap.5   2017-06-12 
16:53:18.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-netmap.5   2017-06-18 
18:33:40.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-netmap
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-NETMAP" "5" "06/12/2017" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-NETMAP" "5" "06/18/2017" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-params.5 
new/shorewall-5.1.4.3/manpages/shorewall-params.5
--- old/shorewall-5.1.4.2/manpages/shorewall-params.5   2017-06-12 
16:53:19.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-params.5   2017-06-18 
18:33:41.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-params
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-PARAMS" "5" "06/12/2017" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-PARAMS" "5" "06/18/2017" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-policy.5 
new/shorewall-5.1.4.3/manpages/shorewall-policy.5
--- old/shorewall-5.1.4.2/manpages/shorewall-policy.5   2017-06-12 
16:53:20.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-policy.5   2017-06-18 
18:33:41.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-policy
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-POLICY" "5" "06/12/2017" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-POLICY" "5" "06/18/2017" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-providers.5 
new/shorewall-5.1.4.3/manpages/shorewall-providers.5
--- old/shorewall-5.1.4.2/manpages/shorewall-providers.5        2017-06-12 
16:53:20.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-providers.5        2017-06-18 
18:33:42.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-providers
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-PROVIDERS" "5" "06/12/2017" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-PROVIDERS" "5" "06/18/2017" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-proxyarp.5 
new/shorewall-5.1.4.3/manpages/shorewall-proxyarp.5
--- old/shorewall-5.1.4.2/manpages/shorewall-proxyarp.5 2017-06-12 
16:53:21.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-proxyarp.5 2017-06-18 
18:33:43.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-proxyarp
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-PROXYARP" "5" "06/12/2017" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-PROXYARP" "5" "06/18/2017" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-routes.5 
new/shorewall-5.1.4.3/manpages/shorewall-routes.5
--- old/shorewall-5.1.4.2/manpages/shorewall-routes.5   2017-06-12 
16:53:21.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-routes.5   2017-06-18 
18:33:43.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-routes
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ROUTES" "5" "06/12/2017" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-ROUTES" "5" "06/18/2017" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-rtrules.5 
new/shorewall-5.1.4.3/manpages/shorewall-rtrules.5
--- old/shorewall-5.1.4.2/manpages/shorewall-rtrules.5  2017-06-12 
16:53:22.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-rtrules.5  2017-06-18 
18:33:44.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-rtrules
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-RTRULES" "5" "06/12/2017" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-RTRULES" "5" "06/18/2017" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-rules.5 
new/shorewall-5.1.4.3/manpages/shorewall-rules.5
--- old/shorewall-5.1.4.2/manpages/shorewall-rules.5    2017-06-12 
16:53:23.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-rules.5    2017-06-18 
18:33:45.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-rules
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-RULES" "5" "06/12/2017" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-RULES" "5" "06/18/2017" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-secmarks.5 
new/shorewall-5.1.4.3/manpages/shorewall-secmarks.5
--- old/shorewall-5.1.4.2/manpages/shorewall-secmarks.5 2017-06-12 
16:53:24.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-secmarks.5 2017-06-18 
18:33:46.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-secmarks
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-SECMARKS" "5" "06/12/2017" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-SECMARKS" "5" "06/18/2017" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-snat.5 
new/shorewall-5.1.4.3/manpages/shorewall-snat.5
--- old/shorewall-5.1.4.2/manpages/shorewall-snat.5     2017-06-12 
16:53:24.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-snat.5     2017-06-18 
18:33:47.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-snat
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-SNAT" "5" "06/12/2017" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-SNAT" "5" "06/18/2017" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-stoppedrules.5 
new/shorewall-5.1.4.3/manpages/shorewall-stoppedrules.5
--- old/shorewall-5.1.4.2/manpages/shorewall-stoppedrules.5     2017-06-12 
16:53:25.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-stoppedrules.5     2017-06-18 
18:33:47.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-stoppedrules
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-STOPPEDRU" "5" "06/12/2017" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-STOPPEDRU" "5" "06/18/2017" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-tcclasses.5 
new/shorewall-5.1.4.3/manpages/shorewall-tcclasses.5
--- old/shorewall-5.1.4.2/manpages/shorewall-tcclasses.5        2017-06-12 
16:53:25.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-tcclasses.5        2017-06-18 
18:33:48.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-tcclasses
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TCCLASSES" "5" "06/12/2017" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-TCCLASSES" "5" "06/18/2017" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-tcdevices.5 
new/shorewall-5.1.4.3/manpages/shorewall-tcdevices.5
--- old/shorewall-5.1.4.2/manpages/shorewall-tcdevices.5        2017-06-12 
16:53:26.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-tcdevices.5        2017-06-18 
18:33:49.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-tcdevices
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TCDEVICES" "5" "06/12/2017" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-TCDEVICES" "5" "06/18/2017" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-tcfilters.5 
new/shorewall-5.1.4.3/manpages/shorewall-tcfilters.5
--- old/shorewall-5.1.4.2/manpages/shorewall-tcfilters.5        2017-06-12 
16:53:26.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-tcfilters.5        2017-06-18 
18:33:49.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-tcfilters
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TCFILTERS" "5" "06/12/2017" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-TCFILTERS" "5" "06/18/2017" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-tcinterfaces.5 
new/shorewall-5.1.4.3/manpages/shorewall-tcinterfaces.5
--- old/shorewall-5.1.4.2/manpages/shorewall-tcinterfaces.5     2017-06-12 
16:53:27.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-tcinterfaces.5     2017-06-18 
18:33:50.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-tcinterfaces
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TCINTERFA" "5" "06/12/2017" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-TCINTERFA" "5" "06/18/2017" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-tcpri.5 
new/shorewall-5.1.4.3/manpages/shorewall-tcpri.5
--- old/shorewall-5.1.4.2/manpages/shorewall-tcpri.5    2017-06-12 
16:53:28.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-tcpri.5    2017-06-18 
18:33:51.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-tcpri
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TCPRI" "5" "06/12/2017" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-TCPRI" "5" "06/18/2017" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-tunnels.5 
new/shorewall-5.1.4.3/manpages/shorewall-tunnels.5
--- old/shorewall-5.1.4.2/manpages/shorewall-tunnels.5  2017-06-12 
16:53:28.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-tunnels.5  2017-06-18 
18:33:51.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-tunnels
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-TUNNELS" "5" "06/12/2017" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-TUNNELS" "5" "06/18/2017" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-vardir.5 
new/shorewall-5.1.4.3/manpages/shorewall-vardir.5
--- old/shorewall-5.1.4.2/manpages/shorewall-vardir.5   2017-06-12 
16:53:29.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-vardir.5   2017-06-18 
18:33:52.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-vardir
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-VARDIR" "5" "06/12/2017" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-VARDIR" "5" "06/18/2017" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall-zones.5 
new/shorewall-5.1.4.3/manpages/shorewall-zones.5
--- old/shorewall-5.1.4.2/manpages/shorewall-zones.5    2017-06-12 
16:53:29.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall-zones.5    2017-06-18 
18:33:53.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-zones
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-ZONES" "5" "06/12/2017" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\-ZONES" "5" "06/18/2017" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/manpages/shorewall.conf.5 
new/shorewall-5.1.4.3/manpages/shorewall.conf.5
--- old/shorewall-5.1.4.2/manpages/shorewall.conf.5     2017-06-12 
16:53:10.000000000 +0200
+++ new/shorewall-5.1.4.3/manpages/shorewall.conf.5     2017-06-18 
18:33:31.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall.conf
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\&.CONF" "5" "06/12/2017" "Configuration Files" "Configuration 
Files"
+.TH "SHOREWALL\&.CONF" "5" "06/18/2017" "Configuration Files" "Configuration 
Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/releasenotes.txt 
new/shorewall-5.1.4.3/releasenotes.txt
--- old/shorewall-5.1.4.2/releasenotes.txt      2017-06-12 16:53:04.000000000 
+0200
+++ new/shorewall-5.1.4.3/releasenotes.txt      2017-06-18 18:33:25.000000000 
+0200
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
-                     S H O R E W A L L  5 . 1 . 4 . 2
+                     S H O R E W A L L  5 . 1 . 4 . 3
                        ------------------------------
-                           J u n e  1 2 ,  2 0 1 7
+                           J u n e  1 9 ,  2 0 1 7
 ----------------------------------------------------------------------------
 
 I.    PROBLEMS CORRECTED IN THIS RELEASE
@@ -14,6 +14,18 @@
   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
 ----------------------------------------------------------------------------
 
+5.1.4.3
+
+1)  When running on prior-generation distributions such as RHEL6,
+    IPv6 multi-ISP configurations failed to start due to an error such as
+    the following:
+
+       ERROR: Command "ip -6 -6 route replace default scope global 
+              table 250 nexthop via ::192.88.99.1 dev tun6to4 weight 1"
+              Failed
+
+    Such configurations now start successfully.
+
 5.1.4.2
 
 1)  Many broken links in the manpages have been corrected.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/shorewall.spec 
new/shorewall-5.1.4.3/shorewall.spec
--- old/shorewall-5.1.4.2/shorewall.spec        2017-06-12 16:53:04.000000000 
+0200
+++ new/shorewall-5.1.4.3/shorewall.spec        2017-06-18 18:33:25.000000000 
+0200
@@ -1,6 +1,6 @@
 %define name shorewall
 %define version 5.1.4
-%define release 2
+%define release 3
 
 Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
 Name: %{name}
@@ -161,6 +161,8 @@
 %doc COPYING INSTALL changelog.txt releasenotes.txt Samples
 
 %changelog
+* Sun Jun 18 2017 Tom Eastep [email protected]
+- Updated to 5.1.4-3
 * Mon Jun 12 2017 Tom Eastep [email protected]
 - Updated to 5.1.4-2
 * Fri May 19 2017 Tom Eastep [email protected]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-5.1.4.2/uninstall.sh 
new/shorewall-5.1.4.3/uninstall.sh
--- old/shorewall-5.1.4.2/uninstall.sh  2017-06-12 16:53:04.000000000 +0200
+++ new/shorewall-5.1.4.3/uninstall.sh  2017-06-18 18:33:25.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=5.1.4.2
+VERSION=5.1.4.3
 
 usage() # $1 = exit status
 {

++++++ shorewall-core-5.1.4.2.tar.bz2 -> shorewall-core-5.1.4.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-5.1.4.2/changelog.txt 
new/shorewall-core-5.1.4.3/changelog.txt
--- old/shorewall-core-5.1.4.2/changelog.txt    2017-06-12 16:53:04.000000000 
+0200
+++ new/shorewall-core-5.1.4.3/changelog.txt    2017-06-18 18:33:25.000000000 
+0200
@@ -1,3 +1,9 @@
+Changes in 5.1.4.3
+
+1)  Update release documents.
+
+2)  Don't generate multihop routes unnecessarily
+
 Changes in 5.1.4.2
 
 1)  Update release documents.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-5.1.4.2/configure 
new/shorewall-core-5.1.4.3/configure
--- old/shorewall-core-5.1.4.2/configure        2017-06-12 16:53:03.000000000 
+0200
+++ new/shorewall-core-5.1.4.3/configure        2017-06-18 18:33:25.000000000 
+0200
@@ -28,7 +28,7 @@
 #
 # Build updates this
 #
-VERSION=5.1.4.2
+VERSION=5.1.4.3
 
 case "$BASH_VERSION" in
     [4-9].*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-5.1.4.2/configure.pl 
new/shorewall-core-5.1.4.3/configure.pl
--- old/shorewall-core-5.1.4.2/configure.pl     2017-06-12 16:53:03.000000000 
+0200
+++ new/shorewall-core-5.1.4.3/configure.pl     2017-06-18 18:33:25.000000000 
+0200
@@ -31,7 +31,7 @@
 # Build updates this
 #
 use constant {
-    VERSION => '5.1.4.2'
+    VERSION => '5.1.4.3'
 };
 
 my %params;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-5.1.4.2/install.sh 
new/shorewall-core-5.1.4.3/install.sh
--- old/shorewall-core-5.1.4.2/install.sh       2017-06-12 16:53:03.000000000 
+0200
+++ new/shorewall-core-5.1.4.3/install.sh       2017-06-18 18:33:25.000000000 
+0200
@@ -22,7 +22,7 @@
 #      along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 
-VERSION=5.1.4.2
+VERSION=5.1.4.3
 PRODUCT=shorewall-core
 Product="Shorewall Core"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-5.1.4.2/known_problems.txt 
new/shorewall-core-5.1.4.3/known_problems.txt
--- old/shorewall-core-5.1.4.2/known_problems.txt       2017-06-12 
16:53:04.000000000 +0200
+++ new/shorewall-core-5.1.4.3/known_problems.txt       2017-06-18 
18:33:25.000000000 +0200
@@ -19,3 +19,13 @@
       <$currentfile> line 2.
 
     Corrected in Shorewall 5.1.4.2.
+
+5)  When running on prior-generation distributions such as RHEL6,
+    IPv6 multi-ISP configurations fail to start due to an error such as
+    the following:
+
+       ERROR: Command "ip -6 -6 route replace default scope global 
+              table 250 nexthop via ::192.88.99.1 dev tun6to4 weight 1"
+              Failed
+
+    Corrected in Shorewall 5.1.4.3.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-5.1.4.2/manpages/shorewall.8 
new/shorewall-core-5.1.4.3/manpages/shorewall.8
--- old/shorewall-core-5.1.4.2/manpages/shorewall.8     2017-06-12 
16:54:34.000000000 +0200
+++ new/shorewall-core-5.1.4.3/manpages/shorewall.8     2017-06-18 
18:34:26.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Administrative Commands
 .\"    Source: Administrative Commands
 .\"  Language: English
 .\"
-.TH "SHOREWALL" "8" "06/12/2017" "Administrative Commands" "Administrative 
Commands"
+.TH "SHOREWALL" "8" "06/18/2017" "Administrative Commands" "Administrative 
Commands"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-5.1.4.2/releasenotes.txt 
new/shorewall-core-5.1.4.3/releasenotes.txt
--- old/shorewall-core-5.1.4.2/releasenotes.txt 2017-06-12 16:53:04.000000000 
+0200
+++ new/shorewall-core-5.1.4.3/releasenotes.txt 2017-06-18 18:33:25.000000000 
+0200
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
-                     S H O R E W A L L  5 . 1 . 4 . 2
+                     S H O R E W A L L  5 . 1 . 4 . 3
                        ------------------------------
-                           J u n e  1 2 ,  2 0 1 7
+                           J u n e  1 9 ,  2 0 1 7
 ----------------------------------------------------------------------------
 
 I.    PROBLEMS CORRECTED IN THIS RELEASE
@@ -14,6 +14,18 @@
   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
 ----------------------------------------------------------------------------
 
+5.1.4.3
+
+1)  When running on prior-generation distributions such as RHEL6,
+    IPv6 multi-ISP configurations failed to start due to an error such as
+    the following:
+
+       ERROR: Command "ip -6 -6 route replace default scope global 
+              table 250 nexthop via ::192.88.99.1 dev tun6to4 weight 1"
+              Failed
+
+    Such configurations now start successfully.
+
 5.1.4.2
 
 1)  Many broken links in the manpages have been corrected.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-5.1.4.2/shorewall-core.spec 
new/shorewall-core-5.1.4.3/shorewall-core.spec
--- old/shorewall-core-5.1.4.2/shorewall-core.spec      2017-06-12 
16:53:04.000000000 +0200
+++ new/shorewall-core-5.1.4.3/shorewall-core.spec      2017-06-18 
18:33:25.000000000 +0200
@@ -1,6 +1,6 @@
 %define name shorewall-core
 %define version 5.1.4
-%define release 2
+%define release 3
 
 Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
 Name: %{name}
@@ -69,6 +69,8 @@
 %doc COPYING INSTALL changelog.txt releasenotes.txt
 
 %changelog
+* Sun Jun 18 2017 Tom Eastep [email protected]
+- Updated to 5.1.4-3
 * Mon Jun 12 2017 Tom Eastep [email protected]
 - Updated to 5.1.4-2
 * Fri May 19 2017 Tom Eastep [email protected]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-5.1.4.2/uninstall.sh 
new/shorewall-core-5.1.4.3/uninstall.sh
--- old/shorewall-core-5.1.4.2/uninstall.sh     2017-06-12 16:53:03.000000000 
+0200
+++ new/shorewall-core-5.1.4.3/uninstall.sh     2017-06-18 18:33:25.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=5.1.4.2
+VERSION=5.1.4.3
 PRODUCT=shorewall-core
 Product="Shorewall Core"
 

++++++ shorewall-docs-html-5.1.4.2.tar.bz2 -> 
shorewall-docs-html-5.1.4.3.tar.bz2 ++++++
++++ 6678 lines of diff (skipped)

++++++ shorewall-init-5.1.4.2.tar.bz2 -> shorewall-init-5.1.4.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-5.1.4.2/changelog.txt 
new/shorewall-init-5.1.4.3/changelog.txt
--- old/shorewall-init-5.1.4.2/changelog.txt    2017-06-12 16:53:04.000000000 
+0200
+++ new/shorewall-init-5.1.4.3/changelog.txt    2017-06-18 18:21:01.000000000 
+0200
@@ -1,3 +1,9 @@
+Changes in 5.1.4.3
+
+1)  Update release documents.
+
+2)  Don't generate multihop routes unnecessarily
+
 Changes in 5.1.4.2
 
 1)  Update release documents.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-5.1.4.2/configure 
new/shorewall-init-5.1.4.3/configure
--- old/shorewall-init-5.1.4.2/configure        2017-06-12 16:53:04.000000000 
+0200
+++ new/shorewall-init-5.1.4.3/configure        2017-06-18 18:21:01.000000000 
+0200
@@ -28,7 +28,7 @@
 #
 # Build updates this
 #
-VERSION=5.1.4.2
+VERSION=5.1.4.3
 
 case "$BASH_VERSION" in
     [4-9].*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-5.1.4.2/configure.pl 
new/shorewall-init-5.1.4.3/configure.pl
--- old/shorewall-init-5.1.4.2/configure.pl     2017-06-12 16:53:04.000000000 
+0200
+++ new/shorewall-init-5.1.4.3/configure.pl     2017-06-18 18:21:01.000000000 
+0200
@@ -31,7 +31,7 @@
 # Build updates this
 #
 use constant {
-    VERSION => '5.1.4.2'
+    VERSION => '5.1.4.3'
 };
 
 my %params;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-5.1.4.2/install.sh 
new/shorewall-init-5.1.4.3/install.sh
--- old/shorewall-init-5.1.4.2/install.sh       2017-06-12 16:53:04.000000000 
+0200
+++ new/shorewall-init-5.1.4.3/install.sh       2017-06-18 18:21:01.000000000 
+0200
@@ -27,7 +27,7 @@
 #       Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
02110-1301 USA.
 #
 
-VERSION=5.1.4.2
+VERSION=5.1.4.3
 PRODUCT=shorewall-init
 Product="Shorewall Init"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-5.1.4.2/releasenotes.txt 
new/shorewall-init-5.1.4.3/releasenotes.txt
--- old/shorewall-init-5.1.4.2/releasenotes.txt 2017-06-12 16:53:04.000000000 
+0200
+++ new/shorewall-init-5.1.4.3/releasenotes.txt 2017-06-18 18:21:01.000000000 
+0200
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
-                     S H O R E W A L L  5 . 1 . 4 . 2
+                     S H O R E W A L L  5 . 1 . 4 . 3
                        ------------------------------
-                           J u n e  1 2 ,  2 0 1 7
+                           J u n e  1 9 ,  2 0 1 7
 ----------------------------------------------------------------------------
 
 I.    PROBLEMS CORRECTED IN THIS RELEASE
@@ -14,6 +14,18 @@
   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
 ----------------------------------------------------------------------------
 
+5.1.4.3
+
+1)  When running on prior-generation distributions such as RHEL6,
+    IPv6 multi-ISP configurations failed to start due to an error such as
+    the following:
+
+       ERROR: Command "ip -6 -6 route replace default scope global 
+              table 250 nexthop via ::192.88.99.1 dev tun6to4 weight 1"
+              Failed
+
+    Such configurations now start successfully.
+
 5.1.4.2
 
 1)  Many broken links in the manpages have been corrected.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-5.1.4.2/shorewall-init.spec 
new/shorewall-init-5.1.4.3/shorewall-init.spec
--- old/shorewall-init-5.1.4.2/shorewall-init.spec      2017-06-12 
16:53:04.000000000 +0200
+++ new/shorewall-init-5.1.4.3/shorewall-init.spec      2017-06-18 
18:21:01.000000000 +0200
@@ -1,6 +1,6 @@
 %define name shorewall-init
 %define version 5.1.4
-%define release 2
+%define release 3
 
 Summary: Shorewall-init adds functionality to Shoreline Firewall (Shorewall).
 Name: %{name}
@@ -135,6 +135,8 @@
 %doc COPYING changelog.txt releasenotes.txt
 
 %changelog
+* Sun Jun 18 2017 Tom Eastep [email protected]
+- Updated to 5.1.4-3
 * Mon Jun 12 2017 Tom Eastep [email protected]
 - Updated to 5.1.4-2
 * Fri May 19 2017 Tom Eastep [email protected]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-init-5.1.4.2/uninstall.sh 
new/shorewall-init-5.1.4.3/uninstall.sh
--- old/shorewall-init-5.1.4.2/uninstall.sh     2017-06-12 16:53:04.000000000 
+0200
+++ new/shorewall-init-5.1.4.3/uninstall.sh     2017-06-18 18:21:01.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=5.1.4.2
+VERSION=5.1.4.3
 PRODUCT=shorewall-init
 Product="Shorewall Init"
 

++++++ shorewall-lite-5.1.4.2.tar.bz2 -> shorewall-lite-5.1.4.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-5.1.4.2/changelog.txt 
new/shorewall-lite-5.1.4.3/changelog.txt
--- old/shorewall-lite-5.1.4.2/changelog.txt    2017-06-12 16:53:04.000000000 
+0200
+++ new/shorewall-lite-5.1.4.3/changelog.txt    2017-06-18 18:21:01.000000000 
+0200
@@ -1,3 +1,9 @@
+Changes in 5.1.4.3
+
+1)  Update release documents.
+
+2)  Don't generate multihop routes unnecessarily
+
 Changes in 5.1.4.2
 
 1)  Update release documents.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-5.1.4.2/configure 
new/shorewall-lite-5.1.4.3/configure
--- old/shorewall-lite-5.1.4.2/configure        2017-06-12 16:53:04.000000000 
+0200
+++ new/shorewall-lite-5.1.4.3/configure        2017-06-18 18:21:01.000000000 
+0200
@@ -28,7 +28,7 @@
 #
 # Build updates this
 #
-VERSION=5.1.4.2
+VERSION=5.1.4.3
 
 case "$BASH_VERSION" in
     [4-9].*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-5.1.4.2/configure.pl 
new/shorewall-lite-5.1.4.3/configure.pl
--- old/shorewall-lite-5.1.4.2/configure.pl     2017-06-12 16:53:04.000000000 
+0200
+++ new/shorewall-lite-5.1.4.3/configure.pl     2017-06-18 18:21:01.000000000 
+0200
@@ -31,7 +31,7 @@
 # Build updates this
 #
 use constant {
-    VERSION => '5.1.4.2'
+    VERSION => '5.1.4.3'
 };
 
 my %params;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-5.1.4.2/install.sh 
new/shorewall-lite-5.1.4.3/install.sh
--- old/shorewall-lite-5.1.4.2/install.sh       2017-06-12 16:53:04.000000000 
+0200
+++ new/shorewall-lite-5.1.4.3/install.sh       2017-06-18 18:21:01.000000000 
+0200
@@ -22,7 +22,7 @@
 #      along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 
-VERSION=5.1.4.2
+VERSION=5.1.4.3
 
 usage() # $1 = exit status
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/shorewall-lite-5.1.4.2/manpages/shorewall-lite-vardir.5 
new/shorewall-lite-5.1.4.3/manpages/shorewall-lite-vardir.5
--- old/shorewall-lite-5.1.4.2/manpages/shorewall-lite-vardir.5 2017-06-12 
16:54:28.000000000 +0200
+++ new/shorewall-lite-5.1.4.3/manpages/shorewall-lite-vardir.5 2017-06-18 
18:22:38.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.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-LITE\-VAR" "5" "06/12/2017" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-LITE\-VAR" "5" "06/18/2017" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-5.1.4.2/manpages/shorewall-lite.8 
new/shorewall-lite-5.1.4.3/manpages/shorewall-lite.8
--- old/shorewall-lite-5.1.4.2/manpages/shorewall-lite.8        2017-06-12 
16:54:28.000000000 +0200
+++ new/shorewall-lite-5.1.4.3/manpages/shorewall-lite.8        2017-06-18 
18:22:38.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: shorewall-lite
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Administrative Commands
 .\"    Source: Administrative Commands
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-LITE" "8" "06/12/2017" "Administrative Commands" 
"Administrative Commands"
+.TH "SHOREWALL\-LITE" "8" "06/18/2017" "Administrative Commands" 
"Administrative Commands"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/shorewall-lite-5.1.4.2/manpages/shorewall-lite.conf.5 
new/shorewall-lite-5.1.4.3/manpages/shorewall-lite.conf.5
--- old/shorewall-lite-5.1.4.2/manpages/shorewall-lite.conf.5   2017-06-12 
16:54:27.000000000 +0200
+++ new/shorewall-lite-5.1.4.3/manpages/shorewall-lite.conf.5   2017-06-18 
18:22:37.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.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/12/2017
+.\"      Date: 06/18/2017
 .\"    Manual: Configuration Files
 .\"    Source: Configuration Files
 .\"  Language: English
 .\"
-.TH "SHOREWALL\-LITE\&.CO" "5" "06/12/2017" "Configuration Files" 
"Configuration Files"
+.TH "SHOREWALL\-LITE\&.CO" "5" "06/18/2017" "Configuration Files" 
"Configuration Files"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-5.1.4.2/releasenotes.txt 
new/shorewall-lite-5.1.4.3/releasenotes.txt
--- old/shorewall-lite-5.1.4.2/releasenotes.txt 2017-06-12 16:53:04.000000000 
+0200
+++ new/shorewall-lite-5.1.4.3/releasenotes.txt 2017-06-18 18:21:01.000000000 
+0200
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
-                     S H O R E W A L L  5 . 1 . 4 . 2
+                     S H O R E W A L L  5 . 1 . 4 . 3
                        ------------------------------
-                           J u n e  1 2 ,  2 0 1 7
+                           J u n e  1 9 ,  2 0 1 7
 ----------------------------------------------------------------------------
 
 I.    PROBLEMS CORRECTED IN THIS RELEASE
@@ -14,6 +14,18 @@
   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
 ----------------------------------------------------------------------------
 
+5.1.4.3
+
+1)  When running on prior-generation distributions such as RHEL6,
+    IPv6 multi-ISP configurations failed to start due to an error such as
+    the following:
+
+       ERROR: Command "ip -6 -6 route replace default scope global 
+              table 250 nexthop via ::192.88.99.1 dev tun6to4 weight 1"
+              Failed
+
+    Such configurations now start successfully.
+
 5.1.4.2
 
 1)  Many broken links in the manpages have been corrected.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-5.1.4.2/shorewall-lite.spec 
new/shorewall-lite-5.1.4.3/shorewall-lite.spec
--- old/shorewall-lite-5.1.4.2/shorewall-lite.spec      2017-06-12 
16:53:04.000000000 +0200
+++ new/shorewall-lite-5.1.4.3/shorewall-lite.spec      2017-06-18 
18:21:01.000000000 +0200
@@ -1,6 +1,6 @@
 %define name shorewall-lite
 %define version 5.1.4
-%define release 2
+%define release 3
 %define initdir /etc/init.d
 
 Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux 
systems.
@@ -115,6 +115,8 @@
 %doc COPYING changelog.txt releasenotes.txt
 
 %changelog
+* Sun Jun 18 2017 Tom Eastep [email protected]
+- Updated to 5.1.4-3
 * Mon Jun 12 2017 Tom Eastep [email protected]
 - Updated to 5.1.4-2
 * Fri May 19 2017 Tom Eastep [email protected]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-lite-5.1.4.2/uninstall.sh 
new/shorewall-lite-5.1.4.3/uninstall.sh
--- old/shorewall-lite-5.1.4.2/uninstall.sh     2017-06-12 16:53:04.000000000 
+0200
+++ new/shorewall-lite-5.1.4.3/uninstall.sh     2017-06-18 18:21:01.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=5.1.4.2
+VERSION=5.1.4.3
 
 usage() # $1 = exit status
 {

++++++ shorewall-5.1.4.2.tar.bz2 -> shorewall6-5.1.4.3.tar.bz2 ++++++
++++ 132413 lines of diff (skipped)

++++++ shorewall-lite-5.1.4.2.tar.bz2 -> shorewall6-lite-5.1.4.3.tar.bz2 ++++++
++++ 2954 lines of diff (skipped)


Reply via email to