summaryrefslogtreecommitdiff
path: root/lang/php5/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2007-06-06 19:33:12 +0000
committeradrianp <adrianp@pkgsrc.org>2007-06-06 19:33:12 +0000
commitc2c22cbdb5ab2a8fd8466ac2840a28416d009d2b (patch)
tree66c4e2e24820b36bcee79cde97a703b2deae3364 /lang/php5/Makefile
parent3842b10dde508eacd9d8c826a770aaa483902604 (diff)
downloadpkgsrc-c2c22cbdb5ab2a8fd8466ac2840a28416d009d2b.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/Makefile')
-rw-r--r--lang/php5/Makefile4
1 files changed, 2 insertions, 2 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