Shorewall Development
2018-03-04
Contents
Git
Beginning with Shorewall 4.3, the Shorewall project has migrated from Subversion to Git. You may browse the Shorewall Git repository at Sourceforge. There are 5 repositories:
- code -- main repository
- release -- release documents and .spec files
- tools -- build and web tools
- debian -- Debian release files
- web -- web site top-level files.
There is also a read-only repository at git.shorewall.org:
- git://git.shorewall.org/shorewall/code -- main repository
- git://git.shorewall.org/shorewall/release -- release documents and .spec files
- git://git.shorewall.org/shorewall/tools -- build and web tools
- git://git.shorewall.org/shorewall/web -- web site top-level files
You should download and use the latest Git version only at your own risk -- please do not attempt to install Shorewall from the Git components; you will end up with an incomplete and non-working installation.
If you want to build your own packages from the Git images, use the script found in tools/build/build50 (see Build.html).
If you are looking for bug fixes for the current release, see the Download Page.
To create your own copy of one of the repositories, click on the repository icon and copy/paste the displayed clone command.
Subversion
The Subversion repository at Sourceforge is no longer maintained.