From 0becb392027cf6273b24fe0ec7969beb6f1a7bfb Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 26 Sep 2010 08:15:32 -0700 Subject: [PATCH] Bump version to Beta 3 Signed-off-by: Tom Eastep --- 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 | 4 +++- Shorewall-lite/uninstall.sh | 2 +- Shorewall/Perl/Shorewall/Config.pm | 2 +- Shorewall/changelog.txt | 5 ++++- Shorewall/install.sh | 2 +- Shorewall/releasenotes.txt | 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 | 4 +++- Shorewall6/uninstall.sh | 2 +- 18 files changed, 31 insertions(+), 18 deletions(-) diff --git a/Shorewall-init/install.sh b/Shorewall-init/install.sh index 7ab8460c8..9f12b5031 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.14-Beta2 +VERSION=4.4.14-Beta3 usage() # $1 = exit status { diff --git a/Shorewall-init/shorewall-init.spec b/Shorewall-init/shorewall-init.spec index fb2ebdc29..ff404813a 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.14 -%define release 0Beta2 +%define release 0Beta3 Summary: Shorewall-init adds functionality to Shoreline Firewall (Shorewall). Name: %{name} @@ -99,6 +99,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Sun Sep 26 2010 Tom Eastep tom@shorewall.net +- Updated to 4.4.14-0Beta3 * Thu Sep 23 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.14-0Beta2 * Tue Sep 21 2010 Tom Eastep tom@shorewall.net diff --git a/Shorewall-init/uninstall.sh b/Shorewall-init/uninstall.sh index d4041d746..dd941d9b3 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.14-Beta2 +VERSION=4.4.14-Beta3 usage() # $1 = exit status { diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index c0a3338b1..97b3c3e24 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.14-Beta2 +VERSION=4.4.14-Beta3 usage() # $1 = exit status { diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index 734f65e48..b28c0d382 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.14 -%define release 0Beta2 +%define release 0Beta3 Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems. Name: %{name} @@ -102,6 +102,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Sun Sep 26 2010 Tom Eastep tom@shorewall.net +- Updated to 4.4.14-0Beta3 * Thu Sep 23 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.14-0Beta2 * Tue Sep 21 2010 Tom Eastep tom@shorewall.net diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh index b9a555820..c558ea8d9 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.14-Beta2 +VERSION=4.4.14-Beta3 usage() # $1 = exit status { diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 918a45ee6..6cca30f33 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.14-Beta2", + VERSION => "4.4.14-Beta3", CAPVERSION => 40413 , ); diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 32ec415da..9e6184400 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -4,7 +4,10 @@ Changes in Shorewall 4.4.14 2) Use conntrack in 'shorewall connections' -3) Clean up Shorewall6 error messages when running on a kernel < 2.6.24 +3) Clean up Shorewall6 error messages when running on a kernel < + 2.6.24 + +4) Clean up ipset related error reporting out of validate_net(). Changes in Shorewall 4.4.13 diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 107e4fdf1..f4bfa5b59 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.14-Beta2 +VERSION=4.4.14-Beta3 usage() # $1 = exit status { diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index e71f15e87..52ee9d074 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -1,6 +1,6 @@ ---------------------------------------------------------------------------- S H O R E W A L L 4 . 4 . 1 4 - B E T A 2 + B E T A 3 ---------------------------------------------------------------------------- I. PROBLEMS CORRECTED IN THIS RELEASE diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index 1bfbc36c9..950ac2c05 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,6 +1,6 @@ %define name shorewall %define version 4.4.14 -%define release 0Beta2 +%define release 0Beta3 Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. Name: %{name} @@ -108,6 +108,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples %changelog +* Sun Sep 26 2010 Tom Eastep tom@shorewall.net +- Updated to 4.4.14-0Beta3 * Thu Sep 23 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.14-0Beta2 * Tue Sep 21 2010 Tom Eastep tom@shorewall.net diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index c0e1fff8b..9258a8016 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.14-Beta2 +VERSION=4.4.14-Beta3 usage() # $1 = exit status { diff --git a/Shorewall6-lite/install.sh b/Shorewall6-lite/install.sh index 8188904c4..cd8167ed0 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.14-Beta2 +VERSION=4.4.14-Beta3 usage() # $1 = exit status { diff --git a/Shorewall6-lite/shorewall6-lite.spec b/Shorewall6-lite/shorewall6-lite.spec index 82a4e7cd0..e3bd4a105 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.14 -%define release 0Beta2 +%define release 0Beta3 Summary: Shoreline Firewall 6 Lite is an ip6tables-based firewall for Linux systems. Name: %{name} @@ -93,6 +93,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Sun Sep 26 2010 Tom Eastep tom@shorewall.net +- Updated to 4.4.14-0Beta3 * Thu Sep 23 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.14-0Beta2 * Tue Sep 21 2010 Tom Eastep tom@shorewall.net diff --git a/Shorewall6-lite/uninstall.sh b/Shorewall6-lite/uninstall.sh index 6dacaa2bb..c88226abf 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.14-Beta2 +VERSION=4.4.14-Beta3 usage() # $1 = exit status { diff --git a/Shorewall6/install.sh b/Shorewall6/install.sh index fb3816099..bfa81a9d0 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.14-Beta2 +VERSION=4.4.14-Beta3 usage() # $1 = exit status { diff --git a/Shorewall6/shorewall6.spec b/Shorewall6/shorewall6.spec index a62163df5..6fcb9deee 100644 --- a/Shorewall6/shorewall6.spec +++ b/Shorewall6/shorewall6.spec @@ -1,6 +1,6 @@ %define name shorewall6 %define version 4.4.14 -%define release 0Beta2 +%define release 0Beta3 Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems. Name: %{name} @@ -98,6 +98,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn ipv6 Samples6 %changelog +* Sun Sep 26 2010 Tom Eastep tom@shorewall.net +- Updated to 4.4.14-0Beta3 * Thu Sep 23 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.14-0Beta2 * Tue Sep 21 2010 Tom Eastep tom@shorewall.net diff --git a/Shorewall6/uninstall.sh b/Shorewall6/uninstall.sh index 612ad2708..f0319c1c7 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.14-Beta2 +VERSION=4.4.14-Beta3 usage() # $1 = exit status {