From 5781a16bda913ae79da8cf2ef8efc91881e2e6a0 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 21 Dec 2010 10:11:47 -0800 Subject: [PATCH] Correct version --- Shorewall-init/install.sh | 2 +- Shorewall-init/shorewall-init.spec | 4 ++-- Shorewall-init/uninstall.sh | 2 +- Shorewall-lite/install.sh | 2 +- Shorewall-lite/shorewall-lite.spec | 6 +++--- Shorewall-lite/uninstall.sh | 2 +- Shorewall/Perl/Shorewall/Config.pm | 2 +- Shorewall/install.sh | 2 +- Shorewall/shorewall.spec | 4 ++-- Shorewall/uninstall.sh | 2 +- Shorewall6-lite/install.sh | 2 +- Shorewall6-lite/shorewall6-lite.spec | 4 ++-- Shorewall6-lite/uninstall.sh | 2 +- Shorewall6/install.sh | 2 +- Shorewall6/shorewall6.spec | 6 +++--- Shorewall6/uninstall.sh | 2 +- 16 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Shorewall-init/install.sh b/Shorewall-init/install.sh index 2c95decd0..dcb5753b6 100755 --- a/Shorewall-init/install.sh +++ b/Shorewall-init/install.sh @@ -23,7 +23,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.4.15.4 +VERSION=4.4.15.3 usage() # $1 = exit status { diff --git a/Shorewall-init/shorewall-init.spec b/Shorewall-init/shorewall-init.spec index f41df8ecd..6b7652ad7 100644 --- a/Shorewall-init/shorewall-init.spec +++ b/Shorewall-init/shorewall-init.spec @@ -1,6 +1,6 @@ %define name shorewall-init %define version 4.4.15 -%define release 4 +%define release 3 Summary: Shorewall-init adds functionality to Shoreline Firewall (Shorewall). Name: %{name} @@ -100,7 +100,7 @@ fi %changelog * Tue Dec 21 2010 Tom Eastep tom@shorewall.net -- Updated to 4.4.15-4 +- Updated to 4.4.15-3 * Fri Dec 17 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.15-2 * Wed Dec 01 2010 Tom Eastep tom@shorewall.net diff --git a/Shorewall-init/uninstall.sh b/Shorewall-init/uninstall.sh index 3ee0a56c9..d58e08a72 100755 --- a/Shorewall-init/uninstall.sh +++ b/Shorewall-init/uninstall.sh @@ -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.4.15.4 +VERSION=4.4.15.3 usage() # $1 = exit status { diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index 122758705..2790fe3af 100755 --- a/Shorewall-lite/install.sh +++ b/Shorewall-lite/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.4.15.4 +VERSION=4.4.15.3 usage() # $1 = exit status { diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index 994696304..c8626e8cf 100644 --- a/Shorewall-lite/shorewall-lite.spec +++ b/Shorewall-lite/shorewall-lite.spec @@ -1,6 +1,6 @@ %define name shorewall-lite %define version 4.4.15 -%define release 4 +%define release 3 Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems. Name: %{name} @@ -103,8 +103,8 @@ fi %changelog * Tue Dec 21 2010 Tom Eastep tom@shorewall.net -- Updated to 4.4.15-4 -* Fri Dec 17 2010 Tom Eastep tom@shorewall.net +- Updated to 4.4.15-3 +* Tue Dec 21 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.15-2 * Wed Dec 01 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.15-1 diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh index 2a0bce98d..43224ee6b 100755 --- a/Shorewall-lite/uninstall.sh +++ b/Shorewall-lite/uninstall.sh @@ -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.4.15.4 +VERSION=4.4.15.3 usage() # $1 = exit status { diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index e4f9c2e3a..300221ff6 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -353,7 +353,7 @@ sub initialize( $ ) { EXPORT => 0, STATEMATCH => '-m state --state', UNTRACKED => 0, - VERSION => "4.4.15.4", + VERSION => "4.4.15.3", CAPVERSION => 40415 , ); diff --git a/Shorewall/install.sh b/Shorewall/install.sh index ce31496d2..5b28a6fd1 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.4.15.4 +VERSION=4.4.15.3 usage() # $1 = exit status { diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index 4522fce4c..418aea2c4 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,6 +1,6 @@ %define name shorewall %define version 4.4.15 -%define release 4 +%define release 3 Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. Name: %{name} @@ -110,7 +110,7 @@ fi %changelog * Tue Dec 21 2010 Tom Eastep tom@shorewall.net -- Updated to 4.4.15-4 +- Updated to 4.4.15-3 * Fri Dec 17 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.15-2 * Wed Dec 01 2010 Tom Eastep tom@shorewall.net diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index 6425ec506..00cc6fcd4 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 Shorewall Firewall -VERSION=4.4.15.4 +VERSION=4.4.15.3 usage() # $1 = exit status { diff --git a/Shorewall6-lite/install.sh b/Shorewall6-lite/install.sh index 1ff75c06d..f04ce13b9 100755 --- a/Shorewall6-lite/install.sh +++ b/Shorewall6-lite/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.4.15.4 +VERSION=4.4.15.3 usage() # $1 = exit status { diff --git a/Shorewall6-lite/shorewall6-lite.spec b/Shorewall6-lite/shorewall6-lite.spec index b738172c9..cb3320baf 100644 --- a/Shorewall6-lite/shorewall6-lite.spec +++ b/Shorewall6-lite/shorewall6-lite.spec @@ -1,6 +1,6 @@ %define name shorewall6-lite %define version 4.4.15 -%define release 4 +%define release 3 Summary: Shoreline Firewall 6 Lite is an ip6tables-based firewall for Linux systems. Name: %{name} @@ -94,7 +94,7 @@ fi %changelog * Tue Dec 21 2010 Tom Eastep tom@shorewall.net -- Updated to 4.4.15-4 +- Updated to 4.4.15-3 * Fri Dec 17 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.15-2 * Wed Dec 01 2010 Tom Eastep tom@shorewall.net diff --git a/Shorewall6-lite/uninstall.sh b/Shorewall6-lite/uninstall.sh index 16c774c4e..d9062dfb6 100755 --- a/Shorewall6-lite/uninstall.sh +++ b/Shorewall6-lite/uninstall.sh @@ -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.4.15.4 +VERSION=4.4.15.3 usage() # $1 = exit status { diff --git a/Shorewall6/install.sh b/Shorewall6/install.sh index a986224c7..55a486994 100755 --- a/Shorewall6/install.sh +++ b/Shorewall6/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.4.15.4 +VERSION=4.4.15.3 usage() # $1 = exit status { diff --git a/Shorewall6/shorewall6.spec b/Shorewall6/shorewall6.spec index 2dac4278e..a5b259559 100644 --- a/Shorewall6/shorewall6.spec +++ b/Shorewall6/shorewall6.spec @@ -1,6 +1,6 @@ %define name shorewall6 %define version 4.4.15 -%define release 4 +%define release 3 Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems. Name: %{name} @@ -99,8 +99,8 @@ fi %changelog * Tue Dec 21 2010 Tom Eastep tom@shorewall.net -- Updated to 4.4.15-4 -* Fri Dec 17 2010 Tom Eastep tom@shorewall.net +- Updated to 4.4.15-3 +* Tue Dec 21 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.15-2 * Wed Dec 01 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.15-1 diff --git a/Shorewall6/uninstall.sh b/Shorewall6/uninstall.sh index 818a480de..b0534941b 100755 --- a/Shorewall6/uninstall.sh +++ b/Shorewall6/uninstall.sh @@ -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.4.15.4 +VERSION=4.4.15.3 usage() # $1 = exit status {