mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-21 10:18:58 +02:00
Beta 2
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@377 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
ba05611498
commit
ba5a9df990
@ -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=1.3.12-Beta1
|
VERSION=1.3.12-Beta2
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
# /etc/rc.d/rc.local file is modified to start the firewall.
|
# /etc/rc.d/rc.local file is modified to start the firewall.
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=1.3.12-Beta1
|
VERSION=1.3.12-Beta2
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -28,8 +28,7 @@ New features include:
|
|||||||
shorewall.conf. This allows for marking input packets based on their
|
shorewall.conf. This allows for marking input packets based on their
|
||||||
destination even when you are using Masquerading or SNAT.
|
destination even when you are using Masquerading or SNAT.
|
||||||
|
|
||||||
7) Since adding commands to files that don't already exist seems to be a
|
7) I have cluttered up the /etc/shorewall directory with empty 'init',
|
||||||
challenging notion for some users, I have cluttered up the
|
'start', 'stop' and 'stopped' files. If you already have a file with
|
||||||
/etc/shorewall directory with empty 'init', 'start', 'stop' and
|
one of these names, don't worry -- the upgrade process won't
|
||||||
'stopped' files. If you already have a file with one of these names,
|
overwrite your file.
|
||||||
don't worry -- the upgrade process won't overwrite your file.
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name shorewall
|
%define name shorewall
|
||||||
%define version 1.3.12
|
%define version 1.3.12
|
||||||
%define release 0Beta1
|
%define release 0Beta2
|
||||||
%define prefix /usr
|
%define prefix /usr
|
||||||
|
|
||||||
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
|
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
|
||||||
@ -105,8 +105,10 @@ fi
|
|||||||
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel
|
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 20 2002 Tom Eastep <tom@shorewall.net>
|
||||||
|
- Changes version to 1.3.12-0Beta2
|
||||||
* Wed Dec 18 2002 Tom Eastep <tom@shorewall.net>
|
* Wed Dec 18 2002 Tom Eastep <tom@shorewall.net>
|
||||||
- Changes version to 1.3.12
|
- Changes version to 1.3.12-0Beta1
|
||||||
- Add init, start, stop and stopped files.
|
- Add init, start, stop and stopped files.
|
||||||
* Tue Dec 03 2002 Tom Eastep <tom@shorewall.net>
|
* Tue Dec 03 2002 Tom Eastep <tom@shorewall.net>
|
||||||
- Changes version to 1.3.11a
|
- Changes version to 1.3.11a
|
||||||
|
@ -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 Seattle Firewall
|
# shown below. Simply run this script to remove Seattle Firewall
|
||||||
|
|
||||||
VERSION=1.3.12-Beta1
|
VERSION=1.3.12-Beta2
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user