forked from extern/shorewall_code
Bump version to 4.4.21.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
20283d7151
commit
cbeebb6bf8
@ -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.21-RC1
|
VERSION=4.4.21
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name shorewall-init
|
%define name shorewall-init
|
||||||
%define version 4.4.21
|
%define version 4.4.21
|
||||||
%define release 0RC1
|
%define release 0base
|
||||||
|
|
||||||
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
|
||||||
|
* Wed Jun 29 2011 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 4.4.21-0base
|
||||||
* Thu Jun 23 2011 Tom Eastep tom@shorewall.net
|
* Thu Jun 23 2011 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.21-0RC1
|
- Updated to 4.4.21-0RC1
|
||||||
* Sun Jun 19 2011 Tom Eastep tom@shorewall.net
|
* Sun Jun 19 2011 Tom Eastep tom@shorewall.net
|
||||||
|
@ -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.21-RC1
|
VERSION=4.4.21
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -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.21-RC1
|
VERSION=4.4.21
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name shorewall-lite
|
%define name shorewall-lite
|
||||||
%define version 4.4.21
|
%define version 4.4.21
|
||||||
%define release 0RC1
|
%define release 0base
|
||||||
|
|
||||||
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
|
||||||
|
* Wed Jun 29 2011 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 4.4.21-0base
|
||||||
* Thu Jun 23 2011 Tom Eastep tom@shorewall.net
|
* Thu Jun 23 2011 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.21-0RC1
|
- Updated to 4.4.21-0RC1
|
||||||
* Sun Jun 19 2011 Tom Eastep tom@shorewall.net
|
* Sun Jun 19 2011 Tom Eastep tom@shorewall.net
|
||||||
|
@ -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.21-RC1
|
VERSION=4.4.21
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -428,7 +428,7 @@ sub initialize( $ ) {
|
|||||||
EXPORT => 0,
|
EXPORT => 0,
|
||||||
STATEMATCH => '-m state --state',
|
STATEMATCH => '-m state --state',
|
||||||
UNTRACKED => 0,
|
UNTRACKED => 0,
|
||||||
VERSION => "4.4.21-RC1",
|
VERSION => "4.4.21",
|
||||||
CAPVERSION => 40421 ,
|
CAPVERSION => 40421 ,
|
||||||
);
|
);
|
||||||
#
|
#
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Changes in Shorewall 4.4.21 Final
|
||||||
|
|
||||||
|
None.
|
||||||
|
|
||||||
Changes in Shorewall 4.4.21 RC 1
|
Changes in Shorewall 4.4.21 RC 1
|
||||||
|
|
||||||
1) Fix empty parameter lists in _DEFAULT settings.
|
1) Fix empty parameter lists in _DEFAULT settings.
|
||||||
|
@ -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.21-RC1
|
VERSION=4.4.21
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
S H O R E W A L L 4 . 4 . 2 1 R C I
|
S H O R E W A L L 4 . 4 . 2 1
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
I. PROBLEMS CORRECTED IN THIS RELEASE
|
I. PROBLEMS CORRECTED IN THIS RELEASE
|
||||||
@ -16,7 +16,7 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
|
|||||||
1) All problems corrections included in Shorewall 4.4.20.1 - 4.4.20.3
|
1) All problems corrections included in Shorewall 4.4.20.1 - 4.4.20.3
|
||||||
(see below).
|
(see below).
|
||||||
|
|
||||||
2) The following error message has been corrected
|
2) The following error message
|
||||||
|
|
||||||
FOREWARD_CLEAR_MARK=Yes requires MARK Target in your kernel
|
FOREWARD_CLEAR_MARK=Yes requires MARK Target in your kernel
|
||||||
and iptables
|
and iptables
|
||||||
@ -39,7 +39,8 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
|
|||||||
|
|
||||||
1) AUTOMAKE=Yes now causes all directories on the CONFIG_PATH to be
|
1) AUTOMAKE=Yes now causes all directories on the CONFIG_PATH to be
|
||||||
searched for files newer than the script that last
|
searched for files newer than the script that last
|
||||||
started/restarted the firewall.
|
started/restarted the firewall. Previously, only /etc/shorewall
|
||||||
|
(/etc/shorewall6) was searched.
|
||||||
|
|
||||||
2) FORMAT-2 actions may now specify default parameter values using the
|
2) FORMAT-2 actions may now specify default parameter values using the
|
||||||
DEFAULTS directive.
|
DEFAULTS directive.
|
||||||
@ -50,8 +51,8 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
|
|||||||
is the default value for the second parameter and so on. To specify
|
is the default value for the second parameter and so on. To specify
|
||||||
an empty default, use '-'.
|
an empty default, use '-'.
|
||||||
|
|
||||||
3) Macros may now specify a default parameter value using the DEFAULT
|
3) Parameterized macros may now specify a default parameter value
|
||||||
directive.
|
using the DEFAULT directive.
|
||||||
|
|
||||||
DEFAULT <default>
|
DEFAULT <default>
|
||||||
|
|
||||||
@ -67,7 +68,7 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
|
|||||||
1) Pass 'audit' if you want all ACCEPTs, DROPs and REJECTs audited.
|
1) Pass 'audit' if you want all ACCEPTs, DROPs and REJECTs audited.
|
||||||
Pass '-' otherwise.
|
Pass '-' otherwise.
|
||||||
|
|
||||||
2) The action to be applied to Auth requests
|
2) The action to be applied to Auth requests:
|
||||||
|
|
||||||
FIRST PARAMETER DEFAULT
|
FIRST PARAMETER DEFAULT
|
||||||
|
|
||||||
@ -75,7 +76,7 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
|
|||||||
audit A_REJECT
|
audit A_REJECT
|
||||||
|
|
||||||
3) The action to be applied to SMB traffic. The default depends on
|
3) The action to be applied to SMB traffic. The default depends on
|
||||||
the first parameter:
|
the action and its first parameter:
|
||||||
|
|
||||||
ACTION FIRST PARAMETER DEFAULT
|
ACTION FIRST PARAMETER DEFAULT
|
||||||
|
|
||||||
@ -118,7 +119,7 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
|
|||||||
DROP_DEFAULT=Drop(-,DROP)
|
DROP_DEFAULT=Drop(-,DROP)
|
||||||
|
|
||||||
5) An 'update' command has been added to /sbin/shorewall and
|
5) An 'update' command has been added to /sbin/shorewall and
|
||||||
/sbin/shorewall6. The command updates he shorewall.conf
|
/sbin/shorewall6. The command updates the shorewall.conf
|
||||||
(shorewall6.conf) file then validates the configuration. The
|
(shorewall6.conf) file then validates the configuration. The
|
||||||
updated file will set any options not specified in the old file
|
updated file will set any options not specified in the old file
|
||||||
with their default values, and will move any deprecated options
|
with their default values, and will move any deprecated options
|
||||||
@ -131,7 +132,7 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
|
|||||||
|
|
||||||
The 'update' command accepts the same options as the 'check'
|
The 'update' command accepts the same options as the 'check'
|
||||||
command plus a '-a' option that causes the updated file to be
|
command plus a '-a' option that causes the updated file to be
|
||||||
annotated with documentation.
|
annotated with manpage documentation.
|
||||||
|
|
||||||
6) Shorewall6 now supports ipsets.
|
6) Shorewall6 now supports ipsets.
|
||||||
|
|
||||||
@ -146,8 +147,8 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
|
|||||||
SAVE_IPSETS option in /etc/sysconfig/shorewall-init
|
SAVE_IPSETS option in /etc/sysconfig/shorewall-init
|
||||||
(/etc/default/shorewall-init on Debian and derivatives). The value
|
(/etc/default/shorewall-init on Debian and derivatives). The value
|
||||||
of the option is a file name where the contents of the ipsets will
|
of the option is a file name where the contents of the ipsets will
|
||||||
be save to and restored from. Shorewall-init will create any
|
be saved to and restored from. Shorewall-init will create any
|
||||||
necessary directories during the first 'save' operation.
|
parent directories during the first 'save' operation.
|
||||||
|
|
||||||
If you configure Shorewall-init to save/restore ipsets, be sure to
|
If you configure Shorewall-init to save/restore ipsets, be sure to
|
||||||
set SAVE_IPSETS=No in shorewall.conf and shorewall6.conf.
|
set SAVE_IPSETS=No in shorewall.conf and shorewall6.conf.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name shorewall
|
%define name shorewall
|
||||||
%define version 4.4.21
|
%define version 4.4.21
|
||||||
%define release 0RC1
|
%define release 0base
|
||||||
|
|
||||||
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
|
||||||
|
* Wed Jun 29 2011 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 4.4.21-0base
|
||||||
* Thu Jun 23 2011 Tom Eastep tom@shorewall.net
|
* Thu Jun 23 2011 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.21-0RC1
|
- Updated to 4.4.21-0RC1
|
||||||
* Sun Jun 19 2011 Tom Eastep tom@shorewall.net
|
* Sun Jun 19 2011 Tom Eastep tom@shorewall.net
|
||||||
|
@ -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.21-RC1
|
VERSION=4.4.21
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -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.21-RC1
|
VERSION=4.4.21
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name shorewall6-lite
|
%define name shorewall6-lite
|
||||||
%define version 4.4.21
|
%define version 4.4.21
|
||||||
%define release 0RC1
|
%define release 0base
|
||||||
|
|
||||||
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
|
||||||
|
* Wed Jun 29 2011 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 4.4.21-0base
|
||||||
* Thu Jun 23 2011 Tom Eastep tom@shorewall.net
|
* Thu Jun 23 2011 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.21-0RC1
|
- Updated to 4.4.21-0RC1
|
||||||
* Sun Jun 19 2011 Tom Eastep tom@shorewall.net
|
* Sun Jun 19 2011 Tom Eastep tom@shorewall.net
|
||||||
|
@ -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.21-RC1
|
VERSION=4.4.21
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -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.21-RC1
|
VERSION=4.4.21
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name shorewall6
|
%define name shorewall6
|
||||||
%define version 4.4.21
|
%define version 4.4.21
|
||||||
%define release 0RC1
|
%define release 0base
|
||||||
|
|
||||||
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
|
||||||
|
* Wed Jun 29 2011 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 4.4.21-0base
|
||||||
* Thu Jun 23 2011 Tom Eastep tom@shorewall.net
|
* Thu Jun 23 2011 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.21-0RC1
|
- Updated to 4.4.21-0RC1
|
||||||
* Sun Jun 19 2011 Tom Eastep tom@shorewall.net
|
* Sun Jun 19 2011 Tom Eastep tom@shorewall.net
|
||||||
|
@ -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.21-RC1
|
VERSION=4.4.21
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user