From ebf1e55609848cf97770b3e0ba0093f9c3000380 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 13 Jan 2010 15:38:19 -0800 Subject: [PATCH] Version to 4.4.6 Signed-off-by: Tom Eastep --- Shorewall-lite/fallback.sh | 2 +- Shorewall-lite/install.sh | 2 +- Shorewall-lite/shorewall-lite.spec | 4 ++-- Shorewall-lite/uninstall.sh | 2 +- Shorewall/Perl/Shorewall/Config.pm | 2 +- Shorewall/install.sh | 2 +- Shorewall/known_problems.txt | 2 +- Shorewall/releasenotes.txt | 2 +- Shorewall/shorewall.spec | 6 +++--- Shorewall/uninstall.sh | 2 +- Shorewall6-lite/fallback.sh | 2 +- Shorewall6-lite/install.sh | 2 +- Shorewall6-lite/shorewall6-lite.spec | 4 ++-- Shorewall6-lite/uninstall.sh | 2 +- Shorewall6/fallback.sh | 2 +- Shorewall6/install.sh | 2 +- Shorewall6/shorewall6.spec | 4 ++-- Shorewall6/uninstall.sh | 2 +- 18 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Shorewall-lite/fallback.sh b/Shorewall-lite/fallback.sh index 17c908038..4f47297f7 100755 --- a/Shorewall-lite/fallback.sh +++ b/Shorewall-lite/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=4.4.6-Beta2 +VERSION=4.4.6 usage() # $1 = exit status { diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index 945200d6a..bc135811e 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.6-Beta2 +VERSION=4.4.6 usage() # $1 = exit status { diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index 4d3a8cb00..005655b3d 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.6 -%define release 0Beta2 +%define release 0base Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems. Name: %{name} @@ -101,7 +101,7 @@ fi %changelog * Wed Jan 13 2010 Tom Eastep tom@shorewall.net -- Updated to 4.4.6-0Beta2 +- Updated to 4.4.6-0base * Tue Jan 12 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.6-0Beta1 * Thu Dec 24 2009 Tom Eastep tom@shorewall.net diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh index 6ff38c28c..d74c8065e 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.6-Beta2 +VERSION=4.4.6 usage() # $1 = exit status { diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index c3d45e989..5b8816d0f 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -330,7 +330,7 @@ sub initialize( $ ) { TC_SCRIPT => '', EXPORT => 0, UNTRACKED => 0, - VERSION => "4.4.6-Beta2", + VERSION => "4.4.6", CAPVERSION => 40407 , ); diff --git a/Shorewall/install.sh b/Shorewall/install.sh index f4fa26711..d6f6023e9 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.6-Beta2 +VERSION=4.4.6 usage() # $1 = exit status { diff --git a/Shorewall/known_problems.txt b/Shorewall/known_problems.txt index 23cd7fc32..df1f0fc5f 100644 --- a/Shorewall/known_problems.txt +++ b/Shorewall/known_problems.txt @@ -1 +1 @@ -There are no known problems in Shorewall version 4.4.5 +There are no known problems in Shorewall 4.4.6 diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index bb2ef530c..a9b7c032d 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -223,7 +223,7 @@ None. b) This means that the kernel version is now recorded in the capabilities file. So if you use capabilities files, you - need to regenerate the files with Shorewall[-lite] 4.4.5.1 or + need to regenerate the files with Shorewall[-lite] 4.4.6 or later. c) If the capabilities file does not contain a kernel version, diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index a20ae1b29..87cdbaa79 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,6 +1,6 @@ %define name shorewall %define version 4.4.6 -%define release 0Beta2 +%define release 0base Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. Name: %{name} @@ -107,8 +107,8 @@ fi %changelog * Wed Jan 13 2010 Tom Eastep tom@shorewall.net -- Updated to 4.4.6-0Beta2 -* Tue Jan 12 2010 Tom Eastep tom@shorewall.net +- Updated to 4.4.6-0base +* Wed Jan 13 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.6-0Beta1 * Thu Dec 24 2009 Tom Eastep tom@shorewall.net - Updated to 4.4.5-0base diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index e80fef53d..05e1c99ef 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.6-Beta2 +VERSION=4.4.6 usage() # $1 = exit status { diff --git a/Shorewall6-lite/fallback.sh b/Shorewall6-lite/fallback.sh index 17c908038..4f47297f7 100755 --- a/Shorewall6-lite/fallback.sh +++ b/Shorewall6-lite/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=4.4.6-Beta2 +VERSION=4.4.6 usage() # $1 = exit status { diff --git a/Shorewall6-lite/install.sh b/Shorewall6-lite/install.sh index bb2b362e7..1e262de69 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.6-Beta2 +VERSION=4.4.6 usage() # $1 = exit status { diff --git a/Shorewall6-lite/shorewall6-lite.spec b/Shorewall6-lite/shorewall6-lite.spec index 79d7ac831..47738c222 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.6 -%define release 0Beta2 +%define release 0base Summary: Shoreline Firewall 6 Lite is an ip6tables-based firewall for Linux systems. Name: %{name} @@ -92,7 +92,7 @@ fi %changelog * Wed Jan 13 2010 Tom Eastep tom@shorewall.net -- Updated to 4.4.6-0Beta2 +- Updated to 4.4.6-0base * Tue Jan 12 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.6-0Beta1 * Thu Dec 24 2009 Tom Eastep tom@shorewall.net diff --git a/Shorewall6-lite/uninstall.sh b/Shorewall6-lite/uninstall.sh index ab10fb8b9..57375804b 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.6-Beta2 +VERSION=4.4.6 usage() # $1 = exit status { diff --git a/Shorewall6/fallback.sh b/Shorewall6/fallback.sh index b077a8151..fec2614b0 100755 --- a/Shorewall6/fallback.sh +++ b/Shorewall6/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=4.4.6-Beta2 +VERSION=4.4.6 usage() # $1 = exit status { diff --git a/Shorewall6/install.sh b/Shorewall6/install.sh index 4b03b8b9e..dcf67519c 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.6-Beta2 +VERSION=4.4.6 usage() # $1 = exit status { diff --git a/Shorewall6/shorewall6.spec b/Shorewall6/shorewall6.spec index 0abd58f94..01109aacd 100644 --- a/Shorewall6/shorewall6.spec +++ b/Shorewall6/shorewall6.spec @@ -1,6 +1,6 @@ %define name shorewall6 %define version 4.4.6 -%define release 0Beta2 +%define release 0base Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems. Name: %{name} @@ -96,7 +96,7 @@ fi %changelog * Wed Jan 13 2010 Tom Eastep tom@shorewall.net -- Updated to 4.4.6-0Beta2 +- Updated to 4.4.6-0base * Tue Jan 12 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.6-0Beta1 * Thu Dec 24 2009 Tom Eastep tom@shorewall.net diff --git a/Shorewall6/uninstall.sh b/Shorewall6/uninstall.sh index 9083acd46..76d2a98f8 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.6-Beta2 +VERSION=4.4.6 usage() # $1 = exit status {