Update version to 3.9.7

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6328 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-05-11 20:09:48 +00:00
parent c34422e9c8
commit 9f25e2c614
14 changed files with 41 additions and 17 deletions

View File

@ -28,7 +28,7 @@
# shown below. Simply run this script to revert to your prior version of # shown below. Simply run this script to revert to your prior version of
# Shoreline Firewall. # Shoreline Firewall.
VERSION=3.9.6 VERSION=3.9.7
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -22,7 +22,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
# #
VERSION=3.9.6 VERSION=3.9.7
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -60,6 +60,22 @@ Other changes in Shorewall 3.9.7.
in rules. DNS names are resolved and an error is issued for any in rules. DNS names are resolved and an error is issued for any
name that cannot be resolved. name that cannot be resolved.
2) Shorewall-perl now checks configuration files for the presense of
characters that can cause problems if they are allowed into the
generated firewall script:
- Double Quotes. These are prohibited except in the
shorewall.conf and params files.
- Single Quotes. These are prohibited except in the
shorewall.conf and params files and in COMMENT lines.
- Single back quotes. These are prohibited except in the
shorewall.conf and params files.
- Backslash. Probibited except as the last character on a line to
denote line continuation.
Migration Considerations: Migration Considerations:
1) You cannot simply upgrade your existing Shorewall package. You must 1) You cannot simply upgrade your existing Shorewall package. You must

View File

@ -1,5 +1,5 @@
%define name shorewall %define name shorewall
%define version 3.9.6 %define version 3.9.7
%define release 1 %define release 1
%define prefix /usr %define prefix /usr
@ -252,7 +252,9 @@ fi
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples
%changelog %changelog
* Mon May 05 2007 Tom Eastep tom@shorewall.net * Fri May 11 2007 Tom Eastep tom@shorewall.net
- Updated to 3.9.7-1
* Sat May 05 2007 Tom Eastep tom@shorewall.net
- Updated to 3.9.6-1 - Updated to 3.9.6-1
* Mon Apr 30 2007 Tom Eastep tom@shorewall.net * Mon Apr 30 2007 Tom Eastep tom@shorewall.net
- Updated to 3.9.5-1 - Updated to 3.9.5-1

View File

@ -26,7 +26,7 @@
# You may only use this script to uninstall the version # You may only use this script to uninstall the version
# shown below. Simply run this script to remove Shorewall Firewall # shown below. Simply run this script to remove Shorewall Firewall
VERSION=3.9.6 VERSION=3.9.7
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -28,7 +28,7 @@
# shown below. Simply run this script to revert to your prior version of # shown below. Simply run this script to revert to your prior version of
# Shoreline Firewall. # Shoreline Firewall.
VERSION=3.9.6 VERSION=3.9.7
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -22,7 +22,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
# #
VERSION=3.9.6 VERSION=3.9.7
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -1,5 +1,5 @@
%define name shorewall-lite %define name shorewall-lite
%define version 3.9.6 %define version 3.9.7
%define release 1 %define release 1
%define prefix /usr %define prefix /usr
@ -99,7 +99,9 @@ fi
%doc COPYING changelog.txt releasenotes.txt %doc COPYING changelog.txt releasenotes.txt
%changelog %changelog
* Mon May 05 2007 Tom Eastep tom@shorewall.net * Fri May 11 2007 Tom Eastep tom@shorewall.net
- Updated to 3.9.7-1
* Sat May 05 2007 Tom Eastep tom@shorewall.net
- Updated to 3.9.6-1 - Updated to 3.9.6-1
* Mon Apr 30 2007 Tom Eastep tom@shorewall.net * Mon Apr 30 2007 Tom Eastep tom@shorewall.net
- Updated to 3.9.5-1 - Updated to 3.9.5-1

View File

@ -26,7 +26,7 @@
# You may only use this script to uninstall the version # You may only use this script to uninstall the version
# shown below. Simply run this script to remove Shorewall Firewall # shown below. Simply run this script to remove Shorewall Firewall
VERSION=3.9.6 VERSION=3.9.7
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -72,7 +72,7 @@ our %globals = ( SHAREDIR => '/usr/share/shorewall' ,
ORIGINAL_POLICY_MATCH => '', ORIGINAL_POLICY_MATCH => '',
LOGPARMS => '', LOGPARMS => '',
TC_SCRIPT => '', TC_SCRIPT => '',
VERSION => '3.9.6', VERSION => '3.9.7',
); );
# #

View File

@ -22,7 +22,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
# #
VERSION=3.9.6 VERSION=3.9.7
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -1,5 +1,5 @@
%define name shorewall-perl %define name shorewall-perl
%define version 3.9.6 %define version 3.9.7
%define release 1 %define release 1
%define prefix /usr %define prefix /usr
@ -80,7 +80,9 @@ rm -rf $RPM_BUILD_ROOT
%doc COPYING releasenotes.txt %doc COPYING releasenotes.txt
%changelog %changelog
* Mon May 05 2007 Tom Eastep tom@shorewall.net * Fri May 11 2007 Tom Eastep tom@shorewall.net
- Updated to 3.9.7-1
* Sat May 05 2007 Tom Eastep tom@shorewall.net
- Updated to 3.9.6-1 - Updated to 3.9.6-1
* Mon Apr 30 2007 Tom Eastep tom@shorewall.net * Mon Apr 30 2007 Tom Eastep tom@shorewall.net
- Updated to 3.9.5-1 - Updated to 3.9.5-1

View File

@ -22,7 +22,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
# #
VERSION=3.9.6 VERSION=3.9.7
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -1,5 +1,5 @@
%define name shorewall-shell %define name shorewall-shell
%define version 3.9.6 %define version 3.9.7
%define release 1 %define release 1
%define prefix /usr %define prefix /usr
@ -63,7 +63,9 @@ rm -rf $RPM_BUILD_ROOT
%doc COPYING INSTALL %doc COPYING INSTALL
%changelog %changelog
* Mon May 05 2007 Tom Eastep tom@shorewall.net * Fri May 11 2007 Tom Eastep tom@shorewall.net
- Updated to 3.9.6-1
* Sat May 05 2007 Tom Eastep tom@shorewall.net
- Updated to 3.9.6-1 - Updated to 3.9.6-1
* Mon Apr 30 2007 Tom Eastep tom@shorewall.net * Mon Apr 30 2007 Tom Eastep tom@shorewall.net
- Updated to 3.9.5-1 - Updated to 3.9.5-1