summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-09 00:11:39 +0000
committerroot <root@rshg054.dnsready.net>2012-09-09 00:11:39 +0000
commitdda96ce532ef99400e2b7703a0f538771b36b624 (patch)
treebcffb5a34db2fb09c3ca6eb1dfe557292566ddb6 /community
parentc85b504e8916411d424cd3fc654ff879237d529e (diff)
Sun Sep 9 00:11:39 UTC 2012
Diffstat (limited to 'community')
-rw-r--r--community/0ad/PKGBUILD10
-rw-r--r--community/kdbg/PKGBUILD6
-rw-r--r--community/python-pymongo/PKGBUILD12
-rw-r--r--community/ruby-gtk2/PKGBUILD6
-rw-r--r--community/sshguard/PKGBUILD11
-rw-r--r--community/sshguard/sshguard-journalctl2
-rw-r--r--community/sshguard/sshguard.service2
7 files changed, 27 insertions, 22 deletions
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 <t3ddy1988 "at" gmail {dot} com>
# Contributor: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
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 <pupykin.s+arch@gmail.com>
# Contributor: Eric Belanger <belanger@astro.umontreal.ca>
# Contributor: Jason Taylor <jftaylor21@gmail.com>
# Contributor: Georg Grabler <ggrabler@chello.at>
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 <rodseth@gmail.com>
# Contributor: Thomas S Hatch <thatch45@gmail.com>
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 <rodseth@gmail.com>
# Contributor: Eric Bélanger
# Contributor: Brad Fanella <bradfanella@archlinux.us>
@@ -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 <pupykin.s+arch@gmail.com>
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
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