From e147813da0eb7bd0e515ff75a2ff00a5dd20aa73 Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 1 Nov 2003 18:16:39 +0000 Subject: [PATCH] Shorewall-1.4.8-RC1 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@785 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/fallback.sh | 2 +- Shorewall/install.sh | 2 +- Shorewall/shorewall.spec | 4 +++- Shorewall/uninstall.sh | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Shorewall/fallback.sh b/Shorewall/fallback.sh index 970d4c232..36a7b18e0 100755 --- a/Shorewall/fallback.sh +++ b/Shorewall/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=1.4.8-RC1 +VERSION=1.4.8-RC2 usage() # $1 = exit status { diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 23e7b0a13..8a0b2f9c8 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -54,7 +54,7 @@ # /etc/rc.d/rc.local file is modified to start the firewall. # -VERSION=1.4.8-RC1 +VERSION=1.4.8-RC2 usage() # $1 = exit status { diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index 31d422e9e..a85600bca 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,6 +1,6 @@ %define name shorewall %define version 1.4.8 -%define release 0RC1 +%define release 0RC2 %define prefix /usr Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. @@ -108,6 +108,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel %changelog +* Sat Nov 01 2003 Tom Eastep +- Changed version to 1.4.8-0RC2 * Thu Oct 30 2003 Tom Eastep - Changed version to 1.4.8-0RC1 * Sat Oct 04 2003 Tom Eastep diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index ba2d1add7..29316f215 100755 --- a/Shorewall/uninstall.sh +++ b/Shorewall/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=1.4.8-RC1 +VERSION=1.4.8-RC2 usage() # $1 = exit status {