From 954db796bda57db12c8388cae909d2e3f3f6185a Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 21 Nov 2007 18:48:23 +0000 Subject: [PATCH] Update version to 4.1.1 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7710 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-common/fallback.sh | 2 +- Shorewall-common/install.sh | 2 +- Shorewall-common/shorewall-common.spec | 4 +++- Shorewall-common/uninstall.sh | 2 +- Shorewall-lite/fallback.sh | 2 +- Shorewall-lite/install.sh | 2 +- Shorewall-lite/shorewall-lite.spec | 4 +++- Shorewall-lite/uninstall.sh | 2 +- Shorewall-perl/Shorewall/Actions.pm | 2 +- Shorewall-perl/Shorewall/Chains.pm | 2 +- Shorewall-perl/Shorewall/Config.pm | 4 ++-- Shorewall-perl/Shorewall/Policy.pm | 2 +- Shorewall-perl/Shorewall/Providers.pm | 2 +- Shorewall-perl/Shorewall/Rules.pm | 2 +- Shorewall-perl/install.sh | 2 +- Shorewall-perl/shorewall-perl.spec | 4 +++- Shorewall-shell/install.sh | 2 +- Shorewall-shell/shorewall-shell.spec | 4 +++- 18 files changed, 27 insertions(+), 19 deletions(-) diff --git a/Shorewall-common/fallback.sh b/Shorewall-common/fallback.sh index c2809759d..0b9c35cc0 100755 --- a/Shorewall-common/fallback.sh +++ b/Shorewall-common/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=4.1.0 +VERSION=4.1.1 usage() # $1 = exit status { diff --git a/Shorewall-common/install.sh b/Shorewall-common/install.sh index b8b95e25e..5242e1b8b 100755 --- a/Shorewall-common/install.sh +++ b/Shorewall-common/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.1.0 +VERSION=4.1.1 usage() # $1 = exit status { diff --git a/Shorewall-common/shorewall-common.spec b/Shorewall-common/shorewall-common.spec index 16bf3b270..9ec73fabb 100644 --- a/Shorewall-common/shorewall-common.spec +++ b/Shorewall-common/shorewall-common.spec @@ -1,5 +1,5 @@ %define name shorewall-common -%define version 4.1.0 +%define version 4.1.1 %define release 1 Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. @@ -243,6 +243,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples %changelog +* Wed Nov 21 2007 Tom Eastep tom@shorewall.net +- Updated to 4.1.1-1 * Mon Nov 19 2007 Tom Eastep tom@shorewall.net - Updated to 4.1.0-1 * Thu Nov 15 2007 Tom Eastep tom@shorewall.net diff --git a/Shorewall-common/uninstall.sh b/Shorewall-common/uninstall.sh index 88e5dbfd7..c114c117f 100755 --- a/Shorewall-common/uninstall.sh +++ b/Shorewall-common/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.1.0 +VERSION=4.1.1 usage() # $1 = exit status { diff --git a/Shorewall-lite/fallback.sh b/Shorewall-lite/fallback.sh index 220a3fce6..d18b8c656 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.1.0 +VERSION=4.1.1 usage() # $1 = exit status { diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index 30ef398f2..f506bdfe8 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.1.0 +VERSION=4.1.1 usage() # $1 = exit status { diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index b89cb0722..769570ebc 100644 --- a/Shorewall-lite/shorewall-lite.spec +++ b/Shorewall-lite/shorewall-lite.spec @@ -1,5 +1,5 @@ %define name shorewall-lite -%define version 4.1.0 +%define version 4.1.1 %define release 1 Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems. @@ -98,6 +98,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Wed Nov 21 2007 Tom Eastep tom@shorewall.net +- Updated to 4.1.1-1 * Mon Nov 19 2007 Tom Eastep tom@shorewall.net - Updated to 4.1.0-1 * Thu Nov 15 2007 Tom Eastep tom@shorewall.net diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh index 0841f1987..e7d1ae90e 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.1.0 +VERSION=4.1.1 usage() # $1 = exit status { diff --git a/Shorewall-perl/Shorewall/Actions.pm b/Shorewall-perl/Shorewall/Actions.pm index f17063bdb..97b593b24 100644 --- a/Shorewall-perl/Shorewall/Actions.pm +++ b/Shorewall-perl/Shorewall/Actions.pm @@ -55,7 +55,7 @@ our @EXPORT = qw( merge_levels %macros ); our @EXPORT_OK = qw( initialize ); -our $VERSION = 4.0.6; +our $VERSION = 4.1.1; # # Used Actions. Each action that is actually used has an entry with value 1. diff --git a/Shorewall-perl/Shorewall/Chains.pm b/Shorewall-perl/Shorewall/Chains.pm index b7a00f3ec..7e447be49 100644 --- a/Shorewall-perl/Shorewall/Chains.pm +++ b/Shorewall-perl/Shorewall/Chains.pm @@ -138,7 +138,7 @@ our %EXPORT_TAGS = ( Exporter::export_ok_tags('internal'); -our $VERSION = 4.0.6; +our $VERSION = 4.1.1; # # Chain Table diff --git a/Shorewall-perl/Shorewall/Config.pm b/Shorewall-perl/Shorewall/Config.pm index 11ff2e2f1..e6a627b56 100644 --- a/Shorewall-perl/Shorewall/Config.pm +++ b/Shorewall-perl/Shorewall/Config.pm @@ -102,7 +102,7 @@ our %EXPORT_TAGS = ( internal => [ qw( create_temp_object Exporter::export_ok_tags('internal'); -our $VERSION = 4.0.7; +our $VERSION = 4.1.1; # # describe the current command, it's present progressive, and it's completion. @@ -244,7 +244,7 @@ sub initialize() { ORIGINAL_POLICY_MATCH => '', LOGPARMS => '', TC_SCRIPT => '', - VERSION => '4.1.0', + VERSION => '4.1.1', CAPVERSION => 40100 , ); # diff --git a/Shorewall-perl/Shorewall/Policy.pm b/Shorewall-perl/Shorewall/Policy.pm index 5c2d5753e..ad02d2a32 100644 --- a/Shorewall-perl/Shorewall/Policy.pm +++ b/Shorewall-perl/Shorewall/Policy.pm @@ -34,7 +34,7 @@ use strict; our @ISA = qw(Exporter); our @EXPORT = qw( validate_policy apply_policy_rules complete_standard_chain sub setup_syn_flood_chains ); our @EXPORT_OK = qw( ); -our $VERSION = 4.0.6; +our $VERSION = 4.1.1; # @policy_chains is a list of references to policy chains in the filter table diff --git a/Shorewall-perl/Shorewall/Providers.pm b/Shorewall-perl/Shorewall/Providers.pm index 4e087ff4b..7e96b5708 100644 --- a/Shorewall-perl/Shorewall/Providers.pm +++ b/Shorewall-perl/Shorewall/Providers.pm @@ -35,7 +35,7 @@ use strict; our @ISA = qw(Exporter); our @EXPORT = qw( setup_providers @routemarked_interfaces); our @EXPORT_OK = qw( initialize lookup_provider ); -our $VERSION = 4.0.7; +our $VERSION = 4.1.1; use constant { LOCAL_NUMBER => 255, MAIN_NUMBER => 254, diff --git a/Shorewall-perl/Shorewall/Rules.pm b/Shorewall-perl/Shorewall/Rules.pm index 7a6dd0caf..b7f848aa7 100644 --- a/Shorewall-perl/Shorewall/Rules.pm +++ b/Shorewall-perl/Shorewall/Rules.pm @@ -47,7 +47,7 @@ our @EXPORT = qw( process_tos dump_rule_chains ); our @EXPORT_OK = qw( process_rule process_rule1 initialize ); -our $VERSION = 4.0.6; +our $VERSION = 4.1.1; # # Keep track of chains for the /var/lib/shorewall[-lite]/chains file diff --git a/Shorewall-perl/install.sh b/Shorewall-perl/install.sh index f37eb431f..757927f03 100755 --- a/Shorewall-perl/install.sh +++ b/Shorewall-perl/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.1.0 +VERSION=4.1.1 usage() # $1 = exit status { diff --git a/Shorewall-perl/shorewall-perl.spec b/Shorewall-perl/shorewall-perl.spec index dea3aa334..940e9146c 100644 --- a/Shorewall-perl/shorewall-perl.spec +++ b/Shorewall-perl/shorewall-perl.spec @@ -1,5 +1,5 @@ %define name shorewall-perl -%define version 4.1.0 +%define version 4.1.1 %define release 1 Summary: Shoreline Firewall Perl-based compiler. @@ -64,6 +64,8 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING releasenotes.txt %changelog +* Wed Nov 21 2007 Tom Eastep tom@shorewall.net +- Updated to 4.1.1-1 * Mon Nov 19 2007 Tom Eastep tom@shorewall.net - Updated to 4.1.0-1 * Thu Nov 15 2007 Tom Eastep tom@shorewall.net diff --git a/Shorewall-shell/install.sh b/Shorewall-shell/install.sh index f155c2943..8870aa6d8 100755 --- a/Shorewall-shell/install.sh +++ b/Shorewall-shell/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.1.0 +VERSION=4.1.1 usage() # $1 = exit status { diff --git a/Shorewall-shell/shorewall-shell.spec b/Shorewall-shell/shorewall-shell.spec index 45cc6f8c0..cca1042d2 100644 --- a/Shorewall-shell/shorewall-shell.spec +++ b/Shorewall-shell/shorewall-shell.spec @@ -1,5 +1,5 @@ %define name shorewall-shell -%define version 4.1.0 +%define version 4.1.1 %define release 1 Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. @@ -81,6 +81,8 @@ fi %doc COPYING INSTALL %changelog +* Wed Nov 21 2007 Tom Eastep tom@shorewall.net +- Updated to 4.1.1-1 * Mon Nov 19 2007 Tom Eastep tom@shorewall.net - Updated to 4.1.0-1 * Thu Nov 15 2007 Tom Eastep tom@shorewall.net