From bbe165c3cfc1ea36b26513d6e9d0dbf7753f1fd3 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 24 May 2011 11:40:11 -0700 Subject: [PATCH] Bump version to Beta 5 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 | 6 ++++++ Shorewall/install.sh | 2 +- Shorewall/releasenotes.txt | 7 ++++++- 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, 38 insertions(+), 17 deletions(-) diff --git a/Shorewall-init/install.sh b/Shorewall-init/install.sh index a0f113dfe..de03a603e 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.20-Beta4 +VERSION=4.4.20-Beta5 usage() # $1 = exit status { diff --git a/Shorewall-init/shorewall-init.spec b/Shorewall-init/shorewall-init.spec index 58cb64e7d..f2965fd72 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.20 -%define release 0Beta4 +%define release 0Beta5 Summary: Shorewall-init adds functionality to Shoreline Firewall (Shorewall). Name: %{name} @@ -119,6 +119,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Tue May 24 2011 Tom Eastep tom@shorewall.net +- Updated to 4.4.20-0Beta5 * Sun May 22 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.20-0Beta4 * Wed May 18 2011 Tom Eastep tom@shorewall.net diff --git a/Shorewall-init/uninstall.sh b/Shorewall-init/uninstall.sh index b39d4f59f..9af432d4d 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.20-Beta4 +VERSION=4.4.20-Beta5 usage() # $1 = exit status { diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index 1c31ff25c..7a8fa95cf 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.20-Beta4 +VERSION=4.4.20-Beta5 usage() # $1 = exit status { diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index 1b2fc00a3..45b199341 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.20 -%define release 0Beta4 +%define release 0Beta5 Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems. Name: %{name} @@ -103,6 +103,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Tue May 24 2011 Tom Eastep tom@shorewall.net +- Updated to 4.4.20-0Beta5 * Sun May 22 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.20-0Beta4 * Thu May 19 2011 Tom Eastep tom@shorewall.net diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh index 76375924e..762d2a48e 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.20-Beta4 +VERSION=4.4.20-Beta5 usage() # $1 = exit status { diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 26eba7d68..4c82f21f6 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -420,7 +420,7 @@ sub initialize( $ ) { EXPORT => 0, STATEMATCH => '-m state --state', UNTRACKED => 0, - VERSION => "4.4.20-Beta4", + VERSION => "4.4.20-Beta5", CAPVERSION => 40417 , ); # diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index a0c6e5b33..6d2be4b79 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -1,3 +1,9 @@ +Changes in Shorewall 4.4.20 Beta 5 + +1) Rename Auditing Macros + +2) Add -T option to compile and check + Changes in Shorewall 4.4.20 Beta 4 1) Smarten up the tc devnum algorithm. diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 47e61fbbc..48cbe3d38 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.20-Beta4 +VERSION=4.4.20-Beta5 usage() # $1 = exit status { diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 0d503d85b..be0e39509 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -1,5 +1,5 @@ ---------------------------------------------------------------------------- - S H O R E W A L L 4 . 4 . 20 Beta 4 + S H O R E W A L L 4 . 4 . 20 Beta 5 ---------------------------------------------------------------------------- I. PROBLEMS CORRECTED IN THIS RELEASE @@ -168,6 +168,11 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES 8) Shorewall and Shorewall6 no longer depend on 'make'. +9) A '-T' (trace) option has been added to the 'check' and 'compile' + commands. When a warning or error message is generated, a Perl + stack trace is included to aid in isolating the source of the + message. + ---------------------------------------------------------------------------- I V. R E L E A S E 4 . 4 H I G H L I G H T S ---------------------------------------------------------------------------- diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index 96a0a7f9f..655ba40be 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,6 +1,6 @@ %define name shorewall %define version 4.4.20 -%define release 0Beta4 +%define release 0Beta5 Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. Name: %{name} @@ -111,6 +111,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples %changelog +* Tue May 24 2011 Tom Eastep tom@shorewall.net +- Updated to 4.4.20-0Beta5 * Sun May 22 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.20-0Beta4 * Thu May 19 2011 Tom Eastep tom@shorewall.net diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index d671a085a..214e8c88c 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.20-Beta4 +VERSION=4.4.20-Beta5 usage() # $1 = exit status { diff --git a/Shorewall6-lite/install.sh b/Shorewall6-lite/install.sh index f71edcf9e..e37d87acd 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.20-Beta4 +VERSION=4.4.20-Beta5 usage() # $1 = exit status { diff --git a/Shorewall6-lite/shorewall6-lite.spec b/Shorewall6-lite/shorewall6-lite.spec index d321ea997..14c901349 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.20 -%define release 0Beta4 +%define release 0Beta5 Summary: Shoreline Firewall 6 Lite is an ip6tables-based firewall for Linux systems. Name: %{name} @@ -94,6 +94,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Tue May 24 2011 Tom Eastep tom@shorewall.net +- Updated to 4.4.20-0Beta5 * Sun May 22 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.20-0Beta4 * Thu May 19 2011 Tom Eastep tom@shorewall.net diff --git a/Shorewall6-lite/uninstall.sh b/Shorewall6-lite/uninstall.sh index c11dd610e..34c98adc9 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.20-Beta4 +VERSION=4.4.20-Beta5 usage() # $1 = exit status { diff --git a/Shorewall6/install.sh b/Shorewall6/install.sh index 298f698bf..a85499f93 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.20-Beta4 +VERSION=4.4.20-Beta5 usage() # $1 = exit status { diff --git a/Shorewall6/shorewall6.spec b/Shorewall6/shorewall6.spec index d9b07d3b8..1da65486f 100644 --- a/Shorewall6/shorewall6.spec +++ b/Shorewall6/shorewall6.spec @@ -1,6 +1,6 @@ %define name shorewall6 %define version 4.4.20 -%define release 0Beta4 +%define release 0Beta5 Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems. Name: %{name} @@ -101,6 +101,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn ipv6 Samples6 %changelog +* Tue May 24 2011 Tom Eastep tom@shorewall.net +- Updated to 4.4.20-0Beta5 * Sun May 22 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.20-0Beta4 * Thu May 19 2011 Tom Eastep tom@shorewall.net diff --git a/Shorewall6/uninstall.sh b/Shorewall6/uninstall.sh index 8e0c73c56..c5dfed56b 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.20-Beta4 +VERSION=4.4.20-Beta5 usage() # $1 = exit status {