From e4dd18763884e7cbc6cbe09b431a1d3715732438 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 28 Apr 2008 17:36:56 +0000 Subject: [PATCH] Update version to 4.1.8 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8486 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/Config.pm | 2 +- Shorewall-perl/install.sh | 2 +- Shorewall-perl/shorewall-perl.spec | 4 +++- Shorewall-shell/install.sh | 2 +- Shorewall-shell/shorewall-shell.spec | 4 +++- 13 files changed, 21 insertions(+), 13 deletions(-) diff --git a/Shorewall-common/fallback.sh b/Shorewall-common/fallback.sh index 60e5755f4..97e93f7b4 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.7 +VERSION=4.1.8 usage() # $1 = exit status { diff --git a/Shorewall-common/install.sh b/Shorewall-common/install.sh index ef9fb99c7..129eeb9fb 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.7 +VERSION=4.1.8 usage() # $1 = exit status { diff --git a/Shorewall-common/shorewall-common.spec b/Shorewall-common/shorewall-common.spec index 07865d108..6f47fcee1 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.7 +%define version 4.1.8 %define release 0base Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. @@ -175,6 +175,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples %changelog +* Mon Apr 28 2008 Tom Eastep tom@shorewall.net +- Updated to 4.1.8-0base * Mon Mar 24 2008 Tom Eastep tom@shorewall.net - Updated to 4.1.7-0base * Thu Mar 13 2008 Tom Eastep tom@shorewall.net diff --git a/Shorewall-common/uninstall.sh b/Shorewall-common/uninstall.sh index d5b420ae6..b679b6833 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.7 +VERSION=4.1.8 usage() # $1 = exit status { diff --git a/Shorewall-lite/fallback.sh b/Shorewall-lite/fallback.sh index 3bff3dffb..96b606234 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.7 +VERSION=4.1.8 usage() # $1 = exit status { diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index 34a8cf33e..38ca666f4 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.7 +VERSION=4.1.8 usage() # $1 = exit status { diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index 0eb73ef93..e7ea1b125 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.7 +%define version 4.1.8 %define release 0base Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems. @@ -98,6 +98,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Mon Apr 28 2008 Tom Eastep tom@shorewall.net +- Updated to 4.1.8-0base * Mon Mar 24 2008 Tom Eastep tom@shorewall.net - Updated to 4.1.7-0base * Thu Mar 13 2008 Tom Eastep tom@shorewall.net diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh index 1ce9833e8..311326e1a 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.7 +VERSION=4.1.8 usage() # $1 = exit status { diff --git a/Shorewall-perl/Shorewall/Config.pm b/Shorewall-perl/Shorewall/Config.pm index e93816e0e..0433991cd 100644 --- a/Shorewall-perl/Shorewall/Config.pm +++ b/Shorewall-perl/Shorewall/Config.pm @@ -265,7 +265,7 @@ sub initialize() { ORIGINAL_POLICY_MATCH => '', LOGPARMS => '', TC_SCRIPT => '', - VERSION => "4.1.7", + VERSION => "4.1.8", CAPVERSION => 40100 , ); # diff --git a/Shorewall-perl/install.sh b/Shorewall-perl/install.sh index e2da35cde..7ea437355 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.7 +VERSION=4.1.8 usage() # $1 = exit status { diff --git a/Shorewall-perl/shorewall-perl.spec b/Shorewall-perl/shorewall-perl.spec index 560b2f4fb..981684f76 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.7 +%define version 4.1.8 %define release 0base Summary: Shoreline Firewall Perl-based compiler. @@ -64,6 +64,8 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING releasenotes.txt %changelog +* Mon Apr 28 2008 Tom Eastep tom@shorewall.net +- Updated to 4.1.8-0base * Mon Mar 24 2008 Tom Eastep tom@shorewall.net - Updated to 4.1.7-0base * Thu Mar 13 2008 Tom Eastep tom@shorewall.net diff --git a/Shorewall-shell/install.sh b/Shorewall-shell/install.sh index 7459616eb..d1453aba9 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.7 +VERSION=4.1.8 usage() # $1 = exit status { diff --git a/Shorewall-shell/shorewall-shell.spec b/Shorewall-shell/shorewall-shell.spec index 86de64a52..dc5397e9c 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.7 +%define version 4.1.8 %define release 0base Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. @@ -81,6 +81,8 @@ fi %doc COPYING INSTALL %changelog +* Mon Apr 28 2008 Tom Eastep tom@shorewall.net +- Updated to 4.1.8-0base * Mon Mar 24 2008 Tom Eastep tom@shorewall.net - Updated to 4.1.7-0base * Thu Mar 13 2008 Tom Eastep tom@shorewall.net