Shorewall-2.0.1-rc3

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1235 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-03-31 20:40:49 +00:00
parent bef298b44e
commit 6ce4d51fff
7 changed files with 13 additions and 8 deletions

View File

@ -26,4 +26,7 @@ Changes since 2.0.0
13) Replace good code with crap to satisfy 'ash'.
14) Fix if_match to only do wild-card matches on patterns ending in "+".
14) Fix if_match to only do wild-card matches on patterns ending in
"+".
15) Tighten edits on bridge port names.

View File

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

View File

@ -744,7 +744,7 @@ validate_hosts_file() {
[ -n "$BRIDGING" ] && case $host in
*:*)
list_search ${host%:*} $all_interfaces && \
known_interface ${host%:*} && \
startup_error "Bridged interfaces may not be defined in /etc/shorewall/interfaces: $host"
port=${host%%:*}
list_search $port $ports || ports="$ports $port"
@ -752,7 +752,7 @@ validate_hosts_file() {
*.*.*.*)
;;
*)
list_search $host $all_interfaces && \
known_interface $host && \
startup_error "Bridged interfaces may not be defined in /etc/shorewall/interfaces: $host"
list_search $host $ports || ports="$ports $host"
;;

View File

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

View File

@ -1,4 +1,4 @@
Shorewall 2.0.1-RC2
Shorewall 2.0.1-RC3
----------------------------------------------------------------------
Problems Corrected since 2.0.0

View File

@ -1,6 +1,6 @@
%define name shorewall
%define version 2.0.1
%define release 0RC2
%define release 0RC3
%define prefix /usr
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
@ -139,6 +139,8 @@ fi
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel
%changelog
* Sun Mar 28 2004 Tom Eastep tom@shorewall.net
- Updated for 2.0.1 RC3
* Thu Mar 25 2004 Tom Eastep tom@shorewall.net
- Updated for 2.0.1 RC2
* Wed Mar 24 2004 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 Seattle Firewall
VERSION=2.0.1-RC2
VERSION=2.0.1-RC3
usage() # $1 = exit status
{