From e61230a3db0d75e43264986f99aa78b4b59938a7 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 17 Sep 2010 08:23:24 -0700 Subject: [PATCH] Update version to Beta 6 Signed-off-by: Tom Eastep --- Shorewall-init/install.sh | 2 +- Shorewall-init/shorewall-init.spec | 6 +++--- 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/known_problems.txt | 2 +- Shorewall/shorewall.spec | 6 +++--- Shorewall/uninstall.sh | 2 +- Shorewall6-lite/install.sh | 2 +- Shorewall6-lite/shorewall6-lite.spec | 6 +++--- Shorewall6-lite/uninstall.sh | 2 +- Shorewall6/install.sh | 2 +- Shorewall6/shorewall6.spec | 6 +++--- Shorewall6/uninstall.sh | 2 +- 17 files changed, 27 insertions(+), 27 deletions(-) diff --git a/Shorewall-init/install.sh b/Shorewall-init/install.sh index 84c4d0fe8..7bb36f9e9 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.13-RC1 +VERSION=4.4.13-Beta6 usage() # $1 = exit status { diff --git a/Shorewall-init/shorewall-init.spec b/Shorewall-init/shorewall-init.spec index b701c73a9..b38cfab9c 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.13 -%define release 0RC1 +%define release 0Beta6 Summary: Shorewall-init adds functionality to Shoreline Firewall (Shorewall). Name: %{name} @@ -99,8 +99,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog -* Tue Sep 14 2010 Tom Eastep tom@shorewall.net -- Updated to 4.4.13-0RC1 +* Fri Sep 17 2010 Tom Eastep tom@shorewall.net +- Updated to 4.4.13-0Beta6 * Mon Sep 13 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.13-0Beta5 * Sat Sep 04 2010 Tom Eastep tom@shorewall.net diff --git a/Shorewall-init/uninstall.sh b/Shorewall-init/uninstall.sh index bf2d63b48..932f0a489 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.13-RC1 +VERSION=4.4.13-Beta6 usage() # $1 = exit status { diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index 328be0d6f..7e6c52f86 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.13-RC1 +VERSION=4.4.13-Beta6 usage() # $1 = exit status { diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index dc8497f21..d48b947ae 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.13 -%define release 0RC1 +%define release 0Beta6 Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems. Name: %{name} @@ -102,8 +102,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog -* Tue Sep 14 2010 Tom Eastep tom@shorewall.net -- Updated to 4.4.13-0RC1 +* Fri Sep 17 2010 Tom Eastep tom@shorewall.net +- Updated to 4.4.13-0Beta6 * Mon Sep 13 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.13-0Beta5 * Sat Sep 04 2010 Tom Eastep tom@shorewall.net diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh index 6795905d5..5dae7b393 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.13-RC1 +VERSION=4.4.13-Beta6 usage() # $1 = exit status { diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 37cc70365..9b04f4464 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -347,7 +347,7 @@ sub initialize( $ ) { EXPORT => 0, STATEMATCH => '-m state --state', UNTRACKED => 0, - VERSION => "4.4.13-RC1", + VERSION => "4.4.13-Beta6", CAPVERSION => 40413 , ); diff --git a/Shorewall/install.sh b/Shorewall/install.sh index bec23368e..62b0ccbd3 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.13-RC1 +VERSION=4.4.13-Beta6 usage() # $1 = exit status { diff --git a/Shorewall/known_problems.txt b/Shorewall/known_problems.txt index 891943c89..1c39c6e59 100644 --- a/Shorewall/known_problems.txt +++ b/Shorewall/known_problems.txt @@ -1 +1 @@ -There are no known problems in Shorewall 4.4.13-RC1 +There are no known problems in Shorewall 4.4.13-Beta6 diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index 97309359a..c616554bf 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,6 +1,6 @@ %define name shorewall %define version 4.4.13 -%define release 0RC1 +%define release 0Beta6 Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. Name: %{name} @@ -108,8 +108,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples %changelog -* Tue Sep 14 2010 Tom Eastep tom@shorewall.net -- Updated to 4.4.13-0RC1 +* Fri Sep 17 2010 Tom Eastep tom@shorewall.net +- Updated to 4.4.13-0Beta6 * Mon Sep 13 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.13-0Beta5 * Sat Sep 04 2010 Tom Eastep tom@shorewall.net diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index 26e6ae90e..ea0097e41 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.13-RC1 +VERSION=4.4.13-Beta6 usage() # $1 = exit status { diff --git a/Shorewall6-lite/install.sh b/Shorewall6-lite/install.sh index 85ff0cb52..b2e6efc0c 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.13-RC1 +VERSION=4.4.13-Beta6 usage() # $1 = exit status { diff --git a/Shorewall6-lite/shorewall6-lite.spec b/Shorewall6-lite/shorewall6-lite.spec index 3824d358e..71e66c873 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.13 -%define release 0RC1 +%define release 0Beta6 Summary: Shoreline Firewall 6 Lite is an ip6tables-based firewall for Linux systems. Name: %{name} @@ -93,8 +93,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog -* Tue Sep 14 2010 Tom Eastep tom@shorewall.net -- Updated to 4.4.13-0RC1 +* Fri Sep 17 2010 Tom Eastep tom@shorewall.net +- Updated to 4.4.13-0Beta6 * Mon Sep 13 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.13-0Beta5 * Sat Sep 04 2010 Tom Eastep tom@shorewall.net diff --git a/Shorewall6-lite/uninstall.sh b/Shorewall6-lite/uninstall.sh index fe7c4b86d..10718b6f3 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.13-RC1 +VERSION=4.4.13-Beta6 usage() # $1 = exit status { diff --git a/Shorewall6/install.sh b/Shorewall6/install.sh index 7234c05db..c6e6201c2 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.13-RC1 +VERSION=4.4.13-Beta6 usage() # $1 = exit status { diff --git a/Shorewall6/shorewall6.spec b/Shorewall6/shorewall6.spec index 0ab422dfc..0384fd750 100644 --- a/Shorewall6/shorewall6.spec +++ b/Shorewall6/shorewall6.spec @@ -1,6 +1,6 @@ %define name shorewall6 %define version 4.4.13 -%define release 0RC1 +%define release 0Beta6 Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems. Name: %{name} @@ -98,8 +98,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn ipv6 Samples6 %changelog -* Tue Sep 14 2010 Tom Eastep tom@shorewall.net -- Updated to 4.4.13-0RC1 +* Fri Sep 17 2010 Tom Eastep tom@shorewall.net +- Updated to 4.4.13-0Beta6 * Mon Sep 13 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.13-0Beta5 * Sat Sep 04 2010 Tom Eastep tom@shorewall.net diff --git a/Shorewall6/uninstall.sh b/Shorewall6/uninstall.sh index 077bc0359..9e3d4f1d3 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.13-RC1 +VERSION=4.4.13-Beta6 usage() # $1 = exit status {