mirror of
https://gitlab.com/shorewall/code.git
synced 2025-05-29 14:11:42 +02:00
Open the 4.5.0 Thread
This commit is contained in:
parent
ecf6a0ec4a
commit
cbe944c354
@ -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=4.4.5
|
VERSION=4.5.0
|
||||||
|
|
||||||
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.5
|
VERSION=4.5.0
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%define name shorewall-lite
|
%define name shorewall-lite
|
||||||
%define version 4.4.5
|
%define version 4.5.0
|
||||||
%define release 0base
|
%define release 0base
|
||||||
|
|
||||||
Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems.
|
Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems.
|
||||||
@ -101,6 +101,8 @@ fi
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Nov 21 2009 Tom Eastep tom@shorewall.net
|
* Sat Nov 21 2009 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 4.5.0-0base
|
||||||
|
* Sat Nov 21 2009 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.5-0base
|
- Updated to 4.4.5-0base
|
||||||
* Fri Nov 13 2009 Tom Eastep tom@shorewall.net
|
* Fri Nov 13 2009 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.4-0base
|
- Updated to 4.4.4-0base
|
||||||
|
@ -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.5
|
VERSION=4.5.0
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -327,7 +327,7 @@ sub initialize( $ ) {
|
|||||||
TC_SCRIPT => '',
|
TC_SCRIPT => '',
|
||||||
EXPORT => 0,
|
EXPORT => 0,
|
||||||
UNTRACKED => 0,
|
UNTRACKED => 0,
|
||||||
VERSION => "4.4.5",
|
VERSION => "4.5.0",
|
||||||
CAPVERSION => 40402 ,
|
CAPVERSION => 40402 ,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -1,359 +1,3 @@
|
|||||||
Changes in Shorewall 4.4.5
|
Changes in 4.5.0
|
||||||
|
|
||||||
None.
|
None.
|
||||||
|
|
||||||
Changes in Shorewall 4.4.4
|
|
||||||
|
|
||||||
1) Change STARTUP_LOG and LOG_VERBOSITY in default shorewall6.conf.
|
|
||||||
|
|
||||||
2) Fix access to uninitialized variable.
|
|
||||||
|
|
||||||
3) Add logrotate scripts.
|
|
||||||
|
|
||||||
4) Allow long port lists in /etc/shorewall/routestopped.
|
|
||||||
|
|
||||||
5) Implement 'physical' interface option.
|
|
||||||
|
|
||||||
6) Implement ZONE2ZONE option.
|
|
||||||
|
|
||||||
7) Suppress duplicate COMMENT warnings.
|
|
||||||
|
|
||||||
8) Implement 'show policies' command.
|
|
||||||
|
|
||||||
9) Fix route_rule suppression for down provider.
|
|
||||||
|
|
||||||
10) Suppress redundant tests for provider availability in route rules
|
|
||||||
processing.
|
|
||||||
|
|
||||||
11) Implement the '-l' option to the 'show' command.
|
|
||||||
|
|
||||||
12) Fix class number assignment when WIDE_TC_MARKS=Yes
|
|
||||||
|
|
||||||
13) Allow wide marks in tcclasses when WIDE_TC_MARKS=Yes
|
|
||||||
|
|
||||||
Changes in Shorewall 4.4.3
|
|
||||||
|
|
||||||
1) Move Debian INITLOG initialization to /etc/default/shorewall
|
|
||||||
|
|
||||||
2) Fix 'routeback' in /etc/shorewall/routestopped.
|
|
||||||
|
|
||||||
3) Rename 'object' to 'script' in compiler and config modules.
|
|
||||||
|
|
||||||
4) Correct RETAIN_ALIASES=No.
|
|
||||||
|
|
||||||
5) Fix detection of IP config.
|
|
||||||
|
|
||||||
6) Fix nested zones.
|
|
||||||
|
|
||||||
7) Move all function declarations from prog.footer to prog.header
|
|
||||||
|
|
||||||
8) Remove superfluous variables from generated script
|
|
||||||
|
|
||||||
9) Make 'track' the default.
|
|
||||||
|
|
||||||
10) Add TRACK_PROVIDERS option.
|
|
||||||
|
|
||||||
11) Fix IPv6 address parsing bug.
|
|
||||||
|
|
||||||
12) Add hack to work around iproute IPv6 bug in route handling
|
|
||||||
|
|
||||||
13) Correct messages issued when an optional provider is not usable.
|
|
||||||
|
|
||||||
14) Fix optional interfaces.
|
|
||||||
|
|
||||||
15) Add 'limit' option to tcclasses.
|
|
||||||
|
|
||||||
Changes in Shorewall 4.4.2
|
|
||||||
|
|
||||||
1) BUGFIX: Correct detection of Persistent SNAT support
|
|
||||||
|
|
||||||
2) BUGFIX: Fix chain table initialization
|
|
||||||
|
|
||||||
3) BUGFIX: Validate routestopped file on 'check'
|
|
||||||
|
|
||||||
4) Let the Actions module add the builtin actions to
|
|
||||||
%Shorewall::Chains::targets. Much better modularization that way.
|
|
||||||
|
|
||||||
5) Some changes to make Lenny->Squeeze less painful.
|
|
||||||
|
|
||||||
6) Allow comments at the end of continued lines.
|
|
||||||
|
|
||||||
7) Call process_routestopped() during 'check' rather than
|
|
||||||
'compile_stop_firewall()'.
|
|
||||||
|
|
||||||
8) Don't look for an extension script for built-in actions.
|
|
||||||
|
|
||||||
9) Apply Jesse Shrieve's patch for SNAT range.
|
|
||||||
|
|
||||||
10) Add -<family> to 'ip route del default' command.
|
|
||||||
|
|
||||||
11) Add three new columns to macro body.
|
|
||||||
|
|
||||||
12) Change 'wait4ifup' so that it requires no PATH
|
|
||||||
|
|
||||||
13) Allow extension scripts for accounting chains.
|
|
||||||
|
|
||||||
14) Allow per-ip LIMIT to work on ancient iptables releases.
|
|
||||||
|
|
||||||
15) Add 'MARK' column to action body.
|
|
||||||
|
|
||||||
Changes in Shorewall 4.4.1
|
|
||||||
|
|
||||||
1) Deleted extra 'use ...IPAddrs.pm' from Nat.pm.
|
|
||||||
|
|
||||||
2) Deleted superfluous export from Chains.pm.
|
|
||||||
|
|
||||||
3) Added support for --persistent.
|
|
||||||
|
|
||||||
4) Don't do module initialization in an INIT block.
|
|
||||||
|
|
||||||
5) Minor performance improvements.
|
|
||||||
|
|
||||||
6) Add 'clean' target to Makefile.
|
|
||||||
|
|
||||||
7) Redefine 'full' for sub-classes.
|
|
||||||
|
|
||||||
8) Fix log level in rules at the end of INPUT and OUTPUT chains.
|
|
||||||
|
|
||||||
9) Fix nested ipsec zones.
|
|
||||||
|
|
||||||
10) Change one-interface sample to IP_FORWARDING=Off.
|
|
||||||
|
|
||||||
11) Allow multicast to non-dynamic zones defined with nets=.
|
|
||||||
|
|
||||||
12) Allow zones with nets= to be extended by /etc/shorewall/hosts
|
|
||||||
entries.
|
|
||||||
|
|
||||||
13) Don't allow nets= in a multi-zone interface definition.
|
|
||||||
|
|
||||||
14) Fix rule generated by MULTICAST=Yes
|
|
||||||
|
|
||||||
15) Fix silly hole in zones file parsing.
|
|
||||||
|
|
||||||
16) Tighen up zone membership checking.
|
|
||||||
|
|
||||||
17) Combine portlist-spitting routines into a single function.
|
|
||||||
|
|
||||||
Changes in Shorewall 4.4.0
|
|
||||||
|
|
||||||
1) Fix 'compile ... -' so that it no longer requires '-v-1'
|
|
||||||
|
|
||||||
2) Fix rule generation for logging nat rules with no exclusion.
|
|
||||||
|
|
||||||
3) Fix log record formatting.
|
|
||||||
|
|
||||||
4) Restore ipset binding
|
|
||||||
|
|
||||||
5) Fix 'upnpclient' with required interfaces.
|
|
||||||
|
|
||||||
6) Fix provider number in masq file.
|
|
||||||
|
|
||||||
Changes in Shorewall 4.4.0-RC2
|
|
||||||
|
|
||||||
1) Fix capabilities file with Shorewall6.
|
|
||||||
|
|
||||||
2) Allow Shorewall6 to recognize TC, IP and IPSET
|
|
||||||
|
|
||||||
3) Make 'any' a reserved zone name.
|
|
||||||
|
|
||||||
4) Correct handling of an ipsec zone nested in a non-ipsec zone.
|
|
||||||
|
|
||||||
Changes in Shorewall 4.4.0-RC1
|
|
||||||
|
|
||||||
1) Delete duplicate Git macro.
|
|
||||||
|
|
||||||
2) Fix routing when no providers.
|
|
||||||
|
|
||||||
3) Add 'any' as a SOURCE/DEST in rules.
|
|
||||||
|
|
||||||
4) Fix NONAT on child zone.
|
|
||||||
|
|
||||||
5) Fix rpm -U from earlier versions
|
|
||||||
|
|
||||||
6) Generate error on 'status' by non-root.
|
|
||||||
|
|
||||||
7) Get rid of prog.functions and prog.functions6
|
|
||||||
|
|
||||||
Changes in Shorewall 4.4.0-Beta4
|
|
||||||
|
|
||||||
1) Add more macros.
|
|
||||||
|
|
||||||
2) Correct broadcast address detection
|
|
||||||
|
|
||||||
3) Fix 'show dynamic'
|
|
||||||
|
|
||||||
4) Fix BGP and OSFP macros.
|
|
||||||
|
|
||||||
5) Change DISABLE_IPV6 default and use 'correct' ip6tables.
|
|
||||||
|
|
||||||
Changes in Shorewall 4.4.0-Beta3
|
|
||||||
|
|
||||||
1) Add new macros.
|
|
||||||
|
|
||||||
2) Work around mis-configured interfaces.
|
|
||||||
|
|
||||||
3) Fix 'show dynamic'.
|
|
||||||
|
|
||||||
4) Check for xt_LOG.
|
|
||||||
|
|
||||||
5) Fix 'findgw'
|
|
||||||
|
|
||||||
Changes in Shorewall 4.4.0-Beta2
|
|
||||||
|
|
||||||
1) The 'find_first_interface_address()' and
|
|
||||||
'find_first_interface_address_if_any()' functions have been restored to
|
|
||||||
lib.base.
|
|
||||||
|
|
||||||
2) Integerize r2q before inserting it into 'tc qdisc add root'
|
|
||||||
command.
|
|
||||||
|
|
||||||
3) Remove '-h' from the help text for install.sh in Shorewall and
|
|
||||||
Shorewall6.
|
|
||||||
|
|
||||||
4) Delete the 'continue' file from the Shorewall package.
|
|
||||||
|
|
||||||
5) Add 'upnpclient' interface option.
|
|
||||||
|
|
||||||
6) Fix handling of optional interfaces.
|
|
||||||
|
|
||||||
7) Add 'iptrace' and 'noiptrace' command.
|
|
||||||
|
|
||||||
8) Add 'USER/GROUP' column to masq file.
|
|
||||||
|
|
||||||
9) Added lib.private.
|
|
||||||
|
|
||||||
Changes in Shorewall 4.4.0-Beta1
|
|
||||||
|
|
||||||
1) Correct typo in Shorewall6 two-interface sample shorewall.conf.
|
|
||||||
|
|
||||||
2) Fix TOS mnemonic handling in /etc/shorewall/tcfilters.
|
|
||||||
|
|
||||||
Changes in Shorewall 4.3.12
|
|
||||||
|
|
||||||
1) Eliminate 'large quantum' warnings.
|
|
||||||
|
|
||||||
2) Add HFSC support.
|
|
||||||
|
|
||||||
3) Delete support for ipset binding. Jozsef has removed the capability
|
|
||||||
from ipset.
|
|
||||||
|
|
||||||
4) Add TOS and LENGTH columns to tcfilters file.
|
|
||||||
|
|
||||||
5) Fix 'reset' command.
|
|
||||||
|
|
||||||
6) Fix 'findgw'.
|
|
||||||
|
|
||||||
7) Remove 'norfc1918' support.
|
|
||||||
|
|
||||||
Changes in Shorewall 4.3.11
|
|
||||||
|
|
||||||
1) Reduce the number of arguments passed in may cases.
|
|
||||||
|
|
||||||
2) Fix SCTP source port handling in tcfilters.
|
|
||||||
|
|
||||||
3) Add 'findgw' user exit.
|
|
||||||
|
|
||||||
4) Add macro.Trcrt
|
|
||||||
|
|
||||||
Changes in Shorewall 4.3.10
|
|
||||||
|
|
||||||
1) Fix handling of shared optional providers.
|
|
||||||
|
|
||||||
2) Add WIDE_TC_MARKS option.
|
|
||||||
|
|
||||||
3) Allow compile to STDOUT.
|
|
||||||
|
|
||||||
4) Fix handling of class IDs.
|
|
||||||
|
|
||||||
5) Deprecate use of an interface in the SOURCE column of
|
|
||||||
/etc/shorewall/masq.
|
|
||||||
|
|
||||||
6) Fix handling of 'all' in the SOURCE of DNAT- rules.
|
|
||||||
|
|
||||||
7) Fix compile for export.
|
|
||||||
|
|
||||||
8) Optimize IPMARK.
|
|
||||||
|
|
||||||
9) Implement nested HTB classes.
|
|
||||||
|
|
||||||
10) Fix 'iprange' command.
|
|
||||||
|
|
||||||
11) Make traffic shaping work better with IPv6.
|
|
||||||
|
|
||||||
12) Externalize 'flow'.
|
|
||||||
|
|
||||||
13) Fix 'start' with AUTOMAKE=Yes
|
|
||||||
|
|
||||||
Changes in Shorewall 4.3.9
|
|
||||||
|
|
||||||
1) Logging rules now create separate chain.
|
|
||||||
|
|
||||||
2) Fix netmask genereation in tcfilters.
|
|
||||||
|
|
||||||
3) Allow Shorewall6 with kernel 2.6.24
|
|
||||||
|
|
||||||
4) Avoid 'Invalid BROADCAST address' errors.
|
|
||||||
|
|
||||||
5) Allow Shorewall6 on kernel 4.2.24:Shorewall/changelog.txt
|
|
||||||
|
|
||||||
6) Add IP, TC and IPSET options in shorewall.conf and shorewall6.conf.
|
|
||||||
|
|
||||||
7) Add IPMARK support
|
|
||||||
|
|
||||||
Changes in Shorewall 4.3.8
|
|
||||||
|
|
||||||
1) Apply Tuomo Soini's patch for USE_DEFAULT_RT.
|
|
||||||
|
|
||||||
2) Use 'startup_error' for those errors caught early.
|
|
||||||
|
|
||||||
3) Fix swping
|
|
||||||
|
|
||||||
4) Detect gateway via dhclient leases file.
|
|
||||||
|
|
||||||
5) Suppress leading whitespace on certain continuation lines.
|
|
||||||
|
|
||||||
6) Use iptables[6]-restore to stop the firewall.
|
|
||||||
|
|
||||||
7) Add AUTOMAKE option
|
|
||||||
|
|
||||||
8) Remove SAME support.
|
|
||||||
|
|
||||||
9) Allow 'compile' without a pathname.
|
|
||||||
|
|
||||||
10) Fix LOG_MARTIANS=Yes.
|
|
||||||
|
|
||||||
11) Adapt I. Buijs's hashlimit patch.
|
|
||||||
|
|
||||||
Changes in Shorewall 4.3.7
|
|
||||||
|
|
||||||
1) Fix forward treatment of interface options.
|
|
||||||
|
|
||||||
2) Replace $VARDIR/.restore with $VARDIR/firewall
|
|
||||||
|
|
||||||
3) Fix DNAT- parsing of DEST column.
|
|
||||||
|
|
||||||
4) Implement dynamic zones
|
|
||||||
|
|
||||||
5) Allow 'HOST' options on bridge ports.
|
|
||||||
|
|
||||||
6) Deprecate old macro parameter syntax.
|
|
||||||
|
|
||||||
Changes in Shorewall 4.3.6
|
|
||||||
|
|
||||||
1) Add SAME tcrules target.
|
|
||||||
|
|
||||||
2) Make 'dump' display the raw table. Fix shorewall6 dump anomalies.
|
|
||||||
|
|
||||||
3) Fix split_list1()
|
|
||||||
|
|
||||||
4) Fix Shorewall6 file location bugs.
|
|
||||||
|
|
||||||
Changes in Shorewall 4.3.5
|
|
||||||
|
|
||||||
1) Remove support for shorewall-shell.
|
|
||||||
|
|
||||||
2) Combine shorewall-common and shorewall-perl to produce shorewall.
|
|
||||||
|
|
||||||
3) Add nets= OPTION in interfaces file.
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -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.5
|
VERSION=4.5.0
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -1 +1 @@
|
|||||||
There are no known problems in Shorewall version 4.4.5
|
There are no known problems in Shorewall version 4.5.0
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
|||||||
%define name shorewall
|
%define name shorewall
|
||||||
%define version 4.4.5
|
%define version 4.5.0
|
||||||
%define release 0base
|
%define release 0base
|
||||||
|
|
||||||
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
|
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
|
||||||
@ -107,6 +107,8 @@ fi
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Nov 21 2009 Tom Eastep tom@shorewall.net
|
* Sat Nov 21 2009 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 4.5.0-0base
|
||||||
|
* Sat Nov 21 2009 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.5-0base
|
- Updated to 4.4.5-0base
|
||||||
* Fri Nov 13 2009 Tom Eastep tom@shorewall.net
|
* Fri Nov 13 2009 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.4-0base
|
- Updated to 4.4.4-0base
|
||||||
|
@ -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.5
|
VERSION=4.5.0
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -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=4.4.5
|
VERSION=4.5.0
|
||||||
|
|
||||||
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.5
|
VERSION=4.5.0
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%define name shorewall6-lite
|
%define name shorewall6-lite
|
||||||
%define version 4.4.5
|
%define version 4.5.0
|
||||||
%define release 0base
|
%define release 0base
|
||||||
|
|
||||||
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.
|
||||||
@ -92,6 +92,8 @@ fi
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Nov 21 2009 Tom Eastep tom@shorewall.net
|
* Sat Nov 21 2009 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 4.5.0-0base
|
||||||
|
* Sat Nov 21 2009 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.5-0base
|
- Updated to 4.4.5-0base
|
||||||
* Fri Nov 13 2009 Tom Eastep tom@shorewall.net
|
* Fri Nov 13 2009 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.4-0base
|
- Updated to 4.4.4-0base
|
||||||
|
@ -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.5
|
VERSION=4.5.0
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -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=4.4.5
|
VERSION=4.5.0
|
||||||
|
|
||||||
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.5
|
VERSION=4.5.0
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%define name shorewall6
|
%define name shorewall6
|
||||||
%define version 4.4.5
|
%define version 4.5.0
|
||||||
%define release 0base
|
%define release 0base
|
||||||
|
|
||||||
Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems.
|
Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems.
|
||||||
@ -96,6 +96,8 @@ fi
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Nov 21 2009 Tom Eastep tom@shorewall.net
|
* Sat Nov 21 2009 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 4.5.0-0base
|
||||||
|
* Sat Nov 21 2009 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.5-0base
|
- Updated to 4.4.5-0base
|
||||||
* Fri Nov 13 2009 Tom Eastep tom@shorewall.net
|
* Fri Nov 13 2009 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.4-0base
|
- Updated to 4.4.4-0base
|
||||||
|
@ -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.5
|
VERSION=4.5.0
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user