summaryrefslogtreecommitdiff
path: root/lang/php5/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2008-12-10 19:37:01 +0000
committeradrianp <adrianp@pkgsrc.org>2008-12-10 19:37:01 +0000
commit65499e7d3fe14b17ee1f8b84e34045183d35dd97 (patch)
treee4c92b2c8ea3a1517ada7c70da2498b051af873c /lang/php5/Makefile
parentc62ab909f05b31696076465486ea7a29e2346acd (diff)
downloadpkgsrc-65499e7d3fe14b17ee1f8b84e34045183d35dd97.tar.gz
Update to 5.2.8.
Security Enhancements and Fixes in PHP 5.2.7: Upgraded PCRE to version 7.8 (Fixes CVE-2008-2371) Fixed missing initialization of BG(page_uid) and BG(page_gid), reported by Maksymilian Arciemowicz. Fixed incorrect php_value order for Apache configuration, reported by Maksymilian Arciemowicz. Fixed a crash inside gd with invalid fonts (Fixes CVE-2008-3658). Fixed a possible overflow inside memnstr (Fixes CVE-2008-3659). Fixed security issues detailed in CVE-2008-2665 and CVE-2008-2666. Fixed bug #45151 (Crash with URI/file..php (filename contains 2 dots)).(Fixes CVE-2008-3660) Fixed bug #42862 (IMAP toolkit crash: rfc822.c legacy routine buffer overflow). (Fixes CVE-2008-2829) Key enhancements in PHP 5.2.7 include: Fixed several memory leaks inside the readline and sqlite extensions A number of corrections relating to date parsing inside the date extension Fixed bugs relating to data retrieval in the PDO extension A series of crashes in various areas of code were resolved Several corrections were made to the strip_tags() function in terms of < and <?XML handling A number of bugs were fixed in extract() function when EXTR_REFS flag is being used Added the ability to log PHP errors to the SAPI (Ex. Apache log) logging facility Over 170 bug fixes. 5.2.8 Reverted bug fix Fixed bug #42718 that broke magic_quotes_gpc (Scott)
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r--lang/php5/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 6b55836c33c..df220f05c62 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2008/12/08 14:52:00 adrianp Exp $
+# $NetBSD: Makefile,v 1.69 2008/12/10 19:37:01 adrianp Exp $
PKGNAME= php-${PHP_BASE_VERS}
CATEGORIES= lang
-PKGREVISION= 2
HOMEPAGE= http://www.php.net/
COMMENT= PHP Hypertext Preprocessor version 5