summaryrefslogtreecommitdiff
path: root/www/php4/Makefile.common
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2006-08-24 22:45:09 +0000
committersalo <salo@pkgsrc.org>2006-08-24 22:45:09 +0000
commit6eb6e4e166153f2d0d9c5327afb7153a30aec1bf (patch)
treeeb92d7d79a058ea9906d91204189bc4c3963b65b /www/php4/Makefile.common
parent4fc1fdec7b680fc9f0953de2636dfb0e51abecdd (diff)
downloadpkgsrc-6eb6e4e166153f2d0d9c5327afb7153a30aec1bf.tar.gz
Pullup ticket 1807 - requested by adrianp
security update for php4 Revisions pulled up: - pkgsrc/www/php4/Makefile.common 1.54 - pkgsrc/www/php4/distinfo 1.57 - pkgsrc/www/php4/patches/patch-aw removed Module Name: pkgsrc Committed By: adrianp Date: Sun Aug 20 09:44:59 UTC 2006 Modified Files: pkgsrc/www/php4: Makefile.common distinfo Removed Files: pkgsrc/www/php4/patches: patch-aw Log Message: PHP 4.4.4 Release Announcement This release address a series of locally exploitable security problems discovered since PHP 4.4.3. All PHP users are encouraged to upgrade to this release as soon as possible. This release provides the following security fixes: * Added missing safe_mode/open_basedir checks inside the error_log(), file_exists(), imap_open() and imap_reopen() functions. * Fixed overflows inside str_repeat() and wordwrap() functions on 64bit * systems. * Fixed possible open_basedir/safe_mode bypass in cURL extension. * Fixed overflow in GD extension on invalid GIF images. * Fixed a buffer overflow inside sscanf() function. * Fixed memory_limit restriction on 64 bit system.
Diffstat (limited to 'www/php4/Makefile.common')
-rw-r--r--www/php4/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php4/Makefile.common b/www/php4/Makefile.common
index 95fed932790..5c1beaa7fa4 100644
--- a/www/php4/Makefile.common
+++ b/www/php4/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.52.4.1 2006/08/16 07:17:41 salo Exp $
+# $NetBSD: Makefile.common,v 1.52.4.2 2006/08/24 22:45:09 salo Exp $
DISTNAME?= php-${PHP_DIST_VERS}
CATEGORIES+= www php4
@@ -18,7 +18,7 @@ HOMEPAGE?= http://www.php.net/
# PHP_DIST_VERS version number on the php distfile
# PHP_BASE_VERS pkgsrc-mangled version number (convert pl -> .)
#
-PHP_DIST_VERS= 4.4.3
+PHP_DIST_VERS= 4.4.4
PHP_BASE_VERS= ${PHP_DIST_VERS}
DISTFILES?= ${PHP_DISTFILE}