diff -Naur -X /usr/local/bin/exclude.txt shorewall-lite-4.0.12/fallback.sh shorewall-lite-4.0.13/fallback.sh --- shorewall-lite-4.0.12/fallback.sh 2008-06-24 06:40:32.000000000 -0700 +++ shorewall-lite-4.0.13/fallback.sh 2008-07-26 08:00:06.000000000 -0700 @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=4.0.12 +VERSION=4.0.13 usage() # $1 = exit status { diff -Naur -X /usr/local/bin/exclude.txt shorewall-lite-4.0.12/init.sh shorewall-lite-4.0.13/init.sh --- shorewall-lite-4.0.12/init.sh 2007-09-08 09:07:36.000000000 -0700 +++ shorewall-lite-4.0.13/init.sh 2008-06-29 16:51:18.000000000 -0700 @@ -60,7 +60,7 @@ ################################################################################ # Get startup options (override default) ################################################################################ -OPTIONS="-f" +OPTIONS= if [ -f /etc/sysconfig/shorewall ]; then . /etc/sysconfig/shorewall elif [ -f /etc/default/shorewall ] ; then diff -Naur -X /usr/local/bin/exclude.txt shorewall-lite-4.0.12/install.sh shorewall-lite-4.0.13/install.sh --- shorewall-lite-4.0.12/install.sh 2008-06-24 06:40:32.000000000 -0700 +++ shorewall-lite-4.0.13/install.sh 2008-07-26 08:00:06.000000000 -0700 @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.0.12 +VERSION=4.0.13 usage() # $1 = exit status { diff -Naur -X /usr/local/bin/exclude.txt shorewall-lite-4.0.12/shorewall-lite.spec shorewall-lite-4.0.13/shorewall-lite.spec --- shorewall-lite-4.0.12/shorewall-lite.spec 2008-06-24 06:40:32.000000000 -0700 +++ shorewall-lite-4.0.13/shorewall-lite.spec 2008-07-26 08:00:06.000000000 -0700 @@ -1,5 +1,5 @@ %define name shorewall-lite -%define version 4.0.12 +%define version 4.0.13 %define release 0base Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems. @@ -98,6 +98,8 @@ %doc COPYING changelog.txt releasenotes.txt %changelog +* Sat Jul 26 2008 Tom Eastep tom@shorewall.net +- Updated to 4.0.13-0base * Tue Jun 24 2008 Tom Eastep tom@shorewall.net - Updated to 4.0.12-0base * Mon May 19 2008 Tom Eastep tom@shorewall.net diff -Naur -X /usr/local/bin/exclude.txt shorewall-lite-4.0.12/uninstall.sh shorewall-lite-4.0.13/uninstall.sh --- shorewall-lite-4.0.12/uninstall.sh 2008-06-24 06:40:32.000000000 -0700 +++ shorewall-lite-4.0.13/uninstall.sh 2008-07-26 08:00:06.000000000 -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=4.0.12 +VERSION=4.0.13 usage() # $1 = exit status {