mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 12:09:14 +01:00
Update for Shorewall 2.5.1
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2460 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
24dc05e6b7
commit
68b39a07d9
@ -28,7 +28,7 @@
|
|||||||
# shown below. Simply run this script to revert to your prior version of
|
# shown below. Simply run this script to revert to your prior version of
|
||||||
# Shoreline Firewall.
|
# Shoreline Firewall.
|
||||||
|
|
||||||
VERSION=2.5.0
|
VERSION=2.5.1
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=2.5.0
|
VERSION=2.5.1
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -13,6 +13,10 @@ Problems Corrected in 2.5.1:
|
|||||||
that Shorewall is [re]started whereas /var/lib/shorewall/restarted
|
that Shorewall is [re]started whereas /var/lib/shorewall/restarted
|
||||||
is also modified by "shorewall reset" and "shorewall refresh".
|
is also modified by "shorewall reset" and "shorewall refresh".
|
||||||
|
|
||||||
|
4) The handling of log levels passed to macros has been
|
||||||
|
corrected. Previously, passing a log level to a macro resulted in a
|
||||||
|
[re]start error.
|
||||||
|
|
||||||
Problems Corrected in 2.5.0:
|
Problems Corrected in 2.5.0:
|
||||||
|
|
||||||
1) The behavior of CONTINUE policies has been improved. Shorewall no
|
1) The behavior of CONTINUE policies has been improved. Shorewall no
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%define name shorewall
|
%define name shorewall
|
||||||
%define version 2.5.0
|
%define version 2.5.1
|
||||||
%define release 1
|
%define release 1
|
||||||
%define prefix /usr
|
%define prefix /usr
|
||||||
|
|
||||||
@ -152,6 +152,8 @@ fi
|
|||||||
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn
|
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 07 2005 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 2.5.1-1
|
||||||
* Tue Jul 26 2005 Tom Eastep tom@shorewall.net
|
* Tue Jul 26 2005 Tom Eastep tom@shorewall.net
|
||||||
- Fix omissions/errors
|
- Fix omissions/errors
|
||||||
* Mon Jul 25 2005 Tom Eastep tom@shorewall.net
|
* Mon Jul 25 2005 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=2.5.0
|
VERSION=2.5.1
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user