Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=400cfd12366df8d9dd9f2b44a575b4a393014c96
commit 400cfd12366df8d9dd9f2b44a575b4a393014c96 Author: CSÉCSY László <[email protected]> Date: Mon Mar 21 10:02:36 2011 +0100 php-5.3.6-1-x86_64 version bump built with new libmysqlclient.so corrected mysqld's socket path diff --git a/source/devel/php/FrugalBuild b/source/devel/php/FrugalBuild index ae18845..2f6e5b1 100644 --- a/source/devel/php/FrugalBuild +++ b/source/devel/php/FrugalBuild @@ -3,13 +3,13 @@ # Contributor: VMiklos <[email protected]> pkgname=php -pkgver=5.3.5 -pkgrel=2 +pkgver=5.3.6 +pkgrel=1 pkgdesc="A widely-used general-purpose scripting language" url="http://www.php.net" backup=(etc/{php.ini,httpd/conf/modules.d/$pkgname.conf}) depends=('openssl>=1.0.0' 'libjpeg' 'freetype2>=2.3.1' 'libpng' 'gdbm' 'libxslt' 'curl>=7.19.0' 'libxml2' 'libmcrypt' \ - 'libidn' 'libmysqlclient>=5.5.8' 'libpq>=8.4.0' 'sqlite3' 're2c' 'zlib') + 'libidn' 'libmysqlclient>=5.5.10' 'libpq>=8.4.0' 'sqlite3' 're2c' 'zlib') provides=('php-pecl-pdo') replaces=('php-pecl-pdo') makedepends=('apache' 'imap>=2006k-2' 'bzip2' 'mta' 'tidy=1306.g4387491' 'freetds' 'mysql' \ @@ -68,7 +68,7 @@ build() --with-jpeg-dir=/usr \ --with-mcrypt=shared,/usr \ --with-mysql=shared,/usr \ - --with-mysql-sock=/tmp/mysql.sock \ + --with-mysql-sock=/var/run/mysql/mysqld.sock \ --with-openssl \ --with-gettext \ --with-pear=/usr/share/pear \ @@ -144,7 +144,7 @@ build() Fln /usr/share/libtool/config/ltmain.sh /usr/lib/php/build/ltmain.sh Fln /usr/share/aclocal/libtool.m4 /usr/lib/php/build/libtool.m4 } -sha1sums=('311580752c5075741d814c5c4c5acbc8eb04533d' \ +sha1sums=('9abcdea458c096c789504727e90706d7085e9755' \ '9249ca52e57a3069befe20311fd02fc8bee7aeef' \ '0850ef23512a02e8460dc36f08f453d148dcd9df' \ '40ae88f0721e02a2c75de76be342c51c85bf734d' \
_______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
