Bump version to 4.4.15.4

This commit is contained in:
Tom Eastep 2010-12-21 09:30:41 -08:00
parent 0d550d9bce
commit 5efbae0a4a
17 changed files with 27 additions and 17 deletions

View File

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

View File

@ -1,6 +1,6 @@
%define name shorewall-init
%define version 4.4.15
%define release 2
%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
* Tue Dec 21 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.15-4
* Fri Dec 17 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.15-2
* Wed Dec 01 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.15.2
VERSION=4.4.15.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.15.2
VERSION=4.4.15.4
usage() # $1 = exit status
{

View File

@ -1,6 +1,6 @@
%define name shorewall-lite
%define version 4.4.15
%define release 2
%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
* Tue Dec 21 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.15-4
* Fri Dec 17 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.15-2
* Wed Dec 01 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.15.2
VERSION=4.4.15.4
usage() # $1 = exit status
{

View File

@ -353,7 +353,7 @@ sub initialize( $ ) {
EXPORT => 0,
STATEMATCH => '-m state --state',
UNTRACKED => 0,
VERSION => "4.4.15.2",
VERSION => "4.4.15.4",
CAPVERSION => 40415 ,
);

View File

@ -275,7 +275,7 @@ sub add_a_provider( ) {
require_capability 'REALM_MATCH', "Configuring multiple providers through one interface", "s";
}
fatal_error "Unknown Interface ($interface)" unless known_interface( $interface, 1 );
fatal_error "Unknown Interface ($interface)" unless known_interface( $interface );
fatal_error "A bridge port ($interface) may not be configured as a provider interface" if port_to_bridge $interface;
my $physical = get_physical $interface;

View File

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

View File

@ -1,6 +1,6 @@
%define name shorewall
%define version 4.4.15
%define release 2
%define release 4
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
Name: %{name}
@ -109,6 +109,8 @@ fi
%doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples
%changelog
* Tue Dec 21 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.15-4
* Fri Dec 17 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.15-2
* Wed Dec 01 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.15.2
VERSION=4.4.15.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.15.2
VERSION=4.4.15.4
usage() # $1 = exit status
{

View File

@ -1,6 +1,6 @@
%define name shorewall6-lite
%define version 4.4.15
%define release 2
%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
* Tue Dec 21 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.15-4
* Fri Dec 17 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.15-2
* Wed Dec 01 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.15.2
VERSION=4.4.15.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.15.2
VERSION=4.4.15.4
usage() # $1 = exit status
{

View File

@ -1,6 +1,6 @@
%define name shorewall6
%define version 4.4.15
%define release 2
%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
* Tue Dec 21 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.15-4
* Fri Dec 17 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.15-2
* Wed Dec 01 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.15.2
VERSION=4.4.15.4
usage() # $1 = exit status
{