From 1e86648628b384cd70f61db202215a7fc9206ef5 Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 23 Sep 2004 22:39:00 +0000 Subject: [PATCH] Update for Shorewall 2.0.9 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1640 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- STABLE2/fallback.sh | 2 +- STABLE2/install.sh | 2 +- STABLE2/shorewall.spec | 4 +++- STABLE2/uninstall.sh | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/STABLE2/fallback.sh b/STABLE2/fallback.sh index 9749a1c69..cbc1629f9 100755 --- a/STABLE2/fallback.sh +++ b/STABLE2/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=2.0.8 +VERSION=2.0.9 usage() # $1 = exit status { diff --git a/STABLE2/install.sh b/STABLE2/install.sh index f530acdce..54368dc72 100755 --- a/STABLE2/install.sh +++ b/STABLE2/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA # -VERSION=2.0.8 +VERSION=2.0.9 usage() # $1 = exit status { diff --git a/STABLE2/shorewall.spec b/STABLE2/shorewall.spec index c2edc7850..f9cb04b40 100644 --- a/STABLE2/shorewall.spec +++ b/STABLE2/shorewall.spec @@ -1,5 +1,5 @@ %define name shorewall -%define version 2.0.8 +%define version 2.0.9 %define release 1 %define prefix /usr @@ -141,6 +141,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel %changelog +* Thu Sep 23 2004 Tom Eastep tom@shorewall.net +- Updated to 2.0.9-1 * Sun Aug 22 2004 Tom Eastep tom@shorewall.net - Updated to 2.0.8-1 * Tue Jul 20 2004 Tom Eastep tom@shorewall.net diff --git a/STABLE2/uninstall.sh b/STABLE2/uninstall.sh index 6a112cc5c..3285846fd 100755 --- a/STABLE2/uninstall.sh +++ b/STABLE2/uninstall.sh @@ -26,7 +26,7 @@ # You may only use this script to uninstall the version # shown below. Simply run this script to remove Seattle Firewall -VERSION=2.0.8 +VERSION=2.0.9 usage() # $1 = exit status {