network/fail2ban: Updated for version 0.8.10.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Nishant Limbachia 2013-06-25 17:42:43 -03:00 committed by Niels Horn
parent 2d687bf27e
commit d8982f85cd
3 changed files with 7 additions and 5 deletions

View file

@ -46,3 +46,5 @@ Upgraded to new version 0.8.8
05/23/2013
Upgraded to new version 0.8.9, updated logrotate script. There have been quite a few
new features and changes to conf files.
06/11/2013
Upgraded to version 0.8.10.

View file

@ -26,7 +26,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM="fail2ban"
VERSION=${VERSION:-0.8.9}
VERSION=${VERSION:-0.8.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -42,7 +42,7 @@ set -e
rm -fr $PKG $TMP/$PRGNAM-$VERSION
mkdir -p $PKG $TMP $OUTPUT
cd $TMP
tar xvf $CWD/${PRGNAM}-${VERSION}.tar.?z* || tar xvf $CWD/${VERSION}.tar.?z*
tar xvf $CWD/${PRGNAM}-${VERSION}.tar.?z*
cd $TMP/$PRGNAM-$VERSION
chown -R root.root .
find . \

View file

@ -1,8 +1,8 @@
PRGNAM="fail2ban"
VERSION="0.8.9"
VERSION="0.8.10"
HOMEPAGE="https://github.com/fail2ban/fail2ban/"
DOWNLOAD="https://github.com/fail2ban/fail2ban/archive/0.8.9.tar.gz"
MD5SUM="e0207f2127cbe7455147ceb77aad0081"
DOWNLOAD="https://github.com/fail2ban/fail2ban/archive/0.8.10.tar.gz"
MD5SUM="48327ac0f5938dcc2f82c63728fc8918"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""