Difference between revisions of "Downloads"

From Fail2ban
Jump to navigationJump to search
(point to tags page instead of "additional" downloads on github)
(→‎Source version control: point to Releases, not all the tags)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Sources ==
+
== Official source tarballs ==
  
 
We only provide source tarballs. {{Fail2ban}} is written in Python, thus no compilation is required. You can even run {{Fail2ban}} [[FAQ_english#How_can_I_run_Fail2ban_without_installation.3F|without installing it]].
 
We only provide source tarballs. {{Fail2ban}} is written in Python, thus no compilation is required. You can even run {{Fail2ban}} [[FAQ_english#How_can_I_run_Fail2ban_without_installation.3F|without installing it]].
 +
 +
<div style="font-size:small;color:black;">{{Fail2ban_Versions}}</div>
 +
 +
== Source version control ==
  
 
In September 2011 development version control switched from SVN on SF to [https://github.com/fail2ban/fail2ban git, hosted on github].  To contribute, please [http://help.github.com/fork-a-repo/ create your own fork] of {{Fail2ban}} on github, push your changes into it and [http://help.github.com/send-pull-requests/ submit pull requests].
 
In September 2011 development version control switched from SVN on SF to [https://github.com/fail2ban/fail2ban git, hosted on github].  To contribute, please [http://help.github.com/fork-a-repo/ create your own fork] of {{Fail2ban}} on github, push your changes into it and [http://help.github.com/send-pull-requests/ submit pull requests].
  
You will also be able to download complete source tarballs for any existing tag/release or development master from [https://github.com/fail2ban/fail2ban/tags fail2ban Downloads on github]
+
You will also be able to download complete source tarballs for any existing tag/release or development master from [https://github.com/fail2ban/fail2ban/releases fail2ban Releases on github].
 
 
=== Old sources ===
 
{|
 
|style="font-weight:bold"|Sources||The official releases are available [http://sourceforge.net/project/showfiles.php?group_id=121032 here].
 
|-
 
|style="font-weight:bold"|Snapshots||Nightly snapshots are available [http://www.fail2ban.org/nightly/ here].
 
|}
 
  
 
== Packages ==
 
== Packages ==
  
{{Fail2ban}} is also already packaged for most distributions by contributors. Many thanks to all of them.
+
{{Fail2ban}} is also already packaged for most distributions by contributors. Many thanks to all of them and you might be better off relying on your distribution delivery and support channels:
  
 
{|
 
{|
 
|style="font-weight:bold"|Gentoo||Packages are [http://packages.gentoo.org/package/net-analyzer/fail2ban in Portage].
 
|style="font-weight:bold"|Gentoo||Packages are [http://packages.gentoo.org/package/net-analyzer/fail2ban in Portage].
 
|-
 
|-
|style="font-weight:bold"|Debian||Packages are available [http://packages.debian.org/stable/net/fail2ban here]. Thanks to Yaroslav Halchenko
+
|style="font-weight:bold"|Debian||Packages are available [http://packages.debian.org/stable/net/fail2ban here]. Backport builds are available from [http://neuro.debian.net/pkgs/fail2ban.html NeuroDebian]
 
|-
 
|-
|style="font-weight:bold"|Ubuntu||Packages are available [http://packages.ubuntu.com/fail2ban here].
+
|style="font-weight:bold"|Ubuntu||Packages are available [http://packages.ubuntu.com/fail2ban here]. Backport builds are available from [http://neuro.debian.net/pkgs/fail2ban.html NeuroDebian]
 
|-
 
|-
 
|style="font-weight:bold"|Fedora ||RPMs are available by simply running: yum install fail2ban
 
|style="font-weight:bold"|Fedora ||RPMs are available by simply running: yum install fail2ban
Line 35: Line 32:
 
|style="font-weight:bold"|Mandriva||RPMs are available through official contrib repository. Please run "urpmi fail2ban". Thanks to Tomasz Paweł Gajc
 
|style="font-weight:bold"|Mandriva||RPMs are available through official contrib repository. Please run "urpmi fail2ban". Thanks to Tomasz Paweł Gajc
 
|-
 
|-
|style="font-weight:bold"|SUSE||RPMs are available packman [http://packman.mirrors.skynet.be/pub/packman/suse/ here]. Thanks to Detlef Reichelt
+
|style="font-weight:bold"|SUSE/openSUSE||RPMs are available [http://software.opensuse.org/package/fail2ban?search_term=fail2ban here]. Thanks to Andrej Semen
|-
 
|style="font-weight:bold"|openSUSE||RPMs are available obs [http://software.opensuse.org/search?q=owncloud&baseproject=ALL&lang=de&include_home=true here]. Thanks to Andrej Semen
 
 
|-
 
|-
 
|style="font-weight:bold"|ArchLinux||Package is available in [http://aur.archlinux.org/packages.php?do_Details=1&ID=7702 AUR].
 
|style="font-weight:bold"|ArchLinux||Package is available in [http://aur.archlinux.org/packages.php?do_Details=1&ID=7702 AUR].
Line 45: Line 40:
 
|style="font-weight:bold"|FreeBSD||Port is [http://www.freebsd.org/cgi/ports.cgi?query=fail2ban&stype=all here].
 
|style="font-weight:bold"|FreeBSD||Port is [http://www.freebsd.org/cgi/ports.cgi?query=fail2ban&stype=all here].
 
|-
 
|-
|style="font-weight:bold"|Mac OS X||Installer Package is available [http://macenv.lsa.umich.edu/software.php here] (Site not responding)
+
|style="font-weight:bold"|Mac OS X||Available from [http://www.macports.org/ports.php?by=name&substr=fail2ban MacPorts]
 
|}
 
|}
 
[[Category:Fail2ban]]
 
[[Category:Fail2ban]]

Latest revision as of 16:28, 3 July 2013

Official source tarballs

We only provide source tarballs. Fail2ban is written in Python, thus no compilation is required. You can even run Fail2ban without installing it.

experimental : fail2ban-0.10.x
stable : fail2ban-0.9.4
very-stable : fail2ban-0.8.14
dont-wanna-be-released-ever-again -- 0.8.x fixes : GIT 0.8 branch
yet-to-be-released -- 0.9.x fixes : GIT master branch

Source version control

In September 2011 development version control switched from SVN on SF to git, hosted on github. To contribute, please create your own fork of Fail2ban on github, push your changes into it and submit pull requests.

You will also be able to download complete source tarballs for any existing tag/release or development master from fail2ban Releases on github.

Packages

Fail2ban is also already packaged for most distributions by contributors. Many thanks to all of them and you might be better off relying on your distribution delivery and support channels:

Gentoo Packages are in Portage.
Debian Packages are available here. Backport builds are available from NeuroDebian
Ubuntu Packages are available here. Backport builds are available from NeuroDebian
Fedora RPMs are available by simply running: yum install fail2ban
Red Hat/CentOS RPMs are available through EPEL.
Gral Linux RPMs are available here. These RPMs can be used on Centos 3 and RHAS 3 too.
Ipcop Addon is available here. Thanks to Markus Hoffmann
Mandriva RPMs are available through official contrib repository. Please run "urpmi fail2ban". Thanks to Tomasz Paweł Gajc
SUSE/openSUSE RPMs are available here. Thanks to Andrej Semen
ArchLinux Package is available in AUR.
Slackware Packages are available here. Thanks to Cristian Vedovato. A SlackBuild script to generate Slackware packages is available here.
FreeBSD Port is here.
Mac OS X Available from MacPorts