diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall-core-5.0.8.1/changelog.txt shorewall-core-5.0.8.2/changelog.txt --- shorewall-core-5.0.8.1/changelog.txt 2016-05-01 10:54:13.239145444 -0700 +++ shorewall-core-5.0.8.2/changelog.txt 2016-05-02 14:40:53.246264063 -0700 @@ -1,3 +1,9 @@ +Changes in 5.0.8.2 + +1) Update release documents. + +2) Accoodate iproute2 4.3.0. + Changes in 5.0.8.1 1) Update release documents. diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall-core-5.0.8.1/configure shorewall-core-5.0.8.2/configure --- shorewall-core-5.0.8.1/configure 2016-05-01 10:54:13.147099444 -0700 +++ shorewall-core-5.0.8.2/configure 2016-05-02 14:40:52.906055039 -0700 @@ -28,7 +28,7 @@ # # Build updates this # -VERSION=5.0.8.1 +VERSION=5.0.8.2 case "$BASH_VERSION" in [4-9].*) diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall-core-5.0.8.1/configure.pl shorewall-core-5.0.8.2/configure.pl --- shorewall-core-5.0.8.1/configure.pl 2016-05-01 10:54:13.147099444 -0700 +++ shorewall-core-5.0.8.2/configure.pl 2016-05-02 14:40:52.910057499 -0700 @@ -31,7 +31,7 @@ # Build updates this # use constant { - VERSION => '5.0.8.1' + VERSION => '5.0.8.2' }; my %params; diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall-core-5.0.8.1/install.sh shorewall-core-5.0.8.2/install.sh --- shorewall-core-5.0.8.1/install.sh 2016-05-01 10:54:13.143097444 -0700 +++ shorewall-core-5.0.8.2/install.sh 2016-05-02 14:40:52.902052580 -0700 @@ -22,7 +22,7 @@ # along with this program; if not, see . # -VERSION=5.0.8.1 +VERSION=5.0.8.2 PRODUCT=shorewall-core Product="Shorewall Core" diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall-core-5.0.8.1/releasenotes.txt shorewall-core-5.0.8.2/releasenotes.txt --- shorewall-core-5.0.8.1/releasenotes.txt 2016-05-01 10:54:13.239145444 -0700 +++ shorewall-core-5.0.8.2/releasenotes.txt 2016-05-02 14:40:53.246264063 -0700 @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- - S H O R E W A L L 5 . 0 . 8 . 1 + S H O R E W A L L 5 . 0 . 8 . 2 ---------------------------- - M a y 0 2 , 2 0 1 6 + M a y 0 3 , 2 0 1 6 ---------------------------------------------------------------------------- I. PROBLEMS CORRECTED IN THIS RELEASE @@ -14,6 +14,18 @@ I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E ---------------------------------------------------------------------------- +5.0.8.2 + +1) Shorewall6 failed when iproute2 4.3.0 was installed (such as on + Ubuntu 16.04) with a message such as: + + Starting Shorewall6.... + /var/lib/shorewall6/.restart: 772: [: Illegal number: + + done. + + This has been corrected. (Paul Gear) + 5.0.8.1 1) When an optional provider interface did not have an IP address, diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall-core-5.0.8.1/shorewall-core.spec shorewall-core-5.0.8.2/shorewall-core.spec --- shorewall-core-5.0.8.1/shorewall-core.spec 2016-05-01 10:54:13.239145444 -0700 +++ shorewall-core-5.0.8.2/shorewall-core.spec 2016-05-02 14:40:53.246264063 -0700 @@ -1,6 +1,6 @@ %define name shorewall-core %define version 5.0.8 -%define release 1 +%define release 2 Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. Name: %{name} @@ -63,6 +63,8 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt %changelog +* Mon May 02 2016 Tom Eastep tom@shorewall.net +- Updated to 5.0.8-2 * Mon Apr 25 2016 Tom Eastep tom@shorewall.net - Updated to 5.0.8-1 * Tue Apr 19 2016 Tom Eastep tom@shorewall.net diff -Naurdw -X /home/teastep/shorewall/tools/build/exclude.txt shorewall-core-5.0.8.1/uninstall.sh shorewall-core-5.0.8.2/uninstall.sh --- shorewall-core-5.0.8.1/uninstall.sh 2016-05-01 10:54:13.143097444 -0700 +++ shorewall-core-5.0.8.2/uninstall.sh 2016-05-02 14:40:52.906055039 -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.8.1 +VERSION=5.0.8.2 PRODUCT="shorewall-core" Product="Shorewall Core"