mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-25 15:48:56 +01:00
Update for 2.4.0-RC1
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2139 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
1b2a068025
commit
6eb4740995
@ -28,7 +28,7 @@
|
||||
# shown below. Simply run this script to revert to your prior version of
|
||||
# Shoreline Firewall.
|
||||
|
||||
VERSION=2.3.2
|
||||
VERSION=2.4.0-RC2
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -22,7 +22,7 @@
|
||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
|
||||
#
|
||||
|
||||
VERSION=2.3.2
|
||||
VERSION=2.4.0-RC1
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
@ -415,8 +415,20 @@ if [ -f ${PREFIX}/etc/shorewall/routes ]; then
|
||||
else
|
||||
run_install $OWNERSHIP -m 0600 routes ${PREFIX}/etc/shorewall/routes
|
||||
echo
|
||||
echo "Routes file installed as ${PREFIX}/etc/shorewall/blacklist"
|
||||
echo "Routes file installed as ${PREFIX}/etc/shorewall/routes"
|
||||
fi
|
||||
|
||||
#
|
||||
# Install the Providers file
|
||||
#
|
||||
if [ -f ${PREFIX}/etc/shorewall/providers ]; then
|
||||
backup_file /etc/shorewall/providers
|
||||
else
|
||||
run_install $OWNERSHIP -m 0600 providers ${PREFIX}/etc/shorewall/providers
|
||||
echo
|
||||
echo "Providers file installed as ${PREFIX}/etc/shorewall/providers"
|
||||
fi
|
||||
|
||||
#
|
||||
# Backup and remove the whitelist file
|
||||
#
|
||||
|
@ -41,7 +41,7 @@ New Features in version 2.3.2
|
||||
to be tracked so that responses may be routed
|
||||
back out this same interface.
|
||||
|
||||
You want specify 'trask' if internet hosts will be
|
||||
You want specify 'track' if internet hosts will be
|
||||
connecting to local servers through this
|
||||
provider.
|
||||
|
||||
|
@ -12,6 +12,9 @@
|
||||
# have ROUTE target support (see the output of "shorewall show
|
||||
# capabilities").
|
||||
#
|
||||
# This facility is *EXPERIMENTAL* -- the Netfilter team have no intention
|
||||
# of ever submitting the ROUTE target patch to kernel.org.
|
||||
#
|
||||
# To omit any column, enter "-" in that column.
|
||||
#
|
||||
# Columns are:
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define name shorewall
|
||||
%define version 2.3.2
|
||||
%define release 1
|
||||
%define version 2.4.0
|
||||
%define release 0RC1
|
||||
%define prefix /usr
|
||||
|
||||
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
|
||||
@ -96,6 +96,7 @@ fi
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/continue
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/started
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/routes
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/providers
|
||||
|
||||
%attr(0544,root,root) /sbin/shorewall
|
||||
|
||||
@ -141,6 +142,8 @@ fi
|
||||
|
||||
%changelog
|
||||
* Thu May 19 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.4.0-0RC1
|
||||
* Thu May 19 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.3.2-1
|
||||
* Sun May 15 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.3.1-1
|
||||
|
@ -26,7 +26,7 @@
|
||||
# You may only use this script to uninstall the version
|
||||
# shown below. Simply run this script to remove Seattle Firewall
|
||||
|
||||
VERSION=2.3.2
|
||||
VERSION=2.4.0-RC1
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user