Bump version to 4.4.11.4

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-08-28 16:27:53 -07:00
parent 98012750c7
commit 33c65ad733
18 changed files with 35 additions and 22 deletions

View File

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

View File

@ -1,6 +1,6 @@
%define name shorewall-init
%define version 4.4.11
%define release 3
%define release 4
Summary: Shorewall-init adds functionality to Shoreline Firewall (Shorewall).
Name: %{name}
@ -99,6 +99,8 @@ fi
%doc COPYING changelog.txt releasenotes.txt
%changelog
* Sat Aug 28 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.11-4
* Thu Aug 12 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.11-3
* Sat Jul 31 2010 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 Shorewall Firewall
VERSION=4.4.11.3
VERSION=4.4.11.4
usage() # $1 = exit status
{

View File

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

View File

@ -1,6 +1,6 @@
%define name shorewall-lite
%define version 4.4.11
%define release 3
%define release 4
Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems.
Name: %{name}
@ -102,6 +102,8 @@ fi
%doc COPYING changelog.txt releasenotes.txt
%changelog
* Sat Aug 28 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.11-4
* Thu Aug 12 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.11-3
* Sat Jul 31 2010 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 Shorewall Firewall
VERSION=4.4.11.3
VERSION=4.4.11.4
usage() # $1 = exit status
{

View File

@ -343,7 +343,7 @@ sub initialize( $ ) {
EXPORT => 0,
STATEMATCH => '-m state --state',
UNTRACKED => 0,
VERSION => "4.4.11.3",
VERSION => "4.4.11.4",
CAPVERSION => 40411 ,
);

View File

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

View File

@ -90,30 +90,30 @@
to rules, OPTIMIZE 8 through 15 can result in invalid
iptables-restore (ip6tables-restore) input.
Workaround: Don't use optimizaiton levels greater than 7.
Corrected in Shorewall 4.4.11.4.
13) Under rare circumstances involving exclusion, OPTIMIZE 8 through 15
can result in invalid iptables-restore (ip6tables-restore) input.
Workaround: Don't use optimizaiton levels greater than 7.
Corrected in Shorewall 4.4.11.4.
14) When REQUIRE_INTERFACE=Yes, start/restart will fail unless the last
optional interface defined in the interfaces file is available.
Workaround: None available.
Corrected in Shorewall 4.4.11.4.
15) The compiler erroneously allows exclusion in CONTINUE rules
(tcrules and rules files). The generated iptables (ip6tables) rules
do not work as expected.
Workaround: Do not use exclusion with CONTINUE.
Corrected in Shorewall 4.4.11.4.
16) Exclusion in blacklist file entries is correctly validated but is
then ignored when generating iptables (ip6tables) input.
Workaround: Do not use exclusion in the blacklist file.
Corrected in Shorewall 4.4.11.4.
17) The interface options combination of 'optional' and 'upnpclient'
does not work correctly.
Workaround: Do not use these two options on the same interface.
Corrected in Shorewall 4.4.11.4.

View File

@ -230,6 +230,9 @@ I I 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
3) When REQUIRE_INTERFACE=Yes, start/restart would fail unless the
last optional interface was available.
4) Previously, the interface option combination of 'optional' and
'upnpclient' did not work correctly.
4.4.11.3
1) When 'any' was used in the rules SOURCE column, a duplicate rule

View File

@ -1,6 +1,6 @@
%define name shorewall
%define version 4.4.11
%define release 3
%define release 4
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
Name: %{name}
@ -108,6 +108,8 @@ fi
%doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples
%changelog
* Sat Aug 28 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.11-4
* Thu Aug 12 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.11-3
* Sat Jul 31 2010 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 Shorewall Firewall
VERSION=4.4.11.3
VERSION=4.4.11.4
usage() # $1 = exit status
{

View File

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

View File

@ -1,6 +1,6 @@
%define name shorewall6-lite
%define version 4.4.11
%define release 3
%define release 4
Summary: Shoreline Firewall 6 Lite is an ip6tables-based firewall for Linux systems.
Name: %{name}
@ -93,6 +93,8 @@ fi
%doc COPYING changelog.txt releasenotes.txt
%changelog
* Sat Aug 28 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.11-4
* Thu Aug 12 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.11-3
* Sat Jul 31 2010 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 Shorewall Firewall
VERSION=4.4.11.3
VERSION=4.4.11.4
usage() # $1 = exit status
{

View File

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

View File

@ -1,6 +1,6 @@
%define name shorewall6
%define version 4.4.11
%define release 3
%define release 4
Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems.
Name: %{name}
@ -98,6 +98,8 @@ fi
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn ipv6 Samples6
%changelog
* Sat Aug 28 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.11-4
* Thu Aug 12 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.11-3
* Sat Jul 31 2010 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 Shorewall Firewall
VERSION=4.4.11.3
VERSION=4.4.11.4
usage() # $1 = exit status
{