Shoreline Firewall is an iptables-based firewall for Linux systems
The Shoreline Firewall, more commonly known as "Shorewall", is a Netfilter
(iptables) based firewall that can be used on a dedicated firewall system,
a multi-function gateway/ router/server or on a standalone GNU/Linux system.
- Developed at security:netfilter
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/shorewall && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0001-remote_fs.patch | 0000000548 548 Bytes | |
0001-required-stop-fix.patch | 0000000617 617 Bytes | |
README.openSUSE | 0000000879 879 Bytes | |
shorewall-4.4.22.rpmlintrc | 0000000682 682 Bytes | |
shorewall-4.5.8.1.tar.bz2 | 0000423616 414 KB | |
shorewall-core-4.5.8.1.tar.bz2 | 0000061507 60.1 KB | |
shorewall-docs-html-4.5.8.1.tar.bz2 | 0003901754 3.72 MB | |
shorewall-init-4.5.2-install.patch | 0000000684 684 Bytes | |
shorewall-init-4.5.8.1.tar.bz2 | 0000043796 42.8 KB | |
shorewall-lite-4.5.8.1.tar.bz2 | 0000057081 55.7 KB | |
shorewall.changes | 0000063223 61.7 KB | |
shorewall.spec | 0000025392 24.8 KB | |
shorewall6-4.5.8.1.tar.bz2 | 0000208403 204 KB | |
shorewall6-lite-4.5.8.1.tar.bz2 | 0000056564 55.2 KB |
Revision 33 (latest revision is 125)
Stephan Kulow (coolo)
accepted
request 137409
from
Togan Muftuoglu (toganm)
(revision 33)
- Update to 4.5.8.1 For more details see changelog.txt and releasenotes.txt * When ipset version 5 or later was installed, the 'shorewall show dynamic <zone>' command produced no outout and the 'add' command failed with this error message: Zone <zone>, interface <interface> does not have a dynamic host list" * When generating ipset names for dynamic zones, the compiler was dropping dashes ('-') from the interface name and adding a unique suffix. For example the ipset for zone 'foo' and interface 'bar-if' might be 'foo_barif_1'. Dashes are now retained so that the generated set name in this example will be 'foo_bar-if'. This change also allows the 'add' and 'delete' commands to work correctly when the interface name contains one or more dashes. Although dash is documented as being an accepted character in ipset names, names containing a dash would generate an error in some contexts. That has also been corrected. * In most contexts, Shorewall6 has required IPv6 addresses to be enclosed in either angled brackets ( <....> , deprecated) or in square brackets ([....]). This includes network addresses, where both the IPv6 address and the VLSM are required to be within the brackets (e.g., [2001;470:b:787::/64]). This differs from the industry-standard network form in which the IPv6 address is enclosed in square brackets and the VLSM is outside of the brackets (e.g., [2001:470:b:787::]/64). Beginning with this release, the industry-standard representation is also accepted by Shorewall6. Note: Those of you who read the patches will probably have noticed that much of this change was actually in 4.5.8; because the change was commited late in the 4.5.8 release cycle, we chose not to document the change until it had undergone additional testing. (forwarded request 137407 from toganm)
Comments 0