Shorewall-1.4.10a

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1129 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-02-08 20:36:46 +00:00
parent eeae3ac04f
commit 76c135e123
7 changed files with 13 additions and 6 deletions

View File

@ -23,3 +23,5 @@ Changes since 1.4.9
10) Fix "-" in PROTO column of an action file.
11) Fix the enhancement in 1) above to avoid startup errors.
12) Allow maclist with Atheros cards

View File

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

View File

@ -1459,7 +1459,7 @@ setup_mac_lists() {
#
for interface in $maclist_interfaces; do
case $interface in
eth*|wlan*|br[0-9])
eth*|wlan*|br[0-9]|ath[0-9])
;;
*)
fatal_error "MAC verification is only supported on ethernet and 802.11b devices: $interface"

View File

@ -54,7 +54,7 @@
# /etc/rc.d/rc.local file is modified to start the firewall.
#
VERSION=1.4.10
VERSION=1.4.10a
usage() # $1 = exit status
{

View File

@ -22,6 +22,9 @@ Problems Corrected since version 1.4.9:
6. Fixed a problem in which the firewall would encounter an error
during startup while processing the /etc/shorewall/masq file.
7. Atheros WiFi cards were previously excluded from use with the
"maclist" interface option.
Migration Issues:
None.

View File

@ -1,5 +1,5 @@
%define name shorewall
%define version 1.4.10
%define version 1.4.10a
%define release 1
%define prefix /usr
@ -109,6 +109,8 @@ fi
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel
%changelog
* Sun Feb 08 2004 Tom Eastep <tom@shorewall.net>
- Changed version to 1.4.10a-1
* Fri Jan 30 2004 Tom Eastep <tom@shorewall.net>
- Changed version to 1.4.10-1
* Tue Jan 27 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=1.4.10
VERSION=1.4.10a
usage() # $1 = exit status
{