Date: Friday, May 31, 2013 @ 13:33:59 Author: mtorromeo Revision: 92088
archrelease: copy trunk to community-i686, community-x86_64 Added: sshguard/repos/community-i686/ChangeLog (from rev 92087, sshguard/trunk/ChangeLog) sshguard/repos/community-i686/PKGBUILD (from rev 92087, sshguard/trunk/PKGBUILD) sshguard/repos/community-i686/sshguard-journalctl (from rev 92087, sshguard/trunk/sshguard-journalctl) sshguard/repos/community-i686/sshguard.install (from rev 92087, sshguard/trunk/sshguard.install) sshguard/repos/community-i686/sshguard.service (from rev 92087, sshguard/trunk/sshguard.service) sshguard/repos/community-x86_64/ChangeLog (from rev 92087, sshguard/trunk/ChangeLog) sshguard/repos/community-x86_64/PKGBUILD (from rev 92087, sshguard/trunk/PKGBUILD) sshguard/repos/community-x86_64/sshguard-journalctl (from rev 92087, sshguard/trunk/sshguard-journalctl) sshguard/repos/community-x86_64/sshguard.install (from rev 92087, sshguard/trunk/sshguard.install) sshguard/repos/community-x86_64/sshguard.service (from rev 92087, sshguard/trunk/sshguard.service) Deleted: sshguard/repos/community-i686/ChangeLog sshguard/repos/community-i686/PKGBUILD sshguard/repos/community-i686/sshguard-journalctl sshguard/repos/community-i686/sshguard.install sshguard/repos/community-i686/sshguard.service sshguard/repos/community-x86_64/ChangeLog sshguard/repos/community-x86_64/PKGBUILD sshguard/repos/community-x86_64/sshguard-journalctl sshguard/repos/community-x86_64/sshguard.install sshguard/repos/community-x86_64/sshguard.service --------------------------------------+ /ChangeLog | 6 ++ /PKGBUILD | 80 +++++++++++++++++++++++++++++++++ /sshguard-journalctl | 4 + /sshguard.install | 28 +++++++++++ /sshguard.service | 20 ++++++++ community-i686/ChangeLog | 3 - community-i686/PKGBUILD | 40 ---------------- community-i686/sshguard-journalctl | 2 community-i686/sshguard.install | 14 ----- community-i686/sshguard.service | 10 ---- community-x86_64/ChangeLog | 3 - community-x86_64/PKGBUILD | 40 ---------------- community-x86_64/sshguard-journalctl | 2 community-x86_64/sshguard.install | 14 ----- community-x86_64/sshguard.service | 10 ---- 15 files changed, 138 insertions(+), 138 deletions(-) Deleted: community-i686/ChangeLog =================================================================== --- community-i686/ChangeLog 2013-05-31 11:29:21 UTC (rev 92087) +++ community-i686/ChangeLog 2013-05-31 11:33:59 UTC (rev 92088) @@ -1,3 +0,0 @@ -2007-06-28 tardo <ta...@nagi-fanboi.net> -* Built for x86_64 - Copied: sshguard/repos/community-i686/ChangeLog (from rev 92087, sshguard/trunk/ChangeLog) =================================================================== --- community-i686/ChangeLog (rev 0) +++ community-i686/ChangeLog 2013-05-31 11:33:59 UTC (rev 92088) @@ -0,0 +1,3 @@ +2007-06-28 tardo <ta...@nagi-fanboi.net> +* Built for x86_64 + Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2013-05-31 11:29:21 UTC (rev 92087) +++ community-i686/PKGBUILD 2013-05-31 11:33:59 UTC (rev 92088) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com> - -pkgname=sshguard -pkgver=1.5 -pkgrel=12 -pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip with iptables" -arch=('i686' 'x86_64') -#url="http://sourceforge.net/projects/sshguard/" -url="http://www.sshguard.net/" -license=('GPL') -depends=('iptables') -options=(zipman) -install=sshguard.install -source=("http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.bz2" - sshguard.service - sshguard-journalctl) -sha256sums=('b537f8765455fdf8424f87d4bd695e5b675b88e5d164865452137947093e7e19' - 'e9713a067b33b8ea91d203853a033c0b9f6d40ebebd77f2e72903ed4fd355ebd' - '7423224107b28cabb69489056968581f1c9e94f3edc6a1d189e56a9df0bab4f7') - -build() { - cd "$srcdir/$pkgname-$pkgver" - sed -i 's|^DAYNO.*|DAYNO [0-9]?[1-9]|' src/parser/attack_scanner.l - ./configure --prefix=/usr --sbindir=/usr/bin --with-firewall=iptables - make -} - -check() { - cd "$srcdir/$pkgname-$pkgver" - strings src/sshguard | grep -E "^`which iptables`[[:space:]]" >/dev/null -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - install -Dm0644 "$srcdir/sshguard.service" "$pkgdir/usr/lib/systemd/system/sshguard.service" - install -Dm0755 "$srcdir/sshguard-journalctl" "$pkgdir/usr/lib/systemd/scripts/sshguard-journalctl" -} Copied: sshguard/repos/community-i686/PKGBUILD (from rev 92087, sshguard/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-05-31 11:33:59 UTC (rev 92088) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com> + +pkgname=sshguard +pkgver=1.5 +pkgrel=13 +pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip with iptables" +arch=('i686' 'x86_64') +#url="http://sourceforge.net/projects/sshguard/" +url="http://www.sshguard.net/" +license=('GPL') +depends=('iptables') +options=(zipman) +install=sshguard.install +source=("http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.bz2" + sshguard.service + sshguard-journalctl) +sha256sums=('b537f8765455fdf8424f87d4bd695e5b675b88e5d164865452137947093e7e19' + 'e9713a067b33b8ea91d203853a033c0b9f6d40ebebd77f2e72903ed4fd355ebd' + '7423224107b28cabb69489056968581f1c9e94f3edc6a1d189e56a9df0bab4f7') + +build() { + cd "$srcdir/$pkgname-$pkgver" + sed -i 's|^DAYNO.*|DAYNO [0-9]?[1-9]|' src/parser/attack_scanner.l + ./configure --prefix=/usr --sbindir=/usr/bin --with-firewall=iptables + make +} + +check() { + cd "$srcdir/$pkgname-$pkgver" + strings src/sshguard | grep -E "^`which iptables`[[:space:]]" >/dev/null +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + install -Dm0644 "$srcdir/sshguard.service" "$pkgdir/usr/lib/systemd/system/sshguard.service" + install -Dm0755 "$srcdir/sshguard-journalctl" "$pkgdir/usr/lib/systemd/scripts/sshguard-journalctl" +} Deleted: community-i686/sshguard-journalctl =================================================================== --- community-i686/sshguard-journalctl 2013-05-31 11:29:21 UTC (rev 92087) +++ community-i686/sshguard-journalctl 2013-05-31 11:33:59 UTC (rev 92088) @@ -1,2 +0,0 @@ -#!/bin/sh -/usr/bin/journalctl -afbp info -n1 SYSLOG_FACILITY=4 SYSLOG_FACILITY=10 | /usr/bin/sshguard -l- "$@" Copied: sshguard/repos/community-i686/sshguard-journalctl (from rev 92087, sshguard/trunk/sshguard-journalctl) =================================================================== --- community-i686/sshguard-journalctl (rev 0) +++ community-i686/sshguard-journalctl 2013-05-31 11:33:59 UTC (rev 92088) @@ -0,0 +1,2 @@ +#!/bin/sh +/usr/bin/journalctl -afbp info -n1 SYSLOG_FACILITY=4 SYSLOG_FACILITY=10 | /usr/bin/sshguard -l- "$@" Deleted: community-i686/sshguard.install =================================================================== --- community-i686/sshguard.install 2013-05-31 11:29:21 UTC (rev 92087) +++ community-i686/sshguard.install 2013-05-31 11:33:59 UTC (rev 92088) @@ -1,14 +0,0 @@ -post_install() { - mkdir -p var/db/sshguard - echo "-- You should add chains to your firewall:" - echo "-- iptables -N sshguard" - echo "-- iptables -A INPUT -p tcp --dport 22 -j sshguard" - echo "-- ip6tables -N sshguard" - echo "-- ip6tables -A INPUT -p tcp --dport 22 -j sshguard" - echo "-- touch /etc/iptables/ip6tables.rules if you don't use IPv6" - echo "-- For more information, see https://wiki.archlinux.org/index.php/Sshguard" -} - -post_upgrade() { - echo "-- touch /etc/iptables/ip6tables.rules if you don't use IPv6" -} Copied: sshguard/repos/community-i686/sshguard.install (from rev 92087, sshguard/trunk/sshguard.install) =================================================================== --- community-i686/sshguard.install (rev 0) +++ community-i686/sshguard.install 2013-05-31 11:33:59 UTC (rev 92088) @@ -0,0 +1,14 @@ +post_install() { + mkdir -p var/db/sshguard + echo "-- You should add chains to your firewall:" + echo "-- iptables -N sshguard" + echo "-- iptables -A INPUT -p tcp --dport 22 -j sshguard" + echo "-- ip6tables -N sshguard" + echo "-- ip6tables -A INPUT -p tcp --dport 22 -j sshguard" + echo "-- touch /etc/iptables/ip6tables.rules if you don't use IPv6" + echo "-- For more information, see https://wiki.archlinux.org/index.php/Sshguard" +} + +post_upgrade() { + echo "-- touch /etc/iptables/ip6tables.rules if you don't use IPv6" +} Deleted: community-i686/sshguard.service =================================================================== --- community-i686/sshguard.service 2013-05-31 11:29:21 UTC (rev 92087) +++ community-i686/sshguard.service 2013-05-31 11:33:59 UTC (rev 92088) @@ -1,10 +0,0 @@ -[Unit] -Description=Block hacking attempts -After=iptables.service ip6tables.service network.target -Wants=iptables.service ip6tables.service - -[Service] -ExecStart=/usr/lib/systemd/scripts/sshguard-journalctl -b /var/db/sshguard/blacklist.db - -[Install] -WantedBy=multi-user.target Copied: sshguard/repos/community-i686/sshguard.service (from rev 92087, sshguard/trunk/sshguard.service) =================================================================== --- community-i686/sshguard.service (rev 0) +++ community-i686/sshguard.service 2013-05-31 11:33:59 UTC (rev 92088) @@ -0,0 +1,10 @@ +[Unit] +Description=Block hacking attempts +After=iptables.service ip6tables.service network.target +Wants=iptables.service ip6tables.service + +[Service] +ExecStart=/usr/lib/systemd/scripts/sshguard-journalctl -b /var/db/sshguard/blacklist.db + +[Install] +WantedBy=multi-user.target Deleted: community-x86_64/ChangeLog =================================================================== --- community-x86_64/ChangeLog 2013-05-31 11:29:21 UTC (rev 92087) +++ community-x86_64/ChangeLog 2013-05-31 11:33:59 UTC (rev 92088) @@ -1,3 +0,0 @@ -2007-06-28 tardo <ta...@nagi-fanboi.net> -* Built for x86_64 - Copied: sshguard/repos/community-x86_64/ChangeLog (from rev 92087, sshguard/trunk/ChangeLog) =================================================================== --- community-x86_64/ChangeLog (rev 0) +++ community-x86_64/ChangeLog 2013-05-31 11:33:59 UTC (rev 92088) @@ -0,0 +1,3 @@ +2007-06-28 tardo <ta...@nagi-fanboi.net> +* Built for x86_64 + Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2013-05-31 11:29:21 UTC (rev 92087) +++ community-x86_64/PKGBUILD 2013-05-31 11:33:59 UTC (rev 92088) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com> - -pkgname=sshguard -pkgver=1.5 -pkgrel=12 -pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip with iptables" -arch=('i686' 'x86_64') -#url="http://sourceforge.net/projects/sshguard/" -url="http://www.sshguard.net/" -license=('GPL') -depends=('iptables') -options=(zipman) -install=sshguard.install -source=("http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.bz2" - sshguard.service - sshguard-journalctl) -sha256sums=('b537f8765455fdf8424f87d4bd695e5b675b88e5d164865452137947093e7e19' - 'e9713a067b33b8ea91d203853a033c0b9f6d40ebebd77f2e72903ed4fd355ebd' - '7423224107b28cabb69489056968581f1c9e94f3edc6a1d189e56a9df0bab4f7') - -build() { - cd "$srcdir/$pkgname-$pkgver" - sed -i 's|^DAYNO.*|DAYNO [0-9]?[1-9]|' src/parser/attack_scanner.l - ./configure --prefix=/usr --sbindir=/usr/bin --with-firewall=iptables - make -} - -check() { - cd "$srcdir/$pkgname-$pkgver" - strings src/sshguard | grep -E "^`which iptables`[[:space:]]" >/dev/null -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - install -Dm0644 "$srcdir/sshguard.service" "$pkgdir/usr/lib/systemd/system/sshguard.service" - install -Dm0755 "$srcdir/sshguard-journalctl" "$pkgdir/usr/lib/systemd/scripts/sshguard-journalctl" -} Copied: sshguard/repos/community-x86_64/PKGBUILD (from rev 92087, sshguard/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-05-31 11:33:59 UTC (rev 92088) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com> + +pkgname=sshguard +pkgver=1.5 +pkgrel=13 +pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip with iptables" +arch=('i686' 'x86_64') +#url="http://sourceforge.net/projects/sshguard/" +url="http://www.sshguard.net/" +license=('GPL') +depends=('iptables') +options=(zipman) +install=sshguard.install +source=("http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.bz2" + sshguard.service + sshguard-journalctl) +sha256sums=('b537f8765455fdf8424f87d4bd695e5b675b88e5d164865452137947093e7e19' + 'e9713a067b33b8ea91d203853a033c0b9f6d40ebebd77f2e72903ed4fd355ebd' + '7423224107b28cabb69489056968581f1c9e94f3edc6a1d189e56a9df0bab4f7') + +build() { + cd "$srcdir/$pkgname-$pkgver" + sed -i 's|^DAYNO.*|DAYNO [0-9]?[1-9]|' src/parser/attack_scanner.l + ./configure --prefix=/usr --sbindir=/usr/bin --with-firewall=iptables + make +} + +check() { + cd "$srcdir/$pkgname-$pkgver" + strings src/sshguard | grep -E "^`which iptables`[[:space:]]" >/dev/null +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + install -Dm0644 "$srcdir/sshguard.service" "$pkgdir/usr/lib/systemd/system/sshguard.service" + install -Dm0755 "$srcdir/sshguard-journalctl" "$pkgdir/usr/lib/systemd/scripts/sshguard-journalctl" +} Deleted: community-x86_64/sshguard-journalctl =================================================================== --- community-x86_64/sshguard-journalctl 2013-05-31 11:29:21 UTC (rev 92087) +++ community-x86_64/sshguard-journalctl 2013-05-31 11:33:59 UTC (rev 92088) @@ -1,2 +0,0 @@ -#!/bin/sh -/usr/bin/journalctl -afbp info -n1 SYSLOG_FACILITY=4 SYSLOG_FACILITY=10 | /usr/bin/sshguard -l- "$@" Copied: sshguard/repos/community-x86_64/sshguard-journalctl (from rev 92087, sshguard/trunk/sshguard-journalctl) =================================================================== --- community-x86_64/sshguard-journalctl (rev 0) +++ community-x86_64/sshguard-journalctl 2013-05-31 11:33:59 UTC (rev 92088) @@ -0,0 +1,2 @@ +#!/bin/sh +/usr/bin/journalctl -afbp info -n1 SYSLOG_FACILITY=4 SYSLOG_FACILITY=10 | /usr/bin/sshguard -l- "$@" Deleted: community-x86_64/sshguard.install =================================================================== --- community-x86_64/sshguard.install 2013-05-31 11:29:21 UTC (rev 92087) +++ community-x86_64/sshguard.install 2013-05-31 11:33:59 UTC (rev 92088) @@ -1,14 +0,0 @@ -post_install() { - mkdir -p var/db/sshguard - echo "-- You should add chains to your firewall:" - echo "-- iptables -N sshguard" - echo "-- iptables -A INPUT -p tcp --dport 22 -j sshguard" - echo "-- ip6tables -N sshguard" - echo "-- ip6tables -A INPUT -p tcp --dport 22 -j sshguard" - echo "-- touch /etc/iptables/ip6tables.rules if you don't use IPv6" - echo "-- For more information, see https://wiki.archlinux.org/index.php/Sshguard" -} - -post_upgrade() { - echo "-- touch /etc/iptables/ip6tables.rules if you don't use IPv6" -} Copied: sshguard/repos/community-x86_64/sshguard.install (from rev 92087, sshguard/trunk/sshguard.install) =================================================================== --- community-x86_64/sshguard.install (rev 0) +++ community-x86_64/sshguard.install 2013-05-31 11:33:59 UTC (rev 92088) @@ -0,0 +1,14 @@ +post_install() { + mkdir -p var/db/sshguard + echo "-- You should add chains to your firewall:" + echo "-- iptables -N sshguard" + echo "-- iptables -A INPUT -p tcp --dport 22 -j sshguard" + echo "-- ip6tables -N sshguard" + echo "-- ip6tables -A INPUT -p tcp --dport 22 -j sshguard" + echo "-- touch /etc/iptables/ip6tables.rules if you don't use IPv6" + echo "-- For more information, see https://wiki.archlinux.org/index.php/Sshguard" +} + +post_upgrade() { + echo "-- touch /etc/iptables/ip6tables.rules if you don't use IPv6" +} Deleted: community-x86_64/sshguard.service =================================================================== --- community-x86_64/sshguard.service 2013-05-31 11:29:21 UTC (rev 92087) +++ community-x86_64/sshguard.service 2013-05-31 11:33:59 UTC (rev 92088) @@ -1,10 +0,0 @@ -[Unit] -Description=Block hacking attempts -After=iptables.service ip6tables.service network.target -Wants=iptables.service ip6tables.service - -[Service] -ExecStart=/usr/lib/systemd/scripts/sshguard-journalctl -b /var/db/sshguard/blacklist.db - -[Install] -WantedBy=multi-user.target Copied: sshguard/repos/community-x86_64/sshguard.service (from rev 92087, sshguard/trunk/sshguard.service) =================================================================== --- community-x86_64/sshguard.service (rev 0) +++ community-x86_64/sshguard.service 2013-05-31 11:33:59 UTC (rev 92088) @@ -0,0 +1,10 @@ +[Unit] +Description=Block hacking attempts +After=iptables.service ip6tables.service network.target +Wants=iptables.service ip6tables.service + +[Service] +ExecStart=/usr/lib/systemd/scripts/sshguard-journalctl -b /var/db/sshguard/blacklist.db + +[Install] +WantedBy=multi-user.target