diff --git a/Shorewall/fallback.sh b/Shorewall/fallback.sh index dfe5c4d6d..6334d5c52 100755 --- a/Shorewall/fallback.sh +++ b/Shorewall/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=1.4.9-Beta1 +VERSION=1.4.9-Beta2 usage() # $1 = exit status { diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 87b9f35bb..da33bac53 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -54,7 +54,7 @@ # /etc/rc.d/rc.local file is modified to start the firewall. # -VERSION=1.4.9-Beta1 +VERSION=1.4.9-Beta2 usage() # $1 = exit status { diff --git a/Shorewall/rfc1918 b/Shorewall/rfc1918 index f64d3cd2c..404e78cdf 100644 --- a/Shorewall/rfc1918 +++ b/Shorewall/rfc1918 @@ -48,8 +48,8 @@ 58.0.0.0/7 logdrop # Reserved 70.0.0.0/7 logdrop # Reserved 72.0.0.0/5 logdrop # Reserved -83.0.0.0/8 logdrop # Reserved -84.0.0.0/6 logdrop # Reserved +85.0.0.0/8 logdrop # Reserved +86.0.0.0/7 logdrop # Reserved 88.0.0.0/5 logdrop # Reserved 96.0.0.0/3 logdrop # Reserved 127.0.0.0/8 logdrop # Loopback diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index e41d82504..bb4f9dfc3 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,6 +1,6 @@ %define name shorewall %define version 1.4.9 -%define release 0Beta1 +%define release 0Beta2 %define prefix /usr Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. @@ -110,6 +110,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel %changelog +* Sun Dec 28 2003 Tom Eastep +- Updated for Beta 2 * Sun Dec 07 2003 Tom Eastep - Added User Defined Actions Files * Wed Dec 03 2003 Tom Eastep diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index c64d11614..a4fe7907e 100755 --- a/Shorewall/uninstall.sh +++ b/Shorewall/uninstall.sh @@ -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.9-Beta1 +VERSION=1.4.9-Beta2 usage() # $1 = exit status {