diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/changelog.txt shorewall6-5.0.10/changelog.txt --- shorewall6-5.0.9/changelog.txt 2016-06-04 14:49:09.867662682 -0700 +++ shorewall6-5.0.10/changelog.txt 2016-06-30 17:54:28.792426829 -0700 @@ -1,3 +1,34 @@ +Changes in 5.0.10 + +1) Update release documents + +2) Avoid silly duplicate rules. + +Changes in 5.0.10 RC 1 + +1) Update release documents + +2) Convert the RPMs to use systemd + +Changes in 5.0.10 Beta 2 + +1) Update release documents + +2) Add 'dbl' interface option. + +3) Transfer permissions during 'update' + +4) Allow ':' in USER columns + +5) Correct update/compatibility issues. + +Changes in 5.0.10 Beta 1 + +1) Update release documents + +2) Allow can now re-enable addresses disabled using the 'blacklist' + command. + Changes in 5.0.9 Final 1) Update release documents diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/configfiles/interfaces.annotated shorewall6-5.0.10/configfiles/interfaces.annotated --- shorewall6-5.0.9/configfiles/interfaces.annotated 2016-06-04 14:50:27.046693914 -0700 +++ shorewall6-5.0.10/configfiles/interfaces.annotated 2016-06-30 17:55:31.479050830 -0700 @@ -130,6 +130,35 @@ # Designates the interface as a bridge. Beginning with Shorewall 4.4.7, # setting this option also sets routeback. # +# dbl={none|src|dst|src-dst} +# +# Added in Shorewall 5.0.10. This option defined whether or not dynamic +# blacklisting is applied to packets entering the firewall through this +# interface and whether the source address and/or destination address is +# to be compared against the ipset-based dynamic blacklist +# (DYNAMIC_BLACKLIST=ipset... in shorewall6.conf(5)). The default is +# determine by the setting of DYNAMIC_BLACKLIST: +# +# DYNAMIC_BLACKLIST=No +# +# Default is none (e.g., no dynamic blacklist checking). +# +# DYNAMIC_BLACKLIST=Yes +# +# Default is src (e.g., the source IP address is checked against the +# ipset). +# +# DYNAMIC_BLACKLIST=ipset[-only] +# +# Default is src. +# +# DYNAMIC_BLACKLIST=ipset[-only],src-dst... +# +# Default is src-dst (e.g., the source IP addresses in checked +# against the ipset on input and the destination IP address is +# checked against the ipset on packets originating from the firewall +# and leaving through this interface). +# # destonly # # Added in Shorewall 4.5.17. Causes the compiler to omit rules to handle @@ -200,7 +229,8 @@ # nodbl # # Added in Shorewall 5.0.8. When specified, dynamic blacklisting is -# disabled on the interface. +# disabled on the interface. Beginning with Shorewall 5.0.10, nodbl is +# equivalent to dbl=none. # # optional # diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/configure shorewall6-5.0.10/configure --- shorewall6-5.0.9/configure 2016-06-04 14:49:09.863659412 -0700 +++ shorewall6-5.0.10/configure 2016-06-30 17:54:28.792426829 -0700 @@ -28,7 +28,7 @@ # # Build updates this # -VERSION=5.0.9 +VERSION=5.0.10 case "$BASH_VERSION" in [4-9].*) diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/configure.pl shorewall6-5.0.10/configure.pl --- shorewall6-5.0.9/configure.pl 2016-06-04 14:49:09.867662682 -0700 +++ shorewall6-5.0.10/configure.pl 2016-06-30 17:54:28.792426829 -0700 @@ -31,7 +31,7 @@ # Build updates this # use constant { - VERSION => '5.0.9' + VERSION => '5.0.10' }; my %params; diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/install.sh shorewall6-5.0.10/install.sh --- shorewall6-5.0.9/install.sh 2016-06-04 14:49:09.867662682 -0700 +++ shorewall6-5.0.10/install.sh 2016-06-30 17:54:28.796430829 -0700 @@ -22,7 +22,7 @@ # along with this program; if not, see . # -VERSION=5.0.9 +VERSION=5.0.10 # # Change to the directory containing this script @@ -1215,7 +1215,7 @@ fi run_install $OWNERSHIP -m 0644 ${SYSCONFFILE} ${DESTDIR}${SYSCONFDIR}/$PRODUCT - echo "$SYSCONFFILE installed in ${DESTDIR}${SYSCONFDIR}/${PRODUCT}" + echo "$SYSCONFFILE file installed in ${DESTDIR}${SYSCONFDIR}/${PRODUCT}" fi if [ $configure -eq 1 -a -z "$DESTDIR" -a -n "$first_install" -a -z "${cygwin}${mac}" ]; then diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6.8 shorewall6-5.0.10/manpages/shorewall6.8 --- shorewall6-5.0.9/manpages/shorewall6.8 2016-06-04 14:50:24.356496861 -0700 +++ shorewall6-5.0.10/manpages/shorewall6.8 2016-06-30 17:55:29.312886830 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Administrative Commands .\" Source: Administrative Commands .\" Language: English .\" -.TH "SHOREWALL6" "8" "06/04/2016" "Administrative Commands" "Administrative Commands" +.TH "SHOREWALL6" "8" "06/30/2016" "Administrative Commands" "Administrative Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -231,6 +231,8 @@ \fBlogdrop\fR, \fBreject\fR, or \fBlogreject\fR +command\&. Beginning with Shorewall 5\&.0\&.10, this command can also re\-enable addresses blacklisted using the +\fBblacklist\fR command\&. .RE .PP diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-accounting.5 shorewall6-5.0.10/manpages/shorewall6-accounting.5 --- shorewall6-5.0.9/manpages/shorewall6-accounting.5 2016-06-04 14:50:00.472991476 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-accounting.5 2016-06-30 17:55:09.785378829 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-accounting .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-ACCOUNTI" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-ACCOUNTI" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-actions.5 shorewall6-5.0.10/manpages/shorewall6-actions.5 --- shorewall6-5.0.9/manpages/shorewall6-actions.5 2016-06-04 14:50:01.089494967 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-actions.5 2016-06-30 17:55:10.273866829 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-actions .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-ACTIONS" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-ACTIONS" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-blrules.5 shorewall6-5.0.10/manpages/shorewall6-blrules.5 --- shorewall6-5.0.9/manpages/shorewall6-blrules.5 2016-06-04 14:50:01.710001728 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-blrules.5 2016-06-30 17:55:10.858450829 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-blrules .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-BLRULES" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-BLRULES" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6.conf.5 shorewall6-5.0.10/manpages/shorewall6.conf.5 --- shorewall6-5.0.9/manpages/shorewall6.conf.5 2016-06-04 14:50:03.903793372 -0700 +++ shorewall6-5.0.10/manpages/shorewall6.conf.5 2016-06-30 17:55:12.740330829 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6.conf .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\&.CONF" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\&.CONF" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-conntrack.5 shorewall6-5.0.10/manpages/shorewall6-conntrack.5 --- shorewall6-5.0.9/manpages/shorewall6-conntrack.5 2016-06-04 14:50:04.632388407 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-conntrack.5 2016-06-30 17:55:13.336926830 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-conntrack .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-CONNTRAC" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-CONNTRAC" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-exclusion.5 shorewall6-5.0.10/manpages/shorewall6-exclusion.5 --- shorewall6-5.0.9/manpages/shorewall6-exclusion.5 2016-06-04 14:50:05.236882090 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-exclusion.5 2016-06-30 17:55:13.829418829 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-exclusion .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-EXCLUSIO" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-EXCLUSIO" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-hosts.5 shorewall6-5.0.10/manpages/shorewall6-hosts.5 --- shorewall6-5.0.9/manpages/shorewall6-hosts.5 2016-06-04 14:50:05.861392120 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-hosts.5 2016-06-30 17:55:14.329918829 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-hosts .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-HOSTS" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-HOSTS" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-interfaces.5 shorewall6-5.0.10/manpages/shorewall6-interfaces.5 --- shorewall6-5.0.9/manpages/shorewall6-interfaces.5 2016-06-04 14:50:06.537944653 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-interfaces.5 2016-06-30 17:55:14.890478830 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-interfaces .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-INTERFAC" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-INTERFAC" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -184,6 +184,39 @@ \fBrouteback\fR\&. .RE .PP +\fBdbl={none|src|dst|src\-dst}\fR +.RS 4 +Added in Shorewall 5\&.0\&.10\&. This option defined whether or not dynamic blacklisting is applied to packets entering the firewall through this interface and whether the source address and/or destination address is to be compared against the ipset\-based dynamic blacklist (DYNAMIC_BLACKLIST=ipset\&.\&.\&. in +\m[blue]\fBshorewall6\&.conf(5)\fR\m[]\&\s-2\u[6]\d\s+2)\&. The default is determine by the setting of DYNAMIC_BLACKLIST: +.PP +DYNAMIC_BLACKLIST=No +.RS 4 +Default is +\fBnone\fR +(e\&.g\&., no dynamic blacklist checking)\&. +.RE +.PP +DYNAMIC_BLACKLIST=Yes +.RS 4 +Default is +\fBsrc\fR +(e\&.g\&., the source IP address is checked against the ipset)\&. +.RE +.PP +DYNAMIC_BLACKLIST=ipset[\-only] +.RS 4 +Default is +\fBsrc\fR\&. +.RE +.PP +DYNAMIC_BLACKLIST=ipset[\-only],src\-dst\&.\&.\&. +.RS 4 +Default is +\fBsrc\-dst\fR +(e\&.g\&., the source IP addresses in checked against the ipset on input and the destination IP address is checked against the ipset on packets originating from the firewall and leaving through this interface)\&. +.RE +.RE +.PP \fBdestonly\fR .RS 4 Added in Shorewall 4\&.5\&.17\&. Causes the compiler to omit rules to handle traffic from this interface\&. @@ -235,7 +268,7 @@ .IP " 4." 4.2 .\} the interface is a -\m[blue]\fBsimple bridge\fR\m[]\&\s-2\u[6]\d\s+2 +\m[blue]\fBsimple bridge\fR\m[]\&\s-2\u[7]\d\s+2 with a DHCP server on one port and DHCP clients on another port\&. .if n \{\ .sp @@ -250,8 +283,8 @@ .ps -1 .br If you use -\m[blue]\fBShorewall\-perl for firewall/bridging\fR\m[]\&\s-2\u[7]\d\s+2, then you need to include DHCP\-specific rules in -\m[blue]\fBshorewall\-rules\fR\m[]\&\s-2\u[8]\d\s+2(8)\&. DHCP uses UDP ports 546 and 547\&. +\m[blue]\fBShorewall\-perl for firewall/bridging\fR\m[]\&\s-2\u[8]\d\s+2, then you need to include DHCP\-specific rules in +\m[blue]\fBshorewall\-rules\fR\m[]\&\s-2\u[9]\d\s+2(8)\&. DHCP uses UDP ports 546 and 547\&. .sp .5v .RE .RE @@ -273,7 +306,7 @@ Beginning with Shorewall 4\&.5\&.5, may be specified as \*(Aq\fBignore=1\fR\*(Aq which only causes the generated script to ignore up/down events from Shorewall\-init; hairpin filtering is still applied\&. In this case, the above restrictions on the ZONE and OPTIONS columns are lifted\&. .RE .PP -loopback +\fBloopback\fR .RS 4 Added in Shorewall 4\&.6\&.6\&. Designates the interface as the loopback interface\&. This option is assumed if the interface\*(Aqs physical name is \*(Aqlo\*(Aq\&. Only one interface man have the \fBloopback\fR @@ -295,13 +328,16 @@ .RS 4 Added in Shorewall 4\&.4\&.21\&. Defines the zone as dynamic\&. Requires ipset match support in your iptables and kernel\&. See -\m[blue]\fBhttp://www\&.shorewall\&.net/Dynamic\&.html\fR\m[]\&\s-2\u[9]\d\s+2 +\m[blue]\fBhttp://www\&.shorewall\&.net/Dynamic\&.html\fR\m[]\&\s-2\u[10]\d\s+2 for further information\&. .RE .PP \fBnodbl\fR .RS 4 -Added in Shorewall 5\&.0\&.8\&. When specified, dynamic blacklisting is disabled on the interface\&. +Added in Shorewall 5\&.0\&.8\&. When specified, dynamic blacklisting is disabled on the interface\&. Beginning with Shorewall 5\&.0\&.10, +\fBnodbl\fR +is equivalent to +\fBdbl=none\fR\&. .RE .PP \fBoptional\fR @@ -341,7 +377,7 @@ \fBphysical\fR=\fB\fIname\fR\fR .RS 4 Added in Shorewall 4\&.4\&.4\&. When specified, the interface or port name in the INTERFACE column is a logical name that refers to the name given in this option\&. It is useful when you want to specify the same wildcard port name on two or more bridges\&. See -\m[blue]\fBhttp://www\&.shorewall\&.net/bridge\-Shorewall\-perl\&.html#Multiple\fR\m[]\&\s-2\u[10]\d\s+2\&. +\m[blue]\fBhttp://www\&.shorewall\&.net/bridge\-Shorewall\-perl\&.html#Multiple\fR\m[]\&\s-2\u[11]\d\s+2\&. .sp If the \fIinterface\fR @@ -547,7 +583,7 @@ /etc/shorewall6/interfaces .SH "SEE ALSO" .PP -\m[blue]\fBhttp://www\&.shorewall\&.net/configuration_file_basics\&.htm#Pairs\fR\m[]\&\s-2\u[11]\d\s+2 +\m[blue]\fBhttp://www\&.shorewall\&.net/configuration_file_basics\&.htm#Pairs\fR\m[]\&\s-2\u[12]\d\s+2 .PP shorewall6(8), shorewall6\-accounting(5), shorewall6\-actions(5), shorewall6\-blacklist(5), shorewall6\-hosts(5), shorewall6\-maclist(5), shorewall6\-netmap(5),shorewall6\-params(5), shorewall6\-policy(5), shorewall6\-providers(5), shorewall6\-rtrules(5), shorewall6\-routestopped(5), shorewall6\-rules(5), shorewall6\&.conf(5), shorewall6\-secmarks(5), shorewall6\-tcclasses(5), shorewall6\-tcdevices(5), shorewall6\-mangle(5), shorewall6\-tos(5), shorewall6\-tunnels(5), shorewall6\-zones(5) .SH "NOTES" @@ -577,31 +613,36 @@ \%http://www.shorewall.net/manpages6/shorewall6-blacklist.html .RE .IP " 6." 4 +shorewall6.conf(5) +.RS 4 +\%http://www.shorewall.netmanpages6/shorewall6.conf.html +.RE +.IP " 7." 4 simple bridge .RS 4 \%http://www.shorewall.net/SimpleBridge.html .RE -.IP " 7." 4 +.IP " 8." 4 Shorewall-perl for firewall/bridging .RS 4 \%http://www.shorewall.net/bridge-Shorewall-perl.html .RE -.IP " 8." 4 +.IP " 9." 4 shorewall-rules .RS 4 \%http://www.shorewall.net/manpages/shorewall-rules.html .RE -.IP " 9." 4 +.IP "10." 4 http://www.shorewall.net/Dynamic.html .RS 4 \%http://www.shorewall.net/Dynamic.html .RE -.IP "10." 4 +.IP "11." 4 http://www.shorewall.net/bridge-Shorewall-perl.html#Multiple .RS 4 \%http://www.shorewall.net/bridge-Shorewall-perl.html#Multiple .RE -.IP "11." 4 +.IP "12." 4 http://www.shorewall.net/configuration_file_basics.htm#Pairs .RS 4 \%http://www.shorewall.net/configuration_file_basics.htm#Pairs diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-ipsets.5 shorewall6-5.0.10/manpages/shorewall6-ipsets.5 --- shorewall6-5.0.9/manpages/shorewall6-ipsets.5 2016-06-04 14:50:07.170461223 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-ipsets.5 2016-06-30 17:55:15.398986829 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall-ipsets .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL\-IPSETS" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL\-IPSETS" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-maclist.5 shorewall6-5.0.10/manpages/shorewall6-maclist.5 --- shorewall6-5.0.9/manpages/shorewall6-maclist.5 2016-06-04 14:50:07.774954906 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-maclist.5 2016-06-30 17:55:15.899486830 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-maclist .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-MACLIST" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-MACLIST" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-mangle.5 shorewall6-5.0.10/manpages/shorewall6-mangle.5 --- shorewall6-5.0.9/manpages/shorewall6-mangle.5 2016-06-04 14:50:08.715723220 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-mangle.5 2016-06-30 17:55:16.680266830 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-mangle .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-MANGLE" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-MANGLE" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-masq.5 shorewall6-5.0.10/manpages/shorewall6-masq.5 --- shorewall6-5.0.9/manpages/shorewall6-masq.5 2016-06-04 14:50:09.384269214 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-masq.5 2016-06-30 17:55:17.236822830 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-masq .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-MASQ" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-MASQ" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-modules.5 shorewall6-5.0.10/manpages/shorewall6-modules.5 --- shorewall6-5.0.9/manpages/shorewall6-modules.5 2016-06-04 14:50:09.988762897 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-modules.5 2016-06-30 17:55:17.717302830 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-modules .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-MODULES" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-MODULES" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-nat.5 shorewall6-5.0.10/manpages/shorewall6-nat.5 --- shorewall6-5.0.9/manpages/shorewall6-nat.5 2016-06-04 14:50:10.617276197 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-nat.5 2016-06-30 17:55:18.197782829 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-nat .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-NAT" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-NAT" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-nesting.5 shorewall6-5.0.10/manpages/shorewall6-nesting.5 --- shorewall6-5.0.9/manpages/shorewall6-nesting.5 2016-06-04 14:50:11.225773149 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-nesting.5 2016-06-30 17:55:18.678262829 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-nesting .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-NESTING" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-NESTING" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-netmap.5 shorewall6-5.0.10/manpages/shorewall6-netmap.5 --- shorewall6-5.0.9/manpages/shorewall6-netmap.5 2016-06-04 14:50:11.830266832 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-netmap.5 2016-06-30 17:55:19.170754829 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-netmap .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-NETMAP" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-NETMAP" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-params.5 shorewall6-5.0.10/manpages/shorewall6-params.5 --- shorewall6-5.0.9/manpages/shorewall6-params.5 2016-06-04 14:50:12.434760515 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-params.5 2016-06-30 17:55:19.663246829 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-params .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-PARAMS" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-PARAMS" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-policy.5 shorewall6-5.0.10/manpages/shorewall6-policy.5 --- shorewall6-5.0.9/manpages/shorewall6-policy.5 2016-06-04 14:50:13.075283623 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-policy.5 2016-06-30 17:55:20.199782830 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-policy .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-POLICY" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-POLICY" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-providers.5 shorewall6-5.0.10/manpages/shorewall6-providers.5 --- shorewall6-5.0.9/manpages/shorewall6-providers.5 2016-06-04 14:50:13.735823078 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-providers.5 2016-06-30 17:55:20.744326829 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-providers .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-PROVIDER" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-PROVIDER" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-proxyndp.5 shorewall6-5.0.10/manpages/shorewall6-proxyndp.5 --- shorewall6-5.0.9/manpages/shorewall6-proxyndp.5 2016-06-04 14:50:14.360333109 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-proxyndp.5 2016-06-30 17:55:21.248830830 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-proxyndp .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-PROXYNDP" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-PROXYNDP" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-routes.5 shorewall6-5.0.10/manpages/shorewall6-routes.5 --- shorewall6-5.0.9/manpages/shorewall6-routes.5 2016-06-04 14:50:14.968830061 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-routes.5 2016-06-30 17:55:21.741322829 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-routes .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-ROUTES" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-ROUTES" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-rtrules.5 shorewall6-5.0.10/manpages/shorewall6-rtrules.5 --- shorewall6-5.0.9/manpages/shorewall6-rtrules.5 2016-06-04 14:50:15.569320475 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-rtrules.5 2016-06-30 17:55:22.221802829 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-rtrules .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-RTRULES" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-RTRULES" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-rules.5 shorewall6-5.0.10/manpages/shorewall6-rules.5 --- shorewall6-5.0.9/manpages/shorewall6-rules.5 2016-06-04 14:50:16.758291494 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-rules.5 2016-06-30 17:55:23.202782829 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-rules .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-RULES" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-RULES" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-secmarks.5 shorewall6-5.0.10/manpages/shorewall6-secmarks.5 --- shorewall6-5.0.9/manpages/shorewall6-secmarks.5 2016-06-04 14:50:17.394811332 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-secmarks.5 2016-06-30 17:55:23.715294829 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-secmarks .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-SECMARKS" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-SECMARKS" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-stoppedrules.5 shorewall6-5.0.10/manpages/shorewall6-stoppedrules.5 --- shorewall6-5.0.9/manpages/shorewall6-stoppedrules.5 2016-06-04 14:50:18.043340979 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-stoppedrules.5 2016-06-30 17:55:24.215794829 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-stoppedrules .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-STOPPEDR" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-STOPPEDR" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-tcclasses.5 shorewall6-5.0.10/manpages/shorewall6-tcclasses.5 --- shorewall6-5.0.9/manpages/shorewall6-tcclasses.5 2016-06-04 14:50:18.755922936 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-tcclasses.5 2016-06-30 17:55:24.780358829 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-tcclasses .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-TCCLASSE" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-TCCLASSE" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-tcdevices.5 shorewall6-5.0.10/manpages/shorewall6-tcdevices.5 --- shorewall6-5.0.9/manpages/shorewall6-tcdevices.5 2016-06-04 14:50:19.416462391 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-tcdevices.5 2016-06-30 17:55:25.288866830 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-tcdevices .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-TCDEVICE" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-TCDEVICE" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-tcfilters.5 shorewall6-5.0.10/manpages/shorewall6-tcfilters.5 --- shorewall6-5.0.9/manpages/shorewall6-tcfilters.5 2016-06-04 14:50:20.064992038 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-tcfilters.5 2016-06-30 17:55:25.805382830 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-tcfilters .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-TCFILTER" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-TCFILTER" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-tcinterfaces.5 shorewall6-5.0.10/manpages/shorewall6-tcinterfaces.5 --- shorewall6-5.0.9/manpages/shorewall6-tcinterfaces.5 2016-06-04 14:50:20.681495529 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-tcinterfaces.5 2016-06-30 17:55:26.293870830 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-tcinterfaces .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-TCINTERF" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-TCINTERF" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-tcpri.5 shorewall6-5.0.10/manpages/shorewall6-tcpri.5 --- shorewall6-5.0.9/manpages/shorewall6-tcpri.5 2016-06-04 14:50:21.310008829 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-tcpri.5 2016-06-30 17:55:26.786362829 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-tcpri .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-TCPRI" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-TCPRI" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-tunnels.5 shorewall6-5.0.10/manpages/shorewall6-tunnels.5 --- shorewall6-5.0.9/manpages/shorewall6-tunnels.5 2016-06-04 14:50:21.938522128 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-tunnels.5 2016-06-30 17:55:27.298874829 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-tunnels .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-TUNNELS" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-TUNNELS" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-vardir.5 shorewall6-5.0.10/manpages/shorewall6-vardir.5 --- shorewall6-5.0.9/manpages/shorewall6-vardir.5 2016-06-04 14:50:22.543015812 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-vardir.5 2016-06-30 17:55:27.787362830 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-vardir .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-VARDIR" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-VARDIR" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/manpages/shorewall6-zones.5 shorewall6-5.0.10/manpages/shorewall6-zones.5 --- shorewall6-5.0.9/manpages/shorewall6-zones.5 2016-06-04 14:50:25.049062472 -0700 +++ shorewall6-5.0.10/manpages/shorewall6-zones.5 2016-06-30 17:55:29.885458829 -0700 @@ -2,12 +2,12 @@ .\" Title: shorewall6-zones .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 06/04/2016 +.\" Date: 06/30/2016 .\" Manual: Configuration Files .\" Source: Configuration Files .\" Language: English .\" -.TH "SHOREWALL6\-ZONES" "5" "06/04/2016" "Configuration Files" "Configuration Files" +.TH "SHOREWALL6\-ZONES" "5" "06/30/2016" "Configuration Files" "Configuration Files" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/releasenotes.txt shorewall6-5.0.10/releasenotes.txt --- shorewall6-5.0.9/releasenotes.txt 2016-06-04 14:49:09.867662682 -0700 +++ shorewall6-5.0.10/releasenotes.txt 2016-06-30 17:54:28.796430829 -0700 @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- - S H O R E W A L L 5 . 0 . 9 + S H O R E W A L L 5 . 0 . 1 0 ---------------------------- - J u n e 0 4 , 2 0 1 6 + J u n e 3 0 , 2 0 1 6 ---------------------------------------------------------------------------- I. PROBLEMS CORRECTED IN THIS RELEASE @@ -14,7 +14,26 @@ 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 ---------------------------------------------------------------------------- -1) This release contains defect repair through Shorewall 5.0.8.2. +1) This release includes defect repair through Shorewall 5.0.9.2. + +2) Previously, the 'update' commmand could result in updated files + having the user's default permissions rather than the permissions + of the original file. That has been corrected. + +3) A number of update and update-compatibility issues have been + corrected: + + a) : (e.g., "fred:") is once again accepted in USER columns. + b) The USER column in the mangle file can once again be specified + when :T is the chain designator. + c) The 'notrack' file is now correctly appended to the 'mangle' + file during update. + d) IPMARK entries in 'tcrules' are now correctly converted into + the 'mangle' file. + +4) When multiple zones are configured on an interface, the 'tcpflags', + 'nosmurfs' and 'maclist' options could previously result in silly + duplicate rules. That problem has been corrected. ---------------------------------------------------------------------------- I I. K N O W N P R O B L E M S R E M A I N I N G @@ -27,88 +46,38 @@ correctly in configurations with USE_DEFAULT_RT=No and optional providers listed in the DUPLICATE column. -3) Previously, if: - - - DOCKER=Yes - - docker0 was defined in /etc/shorewall/interfaces - - Docker was not running - - then Shorewall would fail to start with an error similar to this - - iptables-restore v1.4.21: Couldn't load target `DOCKER': - No such file or directory - Error occurred at line: 29 - Try `iptables-restore -h' or - 'iptables-restore --help' for more information. - ERROR: /sbin/iptables-restore Failed. - - This has been corrected such that Shorewall starts correctly under - these conditions. - ---------------------------------------------------------------------------- I I I. N E W F E A T U R E S I N T H I S R E L E A S E ---------------------------------------------------------------------------- -1) The file 'lib.core' has been renamed 'lib.runtime' to more - accurately reflect the file's role. - -2) The CLI now produces helpful error messages rather than simply - dumping out the complete usage syntax. - -3) The 'status' and 'version -a" command outputs now include the time - and date when the current firewall script was compiled. - - This feature implements a new 'info' command that is recognized by - the compiled script. That command produces output similar to the - following: - - compiled Thu Apr 28 14:18:58 2016 by Shorewall version 5.0.9 - - Note 1: The time and date of compilation will only be displayed - after the firewall script has been compiled using this or a later - Shorewall release. - - Note 2: Information about the current firewall script is only - displayed by the 'version -a' command when the command is executed - by root. - - Caution: If you execute 'shorewall compile', a subsequent 'status' - command will display the compilation information for the newly - compiled script and not for the one that was used to instantiate - the running firewall configuration. Note that the compilation - date/time, in this case, will be later than the started date/time: - - Example: - - State:Started Sun Apr 24 12:22:18 PDT 2016 from /etc/shorewall/ - (/var/lib/shorewall/firewall compiled Thu Apr 28 14:18:58 2016 - by Shorewall version 5.0.9) - -4) The ?INFO and ?WARNING directives added in Shorewall 5.0.8 include - the current filename and line number in the generated message. That - behavior can be suppressed by using ?INFO! AND ?WARNING! - instead. Additionally, the default behavior can be changed by - setting VERBOSE_MESSAGES=No in shorewall[6].conf. In that case, - including the exclaimation point causes the filename and line - number to be included. - -5) NFLOG(...) is now supported in the mangle files. - -6) The compiler now checks the version of the installed Shorewall-core - and issues a warning message if there is a mis-match. +1) The 'allow' command can now remove entries from the ipset-based + dynamic blacklists. - Example (folded to fit within 72 columns): + allow
... - WARNING: Version Mismatch: Shorewall-core is version 5.0.8.2, - while the Shorewall version is 5.0.9-Beta2 +2) A new 'dbl' (Dynamic Blacklist) option is now available in the + 'interfaces' file. Possible settings are: - When compiling for IPv6, the Shorewall6 version is also verified - and a similar warning is issued in the case of a mismatch. + none - equivalent to specifying 'nodbl'. + src - packets entering the firewall on the interface have their + source IP address checked against the ipset-based + blacklist. + dst - packets entering the firewall on the interface have their + destination IP address checked against the ipset-based + blacklist. + src-dst - packets entering the firewall on the interface have their + source IP address checked against the ipset-based + blacklist. Packets originating on the fireawll and + leaving through the interface have their destination IP + address checked against the ipset-based blacklist. -7) The sample configurations now have AUTOMAKE enabled. + The normal setting for an internet-facing interface will be either + 'src' or 'src-dst'. The normal setting for an internal interface + will be either 'none' or 'dst'. -8) Full date and time strings generated by the compiler are now in - 'date' format rather than Perl's 'localtime' format. +3) The RPMs from shorewall.net are now created to assume that systemd + is being used. They are targeted specifically at OpenSuSE and have + been verified on OpenSuSE 42.1. ---------------------------------------------------------------------------- I V. M I G R A T I O N I S S U E S @@ -269,6 +238,95 @@ ---------------------------------------------------------------------------- V. N O T E S F R O M O T H E R 5 . 0 R E L E A S E S ---------------------------------------------------------------------------- + P R O B L E M S C O R R E C T E D I N 5 . 0 . 9 +---------------------------------------------------------------------------- + +1) This release contains defect repair through Shorewall 5.0.8.2. + +2) Previously, if: + + - DOCKER=Yes + - docker0 was defined in /etc/shorewall/interfaces + - Docker was not running + + then Shorewall would fail to start with an error similar to this + + iptables-restore v1.4.21: Couldn't load target `DOCKER': + No such file or directory + Error occurred at line: 29 + Try `iptables-restore -h' or + 'iptables-restore --help' for more information. + ERROR: /sbin/iptables-restore Failed. + + This has been corrected such that Shorewall starts correctly under + these conditions. + +---------------------------------------------------------------------------- + N E W F E A T U R E S I N 5 . 0 . 9 +---------------------------------------------------------------------------- + +1) The file 'lib.core' has been renamed 'lib.runtime' to more + accurately reflect the file's role. + +2) The CLI now produces helpful error messages rather than simply + dumping out the complete usage syntax. + +3) The 'status' and 'version -a" command outputs now include the time + and date when the current firewall script was compiled. + + This feature implements a new 'info' command that is recognized by + the compiled script. That command produces output similar to the + following: + + compiled Thu Apr 28 14:18:58 2016 by Shorewall version 5.0.9 + + Note 1: The time and date of compilation will only be displayed + after the firewall script has been compiled using this or a later + Shorewall release. + + Note 2: Information about the current firewall script is only + displayed by the 'version -a' command when the command is executed + by root. + + Caution: If you execute 'shorewall compile', a subsequent 'status' + command will display the compilation information for the newly + compiled script and not for the one that was used to instantiate + the running firewall configuration. Note that the compilation + date/time, in this case, will be later than the started date/time: + + Example: + + State:Started Sun Apr 24 12:22:18 PDT 2016 from /etc/shorewall/ + (/var/lib/shorewall/firewall compiled Thu Apr 28 14:18:58 2016 + by Shorewall version 5.0.9) + +4) The ?INFO and ?WARNING directives added in Shorewall 5.0.8 include + the current filename and line number in the generated message. That + behavior can be suppressed by using ?INFO! AND ?WARNING! + instead. Additionally, the default behavior can be changed by + setting VERBOSE_MESSAGES=No in shorewall[6].conf. In that case, + including the exclaimation point causes the filename and line + number to be included. + +5) NFLOG(...) is now supported in the mangle files. + +6) The compiler now checks the version of the installed Shorewall-core + and issues a warning message if there is a mis-match. + + Example (folded to fit within 72 columns): + + WARNING: Version Mismatch: Shorewall-core is version 5.0.8.2, + while the Shorewall version is 5.0.9-Beta2 + + When compiling for IPv6, the Shorewall6 version is also verified + and a similar warning is issued in the case of a mismatch. + +7) The sample configurations now have AUTOMAKE enabled. + +8) Full date and time strings generated by the compiler are now in + 'date' format rather than Perl's 'localtime' format. + +---------------------------------------------------------------------------- P R O B L E M S C O R R E C T E D I N 5 . 0 . 8 ---------------------------------------------------------------------------- diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/Samples6/one-interface/interfaces.annotated shorewall6-5.0.10/Samples6/one-interface/interfaces.annotated --- shorewall6-5.0.9/Samples6/one-interface/interfaces.annotated 2016-06-04 14:50:34.857072561 -0700 +++ shorewall6-5.0.10/Samples6/one-interface/interfaces.annotated 2016-06-30 17:55:37.797362830 -0700 @@ -133,6 +133,35 @@ # Designates the interface as a bridge. Beginning with Shorewall 4.4.7, # setting this option also sets routeback. # +# dbl={none|src|dst|src-dst} +# +# Added in Shorewall 5.0.10. This option defined whether or not dynamic +# blacklisting is applied to packets entering the firewall through this +# interface and whether the source address and/or destination address is +# to be compared against the ipset-based dynamic blacklist +# (DYNAMIC_BLACKLIST=ipset... in shorewall6.conf(5)). The default is +# determine by the setting of DYNAMIC_BLACKLIST: +# +# DYNAMIC_BLACKLIST=No +# +# Default is none (e.g., no dynamic blacklist checking). +# +# DYNAMIC_BLACKLIST=Yes +# +# Default is src (e.g., the source IP address is checked against the +# ipset). +# +# DYNAMIC_BLACKLIST=ipset[-only] +# +# Default is src. +# +# DYNAMIC_BLACKLIST=ipset[-only],src-dst... +# +# Default is src-dst (e.g., the source IP addresses in checked +# against the ipset on input and the destination IP address is +# checked against the ipset on packets originating from the firewall +# and leaving through this interface). +# # destonly # # Added in Shorewall 4.5.17. Causes the compiler to omit rules to handle @@ -203,7 +232,8 @@ # nodbl # # Added in Shorewall 5.0.8. When specified, dynamic blacklisting is -# disabled on the interface. +# disabled on the interface. Beginning with Shorewall 5.0.10, nodbl is +# equivalent to dbl=none. # # optional # diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/Samples6/three-interfaces/interfaces.annotated shorewall6-5.0.10/Samples6/three-interfaces/interfaces.annotated --- shorewall6-5.0.9/Samples6/three-interfaces/interfaces.annotated 2016-06-04 14:50:36.718592844 -0700 +++ shorewall6-5.0.10/Samples6/three-interfaces/interfaces.annotated 2016-06-30 17:55:39.290854829 -0700 @@ -133,6 +133,35 @@ # Designates the interface as a bridge. Beginning with Shorewall 4.4.7, # setting this option also sets routeback. # +# dbl={none|src|dst|src-dst} +# +# Added in Shorewall 5.0.10. This option defined whether or not dynamic +# blacklisting is applied to packets entering the firewall through this +# interface and whether the source address and/or destination address is +# to be compared against the ipset-based dynamic blacklist +# (DYNAMIC_BLACKLIST=ipset... in shorewall6.conf(5)). The default is +# determine by the setting of DYNAMIC_BLACKLIST: +# +# DYNAMIC_BLACKLIST=No +# +# Default is none (e.g., no dynamic blacklist checking). +# +# DYNAMIC_BLACKLIST=Yes +# +# Default is src (e.g., the source IP address is checked against the +# ipset). +# +# DYNAMIC_BLACKLIST=ipset[-only] +# +# Default is src. +# +# DYNAMIC_BLACKLIST=ipset[-only],src-dst... +# +# Default is src-dst (e.g., the source IP addresses in checked +# against the ipset on input and the destination IP address is +# checked against the ipset on packets originating from the firewall +# and leaving through this interface). +# # destonly # # Added in Shorewall 4.5.17. Causes the compiler to omit rules to handle @@ -203,7 +232,8 @@ # nodbl # # Added in Shorewall 5.0.8. When specified, dynamic blacklisting is -# disabled on the interface. +# disabled on the interface. Beginning with Shorewall 5.0.10, nodbl is +# equivalent to dbl=none. # # optional # diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/Samples6/two-interfaces/interfaces.annotated shorewall6-5.0.10/Samples6/two-interfaces/interfaces.annotated --- shorewall6-5.0.9/Samples6/two-interfaces/interfaces.annotated 2016-06-04 14:50:38.868348524 -0700 +++ shorewall6-5.0.10/Samples6/two-interfaces/interfaces.annotated 2016-06-30 17:55:41.044606829 -0700 @@ -133,6 +133,35 @@ # Designates the interface as a bridge. Beginning with Shorewall 4.4.7, # setting this option also sets routeback. # +# dbl={none|src|dst|src-dst} +# +# Added in Shorewall 5.0.10. This option defined whether or not dynamic +# blacklisting is applied to packets entering the firewall through this +# interface and whether the source address and/or destination address is +# to be compared against the ipset-based dynamic blacklist +# (DYNAMIC_BLACKLIST=ipset... in shorewall6.conf(5)). The default is +# determine by the setting of DYNAMIC_BLACKLIST: +# +# DYNAMIC_BLACKLIST=No +# +# Default is none (e.g., no dynamic blacklist checking). +# +# DYNAMIC_BLACKLIST=Yes +# +# Default is src (e.g., the source IP address is checked against the +# ipset). +# +# DYNAMIC_BLACKLIST=ipset[-only] +# +# Default is src. +# +# DYNAMIC_BLACKLIST=ipset[-only],src-dst... +# +# Default is src-dst (e.g., the source IP addresses in checked +# against the ipset on input and the destination IP address is +# checked against the ipset on packets originating from the firewall +# and leaving through this interface). +# # destonly # # Added in Shorewall 4.5.17. Causes the compiler to omit rules to handle @@ -203,7 +232,8 @@ # nodbl # # Added in Shorewall 5.0.8. When specified, dynamic blacklisting is -# disabled on the interface. +# disabled on the interface. Beginning with Shorewall 5.0.10, nodbl is +# equivalent to dbl=none. # # optional # diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/Samples6/Universal/interfaces.annotated shorewall6-5.0.10/Samples6/Universal/interfaces.annotated --- shorewall6-5.0.9/Samples6/Universal/interfaces.annotated 2016-06-04 14:50:41.066143439 -0700 +++ shorewall6-5.0.10/Samples6/Universal/interfaces.annotated 2016-06-30 17:55:42.786346830 -0700 @@ -129,6 +129,35 @@ # Designates the interface as a bridge. Beginning with Shorewall 4.4.7, # setting this option also sets routeback. # +# dbl={none|src|dst|src-dst} +# +# Added in Shorewall 5.0.10. This option defined whether or not dynamic +# blacklisting is applied to packets entering the firewall through this +# interface and whether the source address and/or destination address is +# to be compared against the ipset-based dynamic blacklist +# (DYNAMIC_BLACKLIST=ipset... in shorewall6.conf(5)). The default is +# determine by the setting of DYNAMIC_BLACKLIST: +# +# DYNAMIC_BLACKLIST=No +# +# Default is none (e.g., no dynamic blacklist checking). +# +# DYNAMIC_BLACKLIST=Yes +# +# Default is src (e.g., the source IP address is checked against the +# ipset). +# +# DYNAMIC_BLACKLIST=ipset[-only] +# +# Default is src. +# +# DYNAMIC_BLACKLIST=ipset[-only],src-dst... +# +# Default is src-dst (e.g., the source IP addresses in checked +# against the ipset on input and the destination IP address is +# checked against the ipset on packets originating from the firewall +# and leaving through this interface). +# # destonly # # Added in Shorewall 4.5.17. Causes the compiler to omit rules to handle @@ -199,7 +228,8 @@ # nodbl # # Added in Shorewall 5.0.8. When specified, dynamic blacklisting is -# disabled on the interface. +# disabled on the interface. Beginning with Shorewall 5.0.10, nodbl is +# equivalent to dbl=none. # # optional # diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/shorewall6.spec shorewall6-5.0.10/shorewall6.spec --- shorewall6-5.0.9/shorewall6.spec 2016-06-04 14:49:09.863659412 -0700 +++ shorewall6-5.0.10/shorewall6.spec 2016-06-30 17:54:28.788422830 -0700 @@ -1,5 +1,5 @@ %define name shorewall6 -%define version 5.0.9 +%define version 5.0.10 %define release 0base Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems. @@ -48,7 +48,11 @@ %post if [ $1 -eq 1 ]; then - if [ -x %{_sbindir}/insserv ]; then + if [ -x %{_sbindir}/systemctl ]; then + %{_sbindir}/systemctl enable shorewall6 + elif [ -x /usr/bin/systemctl ]; then + /usr/bin/systemctl enable shorewall6 + elif [ -x %{_sbindir}/insserv ]; then %{_sbindir}/insserv /etc/rc.d/shorewall6 elif [ -x %{_sbindir}/chkconfig ]; then %{_sbindir}/chkconfig --add shorewall6; @@ -58,7 +62,11 @@ %preun if [ $1 = 0 ]; then - if [ -x %{_sbindir}/insserv ]; then + if [ -x %{_sbindir}/systemctl ]; then + %{_sbindir}/systemctl disable shorewall6 + elif [ -x /usr/bin/systemctl ]; then + /usr/bin/systemctl disable shorewall6 + elif [ -x %{_sbindir}/insserv ]; then %{_sbindir}/insserv -r %{_initddir}/shorewall6 elif [ -x %{_sbindir}/chkconfig ]; then %{_sbindir}/chkconfig --del shorewall6 @@ -70,7 +78,7 @@ %files %defattr(0644,root,root,0755) -%attr(0544,root,root) %{_initddir}/shorewall6 +%attr(0644,root,root) /usr/lib/systemd/system/shorewall6.service %attr(0755,root,root) %dir /etc/shorewall6 %ghost %(attr 0644,root,root) /etc/shorewall6/isusable %ghost %(attr 0644,root,root) /etc/shorewall6/notrack @@ -111,6 +119,14 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn ipv6 Samples6 %changelog +* Sat Jun 25 2016 Tom Eastep tom@shorewall.net +- Updated to 5.0.10-0base +* Tue Jun 21 2016 Tom Eastep tom@shorewall.net +- Updated to 5.0.10-0RC1 +* Tue Jun 14 2016 Tom Eastep tom@shorewall.net +- Updated to 5.0.10-0Beta2 +* Mon Jun 06 2016 Tom Eastep tom@shorewall.net +- Updated to 5.0.10-0Beta1 * Thu May 12 2016 Tom Eastep tom@shorewall.net - Updated to 5.0.9-0base * Thu May 05 2016 Tom Eastep tom@shorewall.net diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/shorewallrc.suse shorewall6-5.0.10/shorewallrc.suse --- shorewall6-5.0.9/shorewallrc.suse 2016-06-04 14:49:09.863659412 -0700 +++ shorewall6-5.0.10/shorewallrc.suse 2016-06-30 17:54:28.792426829 -0700 @@ -7,15 +7,15 @@ CONFDIR=/etc #Directory where subsystem configurations are installed SHAREDIR=${PREFIX}/share #Directory for arch-neutral files. LIBEXECDIR=${PREFIX}/lib #Directory for executable scripts. -PERLLIBDIR=${PREFIX}/lib/perl5/vendor_perl/5.14.2 #Directory to install Shorewall Perl module directory +PERLLIBDIR=${PREFIX}/lib/perl5/site-perl #Directory to install Shorewall Perl module directory SBINDIR=/usr/sbin #Directory where system administration programs are installed MANDIR=${SHAREDIR}/man/ #Directory where manpages are installed. INITDIR=/etc/init.d #Directory where SysV init scripts are installed. -INITFILE=$PRODUCT #Name of the product's SysV init script +INITFILE= #Name of the product's SysV init script INITSOURCE=init.suse.sh #Name of the distributed file to be installed as the SysV init script ANNOTATED= #If non-zero, annotated configuration files are installed -SERVICEDIR= #Directory where .service files are installed (systems running systemd only) -SERVICEFILE= #Name of the file to install in $SYSTEMD. Default is $PRODUCT.service +SERVICEDIR=/usr/lib/systemd/system #Directory where .service files are installed (systems running systemd only) +SERVICEFILE=$PRODUCT.service #Name of the file to install in $SYSTEMD. Default is $PRODUCT.service SYSCONFFILE=sysconfig #Name of the distributed file to be installed in $SYSCONFDIR SYSCONFDIR=/etc/sysconfig/ #Directory where SysV init parameter files are installed SPARSE= #If non-empty, only install $PRODUCT/$PRODUCT.conf in $CONFDIR diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall6-5.0.9/uninstall.sh shorewall6-5.0.10/uninstall.sh --- shorewall6-5.0.9/uninstall.sh 2016-06-04 14:49:09.863659412 -0700 +++ shorewall6-5.0.10/uninstall.sh 2016-06-30 17:54:28.788422830 -0700 @@ -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.0.9 +VERSION=5.0.10 PRODUCT=shorewall6 Product=Shorewall6