diff -Nru shorewall-lite-4.4.26/changelog.txt shorewall-lite-4.4.26.1/changelog.txt --- shorewall-lite-4.4.26/changelog.txt 2011-12-02 15:57:59.000000000 +0000 +++ shorewall-lite-4.4.26.1/changelog.txt 2011-12-13 14:49:28.000000000 +0000 @@ -1,3 +1,16 @@ +Changes in 4.4.26.1 + +1) Belatedly update module versions. + +2) Bump CAPVERSION in the compiler. + +3) Correct a couple of minor typos. + +4) Apply Chris Boot's patch for TC_ENABLED=Simple + +5) Restore the quoted part of the 'Provider "..." compiled' progress + message. + Changes in 4.4.26 Final 1) Fix 'shorewall6 update'. diff -Nru shorewall-lite-4.4.26/debian/changelog shorewall-lite-4.4.26.1/debian/changelog --- shorewall-lite-4.4.26/debian/changelog 2011-12-03 00:04:46.000000000 +0000 +++ shorewall-lite-4.4.26.1/debian/changelog 2011-12-14 00:23:22.000000000 +0000 @@ -1,3 +1,9 @@ +shorewall-lite (4.4.26.1-1) unstable; urgency=low + + * New Upstream Version + + -- Roberto C. Sanchez Tue, 13 Dec 2011 19:22:34 -0500 + shorewall-lite (4.4.26-1) unstable; urgency=low * New Upstream Version diff -Nru shorewall-lite-4.4.26/install.sh shorewall-lite-4.4.26.1/install.sh --- shorewall-lite-4.4.26/install.sh 2011-12-02 15:57:59.000000000 +0000 +++ shorewall-lite-4.4.26.1/install.sh 2011-12-13 14:49:28.000000000 +0000 @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.4.26 +VERSION=4.4.26.1 usage() # $1 = exit status { diff -Nru shorewall-lite-4.4.26/lib.cli shorewall-lite-4.4.26.1/lib.cli --- shorewall-lite-4.4.26/lib.cli 2011-12-02 15:57:59.000000000 +0000 +++ shorewall-lite-4.4.26.1/lib.cli 2011-12-13 14:49:28.000000000 +0000 @@ -1450,7 +1450,7 @@ host=${hostent#*:} if $IPSET -D $ipset $host; then - echo "Host $hostend deleted from zone $zone" + echo "Host $hostent deleted from zone $zone" else echo " WARNING: Unable to delete host $hostent to zone $zone" >&2 fi diff -Nru shorewall-lite-4.4.26/manpages/shorewall-lite.8 shorewall-lite-4.4.26.1/manpages/shorewall-lite.8 --- shorewall-lite-4.4.26/manpages/shorewall-lite.8 2011-12-02 16:03:22.000000000 +0000 +++ shorewall-lite-4.4.26.1/manpages/shorewall-lite.8 2011-12-13 14:54:53.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: shorewall-lite .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 12/02/2011 +.\" Date: 12/13/2011 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" -.TH "SHOREWALL\-LITE" "8" "12/02/2011" "[FIXME: source]" "[FIXME: manual]" +.TH "SHOREWALL\-LITE" "8" "12/13/2011" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru shorewall-lite-4.4.26/manpages/shorewall-lite.conf.5 shorewall-lite-4.4.26.1/manpages/shorewall-lite.conf.5 --- shorewall-lite-4.4.26/manpages/shorewall-lite.conf.5 2011-12-02 16:03:18.000000000 +0000 +++ shorewall-lite-4.4.26.1/manpages/shorewall-lite.conf.5 2011-12-13 14:54:49.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.75.2 -.\" Date: 12/02/2011 +.\" Date: 12/13/2011 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" -.TH "SHOREWALL\-LITE\&.CO" "5" "12/02/2011" "[FIXME: source]" "[FIXME: manual]" +.TH "SHOREWALL\-LITE\&.CO" "5" "12/13/2011" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru shorewall-lite-4.4.26/manpages/shorewall-lite-vardir.5 shorewall-lite-4.4.26.1/manpages/shorewall-lite-vardir.5 --- shorewall-lite-4.4.26/manpages/shorewall-lite-vardir.5 2011-12-02 16:03:20.000000000 +0000 +++ shorewall-lite-4.4.26.1/manpages/shorewall-lite-vardir.5 2011-12-13 14:54:51.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.75.2 -.\" Date: 12/02/2011 +.\" Date: 12/13/2011 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" -.TH "SHOREWALL\-LITE\-VAR" "5" "12/02/2011" "[FIXME: source]" "[FIXME: manual]" +.TH "SHOREWALL\-LITE\-VAR" "5" "12/13/2011" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru shorewall-lite-4.4.26/releasenotes.txt shorewall-lite-4.4.26.1/releasenotes.txt --- shorewall-lite-4.4.26/releasenotes.txt 2011-12-02 15:57:59.000000000 +0000 +++ shorewall-lite-4.4.26.1/releasenotes.txt 2011-12-13 14:49:28.000000000 +0000 @@ -1,6 +1,6 @@ ---------------------------------------------------------------------------- - S H O R E W A L L 4 . 4 . 2 6 + S H O R E W A L L 4 . 4 . 2 6 . 1 ---------------------------------------------------------------------------- I. PROBLEMS CORRECTED IN THIS RELEASE @@ -14,6 +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 ---------------------------------------------------------------------------- +4.4.26.1 + +1) The Perl module version numbers have now been updated to reflect + changes in 4.4.26. + +2) The 4.4.26 rules compiler does not issue a warning when a + capabilities file was generated with Shorewall 4.4.25, even though + new capabilities were added in 4.4.26. This has been corrected so + that a warning is generated. + +3) When TC_ENABLED=Shared, CLASSIFY rules could not be used in the + tcrules file. Thanks to a patch from Chris Boot, this now works as + expected. + +4) The quoted part of the progress message 'Provider "..." compiled' + was inadvertently omitted by a change in Shorewall 4.4.23. That + text has now been restored. + +4.4.26 + 1) This release includes all corrections included in 4.4.25.1 through .3. diff -Nru shorewall-lite-4.4.26/shorewall-lite.spec shorewall-lite-4.4.26.1/shorewall-lite.spec --- shorewall-lite-4.4.26/shorewall-lite.spec 2011-12-02 15:57:59.000000000 +0000 +++ shorewall-lite-4.4.26.1/shorewall-lite.spec 2011-12-13 14:49:28.000000000 +0000 @@ -1,6 +1,6 @@ %define name shorewall-lite %define version 4.4.26 -%define release 0base +%define release 1 Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems. Name: %{name} @@ -103,6 +103,8 @@ %doc COPYING changelog.txt releasenotes.txt %changelog +* Sat Dec 03 2011 Tom Eastep tom@shorewall.net +- Updated to 4.4.26-1 * Tue Nov 29 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.26-0base * Sun Nov 20 2011 Tom Eastep tom@shorewall.net diff -Nru shorewall-lite-4.4.26/uninstall.sh shorewall-lite-4.4.26.1/uninstall.sh --- shorewall-lite-4.4.26/uninstall.sh 2011-12-02 15:57:59.000000000 +0000 +++ shorewall-lite-4.4.26.1/uninstall.sh 2011-12-13 14:49:28.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.4.26 +VERSION=4.4.26.1 usage() # $1 = exit status {