summaryrefslogtreecommitdiff
path: root/community/audit
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-17 00:06:09 -0800
committerroot <root@rshg054.dnsready.net>2013-01-17 00:06:09 -0800
commit4e8c9530dbbf6c8b4c8147cef8fe9845c8898de3 (patch)
tree86de1737558215adb39fdcd56c699257288facca /community/audit
parente1c991185c594db7cc8978ed0239ebca4d37560e (diff)
Thu Jan 17 00:06:09 PST 2013
Diffstat (limited to 'community/audit')
-rw-r--r--community/audit/PKGBUILD10
-rw-r--r--community/audit/python2.patch8
2 files changed, 9 insertions, 9 deletions
diff --git a/community/audit/PKGBUILD b/community/audit/PKGBUILD
index 340cf8faf..11d84fd02 100644
--- a/community/audit/PKGBUILD
+++ b/community/audit/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 79970 2012-11-15 08:39:27Z mtorromeo $
+# $Id: PKGBUILD 82354 2013-01-16 08:38:43Z mtorromeo $
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
# Contributor: Connor Behan <connor.behan@gmail.com>
# Contributor: henning mueller <henning@orgizm.net>
pkgname=audit
-pkgver=2.2.1
-pkgrel=4
+pkgver=2.2.2
+pkgrel=1
pkgdesc='User space utilities for storing and searching the audit records generated by the audit subsystem in the Linux kernel.'
url=http://people.redhat.com/sgrubb/$pkgname
arch=(i686 x86_64)
@@ -59,7 +59,7 @@ package() {
sed -ri 's| /sbin| /usr/sbin|' etc/audit/*.conf etc/audisp/plugins.d/*.conf
}
-sha256sums=('9865ca89f5b975ccf25441ddf45a874448f2bba944005aa8cd5e3c3148713a63'
+sha256sums=('8bc2b45a5f08f5df6cebcd5543f24b7e68e28b64da4b23f08de2c6616384302b'
'1e374ff164667b6a11f84c825a39996b449dc712d573996907cd47f063bf0dd5'
'3c7179f40216b594675f26bb73884406c8ac91577b609dd1ab9837f889954007'
- 'e60c031c6354f41938447c439eadee77127307687a2c487a54fab884eeafd9c2')
+ '6adadb405bebe99bb6a50e80e7c1a356996626e135d566283448fe4019fff3a4')
diff --git a/community/audit/python2.patch b/community/audit/python2.patch
index b5f6cbc25..87286fc5b 100644
--- a/community/audit/python2.patch
+++ b/community/audit/python2.patch
@@ -1,10 +1,10 @@
---- configure.old 2010-10-22 15:54:13.193333452 +0200
-+++ configure 2010-10-22 15:54:52.546667020 +0200
-@@ -10662,7 +10662,7 @@
+--- configure.orig 2013-01-16 09:19:32.475800853 +0100
++++ configure 2013-01-16 09:20:45.764146581 +0100
+@@ -13076,7 +13076,7 @@
# Find any Python interpreter.
if test -z "$PYTHON"; then
-- for ac_prog in python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0
+- for ac_prog in python python2 python3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0
+ for ac_prog in python2
do
# Extract the first word of "$ac_prog", so it can be a program name with args.