[arch-commits] Commit in audit/repos (16 files)

Massimiliano Torromeo mtorromeo at nymeria.archlinux.org
Mon Apr 22 07:51:09 UTC 2013


    Date: Monday, April 22, 2013 @ 09:51:09
  Author: mtorromeo
Revision: 88732

archrelease: copy trunk to community-i686, community-x86_64

Added:
  audit/repos/community-i686/PKGBUILD
    (from rev 88731, audit/trunk/PKGBUILD)
  audit/repos/community-i686/auditd.rc
    (from rev 88731, audit/trunk/auditd.rc)
  audit/repos/community-i686/auditd.service
    (from rev 88731, audit/trunk/auditd.service)
  audit/repos/community-i686/python2.patch
    (from rev 88731, audit/trunk/python2.patch)
  audit/repos/community-x86_64/PKGBUILD
    (from rev 88731, audit/trunk/PKGBUILD)
  audit/repos/community-x86_64/auditd.rc
    (from rev 88731, audit/trunk/auditd.rc)
  audit/repos/community-x86_64/auditd.service
    (from rev 88731, audit/trunk/auditd.service)
  audit/repos/community-x86_64/python2.patch
    (from rev 88731, audit/trunk/python2.patch)
Deleted:
  audit/repos/community-i686/PKGBUILD
  audit/repos/community-i686/auditd.rc
  audit/repos/community-i686/auditd.service
  audit/repos/community-i686/python2.patch
  audit/repos/community-x86_64/PKGBUILD
  audit/repos/community-x86_64/auditd.rc
  audit/repos/community-x86_64/auditd.service
  audit/repos/community-x86_64/python2.patch

---------------------------------+
 /PKGBUILD                       |  130 ++++++++++++++++++++++++++++++++++++++
 /auditd.rc                      |  102 +++++++++++++++++++++++++++++
 /auditd.service                 |   20 +++++
 /python2.patch                  |   22 ++++++
 community-i686/PKGBUILD         |   65 -------------------
 community-i686/auditd.rc        |   51 --------------
 community-i686/auditd.service   |   10 --
 community-i686/python2.patch    |   11 ---
 community-x86_64/PKGBUILD       |   65 -------------------
 community-x86_64/auditd.rc      |   51 --------------
 community-x86_64/auditd.service |   10 --
 community-x86_64/python2.patch  |   11 ---
 12 files changed, 274 insertions(+), 274 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-04-22 07:46:59 UTC (rev 88731)
+++ community-i686/PKGBUILD	2013-04-22 07:51:09 UTC (rev 88732)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Contributor: Connor Behan <connor.behan at gmail.com>
-# Contributor: henning mueller <henning at orgizm.net>
-
-pkgname=audit
-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)
-depends=(krb5 libcap-ng)
-makedepends=(libldap swig linux-headers python2)
-license=(GPL)
-options=(!libtool emptydirs)
-backup=(
-	etc/libaudit.conf
-	etc/audit/audit.rules
-	etc/audit/auditd.conf
-	etc/audisp/audispd.conf
-	etc/audisp/audisp-remote.conf
-	etc/audisp/zos-remote.conf
-	etc/audisp/plugins.d/af_unix.conf
-	etc/audisp/plugins.d/audispd-zos-remote.conf
-	etc/audisp/plugins.d/au-remote.conf
-	etc/audisp/plugins.d/syslog.conf
-)
-source=(
-	$url/$pkgname-$pkgver.tar.gz
-	auditd.rc
-	auditd.service
-	python2.patch
-)
-
-build() {
-	cd "$srcdir/$pkgname-$pkgver"
-	patch -p0 -i "$srcdir/python2.patch"
-	./configure \
-		--prefix=/usr \
-		--sysconfdir=/etc \
-		--libexecdir=/usr/lib/audit \
-		--with-python=yes \
-		--enable-gssapi-krb5=yes \
-		--with-libcap-ng=yes #--with-apparmor=yes
-	make
-}
-
-package() {
-	cd "$srcdir/$pkgname-$pkgver"
-	make DESTDIR="$pkgdir" install
-
-	install -Dm755 "$srcdir/auditd.service" "$pkgdir/usr/lib/systemd/system/auditd.service"
-
-	cd "$pkgdir"
-	install -m755 "$srcdir/auditd.rc" etc/rc.d/auditd
-	install -d var/log/audit
-	rm -rf etc/rc.d/init.d etc/sysconfig
-
-	sed -ri 's| /sbin| /usr/sbin|' etc/audit/*.conf etc/audisp/plugins.d/*.conf
-}
-
-sha256sums=('8bc2b45a5f08f5df6cebcd5543f24b7e68e28b64da4b23f08de2c6616384302b'
-            '1e374ff164667b6a11f84c825a39996b449dc712d573996907cd47f063bf0dd5'
-            '3c7179f40216b594675f26bb73884406c8ac91577b609dd1ab9837f889954007'
-            '6adadb405bebe99bb6a50e80e7c1a356996626e135d566283448fe4019fff3a4')

Copied: audit/repos/community-i686/PKGBUILD (from rev 88731, audit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-04-22 07:51:09 UTC (rev 88732)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Connor Behan <connor.behan at gmail.com>
+# Contributor: henning mueller <henning at orgizm.net>
+
+pkgname=audit
+pkgver=2.2.3
+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)
+depends=(krb5 libcap-ng)
+makedepends=(libldap swig linux-headers python2)
+license=(GPL)
+options=(!libtool emptydirs)
+backup=(
+	etc/libaudit.conf
+	etc/audit/audit.rules
+	etc/audit/auditd.conf
+	etc/audisp/audispd.conf
+	etc/audisp/audisp-remote.conf
+	etc/audisp/zos-remote.conf
+	etc/audisp/plugins.d/af_unix.conf
+	etc/audisp/plugins.d/audispd-zos-remote.conf
+	etc/audisp/plugins.d/au-remote.conf
+	etc/audisp/plugins.d/syslog.conf
+)
+source=(
+	$url/$pkgname-$pkgver.tar.gz
+	auditd.rc
+	auditd.service
+	python2.patch
+)
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+	patch -p0 -i "$srcdir/python2.patch"
+	./configure \
+		--prefix=/usr \
+		--sysconfdir=/etc \
+		--libexecdir=/usr/lib/audit \
+		--with-python=yes \
+		--enable-gssapi-krb5=yes \
+		--with-libcap-ng=yes #--with-apparmor=yes
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" install
+
+	install -Dm755 "$srcdir/auditd.service" "$pkgdir/usr/lib/systemd/system/auditd.service"
+
+	cd "$pkgdir"
+	install -m755 "$srcdir/auditd.rc" etc/rc.d/auditd
+	install -d var/log/audit
+	rm -rf etc/rc.d/init.d etc/sysconfig
+
+	sed -ri 's| /sbin| /usr/sbin|' etc/audit/*.conf etc/audisp/plugins.d/*.conf
+}
+
+sha256sums=('2fc8f97020121593f516dc011ef61f39043c4cea9b2cb9ab3849bf9e41dedf02'
+            '1e374ff164667b6a11f84c825a39996b449dc712d573996907cd47f063bf0dd5'
+            '3c7179f40216b594675f26bb73884406c8ac91577b609dd1ab9837f889954007'
+            '6adadb405bebe99bb6a50e80e7c1a356996626e135d566283448fe4019fff3a4')

Deleted: community-i686/auditd.rc
===================================================================
--- community-i686/auditd.rc	2013-04-22 07:46:59 UTC (rev 88731)
+++ community-i686/auditd.rc	2013-04-22 07:51:09 UTC (rev 88732)
@@ -1,51 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -o %PPID auditd`
-
-case "$1" in
-	start)
-		stat_busy "Starting auditd"
-		[ -z "$PID" ] && {
-			/usr/sbin/auditctl -R /etc/audit/audit.rules >/dev/null || stat_die
-			/usr/sbin/auditd || stat_die
-		}
-		add_daemon auditd
-		stat_done
-		;;
-
-	stop)
-		stat_busy "Stopping auditd"
-		[ ! -z "$PID" ] && kill $PID &> /dev/null
-		if [ $? -gt 0 ]; then
-			stat_fail
-		else
-			rm_daemon auditd
-			stat_done
-		fi
-		;;
-
-	restart)
-		$0 stop
-		sleep 1
-		$0 start
-		;;
-
-	reload)
-		stat_busy "Reloading auditd"
-		[ ! -z "$PID" ] && kill -HUP $PID &> /dev/null
-		if [ $? -gt 0 ]; then
-			stat_fail
-		else
-			rm_daemon auditd
-			stat_done
-		fi
-		;;
-
-	*)
-		echo "usage: $0 {start|stop|restart|reload}"
-esac
-
-exit 0

Copied: audit/repos/community-i686/auditd.rc (from rev 88731, audit/trunk/auditd.rc)
===================================================================
--- community-i686/auditd.rc	                        (rev 0)
+++ community-i686/auditd.rc	2013-04-22 07:51:09 UTC (rev 88732)
@@ -0,0 +1,51 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+PID=`pidof -o %PPID auditd`
+
+case "$1" in
+	start)
+		stat_busy "Starting auditd"
+		[ -z "$PID" ] && {
+			/usr/sbin/auditctl -R /etc/audit/audit.rules >/dev/null || stat_die
+			/usr/sbin/auditd || stat_die
+		}
+		add_daemon auditd
+		stat_done
+		;;
+
+	stop)
+		stat_busy "Stopping auditd"
+		[ ! -z "$PID" ] && kill $PID &> /dev/null
+		if [ $? -gt 0 ]; then
+			stat_fail
+		else
+			rm_daemon auditd
+			stat_done
+		fi
+		;;
+
+	restart)
+		$0 stop
+		sleep 1
+		$0 start
+		;;
+
+	reload)
+		stat_busy "Reloading auditd"
+		[ ! -z "$PID" ] && kill -HUP $PID &> /dev/null
+		if [ $? -gt 0 ]; then
+			stat_fail
+		else
+			rm_daemon auditd
+			stat_done
+		fi
+		;;
+
+	*)
+		echo "usage: $0 {start|stop|restart|reload}"
+esac
+
+exit 0

Deleted: community-i686/auditd.service
===================================================================
--- community-i686/auditd.service	2013-04-22 07:46:59 UTC (rev 88731)
+++ community-i686/auditd.service	2013-04-22 07:51:09 UTC (rev 88732)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Security Auditing Service
-After=syslog.target
-
-[Service]
-ExecStart=/usr/sbin/auditd -n
-ExecStartPost=/usr/sbin/auditctl -R /etc/audit/audit.rules
-
-[Install]
-WantedBy=multi-user.target
\ No newline at end of file

Copied: audit/repos/community-i686/auditd.service (from rev 88731, audit/trunk/auditd.service)
===================================================================
--- community-i686/auditd.service	                        (rev 0)
+++ community-i686/auditd.service	2013-04-22 07:51:09 UTC (rev 88732)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Security Auditing Service
+After=syslog.target
+
+[Service]
+ExecStart=/usr/sbin/auditd -n
+ExecStartPost=/usr/sbin/auditctl -R /etc/audit/audit.rules
+
+[Install]
+WantedBy=multi-user.target
\ No newline at end of file

Deleted: community-i686/python2.patch
===================================================================
--- community-i686/python2.patch	2013-04-22 07:46:59 UTC (rev 88731)
+++ community-i686/python2.patch	2013-04-22 07:51:09 UTC (rev 88732)
@@ -1,11 +0,0 @@
---- 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.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.
- set dummy $ac_prog; ac_word=$2

Copied: audit/repos/community-i686/python2.patch (from rev 88731, audit/trunk/python2.patch)
===================================================================
--- community-i686/python2.patch	                        (rev 0)
+++ community-i686/python2.patch	2013-04-22 07:51:09 UTC (rev 88732)
@@ -0,0 +1,11 @@
+--- 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.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.
+ set dummy $ac_prog; ac_word=$2

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-04-22 07:46:59 UTC (rev 88731)
+++ community-x86_64/PKGBUILD	2013-04-22 07:51:09 UTC (rev 88732)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Contributor: Connor Behan <connor.behan at gmail.com>
-# Contributor: henning mueller <henning at orgizm.net>
-
-pkgname=audit
-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)
-depends=(krb5 libcap-ng)
-makedepends=(libldap swig linux-headers python2)
-license=(GPL)
-options=(!libtool emptydirs)
-backup=(
-	etc/libaudit.conf
-	etc/audit/audit.rules
-	etc/audit/auditd.conf
-	etc/audisp/audispd.conf
-	etc/audisp/audisp-remote.conf
-	etc/audisp/zos-remote.conf
-	etc/audisp/plugins.d/af_unix.conf
-	etc/audisp/plugins.d/audispd-zos-remote.conf
-	etc/audisp/plugins.d/au-remote.conf
-	etc/audisp/plugins.d/syslog.conf
-)
-source=(
-	$url/$pkgname-$pkgver.tar.gz
-	auditd.rc
-	auditd.service
-	python2.patch
-)
-
-build() {
-	cd "$srcdir/$pkgname-$pkgver"
-	patch -p0 -i "$srcdir/python2.patch"
-	./configure \
-		--prefix=/usr \
-		--sysconfdir=/etc \
-		--libexecdir=/usr/lib/audit \
-		--with-python=yes \
-		--enable-gssapi-krb5=yes \
-		--with-libcap-ng=yes #--with-apparmor=yes
-	make
-}
-
-package() {
-	cd "$srcdir/$pkgname-$pkgver"
-	make DESTDIR="$pkgdir" install
-
-	install -Dm755 "$srcdir/auditd.service" "$pkgdir/usr/lib/systemd/system/auditd.service"
-
-	cd "$pkgdir"
-	install -m755 "$srcdir/auditd.rc" etc/rc.d/auditd
-	install -d var/log/audit
-	rm -rf etc/rc.d/init.d etc/sysconfig
-
-	sed -ri 's| /sbin| /usr/sbin|' etc/audit/*.conf etc/audisp/plugins.d/*.conf
-}
-
-sha256sums=('8bc2b45a5f08f5df6cebcd5543f24b7e68e28b64da4b23f08de2c6616384302b'
-            '1e374ff164667b6a11f84c825a39996b449dc712d573996907cd47f063bf0dd5'
-            '3c7179f40216b594675f26bb73884406c8ac91577b609dd1ab9837f889954007'
-            '6adadb405bebe99bb6a50e80e7c1a356996626e135d566283448fe4019fff3a4')

Copied: audit/repos/community-x86_64/PKGBUILD (from rev 88731, audit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-04-22 07:51:09 UTC (rev 88732)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Connor Behan <connor.behan at gmail.com>
+# Contributor: henning mueller <henning at orgizm.net>
+
+pkgname=audit
+pkgver=2.2.3
+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)
+depends=(krb5 libcap-ng)
+makedepends=(libldap swig linux-headers python2)
+license=(GPL)
+options=(!libtool emptydirs)
+backup=(
+	etc/libaudit.conf
+	etc/audit/audit.rules
+	etc/audit/auditd.conf
+	etc/audisp/audispd.conf
+	etc/audisp/audisp-remote.conf
+	etc/audisp/zos-remote.conf
+	etc/audisp/plugins.d/af_unix.conf
+	etc/audisp/plugins.d/audispd-zos-remote.conf
+	etc/audisp/plugins.d/au-remote.conf
+	etc/audisp/plugins.d/syslog.conf
+)
+source=(
+	$url/$pkgname-$pkgver.tar.gz
+	auditd.rc
+	auditd.service
+	python2.patch
+)
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+	patch -p0 -i "$srcdir/python2.patch"
+	./configure \
+		--prefix=/usr \
+		--sysconfdir=/etc \
+		--libexecdir=/usr/lib/audit \
+		--with-python=yes \
+		--enable-gssapi-krb5=yes \
+		--with-libcap-ng=yes #--with-apparmor=yes
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" install
+
+	install -Dm755 "$srcdir/auditd.service" "$pkgdir/usr/lib/systemd/system/auditd.service"
+
+	cd "$pkgdir"
+	install -m755 "$srcdir/auditd.rc" etc/rc.d/auditd
+	install -d var/log/audit
+	rm -rf etc/rc.d/init.d etc/sysconfig
+
+	sed -ri 's| /sbin| /usr/sbin|' etc/audit/*.conf etc/audisp/plugins.d/*.conf
+}
+
+sha256sums=('2fc8f97020121593f516dc011ef61f39043c4cea9b2cb9ab3849bf9e41dedf02'
+            '1e374ff164667b6a11f84c825a39996b449dc712d573996907cd47f063bf0dd5'
+            '3c7179f40216b594675f26bb73884406c8ac91577b609dd1ab9837f889954007'
+            '6adadb405bebe99bb6a50e80e7c1a356996626e135d566283448fe4019fff3a4')

Deleted: community-x86_64/auditd.rc
===================================================================
--- community-x86_64/auditd.rc	2013-04-22 07:46:59 UTC (rev 88731)
+++ community-x86_64/auditd.rc	2013-04-22 07:51:09 UTC (rev 88732)
@@ -1,51 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -o %PPID auditd`
-
-case "$1" in
-	start)
-		stat_busy "Starting auditd"
-		[ -z "$PID" ] && {
-			/usr/sbin/auditctl -R /etc/audit/audit.rules >/dev/null || stat_die
-			/usr/sbin/auditd || stat_die
-		}
-		add_daemon auditd
-		stat_done
-		;;
-
-	stop)
-		stat_busy "Stopping auditd"
-		[ ! -z "$PID" ] && kill $PID &> /dev/null
-		if [ $? -gt 0 ]; then
-			stat_fail
-		else
-			rm_daemon auditd
-			stat_done
-		fi
-		;;
-
-	restart)
-		$0 stop
-		sleep 1
-		$0 start
-		;;
-
-	reload)
-		stat_busy "Reloading auditd"
-		[ ! -z "$PID" ] && kill -HUP $PID &> /dev/null
-		if [ $? -gt 0 ]; then
-			stat_fail
-		else
-			rm_daemon auditd
-			stat_done
-		fi
-		;;
-
-	*)
-		echo "usage: $0 {start|stop|restart|reload}"
-esac
-
-exit 0

Copied: audit/repos/community-x86_64/auditd.rc (from rev 88731, audit/trunk/auditd.rc)
===================================================================
--- community-x86_64/auditd.rc	                        (rev 0)
+++ community-x86_64/auditd.rc	2013-04-22 07:51:09 UTC (rev 88732)
@@ -0,0 +1,51 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+PID=`pidof -o %PPID auditd`
+
+case "$1" in
+	start)
+		stat_busy "Starting auditd"
+		[ -z "$PID" ] && {
+			/usr/sbin/auditctl -R /etc/audit/audit.rules >/dev/null || stat_die
+			/usr/sbin/auditd || stat_die
+		}
+		add_daemon auditd
+		stat_done
+		;;
+
+	stop)
+		stat_busy "Stopping auditd"
+		[ ! -z "$PID" ] && kill $PID &> /dev/null
+		if [ $? -gt 0 ]; then
+			stat_fail
+		else
+			rm_daemon auditd
+			stat_done
+		fi
+		;;
+
+	restart)
+		$0 stop
+		sleep 1
+		$0 start
+		;;
+
+	reload)
+		stat_busy "Reloading auditd"
+		[ ! -z "$PID" ] && kill -HUP $PID &> /dev/null
+		if [ $? -gt 0 ]; then
+			stat_fail
+		else
+			rm_daemon auditd
+			stat_done
+		fi
+		;;
+
+	*)
+		echo "usage: $0 {start|stop|restart|reload}"
+esac
+
+exit 0

Deleted: community-x86_64/auditd.service
===================================================================
--- community-x86_64/auditd.service	2013-04-22 07:46:59 UTC (rev 88731)
+++ community-x86_64/auditd.service	2013-04-22 07:51:09 UTC (rev 88732)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Security Auditing Service
-After=syslog.target
-
-[Service]
-ExecStart=/usr/sbin/auditd -n
-ExecStartPost=/usr/sbin/auditctl -R /etc/audit/audit.rules
-
-[Install]
-WantedBy=multi-user.target
\ No newline at end of file

Copied: audit/repos/community-x86_64/auditd.service (from rev 88731, audit/trunk/auditd.service)
===================================================================
--- community-x86_64/auditd.service	                        (rev 0)
+++ community-x86_64/auditd.service	2013-04-22 07:51:09 UTC (rev 88732)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Security Auditing Service
+After=syslog.target
+
+[Service]
+ExecStart=/usr/sbin/auditd -n
+ExecStartPost=/usr/sbin/auditctl -R /etc/audit/audit.rules
+
+[Install]
+WantedBy=multi-user.target
\ No newline at end of file

Deleted: community-x86_64/python2.patch
===================================================================
--- community-x86_64/python2.patch	2013-04-22 07:46:59 UTC (rev 88731)
+++ community-x86_64/python2.patch	2013-04-22 07:51:09 UTC (rev 88732)
@@ -1,11 +0,0 @@
---- 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.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.
- set dummy $ac_prog; ac_word=$2

Copied: audit/repos/community-x86_64/python2.patch (from rev 88731, audit/trunk/python2.patch)
===================================================================
--- community-x86_64/python2.patch	                        (rev 0)
+++ community-x86_64/python2.patch	2013-04-22 07:51:09 UTC (rev 88732)
@@ -0,0 +1,11 @@
+--- 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.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.
+ set dummy $ac_prog; ac_word=$2




More information about the arch-commits mailing list