diff options
author | adrianp <adrianp> | 2007-06-06 19:33:12 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2007-06-06 19:33:12 +0000 |
commit | e905df1f8f24c97c0d9d3a392c1b475bf4bb0696 (patch) | |
tree | 66c4e2e24820b36bcee79cde97a703b2deae3364 /lang/php5 | |
parent | e9c6f0053b1365e598fbe5b4689477342faa6071 (diff) | |
download | pkgsrc-e905df1f8f24c97c0d9d3a392c1b475bf4bb0696.tar.gz |
Update to php-5.2.3
Security Fixes
* Fixed an integer overflow inside chunk_split() (by Gerhard Wagner, CVE-2007-2872)
* Fixed possible infinite loop in imagecreatefrompng. (by Xavier Roche, CVE-2007-2756)
* Fixed ext/filter Email Validation Vulnerability (MOPB-45 by Stefan Esser, CVE-2007-1900)
* Fixed bug #41492 (open_basedir/safe_mode bypass inside realpath()) (by bugs dot php dot net at chsc dot dk)
* Improved fix for CVE-2007-1887 to work with non-bundled sqlite2 lib.
* Added mysql_set_charset() to allow runtime altering of connection encoding.
* Upgraded bundled SQLite 3 to version 3.3.17. (Ilia)
* Fixed gd build when used with freetype 1.x (Pierre, Tony)
And a fair few bugs fixed, see: http://www.php.net/ChangeLog-5.php#5.2.3
for all the details.
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 4 | ||||
-rw-r--r-- | lang/php5/Makefile.common | 4 | ||||
-rw-r--r-- | lang/php5/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index d7925821c54..59dd2d36eff 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2007/05/06 20:07:28 adrianp Exp $ +# $NetBSD: Makefile,v 1.52 2007/06/06 19:33:12 adrianp Exp $ PKGNAME= php-${PHP_BASE_VERS} CATEGORIES= lang @@ -35,7 +35,7 @@ post-install: ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${PREFIX}/bin/php ${INSTALL_DATA} ${WRKSRC}/sapi/cli/php.1 ${PREFIX}/${PKGMANDIR}/man1/php.1 ${INSTALL_DATA_DIR} ${CGIDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cgi/php ${CGIDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cgi/php-cgi ${CGIDIR}/php ${INSTALL_DATA_DIR} ${EGDIR} cd ${WRKSRC}; ${INSTALL_DATA} php.ini-dist php.ini-recommended ${EGDIR} ${INSTALL_DATA_DIR} ${PREFIX}/share/php diff --git a/lang/php5/Makefile.common b/lang/php5/Makefile.common index 0e97c2108d3..0a2b66dbe17 100644 --- a/lang/php5/Makefile.common +++ b/lang/php5/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.25 2007/05/06 20:07:36 adrianp Exp $ +# $NetBSD: Makefile.common,v 1.26 2007/06/06 19:33:13 adrianp Exp $ .if !defined(DISTNAME) DISTNAME= php-${PHP_BASE_VERS} @@ -15,7 +15,7 @@ EXTRACT_SUFX?= .tar.bz2 MAINTAINER?= jdolecek@NetBSD.org HOMEPAGE?= http://www.php.net/ -PHP_BASE_VERS= 5.2.2 +PHP_BASE_VERS= 5.2.3 PHP_EXTENSION_DIR= lib/php/20040412 PLIST_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR:Q} diff --git a/lang/php5/distinfo b/lang/php5/distinfo index 606f4287345..df60f7b7269 100644 --- a/lang/php5/distinfo +++ b/lang/php5/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.40 2007/05/06 20:07:36 adrianp Exp $ +$NetBSD: distinfo,v 1.41 2007/06/06 19:33:13 adrianp Exp $ -SHA1 (php-5.2.2/php-5.2.2.tar.bz2) = b9b0b8f778eee61afcff24e286e626baed8d2934 -RMD160 (php-5.2.2/php-5.2.2.tar.bz2) = 15e844530bced2960e35fd291fb71a416562aec0 -Size (php-5.2.2/php-5.2.2.tar.bz2) = 7310926 bytes +SHA1 (php-5.2.3/php-5.2.3.tar.bz2) = 0a02e05e1c663c0d4ee0b253917c0e140e606261 +RMD160 (php-5.2.3/php-5.2.3.tar.bz2) = 3c895cf7e513e5a3d7d9f742a9d56102cbb3a79b +Size (php-5.2.3/php-5.2.3.tar.bz2) = 7417635 bytes SHA1 (patch-aa) = 20bc3831e435182d014b11ae9f1f6c537a21af20 SHA1 (patch-ag) = 4ccb67ba6f5370b1d16b087e3e714de3e5ae604e SHA1 (patch-ah) = c7cbd4b9ea0796ea3b7491c2cffb6ddddc518587 |