Initiate 4.4.20.2

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-06-07 13:23:27 -07:00
parent deb7d92ded
commit 57398c683a
18 changed files with 44 additions and 17 deletions

View File

@ -23,7 +23,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# #
VERSION=4.4.20.1 VERSION=4.4.20.2
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -1,6 +1,6 @@
%define name shorewall-init %define name shorewall-init
%define version 4.4.20 %define version 4.4.20
%define release 1 %define release 2
Summary: Shorewall-init adds functionality to Shoreline Firewall (Shorewall). Summary: Shorewall-init adds functionality to Shoreline Firewall (Shorewall).
Name: %{name} Name: %{name}
@ -119,6 +119,8 @@ fi
%doc COPYING changelog.txt releasenotes.txt %doc COPYING changelog.txt releasenotes.txt
%changelog %changelog
* Tue Jun 07 2011 Tom Eastep tom@shorewall.net
- Updated to 4.4.20-2
* Mon Jun 06 2011 Tom Eastep tom@shorewall.net * Mon Jun 06 2011 Tom Eastep tom@shorewall.net
- Updated to 4.4.20-1 - Updated to 4.4.20-1
* Tue May 31 2011 Tom Eastep tom@shorewall.net * Tue May 31 2011 Tom Eastep tom@shorewall.net

View File

@ -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 Shorewall Firewall # shown below. Simply run this script to remove Shorewall Firewall
VERSION=4.4.20.1 VERSION=4.4.20.2
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -22,7 +22,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# #
VERSION=4.4.20.1 VERSION=4.4.20.2
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -1,6 +1,6 @@
%define name shorewall-lite %define name shorewall-lite
%define version 4.4.20 %define version 4.4.20
%define release 1 %define release 2
Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems. Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems.
Name: %{name} Name: %{name}
@ -103,6 +103,8 @@ fi
%doc COPYING changelog.txt releasenotes.txt %doc COPYING changelog.txt releasenotes.txt
%changelog %changelog
* Tue Jun 07 2011 Tom Eastep tom@shorewall.net
- Updated to 4.4.20-2
* Mon Jun 06 2011 Tom Eastep tom@shorewall.net * Mon Jun 06 2011 Tom Eastep tom@shorewall.net
- Updated to 4.4.20-1 - Updated to 4.4.20-1
* Tue May 31 2011 Tom Eastep tom@shorewall.net * Tue May 31 2011 Tom Eastep tom@shorewall.net

View File

@ -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 Shorewall Firewall # shown below. Simply run this script to remove Shorewall Firewall
VERSION=4.4.20.1 VERSION=4.4.20.2
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -420,7 +420,7 @@ sub initialize( $ ) {
EXPORT => 0, EXPORT => 0,
STATEMATCH => '-m state --state', STATEMATCH => '-m state --state',
UNTRACKED => 0, UNTRACKED => 0,
VERSION => "4.4.20.1", VERSION => "4.4.20.2",
CAPVERSION => 40417 , CAPVERSION => 40417 ,
); );
# #

View File

@ -1,3 +1,9 @@
Changes in Shorewall 4.4.20.2
1) Reject degenerate tcpri entries.
2) Correct tc defect.
Changes in Shorewall 4.4.20.1 Changes in Shorewall 4.4.20.1
1) Corrected FSF address. 1) Corrected FSF address.

View File

@ -22,7 +22,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# #
VERSION=4.4.20.1 VERSION=4.4.20.2
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -1,5 +1,5 @@
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
S H O R E W A L L 4 . 4 . 20 . 1 S H O R E W A L L 4 . 4 . 20 . 2
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
I. PROBLEMS CORRECTED IN THIS RELEASE I. PROBLEMS CORRECTED IN THIS RELEASE
@ -13,6 +13,17 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
4.4.20.2
1) Fix item 1 from 4.4.19.4 was inadvertently omitted from 4.4.20. It
is now included.
2) A defect introduced in 4.4.20 could case the following failure at
start/restart:
ERROR: Command "tc qdisc add dev eth0 parent 1:11 handle 1:
sfq quantum 12498 limit 127 perturb 10" failed
4.4.20.1 4.4.20.1
1) The address of the Free Software Foundation has been corrected in 1) The address of the Free Software Foundation has been corrected in

View File

@ -1,6 +1,6 @@
%define name shorewall %define name shorewall
%define version 4.4.20 %define version 4.4.20
%define release 1 %define release 2
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
Name: %{name} Name: %{name}
@ -111,6 +111,8 @@ fi
%doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples %doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples
%changelog %changelog
* Tue Jun 07 2011 Tom Eastep tom@shorewall.net
- Updated to 4.4.20-2
* Mon Jun 06 2011 Tom Eastep tom@shorewall.net * Mon Jun 06 2011 Tom Eastep tom@shorewall.net
- Updated to 4.4.20-1 - Updated to 4.4.20-1
* Tue May 31 2011 Tom Eastep tom@shorewall.net * Tue May 31 2011 Tom Eastep tom@shorewall.net

View File

@ -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 Shorewall Firewall # shown below. Simply run this script to remove Shorewall Firewall
VERSION=4.4.20.1 VERSION=4.4.20.2
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -22,7 +22,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# #
VERSION=4.4.20.1 VERSION=4.4.20.2
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -1,6 +1,6 @@
%define name shorewall6-lite %define name shorewall6-lite
%define version 4.4.20 %define version 4.4.20
%define release 1 %define release 2
Summary: Shoreline Firewall 6 Lite is an ip6tables-based firewall for Linux systems. Summary: Shoreline Firewall 6 Lite is an ip6tables-based firewall for Linux systems.
Name: %{name} Name: %{name}
@ -94,6 +94,8 @@ fi
%doc COPYING changelog.txt releasenotes.txt %doc COPYING changelog.txt releasenotes.txt
%changelog %changelog
* Tue Jun 07 2011 Tom Eastep tom@shorewall.net
- Updated to 4.4.20-2
* Mon Jun 06 2011 Tom Eastep tom@shorewall.net * Mon Jun 06 2011 Tom Eastep tom@shorewall.net
- Updated to 4.4.20-1 - Updated to 4.4.20-1
* Tue May 31 2011 Tom Eastep tom@shorewall.net * Tue May 31 2011 Tom Eastep tom@shorewall.net

View File

@ -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 Shorewall Firewall # shown below. Simply run this script to remove Shorewall Firewall
VERSION=4.4.20.1 VERSION=4.4.20.2
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -22,7 +22,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# #
VERSION=4.4.20.1 VERSION=4.4.20.2
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -1,6 +1,6 @@
%define name shorewall6 %define name shorewall6
%define version 4.4.20 %define version 4.4.20
%define release 1 %define release 2
Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems. Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems.
Name: %{name} Name: %{name}
@ -101,6 +101,8 @@ fi
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn ipv6 Samples6 %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn ipv6 Samples6
%changelog %changelog
* Tue Jun 07 2011 Tom Eastep tom@shorewall.net
- Updated to 4.4.20-2
* Mon Jun 06 2011 Tom Eastep tom@shorewall.net * Mon Jun 06 2011 Tom Eastep tom@shorewall.net
- Updated to 4.4.20-1 - Updated to 4.4.20-1
* Tue May 31 2011 Tom Eastep tom@shorewall.net * Tue May 31 2011 Tom Eastep tom@shorewall.net

View File

@ -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 Shorewall Firewall # shown below. Simply run this script to remove Shorewall Firewall
VERSION=4.4.20.1 VERSION=4.4.20.2
usage() # $1 = exit status usage() # $1 = exit status
{ {