diff -Nru shorewall-5.2.3.2/changelog.txt shorewall-5.2.3.4/changelog.txt --- shorewall-5.2.3.2/changelog.txt 2019-03-18 01:42:24.000000000 +0000 +++ shorewall-5.2.3.4/changelog.txt 2019-08-27 00:55:56.000000000 +0000 @@ -1,3 +1,22 @@ +Changes in 5.2.3.4 + +1) Update release documents. + +2) Correct handling of multi-queue NFQUEUE as a policy. + +3) Correct handling of multi-queue NFQUEUE as a macro parameter. + +4) Make 'AUTOMAKE=No' the update default. + +5) Correct the description of the 'bypass' NFQUEUE option in + shorewall-rules(5). + +Changes in 5.2.3.3 + +1) Update release documents. + +2) Document fix for an ipset in the SPORT column. + Changes in 5.2.3.2 1) Update release documents. diff -Nru shorewall-5.2.3.2/configfiles/rules.annotated shorewall-5.2.3.4/configfiles/rules.annotated --- shorewall-5.2.3.2/configfiles/rules.annotated 2019-03-18 01:43:54.000000000 +0000 +++ shorewall-5.2.3.4/configfiles/rules.annotated 2019-08-27 00:57:27.000000000 +0000 @@ -387,13 +387,13 @@ # assumed. Beginning with Shorewall 4.6.10, the keyword bypass can be # given. By default, if no userspace program is listening on an NFQUEUE, # then all packets that are to be queued are dropped. When this option is -# used, the NFQUEUE rule is silently bypassed instead. The packet will -# move on to the next rule. Also beginning in Shorewall 4.6.10, a second -# queue number (queuenumber2) may be specified. This specifies a range of -# queues to use. Packets are then balanced across the given queues. This -# is useful for multicore systems: start multiple instances of the -# userspace program on queues x, x+1, .. x+n and use "x:x+n". Packets -# belonging to the same connection are put into the same nfqueue. +# used, the NFQUEUE rule behaves like ACCEPT instead. Also beginning in +# Shorewall 4.6.10, a second queue number (queuenumber2) may be +# specified. This specifies a range of queues to use. Packets are then +# balanced across the given queues. This is useful for multicore systems: +# start multiple instances of the userspace program on queues x, x+1, .. +# x+n and use "x:x+n". Packets belonging to the same connection are put +# into the same nfqueue. # # Beginning with Shorewall 5.1.0, queuenumber2 may be followed by the # letter 'c' to indicate that the CPU ID will be used as an index to map diff -Nru shorewall-5.2.3.2/configure shorewall-5.2.3.4/configure --- shorewall-5.2.3.2/configure 2019-03-18 01:42:24.000000000 +0000 +++ shorewall-5.2.3.4/configure 2019-08-27 00:55:56.000000000 +0000 @@ -28,7 +28,7 @@ # # Build updates this # -VERSION=5.2.3.2 +VERSION=5.2.3.4 case "$BASH_VERSION" in [4-9].*) diff -Nru shorewall-5.2.3.2/configure.pl shorewall-5.2.3.4/configure.pl --- shorewall-5.2.3.2/configure.pl 2019-03-18 01:42:24.000000000 +0000 +++ shorewall-5.2.3.4/configure.pl 2019-08-27 00:55:56.000000000 +0000 @@ -31,7 +31,7 @@ # Build updates this # use constant { - VERSION => '5.2.3.2' + VERSION => '5.2.3.4' }; my %params; diff -Nru shorewall-5.2.3.2/debian/changelog shorewall-5.2.3.4/debian/changelog --- shorewall-5.2.3.2/debian/changelog 2019-03-24 01:40:05.000000000 +0000 +++ shorewall-5.2.3.4/debian/changelog 2019-09-07 12:37:49.000000000 +0000 @@ -1,3 +1,9 @@ +shorewall (5.2.3.4-1) unstable; urgency=medium + + * New Upstream Version + + -- Roberto C. Sanchez Sat, 07 Sep 2019 08:37:49 -0400 + shorewall (5.2.3.2-1) unstable; urgency=medium * New Upstream Version diff -Nru shorewall-5.2.3.2/install.sh shorewall-5.2.3.4/install.sh --- shorewall-5.2.3.2/install.sh 2019-03-18 01:42:24.000000000 +0000 +++ shorewall-5.2.3.4/install.sh 2019-08-27 00:55:56.000000000 +0000 @@ -22,7 +22,7 @@ # along with this program; if not, see . # -VERSION=5.2.3.2 +VERSION=5.2.3.4 usage() # $1 = exit status { diff -Nru shorewall-5.2.3.2/known_problems.txt shorewall-5.2.3.4/known_problems.txt --- shorewall-5.2.3.2/known_problems.txt 2019-03-18 01:42:24.000000000 +0000 +++ shorewall-5.2.3.4/known_problems.txt 2019-08-27 00:55:56.000000000 +0000 @@ -38,3 +38,41 @@ 'shorewall[6] update' Corrected in 5.2.3.2. + +6) If an ipset is listed in the SPORT column, the compiler raises + an error similar to: + + ERROR: Invalid ipset name () /etc/shorewall/rules (line 44) + + Corrected in 5.2.3.3. + +7) If multi-queue NFQUEUE (e.g., NFQUEUE(0:1) ) is used as a policy, + an error such as the following is incorrectly raised. + + ERROR: Invalid policy (NFQUEUE(0) /etc/shorewall/policy (line + 15) + + Corrected in 5.2.3.4. + +8) If multi-queue NFQUEUE( e.g., NFQUEUE(0:1,bypass) ) is passed to a + macro, an error such as the following is incorrectly raised: + + ERROR: Invalid ACTION (PARAM:1c,bypass))) + /usr/share/shorewall/macro.BitTorrent (line 12) + from /etc/shorewall/rules (line 40) + + Corrected in 5.2.3.4. + +9) If shorewall[6].conf doesn't set AUTOMAKE, the 'update' command + will produce a new file with 'AUTOMAKE=Yes'. This results in an + unexpected change of behavior. + + Corrected in 5.2.3.4. + +10) Shorewall-rules(5) incorrectly states that the 'bypass' option to + NFQUEUE causes the rule to be silently bypassed if there is no + application attached to the queue. The actual behavior is that the + rule acts like ACCEPT. + + Corrected in 5.2.3.4. + diff -Nru shorewall-5.2.3.2/manpages/shorewall-accounting.5 shorewall-5.2.3.4/manpages/shorewall-accounting.5 --- shorewall-5.2.3.2/manpages/shorewall-accounting.5 2019-02-11 22:48:52.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-accounting.5 2019-04-12 02:06:21.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-accounting .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-ACCOUNTIN" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-ACCOUNTIN" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -754,7 +754,7 @@ .IP " 1." 4 rules file .RS 4 -\%http://www.shorewall.net/manpages/shorewall-rules.html +\%http://www.shorewall.org/manpages/shorewall-rules.html .RE .IP " 2." 4 xtables-addons @@ -764,15 +764,15 @@ .IP " 3." 4 http://www.shorewall.net/Accounting.html#perIP .RS 4 -\%http://www.shorewall.net/Accounting.html#perIP +\%http://www.shorewall.org/Accounting.html#perIP .RE .IP " 4." 4 shorewall-logging(5) .RS 4 -\%http://www.shorewall.netshorewall-logging.htm +\%http://www.shorewall.orgshorewall-logging.htm .RE .IP " 5." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-actions.5 shorewall-5.2.3.4/manpages/shorewall-actions.5 --- shorewall-5.2.3.2/manpages/shorewall-actions.5 2019-02-11 22:48:53.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-actions.5 2019-04-12 02:06:22.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-actions .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-ACTIONS" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-ACTIONS" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -222,20 +222,20 @@ .IP " 1." 4 shorewall-rules(5) .RS 4 -\%http://www.shorewall.net/manpages/shorewall-rules.html +\%http://www.shorewall.org/manpages/shorewall-rules.html .RE .IP " 2." 4 shorewall-mangle(5) .RS 4 -\%http://www.shorewall.net/manpages/shorewall-mangle.html +\%http://www.shorewall.org/manpages/shorewall-mangle.html .RE .IP " 3." 4 shorewall-snat(5) .RS 4 -\%http://www.shorewall.net/manpages/shorewall-snat.html +\%http://www.shorewall.org/manpages/shorewall-snat.html .RE .IP " 4." 4 http://www.shorewall.net/Actions.html .RS 4 -\%http://www.shorewall.net/Actions.html +\%http://www.shorewall.org/Actions.html .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-addresses.5 shorewall-5.2.3.4/manpages/shorewall-addresses.5 --- shorewall-5.2.3.2/manpages/shorewall-addresses.5 2019-02-11 22:48:54.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-addresses.5 2019-04-12 02:06:23.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-addresses .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-ADDRESSES" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-ADDRESSES" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -258,5 +258,5 @@ .IP " 1." 4 Setup Guide .RS 4 -\%http://www.shorewall.netshorewall_setup_guide.htm#Addressing +\%http://www.shorewall.orgshorewall_setup_guide.htm#Addressing .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-blrules.5 shorewall-5.2.3.4/manpages/shorewall-blrules.5 --- shorewall-5.2.3.2/manpages/shorewall-blrules.5 2019-02-11 22:48:56.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-blrules.5 2019-04-12 02:06:25.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-blrules .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-BLRULES" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-BLRULES" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -291,30 +291,30 @@ .IP " 1." 4 shorewall.conf .RS 4 -\%http://www.shorewall.net/manpages/shorewall.conf.html +\%http://www.shorewall.org/manpages/shorewall.conf.html .RE .IP " 2." 4 shorewall-rules (5) .RS 4 -\%http://www.shorewall.net/manpages/shorewall-rules.html +\%http://www.shorewall.org/manpages/shorewall-rules.html .RE .IP " 3." 4 shorewall-logging(5) .RS 4 -\%http://www.shorewall.netshorewall-logging.html +\%http://www.shorewall.orgshorewall-logging.html .RE .IP " 4." 4 shorewall-actions .RS 4 -\%http://www.shorewall.net/manpages/shorewall-actions.html +\%http://www.shorewall.org/manpages/shorewall-actions.html .RE .IP " 5." 4 http://www.shorewall.net/blacklisting_support.htm .RS 4 -\%http://www.shorewall.net/blacklisting_support.htm +\%http://www.shorewall.org/blacklisting_support.htm .RE .IP " 6." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall.conf.5 shorewall-5.2.3.4/manpages/shorewall.conf.5 --- shorewall-5.2.3.2/manpages/shorewall.conf.5 2019-02-11 22:49:00.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall.conf.5 2019-04-12 02:06:29.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall.conf .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\&.CONF" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\&.CONF" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -2827,127 +2827,127 @@ .IP " 1." 4 shorewall-policy .RS 4 -\%http://www.shorewall.net/manpages/shorewall-policy.html +\%http://www.shorewall.org/manpages/shorewall-policy.html .RE .IP " 2." 4 shorewall-accounting .RS 4 -\%http://www.shorewall.net/manpages/shorewall-accounting.html +\%http://www.shorewall.org/manpages/shorewall-accounting.html .RE .IP " 3." 4 shorewall-nat .RS 4 -\%http://www.shorewall.net/manpages/shorewall-nat.html +\%http://www.shorewall.org/manpages/shorewall-nat.html .RE .IP " 4." 4 shorewall-masq .RS 4 -\%http://www.shorewall.net/manpages/shorewall-masq.html +\%http://www.shorewall.org/manpages/shorewall-masq.html .RE .IP " 5." 4 shorewall-routestopped .RS 4 -\%http://www.shorewall.net/manpages/shorewall-routestopped.html +\%http://www.shorewall.org/manpages/shorewall-routestopped.html .RE .IP " 6." 4 shorewall-stoppedrules .RS 4 -\%http://www.shorewall.net/manpages/shorewall-stoppedrules.html +\%http://www.shorewall.org/manpages/shorewall-stoppedrules.html .RE .IP " 7." 4 shorewall-conntrack .RS 4 -\%http://www.shorewall.net/manpages/shorewall-conntrack.html +\%http://www.shorewall.org/manpages/shorewall-conntrack.html .RE .IP " 8." 4 shorewall-rules .RS 4 -\%http://www.shorewall.net/manpages/shorewall-rules.html +\%http://www.shorewall.org/manpages/shorewall-rules.html .RE .IP " 9." 4 shorewall-providers(5) .RS 4 -\%http://www.shorewall.net/manpages/shorewall-providers.html +\%http://www.shorewall.org/manpages/shorewall-providers.html .RE .IP "10." 4 shorewall-tcfilters(5) .RS 4 -\%http://www.shorewall.net/manpages/shorewall-tcfilters.html +\%http://www.shorewall.org/manpages/shorewall-tcfilters.html .RE .IP "11." 4 shorewall-blrules .RS 4 -\%http://www.shorewall.net/manpages/shorewall-blrules.html +\%http://www.shorewall.org/manpages/shorewall-blrules.html .RE .IP "12." 4 shorewall-tcrules .RS 4 -\%http://www.shorewall.net/manpages/shorewall-tcrules.html +\%http://www.shorewall.org/manpages/shorewall-tcrules.html .RE .IP "13." 4 Shorewall6 .RS 4 -\%http://www.shorewall.net/IPv6Support.html +\%http://www.shorewall.org/IPv6Support.html .RE .IP "14." 4 http://www.shorewall.net/Docker.html .RS 4 -\%http://www.shorewall.net/Docker.html +\%http://www.shorewall.org/Docker.html .RE .IP "15." 4 http://www.shorewall.net/ISO-3661.html .RS 4 -\%http://www.shorewall.net/ISO-3661.html +\%http://www.shorewall.org/ISO-3661.html .RE .IP "16." 4 shorewall-zones .RS 4 -\%http://www.shorewall.net/manpages/shorewall-zones.html +\%http://www.shorewall.org/manpages/shorewall-zones.html .RE .IP "17." 4 shorewall-nesting .RS 4 -\%http://www.shorewall.net/manpages/shorewall-nesting.html +\%http://www.shorewall.org/manpages/shorewall-nesting.html .RE .IP "18." 4 shorewall(8) .RS 4 -\%http://www.shorewall.netmanpages/shorewall.html +\%http://www.shorewall.orgmanpages/shorewall.html .RE .IP "19." 4 shorewall-params(5) .RS 4 -\%http://www.shorewall.net/manpages/shorewall-params.html +\%http://www.shorewall.org/manpages/shorewall-params.html .RE .IP "20." 4 shorewall-interfaces .RS 4 -\%http://www.shorewall.net/manpages/shorewall-interfaces.html +\%http://www.shorewall.org/manpages/shorewall-interfaces.html .RE .IP "21." 4 shorewall-logging(8) .RS 4 -\%http://www.shorewall.netshorewall-logging.html +\%http://www.shorewall.orgshorewall-logging.html .RE .IP "22." 4 shorewall-maclist .RS 4 -\%http://www.shorewall.net/manpages/shorewall-maclist.html +\%http://www.shorewall.org/manpages/shorewall-maclist.html .RE .IP "23." 4 shorewall[6].conf .RS 4 -\%http://www.shorewall.net/manpages/shorewall.conf.html +\%http://www.shorewall.org/manpages/shorewall.conf.html .RE .IP "24." 4 http://www.shorewall.net/MultiISP.html#null_routing .RS 4 -\%http://www.shorewall.net/MultiISP.html#null_routing +\%http://www.shorewall.org/MultiISP.html#null_routing .RE .IP "25." 4 Shorewall Init Package .RS 4 -\%http://www.shorewall.net/manpages/shorewall-init.html +\%http://www.shorewall.org/manpages/shorewall-init.html .RE .IP "26." 4 Hairpin packets are packets that are routed out of the same interface that they arrived on. @@ -2956,15 +2956,15 @@ .IP "28." 4 shorewall-tcinterfaces .RS 4 -\%http://www.shorewall.net/manpages/shorewall-tcinterfaces.html +\%http://www.shorewall.org/manpages/shorewall-tcinterfaces.html .RE .IP "29." 4 shorewall-tcpri .RS 4 -\%http://www.shorewall.net/manpages/shorewall-tcpri.html +\%http://www.shorewall.org/manpages/shorewall-tcpri.html .RE .IP "30." 4 shorewall-rtrules .RS 4 -\%http://www.shorewall.net/manpages/shorewall-rtrules.html +\%http://www.shorewall.org/manpages/shorewall-rtrules.html .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-conntrack.5 shorewall-5.2.3.4/manpages/shorewall-conntrack.5 --- shorewall-5.2.3.2/manpages/shorewall-conntrack.5 2019-02-11 22:49:01.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-conntrack.5 2019-04-12 02:06:31.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall6-conntrack .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-CONNTRAC" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-CONNTRAC" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -801,25 +801,25 @@ .IP " 1." 4 shorewall-actions .RS 4 -\%http://www.shorewall.net/manpages/shorewall-actions.html +\%http://www.shorewall.org/manpages/shorewall-actions.html .RE .IP " 2." 4 shorewall-exclusion .RS 4 -\%http://www.shorewall.net/manpages/shorewall-exclusion.html +\%http://www.shorewall.org/manpages/shorewall-exclusion.html .RE .IP " 3." 4 shorewall-interface .RS 4 -\%http://www.shorewall.netshorewall-interfaces.html +\%http://www.shorewall.orgshorewall-interfaces.html .RE .IP " 4." 4 shorewall-ipsets .RS 4 -\%http://www.shorewall.netshorewall-ipsets.html +\%http://www.shorewall.orgshorewall-ipsets.html .RE .IP " 5." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-ecn.5 shorewall-5.2.3.4/manpages/shorewall-ecn.5 --- shorewall-5.2.3.2/manpages/shorewall-ecn.5 2019-02-11 22:49:02.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-ecn.5 2019-04-12 02:06:32.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-ecn .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-ECN" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-ECN" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -60,5 +60,5 @@ .IP " 1." 4 shorewall-mangle .RS 4 -\%http://www.shorewall.net/manpages/shorewall-mangle.html +\%http://www.shorewall.org/manpages/shorewall-mangle.html .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-exclusion.5 shorewall-5.2.3.4/manpages/shorewall-exclusion.5 --- shorewall-5.2.3.2/manpages/shorewall-exclusion.5 2019-02-11 22:49:03.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-exclusion.5 2019-04-12 02:06:33.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-exclusion .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-EXCLUSION" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-EXCLUSION" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -196,10 +196,10 @@ .IP " 1." 4 shorewall-rules .RS 4 -\%http://www.shorewall.net/manpages/shorewall-rules.html +\%http://www.shorewall.org/manpages/shorewall-rules.html .RE .IP " 2." 4 shorewall-ipsets .RS 4 -\%http://www.shorewall.net/manpages/shorewall-ipsets.html +\%http://www.shorewall.org/manpages/shorewall-ipsets.html .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-files.5 shorewall-5.2.3.4/manpages/shorewall-files.5 --- shorewall-5.2.3.2/manpages/shorewall-files.5 2019-02-11 22:49:05.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-files.5 2019-04-12 02:06:34.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-files .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-FILES" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-FILES" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -1255,165 +1255,165 @@ /etc/shorewall/shorewall.conf and /etc/shorewall6/shorewall6.conf .RS 4 -\%http://www.shorewall.netshorewall.conf.html +\%http://www.shorewall.orgshorewall.conf.html .RE .IP " 2." 4 /etc/shorewall[6]/params .RS 4 -\%http://www.shorewall.netshorewall-params.html +\%http://www.shorewall.orgshorewall-params.html .RE .IP " 3." 4 /etc/shorewall[6]/zones .RS 4 -\%http://www.shorewall.netshorewall-zones.html +\%http://www.shorewall.orgshorewall-zones.html .RE .IP " 4." 4 /etc/shorewall[6]/policy .RS 4 -\%http://www.shorewall.netshorewall-policy.html +\%http://www.shorewall.orgshorewall-policy.html .RE .IP " 5." 4 /etc/shorewall[6]/interfaces .RS 4 -\%http://www.shorewall.netshorewall-interfaces.html +\%http://www.shorewall.orgshorewall-interfaces.html .RE .IP " 6." 4 /etc/shorewall[6]/hosts .RS 4 -\%http://www.shorewall.netshorewall-hosts.html +\%http://www.shorewall.orgshorewall-hosts.html .RE .IP " 7." 4 /etc/shorewall[6]/masq .RS 4 -\%http://www.shorewall.netshorewall-masq.html +\%http://www.shorewall.orgshorewall-masq.html .RE .IP " 8." 4 /etc/shorewall[6]/mangle .RS 4 -\%http://www.shorewall.netshorewall-mangle.html +\%http://www.shorewall.orgshorewall-mangle.html .RE .IP " 9." 4 /etc/shorewall[6]/rules .RS 4 -\%http://www.shorewall.netshorewall-rules.html +\%http://www.shorewall.orgshorewall-rules.html .RE .IP "10." 4 /etc/shorewall[6]/nat .RS 4 -\%http://www.shorewall.netshorewall-nat.html +\%http://www.shorewall.orgshorewall-nat.html .RE .IP "11." 4 /etc/shorewall6/proxyarp .RS 4 -\%http://www.shorewall.netshorewall-proxyarp.html +\%http://www.shorewall.orgshorewall-proxyarp.html .RE .IP "12." 4 /etc/shorewall6/proxyndp .RS 4 -\%http://www.shorewall.netshorewall-proxyndp.html +\%http://www.shorewall.orgshorewall-proxyndp.html .RE .IP "13." 4 /etc/shorewall[6]/tcrules .RS 4 -\%http://www.shorewall.netshorewall-tcrules.html +\%http://www.shorewall.orgshorewall-tcrules.html .RE .IP "14." 4 /etc/shorewall[6]/tos .RS 4 -\%http://www.shorewall.netshorewall-tos.html +\%http://www.shorewall.orgshorewall-tos.html .RE .IP "15." 4 /etc/shorewall[6]/tunnels .RS 4 -\%http://www.shorewall.netshorewall-tunnels.html +\%http://www.shorewall.orgshorewall-tunnels.html .RE .IP "16." 4 /etc/shorewall[6]/blacklist .RS 4 -\%http://www.shorewall.netshorewall-blacklist.html +\%http://www.shorewall.orgshorewall-blacklist.html .RE .IP "17." 4 /etc/shorewall/ecn .RS 4 -\%http://www.shorewall.netshorewall-ecn.html +\%http://www.shorewall.orgshorewall-ecn.html .RE .IP "18." 4 /etc/shorewall/accounting .RS 4 -\%http://www.shorewall.netshorewall-accounting.html +\%http://www.shorewall.orgshorewall-accounting.html .RE .IP "19." 4 /etc/shorewall[6]/actions .RS 4 -\%http://www.shorewall.netshorewall-actions.html +\%http://www.shorewall.orgshorewall-actions.html .RE .IP "20." 4 /etc/shorewall[6]/providers .RS 4 -\%http://www.shorewall.net??? +\%http://www.shorewall.org??? .RE .IP "21." 4 /etc/shorewall[6]/rtrules .RS 4 -\%http://www.shorewall.netshorewall-rtrules.html +\%http://www.shorewall.orgshorewall-rtrules.html .RE .IP "22." 4 /etc/shorewall[6]/tcdevices .RS 4 -\%http://www.shorewall.netshorewall-tcdevices.html +\%http://www.shorewall.orgshorewall-tcdevices.html .RE .IP "23." 4 /etc/shorewall[6]/tcclasses .RS 4 -\%http://www.shorewall.netshorewall-tcclasses.html +\%http://www.shorewall.orgshorewall-tcclasses.html .RE .IP "24." 4 /etc/shorewall[6]/tcfilters .RS 4 -\%http://www.shorewall.netshorewall-tcfilters.html +\%http://www.shorewall.orgshorewall-tcfilters.html .RE .IP "25." 4 /etc/shorewall[6]/tcinterfaces .RS 4 -\%http://www.shorewall.netshorewall-tcinterfaces.html +\%http://www.shorewall.orgshorewall-tcinterfaces.html .RE .IP "26." 4 /etc/shorewall[6]/tcpri .RS 4 -\%http://www.shorewall.netshorewall-tcpri.html +\%http://www.shorewall.orgshorewall-tcpri.html .RE .IP "27." 4 /etc/shorewall[6]/secmarks .RS 4 -\%http://www.shorewall.netshorewall-secmarks.html +\%http://www.shorewall.orgshorewall-secmarks.html .RE .IP "28." 4 /etc/shorewall[6]/vardir .RS 4 -\%http://www.shorewall.netshorewall-vardir.html +\%http://www.shorewall.orgshorewall-vardir.html .RE .IP "29." 4 /etc/shorewall/arprules .RS 4 -\%http://www.shorewall.netshorewall-arprules.html +\%http://www.shorewall.orgshorewall-arprules.html .RE .IP "30." 4 /etc/shorewall[6]/snat .RS 4 -\%http://www.shorewall.netshorewall-snat.html +\%http://www.shorewall.orgshorewall-snat.html .RE .IP "31." 4 shorewall-params(5) .RS 4 -\%http://www.shorewall.netmanpages/shorewall-params.html +\%http://www.shorewall.orgmanpages/shorewall-params.html .RE .IP "32." 4 shorewall-rules .RS 4 -\%http://www.shorewall.netmanpages/shorewall-rules.html +\%http://www.shorewall.orgmanpages/shorewall-rules.html .RE .IP "33." 4 shorewall6-rules .RS 4 -\%http://www.shorewall.netmanpages6/shorewall6-rules.html +\%http://www.shorewall.orgmanpages6/shorewall6-rules.html .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-hosts.5 shorewall-5.2.3.4/manpages/shorewall-hosts.5 --- shorewall-5.2.3.2/manpages/shorewall-hosts.5 2019-02-11 22:49:06.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-hosts.5 2019-04-12 02:06:35.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-hosts .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-HOSTS" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-HOSTS" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -268,35 +268,35 @@ .IP " 1." 4 shorewall-zones .RS 4 -\%http://www.shorewall.net/manpages/shorewall-zones.html +\%http://www.shorewall.org/manpages/shorewall-zones.html .RE .IP " 2." 4 shorewall-interfaces .RS 4 -\%http://www.shorewall.net/manpages/shorewall-interfaces.html +\%http://www.shorewall.org/manpages/shorewall-interfaces.html .RE .IP " 3." 4 shorewall-exclusion .RS 4 -\%http://www.shorewall.net/manpages/shorewall-exclusion.html +\%http://www.shorewall.org/manpages/shorewall-exclusion.html .RE .IP " 4." 4 shorewall-blacklist .RS 4 -\%http://www.shorewall.net/manpages/shorewall-blacklist.html +\%http://www.shorewall.org/manpages/shorewall-blacklist.html .RE .IP " 5." 4 shorewall-maclist .RS 4 -\%http://www.shorewall.net/manpages/shorewall-maclist.html +\%http://www.shorewall.org/manpages/shorewall-maclist.html .RE .IP " 6." 4 shorewall.conf .RS 4 -\%http://www.shorewall.net/manpages/shorewall.conf.html +\%http://www.shorewall.org/manpages/shorewall.conf.html .RE .IP " 7." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-init.8 shorewall-5.2.3.4/manpages/shorewall-init.8 --- shorewall-5.2.3.2/manpages/shorewall-init.8 2019-02-11 22:49:06.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-init.8 2019-04-12 02:06:36.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-init .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Administrative Commands .\" Source: Administrative Commands .\" Language: English .\" -.TH "SHOREWALL\-INIT" "8" "02/11/2019" "Administrative Commands" "Administrative Commands" +.TH "SHOREWALL\-INIT" "8" "04/11/2019" "Administrative Commands" "Administrative Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -182,10 +182,10 @@ .IP " 1." 4 shorewall.conf .RS 4 -\%http://www.shorewall.net/manpages/shorewall.conf.html +\%http://www.shorewall.org/manpages/shorewall.conf.html .RE .IP " 2." 4 shorewall6.conf .RS 4 -\%http://www.shorewall.net/manpages6/shorewall6.conf.html +\%http://www.shorewall.org/manpages6/shorewall6.conf.html .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-interfaces.5 shorewall-5.2.3.4/manpages/shorewall-interfaces.5 --- shorewall-5.2.3.2/manpages/shorewall-interfaces.5 2019-02-11 22:49:08.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-interfaces.5 2019-04-12 02:06:38.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-interfaces .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-INTERFACE" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-INTERFACE" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -1064,77 +1064,77 @@ .IP " 1." 4 shorewall-hosts .RS 4 -\%http://www.shorewall.net/manpages/shorewall-hosts.html +\%http://www.shorewall.org/manpages/shorewall-hosts.html .RE .IP " 2." 4 http://www.shorewall.net/FAQ.htm#faq18 .RS 4 -\%http://www.shorewall.net/FAQ.htm#faq18 +\%http://www.shorewall.org/FAQ.htm#faq18 .RE .IP " 3." 4 shorewall-nesting .RS 4 -\%http://www.shorewall.net/manpages/shorewall-nesting.html +\%http://www.shorewall.org/manpages/shorewall-nesting.html .RE .IP " 4." 4 shorewall6-zones .RS 4 -\%http://www.shorewall.net/manpages6/shorewall6-zones.html +\%http://www.shorewall.org/manpages6/shorewall6-zones.html .RE .IP " 5." 4 Proxy ARP .RS 4 -\%http://www.shorewall.net/ProxyARP.htm +\%http://www.shorewall.org/ProxyARP.htm .RE .IP " 6." 4 shorewall-blacklist .RS 4 -\%http://www.shorewall.net/manpages/shorewall-blacklist.html +\%http://www.shorewall.org/manpages/shorewall-blacklist.html .RE .IP " 7." 4 shorewall-zones .RS 4 -\%http://www.shorewall.net/manpages/shorewall-zones.html +\%http://www.shorewall.org/manpages/shorewall-zones.html .RE .IP " 8." 4 shorewall.conf(5) .RS 4 -\%http://www.shorewall.net/manpages/shorewall.conf.html +\%http://www.shorewall.org/manpages/shorewall.conf.html .RE .IP " 9." 4 simple bridge .RS 4 -\%http://www.shorewall.net/SimpleBridge.html +\%http://www.shorewall.org/SimpleBridge.html .RE .IP "10." 4 Shorewall-perl for firewall/bridging .RS 4 -\%http://www.shorewall.net/bridge-Shorewall-perl.html +\%http://www.shorewall.org/bridge-Shorewall-perl.html .RE .IP "11." 4 shorewall-rules .RS 4 -\%http://www.shorewall.net/manpages/shorewall-rules.html +\%http://www.shorewall.org/manpages/shorewall-rules.html .RE .IP "12." 4 shorewall-maclist .RS 4 -\%http://www.shorewall.net/manpages/shorewall-maclist.html +\%http://www.shorewall.org/manpages/shorewall-maclist.html .RE .IP "13." 4 http://www.shorewall.net/Dynamic.html .RS 4 -\%http://www.shorewall.net/Dynamic.html +\%http://www.shorewall.org/Dynamic.html .RE .IP "14." 4 http://www.shorewall.net/bridge-Shorewall-perl.html#Multiple .RS 4 -\%http://www.shorewall.net/bridge-Shorewall-perl.html#Multiple +\%http://www.shorewall.org/bridge-Shorewall-perl.html#Multiple .RE .IP "15." 4 shorewall-proxyarp .RS 4 -\%http://www.shorewall.net/manpages/shorewall-proxyarp.html +\%http://www.shorewall.org/manpages/shorewall-proxyarp.html .RE .IP "16." 4 http://tldp.org/HOWTO/Proxy-ARP-Subnet/index.html. @@ -1144,15 +1144,15 @@ .IP "17." 4 shorewall-providers .RS 4 -\%http://www.shorewall.net/manpages/shorewall-providers.html +\%http://www.shorewall.org/manpages/shorewall-providers.html .RE .IP "18." 4 http://www.shorewall.net/UPnP.html .RS 4 -\%http://www.shorewall.net/UPnP.html +\%http://www.shorewall.org/UPnP.html .RE .IP "19." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-ipsets.5 shorewall-5.2.3.4/manpages/shorewall-ipsets.5 --- shorewall-5.2.3.2/manpages/shorewall-ipsets.5 2019-02-11 22:49:09.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-ipsets.5 2019-04-12 02:06:39.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-ipsets .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-IPSETS" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-IPSETS" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -262,10 +262,10 @@ .IP " 1." 4 shorewall-exclusion .RS 4 -\%http://www.shorewall.net/manpages/shorewall-exclusion.html +\%http://www.shorewall.org/manpages/shorewall-exclusion.html .RE .IP " 2." 4 shorewall-tcfilters(5) .RS 4 -\%http://www.shorewall.net/manpages/shorewall-tcfilters.html +\%http://www.shorewall.org/manpages/shorewall-tcfilters.html .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-logging.5 shorewall-5.2.3.4/manpages/shorewall-logging.5 --- shorewall-5.2.3.2/manpages/shorewall-logging.5 2019-02-11 22:49:10.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-logging.5 2019-04-12 02:06:40.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-logging .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-LOGGING" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-LOGGING" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -401,60 +401,60 @@ .IP " 1." 4 /etc/shorewall/rules .RS 4 -\%http://www.shorewall.netmanpages/shorewall-rules.html +\%http://www.shorewall.orgmanpages/shorewall-rules.html .RE .IP " 2." 4 data connection associated with an FTP control connection .RS 4 -\%http://www.shorewall.netFTP.html +\%http://www.shorewall.orgFTP.html .RE .IP " 3." 4 shorewall.conf .RS 4 -\%http://www.shorewall.netmanpages/shorewall.conf.html +\%http://www.shorewall.orgmanpages/shorewall.conf.html .RE .IP " 4." 4 shorewall-interfaces(5) .RS 4 -\%http://www.shorewall.netmanpages/shorewall-interfaces.html +\%http://www.shorewall.orgmanpages/shorewall-interfaces.html .RE .IP " 5." 4 shorewall-policy(5) .RS 4 -\%http://www.shorewall.netmanpages/shorewall-policy.html +\%http://www.shorewall.orgmanpages/shorewall-policy.html .RE .IP " 6." 4 Shorewall FAQ 16 .RS 4 -\%http://www.shorewall.netFAQ.htm#faq16 +\%http://www.shorewall.orgFAQ.htm#faq16 .RE .IP " 7." 4 FAQ #17 .RS 4 -\%http://www.shorewall.net/FAQ.htm#faq17 +\%http://www.shorewall.org/FAQ.htm#faq17 .RE .IP " 8." 4 shorewall.conf(5) .RS 4 -\%http://www.shorewall.net/manpages/shorewall.conf.html +\%http://www.shorewall.org/manpages/shorewall.conf.html .RE .IP " 9." 4 shorewall6.conf(5) .RS 4 -\%http://www.shorewall.net/manpages6/shorewall6.conf.html +\%http://www.shorewall.org/manpages6/shorewall6.conf.html .RE .IP "10." 4 shorewall[6].conf man page .RS 4 -\%http://www.shorewall.netshorewall.conf.html +\%http://www.shorewall.orgshorewall.conf.html .RE .IP "11." 4 shorewall6.conf(5) .RS 4 -\%http://www.shorewall.netmanpages6/shorewall6.conf.html +\%http://www.shorewall.orgmanpages6/shorewall6.conf.html .RE .IP "12." 4 http://www.shorewall.net/shorewall_logging.html .RS 4 -\%http://www.shorewall.net/shorewall_logging.htm +\%http://www.shorewall.org/shorewall_logging.htm .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-maclist.5 shorewall-5.2.3.4/manpages/shorewall-maclist.5 --- shorewall-5.2.3.2/manpages/shorewall-maclist.5 2019-02-11 22:49:11.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-maclist.5 2019-04-12 02:06:41.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-maclist .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-MACLIST" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-MACLIST" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -91,25 +91,25 @@ .IP " 1." 4 shorewall-interfaces .RS 4 -\%http://www.shorewall.net/manpages/shorewall-interfaces.html +\%http://www.shorewall.org/manpages/shorewall-interfaces.html .RE .IP " 2." 4 shorewall-hosts .RS 4 -\%http://www.shorewall.net/manpages/shorewall-hosts.html +\%http://www.shorewall.org/manpages/shorewall-hosts.html .RE .IP " 3." 4 shorewall.conf .RS 4 -\%http://www.shorewall.net/manpages/shorewall.conf.html +\%http://www.shorewall.org/manpages/shorewall.conf.html .RE .IP " 4." 4 http://www.shorewall.net/MAC_Validation.html .RS 4 -\%http://www.shorewall.net/MAC_Validation.html +\%http://www.shorewall.org/MAC_Validation.html .RE .IP " 5." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-mangle.5 shorewall-5.2.3.4/manpages/shorewall-mangle.5 --- shorewall-5.2.3.2/manpages/shorewall-mangle.5 2019-02-11 22:49:12.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-mangle.5 2019-04-12 02:06:43.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-mangle .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-MANGLE" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-MANGLE" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -1357,85 +1357,85 @@ .IP " 1." 4 shorewall-tcrules(5) .RS 4 -\%http://www.shorewall.net/manpages/shorewall-tcrules.html +\%http://www.shorewall.org/manpages/shorewall-tcrules.html .RE .IP " 2." 4 shorewall-rules .RS 4 -\%http://www.shorewall.net/manpages/shorewall-rules.html +\%http://www.shorewall.org/manpages/shorewall-rules.html .RE .IP " 3." 4 http://www.shorewall.net/MultiISP.html .RS 4 -\%http://www.shorewall.net/MultiISP.html +\%http://www.shorewall.org/MultiISP.html .RE .IP " 4." 4 shorewall.conf(5) .RS 4 -\%http://www.shorewall.net/manpages/shorewall.conf.html +\%http://www.shorewall.org/manpages/shorewall.conf.html .RE .IP " 5." 4 shorewall-actions(5) .RS 4 -\%http://www.shorewall.netmanpages/shorewall-actions.html +\%http://www.shorewall.orgmanpages/shorewall-actions.html .RE .IP " 6." 4 shorewall-tcdevices .RS 4 -\%http://www.shorewall.net/manpages/shorewall-tcdevices.html +\%http://www.shorewall.org/manpages/shorewall-tcdevices.html .RE .IP " 7." 4 shorewall-tcclasses .RS 4 -\%http://www.shorewall.net/manpages/shorewall-tcclasses.html +\%http://www.shorewall.org/manpages/shorewall-tcclasses.html .RE .IP " 8." 4 shorewall-providers(5) .RS 4 -\%http://www.shorewall.net/manpages/shorewall-providers.html +\%http://www.shorewall.org/manpages/shorewall-providers.html .RE .IP " 9." 4 shorewall-ecn(5) .RS 4 -\%http://www.shorewall.net/manpages/shorewall-ecn.html +\%http://www.shorewall.org/manpages/shorewall-ecn.html .RE .IP "10." 4 shorewall-actions .RS 4 -\%http://www.shorewall.net/manpages/shorewall-actions.html +\%http://www.shorewall.org/manpages/shorewall-actions.html .RE .IP "11." 4 shorewall-interfaces .RS 4 -\%http://www.shorewall.net/manpages/shorewall-interfaces.html +\%http://www.shorewall.org/manpages/shorewall-interfaces.html .RE .IP "12." 4 shorewall-exclusion .RS 4 -\%http://www.shorewall.net/manpages/shorewall-exclusion.html +\%http://www.shorewall.org/manpages/shorewall-exclusion.html .RE .IP "13." 4 shorewall.conf .RS 4 -\%http://www.shorewall.net/manpages/shorewall.conf +\%http://www.shorewall.org/manpages/shorewall.conf .RE .IP "14." 4 http://www.shorewall.net/configuration_file_basics.htm#ICMP .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#ICMP +\%http://www.shorewall.org/configuration_file_basics.htm#ICMP .RE .IP "15." 4 http://www.shorewall.net/traffic_shaping.htm .RS 4 -\%http://www.shorewall.net/traffic_shaping.htm +\%http://www.shorewall.org/traffic_shaping.htm .RE .IP "16." 4 http://www.shorewall.net/PacketMarking.html .RS 4 -\%http://www.shorewall.net/PacketMarking.html +\%http://www.shorewall.org/PacketMarking.html .RE .IP "17." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-modules.5 shorewall-5.2.3.4/manpages/shorewall-modules.5 --- shorewall-5.2.3.2/manpages/shorewall-modules.5 2019-02-11 22:49:13.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-modules.5 2019-04-12 02:06:44.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-modules .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-MODULES" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-MODULES" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -114,5 +114,5 @@ .IP " 1." 4 shorewall.conf .RS 4 -\%http://www.shorewall.net/manpages/shorewall.conf.html +\%http://www.shorewall.org/manpages/shorewall.conf.html .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-names.5 shorewall-5.2.3.4/manpages/shorewall-names.5 --- shorewall-5.2.3.2/manpages/shorewall-names.5 2019-02-11 22:49:14.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-names.5 2019-04-12 02:06:45.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-names .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-NAMES" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-NAMES" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -457,35 +457,35 @@ .IP " 1." 4 Zone .RS 4 -\%http://www.shorewall.netmanpages/shorewall-zones.html +\%http://www.shorewall.orgmanpages/shorewall-zones.html .RE .IP " 2." 4 ipsets .RS 4 -\%http://www.shorewall.netipsets.html +\%http://www.shorewall.orgipsets.html .RE .IP " 3." 4 Actions .RS 4 -\%http://www.shorewall.netActions.html +\%http://www.shorewall.orgActions.html .RE .IP " 4." 4 shorewall.conf .RS 4 -\%http://www.shorewall.netmanpages/shorewall.conf.html +\%http://www.shorewall.orgmanpages/shorewall.conf.html .RE .IP " 5." 4 shorewall-interfaces .RS 4 -\%http://www.shorewall.netmanpages/shorewall-interfaces.html +\%http://www.shorewall.orgmanpages/shorewall-interfaces.html .RE .IP " 6." 4 shorewall-masq .RS 4 -\%http://www.shorewall.netmanpages/shorewall-masq.html +\%http://www.shorewall.orgmanpages/shorewall-masq.html .RE .IP " 7." 4 shorewall-providers .RS 4 -\%http://www.shorewall.netmanpages/shorewall-providers.html +\%http://www.shorewall.orgmanpages/shorewall-providers.html .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-nat.5 shorewall-5.2.3.4/manpages/shorewall-nat.5 --- shorewall-5.2.3.2/manpages/shorewall-nat.5 2019-02-11 22:49:15.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-nat.5 2019-04-12 02:06:46.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-nat .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-NAT" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-NAT" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -249,35 +249,35 @@ .IP " 1." 4 http://www.shorewall.net/FAQ.htm#faq1 .RS 4 -\%http://www.shorewall.net/FAQ.htm#faq1 +\%http://www.shorewall.org/FAQ.htm#faq1 .RE .IP " 2." 4 shorewall-proxyarp .RS 4 -\%http://www.shorewall.net/manpages/shorewall-proxyarp.html +\%http://www.shorewall.org/manpages/shorewall-proxyarp.html .RE .IP " 3." 4 shorewall6-proxyndp .RS 4 -\%http://www.shorewall.net/manpages6/shorewall6-proxyndp.html +\%http://www.shorewall.org/manpages6/shorewall6-proxyndp.html .RE .IP " 4." 4 shorewall.conf .RS 4 -\%http://www.shorewall.net/manpages/shorewall.conf.html +\%http://www.shorewall.org/manpages/shorewall.conf.html .RE .IP " 5." 4 shorewall-interfaces .RS 4 -\%http://www.shorewall.net/manpages/shorewall-interfaces.html +\%http://www.shorewall.org/manpages/shorewall-interfaces.html .RE .IP " 6." 4 http://www.shorewall.net/NAT.htm .RS 4 -\%http://www.shorewall.net/NAT.htm +\%http://www.shorewall.org/NAT.htm .RE .IP " 7." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-nesting.5 shorewall-5.2.3.4/manpages/shorewall-nesting.5 --- shorewall-5.2.3.2/manpages/shorewall-nesting.5 2019-02-11 22:49:16.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-nesting.5 2019-04-12 02:06:47.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-nesting .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-NESTING" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-NESTING" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -299,15 +299,15 @@ .IP " 1." 4 shorewall-zones .RS 4 -\%http://www.shorewall.net/manpages/shorewall-zones.html +\%http://www.shorewall.org/manpages/shorewall-zones.html .RE .IP " 2." 4 shorewall-policy .RS 4 -\%http://www.shorewall.net/manpages/shorewall-policy.html +\%http://www.shorewall.org/manpages/shorewall-policy.html .RE .IP " 3." 4 shorewall.conf .RS 4 -\%http://www.shorewall.net/manpages/shorewall.conf.html +\%http://www.shorewall.org/manpages/shorewall.conf.html .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-netmap.5 shorewall-5.2.3.4/manpages/shorewall-netmap.5 --- shorewall-5.2.3.2/manpages/shorewall-netmap.5 2019-02-11 22:49:17.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-netmap.5 2019-04-12 02:06:48.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-netmap .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-NETMAP" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-NETMAP" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -138,25 +138,25 @@ .IP " 1." 4 exclusion .RS 4 -\%http://www.shorewall.net/manpages/shorewall-exclusion.html +\%http://www.shorewall.org/manpages/shorewall-exclusion.html .RE .IP " 2." 4 shorewall-interfaces .RS 4 -\%http://www.shorewall.net/manpages/shorewall-interfaces.html +\%http://www.shorewall.org/manpages/shorewall-interfaces.html .RE .IP " 3." 4 http://www.shorewall.net/configuration_file_basics.htm#ICMP .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#ICMP +\%http://www.shorewall.org/configuration_file_basics.htm#ICMP .RE .IP " 4." 4 http://www.shorewall.net/netmap.html .RS 4 -\%http://www.shorewall.net/netmap.html +\%http://www.shorewall.org/netmap.html .RE .IP " 5." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-params.5 shorewall-5.2.3.4/manpages/shorewall-params.5 --- shorewall-5.2.3.2/manpages/shorewall-params.5 2019-02-11 22:49:18.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-params.5 2019-04-12 02:06:49.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-params .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-PARAMS" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-PARAMS" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -187,15 +187,15 @@ .IP " 1." 4 shorewall.conf .RS 4 -\%http://www.shorewall.net/manpages/shorewall.conf.html +\%http://www.shorewall.org/manpages/shorewall.conf.html .RE .IP " 2." 4 shorewall-interfaces .RS 4 -\%http://www.shorewall.net/manpages/shorewall-interfaces.html +\%http://www.shorewall.org/manpages/shorewall-interfaces.html .RE .IP " 3." 4 http://www.shorewall.net/configuration_file_basics.htm#Variables .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Variables +\%http://www.shorewall.org/configuration_file_basics.htm#Variables .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-policy.5 shorewall-5.2.3.4/manpages/shorewall-policy.5 --- shorewall-5.2.3.2/manpages/shorewall-policy.5 2019-02-11 22:49:19.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-policy.5 2019-04-12 02:06:50.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-policy .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-POLICY" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-POLICY" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -339,35 +339,35 @@ .IP " 1." 4 shorewall-zones .RS 4 -\%http://www.shorewall.net/manpages/shorewall-zones.html +\%http://www.shorewall.org/manpages/shorewall-zones.html .RE .IP " 2." 4 shorewall-blrules .RS 4 -\%http://www.shorewall.net/manpages/shorewall-blrules.html +\%http://www.shorewall.org/manpages/shorewall-blrules.html .RE .IP " 3." 4 shorewall-rules .RS 4 -\%http://www.shorewall.net/manpages/shorewall-rules.html +\%http://www.shorewall.org/manpages/shorewall-rules.html .RE .IP " 4." 4 shorewall.conf .RS 4 -\%http://www.shorewall.net/manpages/shorewall.conf.html +\%http://www.shorewall.org/manpages/shorewall.conf.html .RE .IP " 5." 4 shorewall-nesting .RS 4 -\%http://www.shorewall.net/manpages/shorewall-nesting.html +\%http://www.shorewall.org/manpages/shorewall-nesting.html .RE .IP " 6." 4 shorewall-logging(5) .RS 4 -\%http://www.shorewall.net/shorewall_logging.html +\%http://www.shorewall.org/shorewall_logging.html .RE .IP " 7." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-providers.5 shorewall-5.2.3.4/manpages/shorewall-providers.5 --- shorewall-5.2.3.2/manpages/shorewall-providers.5 2019-02-11 22:49:20.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-providers.5 2019-04-12 02:06:51.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-providers .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-PROVIDERS" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-PROVIDERS" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -546,35 +546,35 @@ .IP " 1." 4 shorewall-mangle(5) .RS 4 -\%http://www.shorewall.net/manpages/shorewall-mangle.html +\%http://www.shorewall.org/manpages/shorewall-mangle.html .RE .IP " 2." 4 shorewall.conf(5) .RS 4 -\%http://www.shorewall.net/manpages/shorewall.conf.html +\%http://www.shorewall.org/manpages/shorewall.conf.html .RE .IP " 3." 4 shorewall-interfaces(5) .RS 4 -\%http://www.shorewall.net/manpages/shorewall-interfaces.html +\%http://www.shorewall.org/manpages/shorewall-interfaces.html .RE .IP " 4." 4 http://www.shorewall.net/Shorewall_Squid_Usage.html .RS 4 -\%http://www.shorewall.net/Shorewall_Squid_Usage.html +\%http://www.shorewall.org/Shorewall_Squid_Usage.html .RE .IP " 5." 4 shorewall-rtrules(5) .RS 4 -\%http://www.shorewall.netshorewall-rtrules.html +\%http://www.shorewall.orgshorewall-rtrules.html .RE .IP " 6." 4 http://www.shorewall.net/MultiISP.html .RS 4 -\%http://www.shorewall.net/MultiISP.html +\%http://www.shorewall.org/MultiISP.html .RE .IP " 7." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-proxyarp.5 shorewall-5.2.3.4/manpages/shorewall-proxyarp.5 --- shorewall-5.2.3.2/manpages/shorewall-proxyarp.5 2019-02-11 22:49:21.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-proxyarp.5 2019-04-12 02:06:52.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-proxyarp .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-PROXYARP" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-PROXYARP" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -128,10 +128,10 @@ .IP " 1." 4 http://www.shorewall.net/ProxyARP.htm .RS 4 -\%http://www.shorewall.net/ProxyARP.htm +\%http://www.shorewall.org/ProxyARP.htm .RE .IP " 2." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-proxyndp.5 shorewall-5.2.3.4/manpages/shorewall-proxyndp.5 --- shorewall-5.2.3.2/manpages/shorewall-proxyndp.5 2019-02-11 22:49:22.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-proxyndp.5 2019-04-12 02:06:53.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall6-proxyndp .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-PROXYNDP" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-PROXYNDP" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -125,5 +125,5 @@ .IP " 1." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-routes.5 shorewall-5.2.3.4/manpages/shorewall-routes.5 --- shorewall-5.2.3.2/manpages/shorewall-routes.5 2019-02-11 22:49:23.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-routes.5 2019-04-12 02:06:54.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-routes .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-ROUTES" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-ROUTES" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -110,10 +110,10 @@ .IP " 1." 4 shorewall-providers .RS 4 -\%http://www.shorewall.net/manpages/shorewall-providers.html +\%http://www.shorewall.org/manpages/shorewall-providers.html .RE .IP " 2." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-rtrules.5 shorewall-5.2.3.4/manpages/shorewall-rtrules.5 --- shorewall-5.2.3.2/manpages/shorewall-rtrules.5 2019-02-11 22:49:23.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-rtrules.5 2019-04-12 02:06:55.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-rtrules .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-RTRULES" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-RTRULES" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -185,15 +185,15 @@ .IP " 1." 4 shorewall-providers .RS 4 -\%http://www.shorewall.net/manpages/shorewall-providers.html +\%http://www.shorewall.org/manpages/shorewall-providers.html .RE .IP " 2." 4 http://www.shorewall.net/MultiISP.html .RS 4 -\%http://www.shorewall.net/MultiISP.html +\%http://www.shorewall.org/MultiISP.html .RE .IP " 3." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-rules.5 shorewall-5.2.3.4/manpages/shorewall-rules.5 --- shorewall-5.2.3.2/manpages/shorewall-rules.5 2019-02-11 22:49:26.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-rules.5 2019-08-27 00:57:05.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-rules .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 08/26/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-RULES" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-RULES" "5" "08/26/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -526,7 +526,7 @@ Queues the packet to a user\-space application using the nfnetlink_queue mechanism\&. If a \fIqueuenumber\fR1 is not specified, queue zero (0) is assumed\&. Beginning with Shorewall 4\&.6\&.10, the keyword \fBbypass\fR -can be given\&. By default, if no userspace program is listening on an NFQUEUE, then all packets that are to be queued are dropped\&. When this option is used, the NFQUEUE rule is silently bypassed instead\&. The packet will move on to the next rule\&. Also beginning in Shorewall 4\&.6\&.10, a second queue number (\fIqueuenumber2\fR) may be specified\&. This specifies a range of queues to use\&. Packets are then balanced across the given queues\&. This is useful for multicore systems: start multiple instances of the userspace program on queues x, x+1, \&.\&. x+n and use "x:x+n"\&. Packets belonging to the same connection are put into the same nfqueue\&. +can be given\&. By default, if no userspace program is listening on an NFQUEUE, then all packets that are to be queued are dropped\&. When this option is used, the NFQUEUE rule behaves like ACCEPT instead\&. Also beginning in Shorewall 4\&.6\&.10, a second queue number (\fIqueuenumber2\fR) may be specified\&. This specifies a range of queues to use\&. Packets are then balanced across the given queues\&. This is useful for multicore systems: start multiple instances of the userspace program on queues x, x+1, \&.\&. x+n and use "x:x+n"\&. Packets belonging to the same connection are put into the same nfqueue\&. .sp Beginning with Shorewall 5\&.1\&.0, queuenumber2 may be followed by the letter \*(Aqc\*(Aq to indicate that the CPU ID will be used as an index to map packets to the queues\&. The idea is that you can improve performance if there\*(Aqs a queue per CPU\&. Requires the NFQUEUE CPU Fanout capability in your kernel and iptables\&. .RE @@ -2271,80 +2271,80 @@ .IP " 1." 4 shorewall-policy .RS 4 -\%http://www.shorewall.net/manpages/shorewall-policy.html +\%http://www.shorewall.org/manpages/shorewall-policy.html .RE .IP " 2." 4 shorewall.conf .RS 4 -\%http://www.shorewall.net/manpages/shorewall.conf.html +\%http://www.shorewall.org/manpages/shorewall.conf.html .RE .IP " 3." 4 shorewall-actions .RS 4 -\%http://www.shorewall.net/manpages/shorewall-actions.html +\%http://www.shorewall.org/manpages/shorewall-actions.html .RE .IP " 4." 4 shorewall-zones .RS 4 -\%http://www.shorewall.net/manpages/shorewall-zones.html +\%http://www.shorewall.org/manpages/shorewall-zones.html .RE .IP " 5." 4 shorewall-nesting .RS 4 -\%http://www.shorewall.net/manpages/shorewall-nesting.html +\%http://www.shorewall.org/manpages/shorewall-nesting.html .RE .IP " 6." 4 shorewall-actions .RS 4 -\%http://www.shorewall.net/manpages6/shorewall6-actions.html +\%http://www.shorewall.org/manpages6/shorewall6-actions.html .RE .IP " 7." 4 http://www.shorewall.net/shorewall_logging.html .RS 4 -\%http://www.shorewall.net/shorewall_logging.html +\%http://www.shorewall.org/shorewall_logging.html .RE .IP " 8." 4 shorewall-logging(5) .RS 4 -\%http://www.shorewall.netshorewall-logging.html +\%http://www.shorewall.orgshorewall-logging.html .RE .IP " 9." 4 shorewall-interfaces .RS 4 -\%http://www.shorewall.net/manpages/shorewall-interfaces.html +\%http://www.shorewall.org/manpages/shorewall-interfaces.html .RE .IP "10." 4 shorewall-hosts .RS 4 -\%http://www.shorewall.net/manpages/shorewall.hosts.html +\%http://www.shorewall.org/manpages/shorewall.hosts.html .RE .IP "11." 4 shorewall-exclusion .RS 4 -\%http://www.shorewall.net/manpages/shorewall-exclusion.html +\%http://www.shorewall.org/manpages/shorewall-exclusion.html .RE .IP "12." 4 shorewall-hosts .RS 4 -\%http://www.shorewall.net/manpages/shorewall-hosts.html +\%http://www.shorewall.org/manpages/shorewall-hosts.html .RE .IP "13." 4 http://www.shorewall.net/configuration_file_basics.htm#ICMP .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#ICMP +\%http://www.shorewall.org/configuration_file_basics.htm#ICMP .RE .IP "14." 4 http://www.shorewall.net/PortKnocking.html .RS 4 -\%http://www.shorewall.net/PortKnocking.html +\%http://www.shorewall.org/PortKnocking.html .RE .IP "15." 4 http://www.shorewall.net/ipsets.html .RS 4 -\%http://www.shorewall.net/ipsets.html +\%http://www.shorewall.org/ipsets.html .RE .IP "16." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-secmarks.5 shorewall-5.2.3.4/manpages/shorewall-secmarks.5 --- shorewall-5.2.3.2/manpages/shorewall-secmarks.5 2019-02-11 22:49:27.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-secmarks.5 2019-04-12 02:06:59.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-secmarks .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-SECMARKS" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-SECMARKS" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -349,25 +349,25 @@ .IP " 1." 4 shorewall-rules .RS 4 -\%http://www.shorewall.net/manpages/shorewall-rules.html +\%http://www.shorewall.org/manpages/shorewall-rules.html .RE .IP " 2." 4 shorewall-exclusion .RS 4 -\%http://www.shorewall.net/manpages/shorewall-exclusion.html +\%http://www.shorewall.org/manpages/shorewall-exclusion.html .RE .IP " 3." 4 shorewall-rules(5) .RS 4 -\%http://www.shorewall.netshorewall-rules.html +\%http://www.shorewall.orgshorewall-rules.html .RE .IP " 4." 4 http://www.shorewall.net/configuration_file_basics.htm#ICMP .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#ICMP +\%http://www.shorewall.org/configuration_file_basics.htm#ICMP .RE .IP " 5." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-snat.5 shorewall-5.2.3.4/manpages/shorewall-snat.5 --- shorewall-5.2.3.2/manpages/shorewall-snat.5 2019-02-11 22:49:28.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-snat.5 2019-04-12 02:07:00.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-snat .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-SNAT" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-SNAT" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -700,65 +700,65 @@ .IP " 1." 4 shorewall-masq .RS 4 -\%http://www.shorewall.net/manpages/shorewall-masq.html +\%http://www.shorewall.org/manpages/shorewall-masq.html .RE .IP " 2." 4 shorewall-rtrules .RS 4 -\%http://www.shorewall.net/manpages/shorewall-rtrules.html +\%http://www.shorewall.org/manpages/shorewall-rtrules.html .RE .IP " 3." 4 shorewall-mangle .RS 4 -\%http://www.shorewall.net/manpages/shorewall-mangle.html +\%http://www.shorewall.org/manpages/shorewall-mangle.html .RE .IP " 4." 4 shorewall-logging(5) .RS 4 -\%http://www.shorewall.netshorewall-logging.html +\%http://www.shorewall.orgshorewall-logging.html .RE .IP " 5." 4 shorewall-actions(5) .RS 4 -\%http://www.shorewall.net/manpages/shorewall-actions.html +\%http://www.shorewall.org/manpages/shorewall-actions.html .RE .IP " 6." 4 www.shorewall.net/Actions.html .RS 4 -\%http://www.shorewall.net/Actions.html +\%http://www.shorewall.org/Actions.html .RE .IP " 7." 4 shorewall.conf .RS 4 -\%http://www.shorewall.net/manpages/shorewall.conf.html +\%http://www.shorewall.org/manpages/shorewall.conf.html .RE .IP " 8." 4 shorewall-nat .RS 4 -\%http://www.shorewall.net/manpages/shorewall-nat.html +\%http://www.shorewall.org/manpages/shorewall-nat.html .RE .IP " 9." 4 shorewall-interfaces .RS 4 -\%http://www.shorewall.net/manpages/shorewall-interfaces.html +\%http://www.shorewall.org/manpages/shorewall-interfaces.html .RE .IP "10." 4 more that one internet provider share a single interface .RS 4 -\%http://www.shorewall.net/4.4/MultiISP.html#Shared +\%http://www.shorewall.org/4.4/MultiISP.html#Shared .RE .IP "11." 4 shorewall-exclusion .RS 4 -\%http://www.shorewall.net/manpages/shorewall-exclusion.html +\%http://www.shorewall.org/manpages/shorewall-exclusion.html .RE .IP "12." 4 shorewall-rules(5) .RS 4 -\%http://www.shorewall.net/manpages/shorewall-rules.html +\%http://www.shorewall.org/manpages/shorewall-rules.html .RE .IP "13." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-stoppedrules.5 shorewall-5.2.3.4/manpages/shorewall-stoppedrules.5 --- shorewall-5.2.3.2/manpages/shorewall-stoppedrules.5 2019-02-11 22:49:29.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-stoppedrules.5 2019-04-12 02:07:01.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-stoppedrules .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-STOPPEDRU" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-STOPPEDRU" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -151,10 +151,10 @@ .IP " 1." 4 http://www.shorewall.net/starting_and_stopping_shorewall.htm .RS 4 -\%http://www.shorewall.net/starting_and_stopping_shorewall.htm +\%http://www.shorewall.org/starting_and_stopping_shorewall.htm .RE .IP " 2." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-tcclasses.5 shorewall-5.2.3.4/manpages/shorewall-tcclasses.5 --- shorewall-5.2.3.2/manpages/shorewall-tcclasses.5 2019-02-11 22:49:30.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-tcclasses.5 2019-04-12 02:07:02.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-tcclasses .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-TCCLASSES" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-TCCLASSES" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -579,25 +579,25 @@ .IP " 1." 4 shorewall-tcdevices .RS 4 -\%http://www.shorewall.net/manpages/shorewall-tcdevices.html +\%http://www.shorewall.org/manpages/shorewall-tcdevices.html .RE .IP " 2." 4 shorewall-mangle .RS 4 -\%http://www.shorewall.net/manpages/shorewall-mangle.html +\%http://www.shorewall.org/manpages/shorewall-mangle.html .RE .IP " 3." 4 shorewall-tcrules .RS 4 -\%http://www.shorewall.net/manpages/shorewall-tcrules.html +\%http://www.shorewall.org/manpages/shorewall-tcrules.html .RE .IP " 4." 4 http://www.shorewall.net/traffic_shaping.htm .RS 4 -\%http://www.shorewall.net/traffic_shaping.htm +\%http://www.shorewall.org/traffic_shaping.htm .RE .IP " 5." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-tcdevices.5 shorewall-5.2.3.4/manpages/shorewall-tcdevices.5 --- shorewall-5.2.3.2/manpages/shorewall-tcdevices.5 2019-02-11 22:49:31.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-tcdevices.5 2019-04-12 02:07:03.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-tcdevices .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-TCDEVICES" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-TCDEVICES" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -231,30 +231,30 @@ .IP " 1." 4 http://www.shorewall.net/FAQ.htm#faq18 .RS 4 -\%http://www.shorewall.net/FAQ.htm#faq18 +\%http://www.shorewall.org/FAQ.htm#faq18 .RE .IP " 2." 4 Shorewall FAQ 97a .RS 4 -\%http://www.shorewall.net/FAQ.htm#faq97a +\%http://www.shorewall.org/FAQ.htm#faq97a .RE .IP " 3." 4 shorewall-tcclasses .RS 4 -\%http://www.shorewall.net/manpages/shorewall-tcclasses.html +\%http://www.shorewall.org/manpages/shorewall-tcclasses.html .RE .IP " 4." 4 shorewall-mangle .RS 4 -\%http://www.shorewall.net/manpages/shorewall-mangle.html +\%http://www.shorewall.org/manpages/shorewall-mangle.html .RE .IP " 5." 4 http://www.shorewall.net/traffic_shaping.htm .RS 4 -\%http://www.shorewall.net/traffic_shaping.htm +\%http://www.shorewall.org/traffic_shaping.htm .RE .IP " 6." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-tcfilters.5 shorewall-5.2.3.4/manpages/shorewall-tcfilters.5 --- shorewall-5.2.3.2/manpages/shorewall-tcfilters.5 2019-02-11 22:49:32.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-tcfilters.5 2019-04-12 02:07:04.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-tcfilters .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-TCFILTERS" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-TCFILTERS" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -409,45 +409,45 @@ .IP " 1." 4 shorewall-tcdevices .RS 4 -\%http://www.shorewall.net/manpages/shorewall-tcdevices.html +\%http://www.shorewall.org/manpages/shorewall-tcdevices.html .RE .IP " 2." 4 shorewall-tcclasses .RS 4 -\%http://www.shorewall.net/manpages/shorewall-tcclasses.html +\%http://www.shorewall.org/manpages/shorewall-tcclasses.html .RE .IP " 3." 4 shorewall.conf (5) .RS 4 -\%http://www.shorewall.net/manpages/shorewall.conf.html +\%http://www.shorewall.org/manpages/shorewall.conf.html .RE .IP " 4." 4 shorewall-ipsets(5) .RS 4 -\%http://www.shorewall.net/manpages/shorewall-ipsets.html +\%http://www.shorewall.org/manpages/shorewall-ipsets.html .RE .IP " 5." 4 shorewall-exclusion .RS 4 -\%http://www.shorewall.net/manpages/shorewall-exclusion.html +\%http://www.shorewall.org/manpages/shorewall-exclusion.html .RE .IP " 6." 4 http://www.shorewall.net/traffic_shaping.htm .RS 4 -\%http://www.shorewall.net/traffic_shaping.htm +\%http://www.shorewall.org/traffic_shaping.htm .RE .IP " 7." 4 http://www.shorewall.net/MultiISP.html .RS 4 -\%http://www.shorewall.net/MultiISP.html +\%http://www.shorewall.org/MultiISP.html .RE .IP " 8." 4 http://www.shorewall.net/PacketMarking.html .RS 4 -\%http://www.shorewall.net/PacketMarking.html +\%http://www.shorewall.org/PacketMarking.html .RE .IP " 9." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-tcinterfaces.5 shorewall-5.2.3.4/manpages/shorewall-tcinterfaces.5 --- shorewall-5.2.3.2/manpages/shorewall-tcinterfaces.5 2019-02-11 22:49:33.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-tcinterfaces.5 2019-04-12 02:07:06.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-tcinterfaces .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-TCINTERFA" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-TCINTERFA" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -183,10 +183,10 @@ .IP " 1." 4 shorewall.conf .RS 4 -\%http://www.shorewall.net/manpages/shorewall.conf.html +\%http://www.shorewall.org/manpages/shorewall.conf.html .RE .IP " 2." 4 Shorewall FAQ 97a .RS 4 -\%http://www.shorewall.net/FAQ.htm#faq97a +\%http://www.shorewall.org/FAQ.htm#faq97a .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-tcpri.5 shorewall-5.2.3.4/manpages/shorewall-tcpri.5 --- shorewall-5.2.3.2/manpages/shorewall-tcpri.5 2019-02-11 22:49:34.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-tcpri.5 2019-04-12 02:07:06.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-tcpri .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-TCPRI" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-TCPRI" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -137,15 +137,15 @@ .IP " 1." 4 shorewall.conf .RS 4 -\%http://www.shorewall.net/manpages/shorewall.conf.html +\%http://www.shorewall.org/manpages/shorewall.conf.html .RE .IP " 2." 4 shorewall-tcinterfaces .RS 4 -\%http://www.shorewall.net/manpages/shorewall-tcinterfaces.html +\%http://www.shorewall.org/manpages/shorewall-tcinterfaces.html .RE .IP " 3." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-tunnels.5 shorewall-5.2.3.4/manpages/shorewall-tunnels.5 --- shorewall-5.2.3.2/manpages/shorewall-tunnels.5 2019-02-11 22:49:35.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-tunnels.5 2019-04-12 02:07:07.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-tunnels .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-TUNNELS" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-TUNNELS" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -404,15 +404,15 @@ .IP " 1." 4 http://www.shorewall.net/VPNBasics.html .RS 4 -\%http://www.shorewall.net/VPNBasics.html +\%http://www.shorewall.org/VPNBasics.html .RE .IP " 2." 4 shorewall-exclusion .RS 4 -\%http://www.shorewall.net/manpages/shorewall-exclusion.html +\%http://www.shorewall.org/manpages/shorewall-exclusion.html .RE .IP " 3." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/manpages/shorewall-zones.5 shorewall-5.2.3.4/manpages/shorewall-zones.5 --- shorewall-5.2.3.2/manpages/shorewall-zones.5 2019-02-11 22:49:37.000000000 +0000 +++ shorewall-5.2.3.4/manpages/shorewall-zones.5 2019-04-12 02:07:09.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-zones .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 02/11/2019 +.\" Date: 04/11/2019 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-ZONES" "5" "02/11/2019" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-ZONES" "5" "04/11/2019" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -400,25 +400,25 @@ .IP " 1." 4 shorewall.conf .RS 4 -\%http://www.shorewall.net/manpages/shorewall.conf.html +\%http://www.shorewall.org/manpages/shorewall.conf.html .RE .IP " 2." 4 shorewall-nesting .RS 4 -\%http://www.shorewall.net/manpages/shorewall-nesting.html +\%http://www.shorewall.org/manpages/shorewall-nesting.html .RE .IP " 3." 4 shorewall-hosts .RS 4 -\%http://www.shorewall.net/manpages/shorewall-hosts.html +\%http://www.shorewall.org/manpages/shorewall-hosts.html .RE .IP " 4." 4 http://www.shorewall.net/Multiple_Zones.html .RS 4 -\%http://www.shorewall.net/Multiple_Zones.html +\%http://www.shorewall.org/Multiple_Zones.html .RE .IP " 5." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 -\%http://www.shorewall.net/configuration_file_basics.htm#Pairs +\%http://www.shorewall.org/configuration_file_basics.htm#Pairs .RE diff -Nru shorewall-5.2.3.2/Perl/Shorewall/Chains.pm shorewall-5.2.3.4/Perl/Shorewall/Chains.pm --- shorewall-5.2.3.2/Perl/Shorewall/Chains.pm 2019-03-18 01:42:24.000000000 +0000 +++ shorewall-5.2.3.4/Perl/Shorewall/Chains.pm 2019-08-27 00:55:56.000000000 +0000 @@ -4991,10 +4991,10 @@ $invert = $sports =~ s/^!// ? '! ' : ''; - if ( $ports =~ /^\+/ ) { + if ( $sports =~ /^\+/ ) { $output .= $invert; $output .= '-m set '; - $output .= get_set_flags( $ports, 'src' ); + $output .= get_set_flags( $sports, 'src' ); } elsif ( $multiport ) { if ( port_count( $sports ) > 15 ) { if ( $restricted ) { @@ -5207,8 +5207,8 @@ fatal_error "'=' in the SOURCE PORT(S) column requires one or more ports in the DEST PORT(S) column" if $sports eq '='; $invert = $sports =~ s/^!// ? '! ' : ''; - if ( $ports =~ /^\+/ ) { - push @output, set => ${invert} . get_set_flags( $ports, 'src' ); + if ( $sports =~ /^\+/ ) { + push @output, set => ${invert} . get_set_flags( $sports, 'src' ); } elsif ( $multiport ) { if ( port_count( $sports ) > 15 ) { if ( $restricted ) { diff -Nru shorewall-5.2.3.2/Perl/Shorewall/Config.pm shorewall-5.2.3.4/Perl/Shorewall/Config.pm --- shorewall-5.2.3.2/Perl/Shorewall/Config.pm 2019-03-18 01:42:24.000000000 +0000 +++ shorewall-5.2.3.4/Perl/Shorewall/Config.pm 2019-08-27 00:55:56.000000000 +0000 @@ -850,7 +850,7 @@ TC_SCRIPT => '', EXPORT => 0, KLUDGEFREE => '', - VERSION => "5.2.3.2", + VERSION => "5.2.3.4", CAPVERSION => 50200 , BLACKLIST_LOG_TAG => '', RELATED_LOG_TAG => '', @@ -5441,6 +5441,7 @@ update_default( 'PAGER', $shorewallrc1{DEFAULT_PAGER} ); update_default( 'LOGFORMAT', 'Shorewall:%s:%s:' ); update_default( 'LOGLIMIT', '' ); + update_default( 'AUTOMAKE', 'No' ); if ( $family == F_IPV4 ) { update_default( 'BLACKLIST_DEFAULT', 'dropBcasts,dropNotSyn,dropInvalid' ); diff -Nru shorewall-5.2.3.2/Perl/Shorewall/Rules.pm shorewall-5.2.3.4/Perl/Shorewall/Rules.pm --- shorewall-5.2.3.2/Perl/Shorewall/Rules.pm 2019-03-18 01:42:24.000000000 +0000 +++ shorewall-5.2.3.4/Perl/Shorewall/Rules.pm 2019-08-27 00:55:56.000000000 +0000 @@ -721,7 +721,13 @@ require_capability 'AUDIT_TARGET', ":audit", "s" if $audit; - my ( $policy, $pactions ) = split( /:/, $originalpolicy, 2 ); + my ( $policy, $pactions ); + + if ( $originalpolicy =~ /^NFQUEUE\((.*?)\)(?::?(.*))/ ) { + ( $policy, $pactions ) = ( "NFQUEUE($1)", $2 ); + } else { + ( $policy, $pactions ) = split( /:/, $originalpolicy, 2 ); + } fatal_error "Invalid or missing POLICY ($originalpolicy)" unless $policy; @@ -1604,8 +1610,8 @@ return $subordinate if $subordinate =~ /^(?:FORMAT|COMMENT|DEFAULTS?)$/; - my @supparts = split /:/, $superior; - my @subparts = split /:/, $subordinate; + my @supparts = split_list2( $superior , 'Action' ); + my @subparts = split_list2( $subordinate , 'Action' ); my $subparts = @subparts; diff -Nru shorewall-5.2.3.2/releasenotes.txt shorewall-5.2.3.4/releasenotes.txt --- shorewall-5.2.3.2/releasenotes.txt 2019-03-18 01:42:24.000000000 +0000 +++ shorewall-5.2.3.4/releasenotes.txt 2019-08-27 00:55:56.000000000 +0000 @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- - S H O R E W A L L 5 . 2 . 3 . 2 + S H O R E W A L L 5 . 2 . 3 . 4 ------------------------------- - M A R C H 1 7 , 2 0 1 9 + A U G U S T 2 5 , 2 0 1 9 ---------------------------------------------------------------------------- I. PROBLEMS CORRECTED IN THIS RELEASE @@ -14,6 +14,47 @@ 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.2.3.4 + +1) If multi-queue NFQUEUE (e.g., NFQUEUE(0:1) ) WAS used as a policy, + an error such as the following was previously incorrectly raised. + + ERROR: Invalid policy (NFQUEUE(0) /etc/shorewall/policy (line + 15) + + That has been corrected such that no error is raised. + +2) If multi-queue NFQUEUE( e.g., NFQUEUE(0:1,bypass) ) was passed to a + macro, an error such as the following was previously incorrectly + raised: + + ERROR: Invalid ACTION (PARAM:1c,bypass))) + /usr/share/shorewall/macro.BitTorrent (line 12) + from /etc/shorewall/rules (line 40) + + Now, the NFQUEUE action is correctly substituted for PARAM in + the Macro body. + +3) If shorewall[6].conf didn't set AUTOMAKE, the 'update' command + previously produced a new file with 'AUTOMAKE=Yes'. This resulted + in an unexpected change of behavior. Now, the new file contains + 'AUTOMAKE=No', which preserves the pre-update behavior. + +4) Shorewall-rules(5) incorrectly stated that the 'bypass' option to + NFQUEUE causes the rule to be silently bypassed if there is no + application attached to the queue. The actual behavior is that the + rule acts like ACCEPT in that case. Shorewall-rules(5) has been + corrected. + +5.2.3.3 + +1) Previously, if an ipset was specified in an SPORT column, the + compiler would raise an error similar to: + + ERROR: Invalid ipset name () /etc/shorewall/rules (line 44) + + That has been corrected. + 5.2.3.2 1) Shorewall 5.2 automatically converts and existing 'masq' file to an @@ -93,7 +134,7 @@ ---------------------------------------------------------------------------- If you are migrating from Shorewall 4.6.x or earlier, please see - http://www.shorewall.net/pub/shorewall/5.0/shorewall-5.0.15/releasenotes.txt + http://www.shorewall.org/pub/shorewall/5.0/shorewall-5.0.15/releasenotes.txt Immediately after installing Shorewall 5.2.x, we recommend that you run 'shorewall[6] update'. This command will handle many of the migration @@ -219,7 +260,7 @@ With these changes, the Drop and Reject policy actions are now deprecated in favor of a list of smaller actions. A warning is issued when these deprecated actions are used; the warning refers - the reader to http://www.shorewall.net/Actions.html#Default. + the reader to http://www.shorewall.org/Actions.html#Default. This issue is partially handled by 'shorewall update' - see the 5.2 issues below. @@ -877,7 +918,7 @@ 6) For installing into a Sandbox, the file shorewallrc.sandbox has been added to Shorewall-core. See - http://www.shorewall.net/install.htm#idm327. + http://www.shorewall.org/install.htm#idm327. 7) The "Use Pkttype Match (USEPKTTYPE)" capability is no longer used and has been deleted. This removal has introduced a new diff -Nru shorewall-5.2.3.2/Samples/one-interface/rules.annotated shorewall-5.2.3.4/Samples/one-interface/rules.annotated --- shorewall-5.2.3.2/Samples/one-interface/rules.annotated 2019-03-18 01:44:01.000000000 +0000 +++ shorewall-5.2.3.4/Samples/one-interface/rules.annotated 2019-08-27 00:57:35.000000000 +0000 @@ -391,13 +391,13 @@ # assumed. Beginning with Shorewall 4.6.10, the keyword bypass can be # given. By default, if no userspace program is listening on an NFQUEUE, # then all packets that are to be queued are dropped. When this option is -# used, the NFQUEUE rule is silently bypassed instead. The packet will -# move on to the next rule. Also beginning in Shorewall 4.6.10, a second -# queue number (queuenumber2) may be specified. This specifies a range of -# queues to use. Packets are then balanced across the given queues. This -# is useful for multicore systems: start multiple instances of the -# userspace program on queues x, x+1, .. x+n and use "x:x+n". Packets -# belonging to the same connection are put into the same nfqueue. +# used, the NFQUEUE rule behaves like ACCEPT instead. Also beginning in +# Shorewall 4.6.10, a second queue number (queuenumber2) may be +# specified. This specifies a range of queues to use. Packets are then +# balanced across the given queues. This is useful for multicore systems: +# start multiple instances of the userspace program on queues x, x+1, .. +# x+n and use "x:x+n". Packets belonging to the same connection are put +# into the same nfqueue. # # Beginning with Shorewall 5.1.0, queuenumber2 may be followed by the # letter 'c' to indicate that the CPU ID will be used as an index to map diff -Nru shorewall-5.2.3.2/Samples/three-interfaces/rules.annotated shorewall-5.2.3.4/Samples/three-interfaces/rules.annotated --- shorewall-5.2.3.2/Samples/three-interfaces/rules.annotated 2019-03-18 01:44:04.000000000 +0000 +++ shorewall-5.2.3.4/Samples/three-interfaces/rules.annotated 2019-08-27 00:57:38.000000000 +0000 @@ -391,13 +391,13 @@ # assumed. Beginning with Shorewall 4.6.10, the keyword bypass can be # given. By default, if no userspace program is listening on an NFQUEUE, # then all packets that are to be queued are dropped. When this option is -# used, the NFQUEUE rule is silently bypassed instead. The packet will -# move on to the next rule. Also beginning in Shorewall 4.6.10, a second -# queue number (queuenumber2) may be specified. This specifies a range of -# queues to use. Packets are then balanced across the given queues. This -# is useful for multicore systems: start multiple instances of the -# userspace program on queues x, x+1, .. x+n and use "x:x+n". Packets -# belonging to the same connection are put into the same nfqueue. +# used, the NFQUEUE rule behaves like ACCEPT instead. Also beginning in +# Shorewall 4.6.10, a second queue number (queuenumber2) may be +# specified. This specifies a range of queues to use. Packets are then +# balanced across the given queues. This is useful for multicore systems: +# start multiple instances of the userspace program on queues x, x+1, .. +# x+n and use "x:x+n". Packets belonging to the same connection are put +# into the same nfqueue. # # Beginning with Shorewall 5.1.0, queuenumber2 may be followed by the # letter 'c' to indicate that the CPU ID will be used as an index to map diff -Nru shorewall-5.2.3.2/Samples/two-interfaces/rules.annotated shorewall-5.2.3.4/Samples/two-interfaces/rules.annotated --- shorewall-5.2.3.2/Samples/two-interfaces/rules.annotated 2019-03-18 01:44:08.000000000 +0000 +++ shorewall-5.2.3.4/Samples/two-interfaces/rules.annotated 2019-08-27 00:57:42.000000000 +0000 @@ -391,13 +391,13 @@ # assumed. Beginning with Shorewall 4.6.10, the keyword bypass can be # given. By default, if no userspace program is listening on an NFQUEUE, # then all packets that are to be queued are dropped. When this option is -# used, the NFQUEUE rule is silently bypassed instead. The packet will -# move on to the next rule. Also beginning in Shorewall 4.6.10, a second -# queue number (queuenumber2) may be specified. This specifies a range of -# queues to use. Packets are then balanced across the given queues. This -# is useful for multicore systems: start multiple instances of the -# userspace program on queues x, x+1, .. x+n and use "x:x+n". Packets -# belonging to the same connection are put into the same nfqueue. +# used, the NFQUEUE rule behaves like ACCEPT instead. Also beginning in +# Shorewall 4.6.10, a second queue number (queuenumber2) may be +# specified. This specifies a range of queues to use. Packets are then +# balanced across the given queues. This is useful for multicore systems: +# start multiple instances of the userspace program on queues x, x+1, .. +# x+n and use "x:x+n". Packets belonging to the same connection are put +# into the same nfqueue. # # Beginning with Shorewall 5.1.0, queuenumber2 may be followed by the # letter 'c' to indicate that the CPU ID will be used as an index to map diff -Nru shorewall-5.2.3.2/Samples/Universal/rules.annotated shorewall-5.2.3.4/Samples/Universal/rules.annotated --- shorewall-5.2.3.2/Samples/Universal/rules.annotated 2019-03-18 01:44:13.000000000 +0000 +++ shorewall-5.2.3.4/Samples/Universal/rules.annotated 2019-08-27 00:57:46.000000000 +0000 @@ -387,13 +387,13 @@ # assumed. Beginning with Shorewall 4.6.10, the keyword bypass can be # given. By default, if no userspace program is listening on an NFQUEUE, # then all packets that are to be queued are dropped. When this option is -# used, the NFQUEUE rule is silently bypassed instead. The packet will -# move on to the next rule. Also beginning in Shorewall 4.6.10, a second -# queue number (queuenumber2) may be specified. This specifies a range of -# queues to use. Packets are then balanced across the given queues. This -# is useful for multicore systems: start multiple instances of the -# userspace program on queues x, x+1, .. x+n and use "x:x+n". Packets -# belonging to the same connection are put into the same nfqueue. +# used, the NFQUEUE rule behaves like ACCEPT instead. Also beginning in +# Shorewall 4.6.10, a second queue number (queuenumber2) may be +# specified. This specifies a range of queues to use. Packets are then +# balanced across the given queues. This is useful for multicore systems: +# start multiple instances of the userspace program on queues x, x+1, .. +# x+n and use "x:x+n". Packets belonging to the same connection are put +# into the same nfqueue. # # Beginning with Shorewall 5.1.0, queuenumber2 may be followed by the # letter 'c' to indicate that the CPU ID will be used as an index to map diff -Nru shorewall-5.2.3.2/shorewall.spec shorewall-5.2.3.4/shorewall.spec --- shorewall-5.2.3.2/shorewall.spec 2019-03-18 01:42:24.000000000 +0000 +++ shorewall-5.2.3.4/shorewall.spec 2019-08-27 00:55:56.000000000 +0000 @@ -1,6 +1,6 @@ %define name shorewall %define version 5.2.3 -%define release 2 +%define release 4 Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. Name: %{name} @@ -10,7 +10,7 @@ Packager: Tom Eastep Group: Networking/Utilities Source: %{name}-%{version}.tgz -URL: http://www.shorewall.net/ +URL: http://www.shorewall.org/ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-root1 Requires: iptables iproute perl shorewall-core perl-Digest-SHA1 @@ -155,6 +155,10 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt Samples %changelog +* Sun Aug 25 2019 Tom Eastep +- Updated to 5.2.3-4 +* Thu Apr 11 2019 Tom Eastep tom@shorewall.net +- Updated to 5.2.3-3 * Sun Mar 17 2019 Tom Eastep tom@shorewall.net - Updated to 5.2.3-2 * Tue Feb 26 2019 Tom Eastep tom@shorewall.net diff -Nru shorewall-5.2.3.2/uninstall.sh shorewall-5.2.3.4/uninstall.sh --- shorewall-5.2.3.2/uninstall.sh 2019-03-18 01:42:24.000000000 +0000 +++ shorewall-5.2.3.4/uninstall.sh 2019-08-27 00:55:56.000000000 +0000 @@ -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.2.3.2 +VERSION=5.2.3.4 usage() # $1 = exit status {