mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 00:34:04 +01:00
Bump version to Beta 4
This commit is contained in:
parent
f75c5809b5
commit
3ce8ff5741
@ -23,7 +23,7 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
|
||||
VERSION=4.4.12-Beta3
|
||||
VERSION=4.4.12-Beta4
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define name shorewall-init
|
||||
%define version 4.4.12
|
||||
%define release 0Beta3
|
||||
%define release 0Beta4
|
||||
|
||||
Summary: Shorewall-init adds functionality to Shoreline Firewall (Shorewall).
|
||||
Name: %{name}
|
||||
@ -99,6 +99,8 @@ fi
|
||||
%doc COPYING changelog.txt releasenotes.txt
|
||||
|
||||
%changelog
|
||||
* Sun Aug 01 2010 Tom Eastep tom@shorewall.net
|
||||
- Updated to 4.4.12-0Beta4
|
||||
* Sat Jul 31 2010 Tom Eastep tom@shorewall.net
|
||||
- Updated to 4.4.12-0Beta3
|
||||
* Sun Jul 25 2010 Tom Eastep tom@shorewall.net
|
||||
|
@ -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.12-Beta3
|
||||
VERSION=4.4.12-Beta4
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -22,7 +22,7 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
|
||||
VERSION=4.4.12-Beta3
|
||||
VERSION=4.4.12-Beta4
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define name shorewall-lite
|
||||
%define version 4.4.12
|
||||
%define release 0Beta3
|
||||
%define release 0Beta4
|
||||
|
||||
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
|
||||
* Sun Aug 01 2010 Tom Eastep tom@shorewall.net
|
||||
- Updated to 4.4.12-0Beta4
|
||||
* Sat Jul 31 2010 Tom Eastep tom@shorewall.net
|
||||
- Updated to 4.4.12-0Beta3
|
||||
* Sun Jul 25 2010 Tom Eastep tom@shorewall.net
|
||||
|
@ -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.12-Beta3
|
||||
VERSION=4.4.12-Beta4
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -343,7 +343,7 @@ sub initialize( $ ) {
|
||||
EXPORT => 0,
|
||||
STATEMATCH => '-m state --state',
|
||||
UNTRACKED => 0,
|
||||
VERSION => "4.4.12-Beta3",
|
||||
VERSION => "4.4.12-Beta4",
|
||||
CAPVERSION => 40411 ,
|
||||
);
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
|
||||
VERSION=4.4.12-Beta3
|
||||
VERSION=4.4.12-Beta4
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -1 +1 @@
|
||||
There are no known problems in Shorewall 4.4.12-Beta3
|
||||
There are no known problems in Shorewall 4.4.12-Beta4
|
||||
|
@ -1,6 +1,6 @@
|
||||
----------------------------------------------------------------------------
|
||||
S H O R E W A L L 4 . 4 . 1 2
|
||||
R C 1
|
||||
B E T A 4
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
I. RELEASE 4.4 HIGHLIGHTS
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define name shorewall
|
||||
%define version 4.4.12
|
||||
%define release 0Beta3
|
||||
%define release 0Beta4
|
||||
|
||||
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
|
||||
* Sun Aug 01 2010 Tom Eastep tom@shorewall.net
|
||||
- Updated to 4.4.12-0Beta4
|
||||
* Sat Jul 31 2010 Tom Eastep tom@shorewall.net
|
||||
- Updated to 4.4.12-0Beta3
|
||||
* Sun Jul 25 2010 Tom Eastep tom@shorewall.net
|
||||
|
@ -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.12-Beta3
|
||||
VERSION=4.4.12-Beta4
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -22,7 +22,7 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
|
||||
VERSION=4.4.12-Beta3
|
||||
VERSION=4.4.12-Beta4
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define name shorewall6-lite
|
||||
%define version 4.4.12
|
||||
%define release 0Beta3
|
||||
%define release 0Beta4
|
||||
|
||||
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
|
||||
* Sun Aug 01 2010 Tom Eastep tom@shorewall.net
|
||||
- Updated to 4.4.12-0Beta4
|
||||
* Sat Jul 31 2010 Tom Eastep tom@shorewall.net
|
||||
- Updated to 4.4.12-0Beta3
|
||||
* Sun Jul 25 2010 Tom Eastep tom@shorewall.net
|
||||
|
@ -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.12-Beta3
|
||||
VERSION=4.4.12-Beta4
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -22,7 +22,7 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
|
||||
VERSION=4.4.12-Beta3
|
||||
VERSION=4.4.12-Beta4
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define name shorewall6
|
||||
%define version 4.4.12
|
||||
%define release 0Beta3
|
||||
%define release 0Beta4
|
||||
|
||||
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
|
||||
* Sun Aug 01 2010 Tom Eastep tom@shorewall.net
|
||||
- Updated to 4.4.12-0Beta4
|
||||
* Sat Jul 31 2010 Tom Eastep tom@shorewall.net
|
||||
- Updated to 4.4.12-0Beta3
|
||||
* Sun Jul 25 2010 Tom Eastep tom@shorewall.net
|
||||
|
@ -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.12-Beta3
|
||||
VERSION=4.4.12-Beta4
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -1110,6 +1110,28 @@ gateway:~ #</programlisting>Note that because we used a priority of 1000, the
|
||||
<command>ip route ls table <replaceable>provider</replaceable></command>
|
||||
where <replaceable>provider</replaceable> can be either the provider
|
||||
name or number.</para>
|
||||
|
||||
<para>Example:</para>
|
||||
|
||||
<programlisting>lillycat:- #<command>ip route ls</command>
|
||||
144.77.167.142 dev ppp0 proto kernel scope link src 144.177.121.199
|
||||
71.190.227.208 dev ppp1 proto kernel scope link src 71.24.88.151
|
||||
192.168.7.254 dev eth1 scope link src 192.168.7.1
|
||||
192.168.7.253 dev eth1 scope link src 192.168.7.1
|
||||
192.168.7.0/24 dev eth1 proto kernel scope link src 192.168.7.1
|
||||
192.168.5.0/24 via 192.168.4.2 dev eth0
|
||||
192.168.4.0/24 dev eth0 proto kernel scope link src 192.168.4.223
|
||||
192.168.1.0/24 via 192.168.4.222 dev eth0
|
||||
default
|
||||
nexthop dev ppp1 weight 2
|
||||
nexthop dev ppp0 weight 1
|
||||
lillycat: #ip <command>route ls provider 1</command>
|
||||
144.77.167.142 dev ppp0 proto kernel scope link src 144.177.121.199
|
||||
192.168.5.0/24 via 192.168.4.2 dev eth0
|
||||
192.168.4.0/24 dev eth0 proto kernel scope link src 192.168.4.223
|
||||
192.168.1.0/24 via 192.168.4.222 dev eth0
|
||||
default dev ppp0 scope link
|
||||
lillycat: #</programlisting>
|
||||
</section>
|
||||
|
||||
<section id="USE_DEFAULT_RT">
|
||||
|
Loading…
Reference in New Issue
Block a user