summaryrefslogtreecommitdiffstats
path: root/main/php/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-08-23 06:31:33 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-08-23 06:31:33 +0000
commit94193c1044f516baae20c506d2cf61947273b8d5 (patch)
tree99f400f09bd72e697bb646ed40c8948a5f6b0082 /main/php/APKBUILD
parent420fc4f8e231b15e000124b357e8a97a41d32694 (diff)
downloadaports-94193c1044f516baae20c506d2cf61947273b8d5.tar.bz2
aports-94193c1044f516baae20c506d2cf61947273b8d5.tar.xz
main/php: fix crypt() md5 hashing
https://bugs.php.net/bug.php?id=55439
Diffstat (limited to 'main/php/APKBUILD')
-rw-r--r--main/php/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/php/APKBUILD b/main/php/APKBUILD
index 3acdbf7ce..2f0c8d698 100644
--- a/main/php/APKBUILD
+++ b/main/php/APKBUILD
@@ -3,7 +3,7 @@
pkgname=php
pkgver=5.3.7
_suhosinver=5.3.7-0.9.10
-pkgrel=0
+pkgrel=1
pkgdesc="The PHP language runtime engine"
url="http://www.php.net/"
arch="all"
@@ -73,6 +73,7 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-common $pkgname-cgi
# http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz
source="http://www.php.net/distributions/${pkgname}-${pkgver}.tar.bz2
suhosin-patch-${_suhosinver}.patch
+ php-crypt-fix-r315218.patch
php-fpm.initd
php5-module.conf
"
@@ -426,5 +427,6 @@ pdo_dblib() { _mv_ext pdo_dblib "php-pdo freetds"; }
md5sums="2d47d003c96de4e88863ff38da61af33 php-5.3.7.tar.bz2
8bd8840465d6bcd8e1e5d2cec80a1bfc suhosin-patch-5.3.7-0.9.10.patch
+15464f965b6957c19684c992c669e1c2 php-crypt-fix-r315218.patch
8f2bb2b744a2de50025842cb51fb6a3a php-fpm.initd
67719f428f44ec004da18705cbabe2ee php5-module.conf"