mirror of
https://gitlab.com/shorewall/code.git
synced 2025-05-20 16:10:50 +02:00
Update version to Beta 6
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
8e2c8e5a8f
commit
e61230a3db
@ -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.13-RC1
|
VERSION=4.4.13-Beta6
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name shorewall-init
|
%define name shorewall-init
|
||||||
%define version 4.4.13
|
%define version 4.4.13
|
||||||
%define release 0RC1
|
%define release 0Beta6
|
||||||
|
|
||||||
Summary: Shorewall-init adds functionality to Shoreline Firewall (Shorewall).
|
Summary: Shorewall-init adds functionality to Shoreline Firewall (Shorewall).
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@ -99,8 +99,8 @@ fi
|
|||||||
%doc COPYING changelog.txt releasenotes.txt
|
%doc COPYING changelog.txt releasenotes.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Sep 14 2010 Tom Eastep tom@shorewall.net
|
* Fri Sep 17 2010 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.13-0RC1
|
- Updated to 4.4.13-0Beta6
|
||||||
* Mon Sep 13 2010 Tom Eastep tom@shorewall.net
|
* Mon Sep 13 2010 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.13-0Beta5
|
- Updated to 4.4.13-0Beta5
|
||||||
* Sat Sep 04 2010 Tom Eastep tom@shorewall.net
|
* Sat Sep 04 2010 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.13-RC1
|
VERSION=4.4.13-Beta6
|
||||||
|
|
||||||
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.13-RC1
|
VERSION=4.4.13-Beta6
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name shorewall-lite
|
%define name shorewall-lite
|
||||||
%define version 4.4.13
|
%define version 4.4.13
|
||||||
%define release 0RC1
|
%define release 0Beta6
|
||||||
|
|
||||||
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}
|
||||||
@ -102,8 +102,8 @@ fi
|
|||||||
%doc COPYING changelog.txt releasenotes.txt
|
%doc COPYING changelog.txt releasenotes.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Sep 14 2010 Tom Eastep tom@shorewall.net
|
* Fri Sep 17 2010 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.13-0RC1
|
- Updated to 4.4.13-0Beta6
|
||||||
* Mon Sep 13 2010 Tom Eastep tom@shorewall.net
|
* Mon Sep 13 2010 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.13-0Beta5
|
- Updated to 4.4.13-0Beta5
|
||||||
* Sat Sep 04 2010 Tom Eastep tom@shorewall.net
|
* Sat Sep 04 2010 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.13-RC1
|
VERSION=4.4.13-Beta6
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -347,7 +347,7 @@ sub initialize( $ ) {
|
|||||||
EXPORT => 0,
|
EXPORT => 0,
|
||||||
STATEMATCH => '-m state --state',
|
STATEMATCH => '-m state --state',
|
||||||
UNTRACKED => 0,
|
UNTRACKED => 0,
|
||||||
VERSION => "4.4.13-RC1",
|
VERSION => "4.4.13-Beta6",
|
||||||
CAPVERSION => 40413 ,
|
CAPVERSION => 40413 ,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -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.13-RC1
|
VERSION=4.4.13-Beta6
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -1 +1 @@
|
|||||||
There are no known problems in Shorewall 4.4.13-RC1
|
There are no known problems in Shorewall 4.4.13-Beta6
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name shorewall
|
%define name shorewall
|
||||||
%define version 4.4.13
|
%define version 4.4.13
|
||||||
%define release 0RC1
|
%define release 0Beta6
|
||||||
|
|
||||||
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}
|
||||||
@ -108,8 +108,8 @@ fi
|
|||||||
%doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples
|
%doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Sep 14 2010 Tom Eastep tom@shorewall.net
|
* Fri Sep 17 2010 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.13-0RC1
|
- Updated to 4.4.13-0Beta6
|
||||||
* Mon Sep 13 2010 Tom Eastep tom@shorewall.net
|
* Mon Sep 13 2010 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.13-0Beta5
|
- Updated to 4.4.13-0Beta5
|
||||||
* Sat Sep 04 2010 Tom Eastep tom@shorewall.net
|
* Sat Sep 04 2010 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.13-RC1
|
VERSION=4.4.13-Beta6
|
||||||
|
|
||||||
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.13-RC1
|
VERSION=4.4.13-Beta6
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name shorewall6-lite
|
%define name shorewall6-lite
|
||||||
%define version 4.4.13
|
%define version 4.4.13
|
||||||
%define release 0RC1
|
%define release 0Beta6
|
||||||
|
|
||||||
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}
|
||||||
@ -93,8 +93,8 @@ fi
|
|||||||
%doc COPYING changelog.txt releasenotes.txt
|
%doc COPYING changelog.txt releasenotes.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Sep 14 2010 Tom Eastep tom@shorewall.net
|
* Fri Sep 17 2010 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.13-0RC1
|
- Updated to 4.4.13-0Beta6
|
||||||
* Mon Sep 13 2010 Tom Eastep tom@shorewall.net
|
* Mon Sep 13 2010 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.13-0Beta5
|
- Updated to 4.4.13-0Beta5
|
||||||
* Sat Sep 04 2010 Tom Eastep tom@shorewall.net
|
* Sat Sep 04 2010 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.13-RC1
|
VERSION=4.4.13-Beta6
|
||||||
|
|
||||||
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.13-RC1
|
VERSION=4.4.13-Beta6
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name shorewall6
|
%define name shorewall6
|
||||||
%define version 4.4.13
|
%define version 4.4.13
|
||||||
%define release 0RC1
|
%define release 0Beta6
|
||||||
|
|
||||||
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}
|
||||||
@ -98,8 +98,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 Sep 14 2010 Tom Eastep tom@shorewall.net
|
* Fri Sep 17 2010 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.13-0RC1
|
- Updated to 4.4.13-0Beta6
|
||||||
* Mon Sep 13 2010 Tom Eastep tom@shorewall.net
|
* Mon Sep 13 2010 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.13-0Beta5
|
- Updated to 4.4.13-0Beta5
|
||||||
* Sat Sep 04 2010 Tom Eastep tom@shorewall.net
|
* Sat Sep 04 2010 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.13-RC1
|
VERSION=4.4.13-Beta6
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user