From dda96ce532ef99400e2b7703a0f538771b36b624 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 9 Sep 2012 00:11:39 +0000 Subject: Sun Sep 9 00:11:39 UTC 2012 --- community/0ad/PKGBUILD | 10 +++++----- community/kdbg/PKGBUILD | 6 +++--- community/python-pymongo/PKGBUILD | 12 ++++++------ community/ruby-gtk2/PKGBUILD | 6 +++--- community/sshguard/PKGBUILD | 11 +++++++---- community/sshguard/sshguard-journalctl | 2 ++ community/sshguard/sshguard.service | 2 +- 7 files changed, 27 insertions(+), 22 deletions(-) create mode 100644 community/sshguard/sshguard-journalctl (limited to 'community') diff --git a/community/0ad/PKGBUILD b/community/0ad/PKGBUILD index 6b2a83894..67dd75224 100644 --- a/community/0ad/PKGBUILD +++ b/community/0ad/PKGBUILD @@ -2,9 +2,9 @@ # Contributor: t3ddy # Contributor: Adrián Chaves Fernández (Gallaecio) pkgname=0ad -pkgver=a10 -_pkgver=r11863-alpha -pkgrel=3 +pkgver=a11 +_pkgver=0.0.11-alpha +pkgrel=1 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game" arch=('i686' 'x86_64') url="http://wildfiregames.com/0ad" @@ -13,7 +13,7 @@ depends=('binutils' 'boost-libs' 'curl' 'enet>=1.3' 'gamin' 'libogg' 'libpng' 'l makedepends=('boost' 'cmake' 'mesa') source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz" "boost-1.50.patch") -md5sums=('f42a2e18515cbcd48b99f0ea3796b3a4' +md5sums=('0feedd076ea441ca821073b4b7014946' '570724341102e23730de2f70d3a1b97c') build() { @@ -21,7 +21,7 @@ build() { sed -i 's/unix_names = { "boost_filesystem-mt", "boost_system-mt" },/unix_names = { "boost_filesystem", "boost_system" },/g' "${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua" sed -i 's/unix_names = { "boost_signals-mt" },/unix_names = { "boost_signals" },/g' "${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua" - patch -d ../.. -Np1 < $srcdir/boost-1.50.patch + #patch -d ../.. -Np1 < $srcdir/boost-1.50.patch ./update-workspaces.sh \ --with-system-enet \ diff --git a/community/kdbg/PKGBUILD b/community/kdbg/PKGBUILD index 9f25788df..086be73dd 100644 --- a/community/kdbg/PKGBUILD +++ b/community/kdbg/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 57376 2011-10-26 15:29:28Z spupykin $ +# $Id: PKGBUILD 75968 2012-09-07 11:44:58Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Eric Belanger # Contributor: Jason Taylor # Contributor: Georg Grabler pkgname=kdbg -pkgver=2.5.1 +pkgver=2.5.2 pkgrel=1 pkgdesc="A gdb GUI for KDE" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ depends=('kdebase-runtime' 'gdb') makedepends=('automoc4' 'cmake') options=('!libtool') source=("http://downloads.sourceforge.net/project/kdbg/Source%20Code/$pkgver/kdbg-$pkgver.tar.gz") -md5sums=('a19095dce4cb5df0dbaa9368d400fc30') +md5sums=('392f477f0a4c1f1b921ce7d6c7128fcb') build() { cd $srcdir diff --git a/community/python-pymongo/PKGBUILD b/community/python-pymongo/PKGBUILD index a95c1bdcd..61cc96781 100644 --- a/community/python-pymongo/PKGBUILD +++ b/community/python-pymongo/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 74649 2012-08-01 07:21:31Z arodseth $ +# $Id: PKGBUILD 75966 2012-09-07 11:19:50Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Thomas S Hatch pkgname=python-pymongo -pkgver=2.2.1 +pkgver=2.3 pkgrel=1 -pkgdesc="Python driver for MongoDB" +pkgdesc='Python driver for MongoDB' arch=('x86_64' 'i686') -license=("APACHE") -url="http://pypi.python.org/pypi/pymongo/" +license=('APACHE') +url='http://pypi.python.org/pypi/pymongo/' depends=('python') makedepends=('python-distribute') source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz") -sha256sums=('0a6251742736dd3c80025e701ec97ea1540bc97df26ada7b3bf40ff01daa7032') +sha256sums=('8e43fdd7ea8e2aa965791af1b6e24186248023c6fde70092d9631b1d9150b1dc') package() { cd "$srcdir/pymongo-$pkgver" diff --git a/community/ruby-gtk2/PKGBUILD b/community/ruby-gtk2/PKGBUILD index 12806c948..37bd37c19 100644 --- a/community/ruby-gtk2/PKGBUILD +++ b/community/ruby-gtk2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 75168 2012-08-14 11:22:21Z arodseth $ +# $Id: PKGBUILD 75976 2012-09-07 16:59:24Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Eric Bélanger # Contributor: Brad Fanella @@ -7,14 +7,14 @@ pkgbase=ruby-gtk2 pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2' 'ruby-pango') -pkgver=1.1.4 +pkgver=1.1.5 pkgrel=1 arch=('x86_64' 'i686') url="http://ruby-gnome2.sourceforge.jp/" license=('LGPL') makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2') source=("http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-$pkgver.tar.gz") -sha256sums=('31c5da239bd1cb25daca026e453106f29503195c445d73a9cf1aceb22379d100') +sha256sums=('460e50ff5e69238a648d59b1bae31a0748273307eecad734b1c1abdecd361dcb') build() { cd "$srcdir/ruby-gtk2-$pkgver" diff --git a/community/sshguard/PKGBUILD b/community/sshguard/PKGBUILD index be7fa6439..8bd832a39 100644 --- a/community/sshguard/PKGBUILD +++ b/community/sshguard/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 75872 2012-09-04 09:23:53Z mtorromeo $ +# $Id: PKGBUILD 75956 2012-09-07 08:27:47Z mtorromeo $ # Maintainer: Sergej Pupykin # Maintainer: Massimiliano Torromeo # Contributor: Sergej Pupykin pkgname=sshguard pkgver=1.5 -pkgrel=4 +pkgrel=5 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/" @@ -17,11 +17,13 @@ install=sshguard.install source=("http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.bz2" sshguard.rc sshguard.conf.d - sshguard.service) + sshguard.service + sshguard-journalctl) sha256sums=('b537f8765455fdf8424f87d4bd695e5b675b88e5d164865452137947093e7e19' 'a810da878e40be8616a93c9984e7dbd3700367d665b78b8aa2498228bb33cb6e' '66f28e2cc81e5686f8fd5c0d5a5015d7feecbe018a259f4032cfbacf6fe8d1c3' - '3f183519c80141aaffdc333e9af3fc6717a86aebda9df70d8015ad27173eefcf') + '299b5f73e4c53aac6007c87210fc862987042b9d4c088180721bae6ab2214b09' + '385d1dea0c6f5495a7c7e5051f1354f1eab85ee5ef599f6698ab353263b8c9bb') build() { cd "$srcdir/$pkgname-$pkgver" @@ -40,4 +42,5 @@ package() { install -Dm0644 "$srcdir/sshguard.service" "$pkgdir/usr/lib/systemd/system/sshguard.service" install -Dm0755 "$srcdir/sshguard.rc" "$pkgdir/etc/rc.d/sshguard" install -Dm0644 "$srcdir/sshguard.conf.d" "$pkgdir/etc/conf.d/sshguard" + install -Dm0755 "$srcdir/sshguard-journalctl" "$pkgdir/usr/lib/systemd/scripts/sshguard-journalctl" } diff --git a/community/sshguard/sshguard-journalctl b/community/sshguard/sshguard-journalctl new file mode 100644 index 000000000..bd4b6f608 --- /dev/null +++ b/community/sshguard/sshguard-journalctl @@ -0,0 +1,2 @@ +#!/bin/sh +/usr/bin/journalctl -flbp info -n0 SYSLOG_FACILITY=10 | /usr/sbin/sshguard -l- diff --git a/community/sshguard/sshguard.service b/community/sshguard/sshguard.service index 6dc542427..ad9f90ce2 100644 --- a/community/sshguard/sshguard.service +++ b/community/sshguard/sshguard.service @@ -4,7 +4,7 @@ Wants=sshd.service [Service] EnvironmentFile=/etc/conf.d/sshguard -ExecStart=/usr/sbin/sshguard -l /var/log/auth.log -b /var/db/sshguard/blacklist.db ${SSHGUARD_ARGS} +ExecStart=/usr/lib/systemd/scripts/sshguard-journalctl -b /var/db/sshguard/blacklist.db ${SSHGUARD_ARGS} [Install] WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf