[arch-commits] Commit in php-suhosin/repos (3 files)

Pierre Schmitz pierre at archlinux.org
Fri Aug 19 20:05:56 UTC 2011


    Date: Friday, August 19, 2011 @ 16:05:56
  Author: pierre
Revision: 135864

db-move: moved php-suhosin from [testing] to [extra] (x86_64)

Added:
  php-suhosin/repos/extra-x86_64/PKGBUILD
    (from rev 135858, php-suhosin/repos/testing-x86_64/PKGBUILD)
Deleted:
  php-suhosin/repos/extra-x86_64/PKGBUILD
  php-suhosin/repos/testing-x86_64/

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-08-19 20:05:55 UTC (rev 135863)
+++ extra-x86_64/PKGBUILD	2011-08-19 20:05:56 UTC (rev 135864)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=php-suhosin
-pkgver=0.9.32.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='An advanced protection system for PHP installations'
-url='http://www.hardened-php.net/suhosin/'
-license='PHP'
-source=("http://download.suhosin.org/suhosin-${pkgver}.tar.gz")
-depends=('php')
-conflicts=('php-suhosin-extension')
-replaces=('php-suhosin-extension')
-backup=('etc/php/conf.d/suhosin.ini')
-md5sums=('26a86f0f684a656c3e789e3eb4ec1db3')
-
-build() {
-	cd ${srcdir}/suhosin-${pkgver}
-	phpize
-	./configure --prefix=/usr --enable-suhosin
-	make
-}
-
-package() {
-	cd ${srcdir}/suhosin-${pkgver}
-	make INSTALL_ROOT=${pkgdir} install
-	# disable by default
-	sed -i 's|extension = suhosin.so|;extension=suhosin.so|g' suhosin.ini
-	install -D -m644 suhosin.ini ${pkgdir}/etc/php/conf.d/suhosin.ini
-}

Copied: php-suhosin/repos/extra-x86_64/PKGBUILD (from rev 135858, php-suhosin/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-08-19 20:05:56 UTC (rev 135864)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=php-suhosin
+pkgver=0.9.32.1
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc='An advanced protection system for PHP installations'
+url='http://www.hardened-php.net/suhosin/'
+license='PHP'
+source=("http://download.suhosin.org/suhosin-${pkgver}.tar.gz")
+depends=('php')
+conflicts=('php-suhosin-extension')
+replaces=('php-suhosin-extension')
+backup=('etc/php/conf.d/suhosin.ini')
+md5sums=('26a86f0f684a656c3e789e3eb4ec1db3')
+
+build() {
+	cd ${srcdir}/suhosin-${pkgver}
+	phpize
+	./configure --prefix=/usr --enable-suhosin
+	make
+}
+
+package() {
+	cd ${srcdir}/suhosin-${pkgver}
+	make INSTALL_ROOT=${pkgdir} install
+	# disable by default
+	sed -i 's|extension = suhosin.so|;extension=suhosin.so|g' suhosin.ini
+	install -D -m644 suhosin.ini ${pkgdir}/etc/php/conf.d/suhosin.ini
+}




More information about the arch-commits mailing list