diff -Nru shorewall-lite-4.5.21.5/changelog.txt shorewall-lite-4.5.21.6/changelog.txt --- shorewall-lite-4.5.21.5/changelog.txt 2013-12-19 17:27:35.000000000 +0000 +++ shorewall-lite-4.5.21.6/changelog.txt 2014-01-30 23:15:51.000000000 +0000 @@ -1,3 +1,9 @@ +Changes in 4.5.21.6 + +1) Update release documents. + +2) Correct incorrect use of -g when jumping to a logging chain. + Changes in 4.5.21.5 1) Update release documents. diff -Nru shorewall-lite-4.5.21.5/configure shorewall-lite-4.5.21.6/configure --- shorewall-lite-4.5.21.5/configure 2013-12-19 17:27:35.000000000 +0000 +++ shorewall-lite-4.5.21.6/configure 2014-01-30 23:15:51.000000000 +0000 @@ -28,7 +28,7 @@ # # Build updates this # -VERSION=4.5.21.5 +VERSION=4.5.21.6 case "$BASH_VERSION" in [4-9].*) diff -Nru shorewall-lite-4.5.21.5/configure.pl shorewall-lite-4.5.21.6/configure.pl --- shorewall-lite-4.5.21.5/configure.pl 2013-12-19 17:27:35.000000000 +0000 +++ shorewall-lite-4.5.21.6/configure.pl 2014-01-30 23:15:51.000000000 +0000 @@ -31,7 +31,7 @@ # Build updates this # use constant { - VERSION => '4.5.21.5' + VERSION => '4.5.21.6' }; my %params; diff -Nru shorewall-lite-4.5.21.5/debian/changelog shorewall-lite-4.5.21.6/debian/changelog --- shorewall-lite-4.5.21.5/debian/changelog 2013-12-19 21:28:39.000000000 +0000 +++ shorewall-lite-4.5.21.6/debian/changelog 2014-01-31 15:48:59.000000000 +0000 @@ -1,3 +1,9 @@ +shorewall-lite (4.5.21.6-1) unstable; urgency=low + + * New Upstream Version + + -- Roberto C. Sanchez Fri, 31 Jan 2014 10:48:51 -0500 + shorewall-lite (4.5.21.5-1) unstable; urgency=low * New Upstream Version diff -Nru shorewall-lite-4.5.21.5/install.sh shorewall-lite-4.5.21.6/install.sh --- shorewall-lite-4.5.21.5/install.sh 2013-12-19 17:27:34.000000000 +0000 +++ shorewall-lite-4.5.21.6/install.sh 2014-01-30 23:15:51.000000000 +0000 @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.5.21.5 +VERSION=4.5.21.6 usage() # $1 = exit status { diff -Nru shorewall-lite-4.5.21.5/manpages/shorewall-lite-vardir.5 shorewall-lite-4.5.21.6/manpages/shorewall-lite-vardir.5 --- shorewall-lite-4.5.21.5/manpages/shorewall-lite-vardir.5 2013-12-19 17:31:18.000000000 +0000 +++ shorewall-lite-4.5.21.6/manpages/shorewall-lite-vardir.5 2014-01-30 23:19:04.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-lite-vardir .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 12/19/2013 +.\" Date: 01/30/2014 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" -.TH "SHOREWALL\-LITE\-VAR" "5" "12/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "SHOREWALL\-LITE\-VAR" "5" "01/30/2014" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru shorewall-lite-4.5.21.5/manpages/shorewall-lite.8 shorewall-lite-4.5.21.6/manpages/shorewall-lite.8 --- shorewall-lite-4.5.21.5/manpages/shorewall-lite.8 2013-12-19 17:31:13.000000000 +0000 +++ shorewall-lite-4.5.21.6/manpages/shorewall-lite.8 2014-01-30 23:19:05.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-lite .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 12/19/2013 +.\" Date: 01/30/2014 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" -.TH "SHOREWALL\-LITE" "8" "12/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "SHOREWALL\-LITE" "8" "01/30/2014" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -580,20 +580,20 @@ .IP " 1." 4 shorewall.conf .RS 4 -\%http://www.shorewall.net/manpages/shorewall.conf.html +\%http://www.shorewall.netshorewall.conf.html .RE .IP " 2." 4 shorewall-interfaces .RS 4 -\%http://www.shorewall.net/manpages/shorewall-interfaces.html +\%http://www.shorewall.netshorewall-interfaces.html .RE .IP " 3." 4 shorewall-accounting .RS 4 -\%http://www.shorewall.net/manpages/manpages/shorewall-accounting.html +\%http://www.shorewall.netmanpages/shorewall-accounting.html .RE .IP " 4." 4 shorewall-routestopped .RS 4 -\%http://www.shorewall.net/manpages/shorewall-routestopped.html +\%http://www.shorewall.netshorewall-routestopped.html .RE diff -Nru shorewall-lite-4.5.21.5/manpages/shorewall-lite.conf.5 shorewall-lite-4.5.21.6/manpages/shorewall-lite.conf.5 --- shorewall-lite-4.5.21.5/manpages/shorewall-lite.conf.5 2013-12-19 17:31:10.000000000 +0000 +++ shorewall-lite-4.5.21.6/manpages/shorewall-lite.conf.5 2014-01-30 23:19:02.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-lite.conf .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 12/19/2013 +.\" Date: 01/30/2014 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" -.TH "SHOREWALL\-LITE\&.CO" "5" "12/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "SHOREWALL\-LITE\&.CO" "5" "01/30/2014" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru shorewall-lite-4.5.21.5/releasenotes.txt shorewall-lite-4.5.21.6/releasenotes.txt --- shorewall-lite-4.5.21.5/releasenotes.txt 2013-12-19 17:27:35.000000000 +0000 +++ shorewall-lite-4.5.21.6/releasenotes.txt 2014-01-30 23:15:51.000000000 +0000 @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- - S H O R E W A L L 4 . 5 . 2 1 . 5 + S H O R E W A L L 4 . 5 . 2 1 . 6 ------------------------------------ - D e c e m b e r 1 9 , 2 0 1 3 + J a n u a r y 3 0 , 2 0 1 4 ---------------------------------------------------------------------------- I. PROBLEMS CORRECTED IN THIS RELEASE @@ -14,6 +14,20 @@ I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E ---------------------------------------------------------------------------- +4.5.21.6 + +1) When a non-terminating target specified logging, the compiler would + erroneously generate a 'goto' (-g) iptables command rather than a + 'jump' (-j) command. This caused the wrong set of rules to be + traversed, usually the catchall 'REJECT' rule at the end of the + INPUT or FORWARD chain. + + The compiler now generates a 'jump' rule in these cases. + +2) When an interface containing a period (such as a VLAN interface) + was used in an 'add' or 'delete' command, the wrong ipset name was + generated, resulting in failure of the command. + 4.5.21.5 1) A number of minor updates have been made to the documentation and diff -Nru shorewall-lite-4.5.21.5/shorewall-lite.spec shorewall-lite-4.5.21.6/shorewall-lite.spec --- shorewall-lite-4.5.21.5/shorewall-lite.spec 2013-12-19 17:27:34.000000000 +0000 +++ shorewall-lite-4.5.21.6/shorewall-lite.spec 2014-01-30 23:15:51.000000000 +0000 @@ -1,6 +1,6 @@ %define name shorewall-lite %define version 4.5.21 -%define release 5 +%define release 6 %define initdir /etc/init.d Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems. @@ -105,6 +105,8 @@ %doc COPYING changelog.txt releasenotes.txt %changelog +* Thu Jan 30 2014 Tom Eastep tom@shorewall.net +- Updated to 4.5.21-6 * Thu Dec 19 2013 Tom Eastep tom@shorewall.net - Updated to 4.5.21-5 * Mon Nov 04 2013 Tom Eastep tom@shorewall.net diff -Nru shorewall-lite-4.5.21.5/uninstall.sh shorewall-lite-4.5.21.6/uninstall.sh --- shorewall-lite-4.5.21.5/uninstall.sh 2013-12-19 17:27:34.000000000 +0000 +++ shorewall-lite-4.5.21.6/uninstall.sh 2014-01-30 23:15:51.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=4.5.21.5 +VERSION=4.5.21.6 usage() # $1 = exit status {