Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License, Version
1.2 or any later version published by the Free Software Foundation;
with no Invariant Sections, with no Front-Cover, and with no Back-Cover
Texts. A copy of the license is included in the section entitled “GNU Free
Documentation License”.
2006-02-23
Package Information
Finding Updates that Correct Known Problems
Download Sites
SVN
The entire set of Shorewall documentation is available in PDF format at:
ftp://slovakia.shorewall.net/mirror/shorewall/pdf/
http://slovakia.shorewall.net/pub/shorewall/pdf/
rsync://slovakia.shorewall.net/shorewall/pdf/
The documentation in both XML and HTML formats is also available for download from the Download Sites listed in the table below.
NOTICE: There are two current Shorewall
Release Series:
Once you've printed the appropriate QuickStart Guide, download one of the modules:
You will probably also want to download the HTML version of the documentation for easy reference.
Beginning with Shorewall 2.2.0, you will find a file named
known_problems.txt in the download directory. This file lists the known
problems with that version of Shorewall. If corrections are available,
they will be listed in the known problems and you can download them
from the 'errata' subdirectory.
Example:
ftp>
cd pub/shorewall/2.2/shorewall-2.2.0
250 OK. Current directory is
/pub/shorewall/2.2/shorewall-2.2.0
ftp> ls
227 Entering Passive Mode
(206,124,146,177,35,91)
150 Accepted data connection
drwxr-sr-x 3
0
0
4096 Feb 1 09:52 .
drwxr-sr-x 3
0
0
4096 Jan 28 14:28 ..
-rw-r--r-- 1
0
0
500 Jan 28 14:27 2.2.0.md5sums
drwxr-sr-x
2 0
0
4096 Feb 1 09:51
errata
<=== (1)
-rw-r--r--
1 0
0
156 Feb 1 09:52 known_problems.txt <=== (2)
-rw-r--r-- 1
0
0 16059 Jan
24 16:13 patch-2.2.0
-rwxr-xr-x 1
0
0 22963 Jan
24 16:10 releasenotes.txt
-rw-r--r-- 1
0
0 100232 Jan 25
15:58 shorewall-2.2.0-1.noarch.rpm
-rw-r--r-- 1
0
0 122161 Jan 25
15:58 shorewall-2.2.0.tgz
-rw-r--r-- 1
0
0 2534077 Jan 28 13:29
shorewall-docs-html-2.2.0.tgz
-rw-r--r-- 1
0
0 4481205 Jan 28 13:29
shorewall-docs-xml-2.2.0.tgz
-rw-r--r-- 1
0
0 93905 Jan
25 15:58 shorewall-lrp-2.2.0.tgz
226-Options: -a -l
226 13 matches total
ftp>
(1) Directory containing updates. For
Shorewall versions prior to 2.4.0, the updates/LRP directory contains
those updates that apply to the LRP package.
(2) List of known problems,
workarounds and updates..
SERVER LOCATION DOMAIN HTTP FTP Slovak Republic Shorewall.net Browse Browse Vienna, Va, USA Shorewall.net Browse Browse Frankfurt/Main, Germany
Shorewall.de
Browse
Browse
Shoreline, Wa, USA
Shorewall.net
Browse
Browse
Boston, Mass., USA
viisage.com
Browse
N/A
Austin Texas, USA
shorewall.net
Browse
Browse
Plano Texas, USA Infohiiway.com Browse Browse
Argentina
Shorewall.net
Browse
Browse
Sourceforge - California, USA (Incomplete)
Sourceforge.net
Browse
N/A
The SVN Repository at Sourceforge is used as a safe-store for Shorewall releases.
You should download and use the latest SVN version only at your own risk -- If you are looking for bug fixes for the current release, see above.
The following SVN projects are currently active:
- Shorewall
This project contains the Shorewall code.
"trunk" is the current development version.
You can download it using the following commands:
# svn co https://svn.sourceforge.net/svnroot/shorewall/trunk/Shorewall shorewall
The current stable version is branch named x.y where x.y is the major version. Example: 3.0.
You can download it using the following commands:
# svn co https://svn.sourceforge.net/svnroot/shorewall/branches/x.y/Shorewall shorewall
Releases have tags with names of the form X.Y.Z. Example: 3.0.5 is Shorewall version 3.0.5.
You can donwload a specific release using the following commands:
# svn co svn co https://svn.sourceforge.net/svnroot/shorewall/tags/x.y.z/Shorewall shorewall
- docs
This project contains the Shorewall documenation.
trunk is the current development version.
You can always get the current documentation in XML Docbook format using the following command:
# svn co https://svn.sourceforge.net/svnroot/shorewall/trunk/docs shorewall-docs
- web
The project contains the part of this Web site not included in the "docs" project.
- tools
This project includes the tools used by the Shorewall developers to build Shorewall releases and to publish content to the web sites.
- Samples
This project contains the sample configurations.