Update for RC4

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4136 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-06-18 14:48:58 +00:00
parent 465b983841
commit d452f4e0fe
9 changed files with 49 additions and 12 deletions

View File

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

View File

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

View File

@ -56,10 +56,44 @@ c) On the administrative system you create a separate 'configuration
directory' for each firewall system. You copy the contents of
/usr/share/shorewall/configfiles into each configuration directory.
d) On each firewall system, you run:
d) On each firewall system, you run these two commands:
/usr/share/shorewall/shorecap > capabilities
scp capabilities <admin system>:<this system's config dir>
/usr/share/shorewall/shorecap > capabilities
scp capabilities <admin system>:<this system's config dir>
If you are running Debian or one of its derivatives like Ubuntu then
edit /etc/default/shorewall-lite and set startup=1.
Shorewall Lite includes a very limited version of shorewall.conf
(/etc/shorewall-lite/shorewall.conf). It includes the following
options which have the same meaning as in a full Shorewall
installation except as noted below:
VERBOSITY
LOGFILE
LOGFORMAT - used by /sbin/shorewall for finding 'Shorewall' log
messages. If LOGFORMAT was specified in the
shorewall.conf file used at compile time on the
administrative system, then the format of the
messages themselves is defined by that value. If
LOGFORMAT was not specified at compile time then
the firewall script will use the value from
/etc/shorewall-lite/shorewall.conf on the firewall
system.
IPTABLES - determines the iptables binary to be used by
/sbin/shorewall. The compiled firewall script will
use the IPTABLES specified in shorewall.conf at
compile time on the administrative system, if any;
if IPTABLES was not specified at compile time then
the IPTABLES value from
/etc/shorewall-lite/shorewall.conf on the firewall
system will be used by the firewall script.
PATH
SHOREWALL_SHELL
SUBSYSLOCK
RESTOREFILE
Edit the shorewall.conf file as required.
e) On the administrative system, for each firewall system you:
@ -77,7 +111,6 @@ e) On the administrative system, for each firewall system you:
cd <configuration directory>
/sbin/shorewall reload . <firewall system>
It is possible to have both shorewall and Shorewall Lite
installed on the same system.

View File

@ -1,6 +1,6 @@
%define name shorewall-lite
%define version 3.2.0
%define release 0RC3
%define release 0RC4
%define prefix /usr
Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems.
@ -84,6 +84,8 @@ fi
%doc COPYING changelog.txt releasenotes.txt
%changelog
* Sun Jun 18 2006 Tom Eastep tom@shorewall.net
- Version 3.2.0-RC4
* Mon Jun 12 2006 Tom Eastep tom@shorewall.net
- Change control program to /sbin/shorewall-lite
- Version 3.2.0-RC3

View File

@ -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=3.2.0-RC3
VERSION=3.2.0-RC4
usage() # $1 = exit status
{

View File

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

View File

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

View File

@ -1,6 +1,6 @@
%define name shorewall
%define version 3.2.0
%define release 0RC3
%define release 0RC4
%define prefix /usr
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
@ -208,6 +208,8 @@ fi
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples
%changelog
* Sun Jun 18 2006 Tom Eastep tom@shorewall.net
- Updated to 3.2.0-0RC4
* Fri Jun 09 2006 Tom Eastep tom@shorewall.net
- Allow Shorewall and Shorewall-lite to coexist
* Wed Jun 07 2006 Tom Eastep tom@shorewall.net

View File

@ -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=3.2.0-RC3
VERSION=3.2.0-RC4
usage() # $1 = exit status
{