From 98bf4c5db56a3f87ec9b044b8717bcfaf0800bde Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 2 Jul 2004 15:06:42 +0000 Subject: [PATCH] Shorewall-2.0.3c git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1432 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- STABLE2/changelog.txt | 4 +++- STABLE2/fallback.sh | 2 +- STABLE2/install.sh | 2 +- STABLE2/releasenotes.txt | 3 +++ STABLE2/shorewall.spec | 2 ++ STABLE2/uninstall.sh | 2 +- 6 files changed, 11 insertions(+), 4 deletions(-) diff --git a/STABLE2/changelog.txt b/STABLE2/changelog.txt index fabd0faa6..3c17da196 100644 --- a/STABLE2/changelog.txt +++ b/STABLE2/changelog.txt @@ -41,4 +41,6 @@ Changes since 2.0.2 19) Hack security fix so that it works under Slackware. -20) Fix mktempfile() where there is no mktemp utility. \ No newline at end of file +20) Fix mktempfile() where there is no mktemp utility. + +21) Hack security fix to correct "shorewall stop" problems. diff --git a/STABLE2/fallback.sh b/STABLE2/fallback.sh index 3f461ecb5..c8f7794fc 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.3b +VERSION=2.0.3c usage() # $1 = exit status { diff --git a/STABLE2/install.sh b/STABLE2/install.sh index bd2042373..b05fbb775 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.3b +VERSION=2.0.3c usage() # $1 = exit status { diff --git a/STABLE2/releasenotes.txt b/STABLE2/releasenotes.txt index 041e498d0..7d132db74 100644 --- a/STABLE2/releasenotes.txt +++ b/STABLE2/releasenotes.txt @@ -56,6 +56,9 @@ Problems Corrected since 2.0.3 4) The security vulnerability fix failed if mktemp was not installed. +5) The security vulnerability fix causes error messages during + "shorewall stop" + ----------------------------------------------------------------------- Issues when migrating from Shorewall 2.0.2 to Shorewall 2.0.3: diff --git a/STABLE2/shorewall.spec b/STABLE2/shorewall.spec index 8e961019c..3b140b0b2 100644 --- a/STABLE2/shorewall.spec +++ b/STABLE2/shorewall.spec @@ -141,6 +141,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel %changelog +* Fri Jul 02 2004 Tom Eastep tom@shorewall.net +- Updated to 2.0.2c-1 * Wed Jun 30 2004 Tom Eastep tom@shorewall.net - Updated to 2.0.2b-1 * Mon Jun 28 2004 Tom Eastep tom@shorewall.net diff --git a/STABLE2/uninstall.sh b/STABLE2/uninstall.sh index 5fc67ad03..4c159f37c 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.3b +VERSION=2.0.3c usage() # $1 = exit status {