forked from extern/shorewall_code
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
|
# shown below. Simply run this script to revert to your prior version of
|
||||||
# Shoreline Firewall.
|
# Shoreline Firewall.
|
||||||
|
|
||||||
VERSION=2.3.2
|
VERSION=2.4.0-RC2
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=2.3.2
|
VERSION=2.4.0-RC1
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
@ -415,8 +415,20 @@ if [ -f ${PREFIX}/etc/shorewall/routes ]; then
|
|||||||
else
|
else
|
||||||
run_install $OWNERSHIP -m 0600 routes ${PREFIX}/etc/shorewall/routes
|
run_install $OWNERSHIP -m 0600 routes ${PREFIX}/etc/shorewall/routes
|
||||||
echo
|
echo
|
||||||
echo "Routes file installed as ${PREFIX}/etc/shorewall/blacklist"
|
echo "Routes file installed as ${PREFIX}/etc/shorewall/routes"
|
||||||
fi
|
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
|
# 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
|
to be tracked so that responses may be routed
|
||||||
back out this same interface.
|
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
|
connecting to local servers through this
|
||||||
provider.
|
provider.
|
||||||
|
|
||||||
|
@ -12,6 +12,9 @@
|
|||||||
# have ROUTE target support (see the output of "shorewall show
|
# have ROUTE target support (see the output of "shorewall show
|
||||||
# capabilities").
|
# 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.
|
# To omit any column, enter "-" in that column.
|
||||||
#
|
#
|
||||||
# Columns are:
|
# Columns are:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name shorewall
|
%define name shorewall
|
||||||
%define version 2.3.2
|
%define version 2.4.0
|
||||||
%define release 1
|
%define release 0RC1
|
||||||
%define prefix /usr
|
%define prefix /usr
|
||||||
|
|
||||||
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
|
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/continue
|
||||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/started
|
%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/routes
|
||||||
|
%attr(0600,root,root) %config(noreplace) /etc/shorewall/providers
|
||||||
|
|
||||||
%attr(0544,root,root) /sbin/shorewall
|
%attr(0544,root,root) /sbin/shorewall
|
||||||
|
|
||||||
@ -141,6 +142,8 @@ fi
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu May 19 2005 Tom Eastep tom@shorewall.net
|
* 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
|
- Updated to 2.3.2-1
|
||||||
* Sun May 15 2005 Tom Eastep tom@shorewall.net
|
* Sun May 15 2005 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 2.3.1-1
|
- Updated to 2.3.1-1
|
||||||
|
@ -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 Seattle Firewall
|
# shown below. Simply run this script to remove Seattle Firewall
|
||||||
|
|
||||||
VERSION=2.3.2
|
VERSION=2.4.0-RC1
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user