summaryrefslogtreecommitdiff
path: root/www/php-curl
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2005-04-11 20:02:56 +0000
committerjdolecek <jdolecek@pkgsrc.org>2005-04-11 20:02:56 +0000
commitddc89cd2e3e71ee109b6aaa1f66f7142db2a0ce1 (patch)
treee7ae23d1a6c87dd7d181a7d4c348ebacae66da1a /www/php-curl
parentf64b8278d29ad30c2b7d98bdcecd5661313184a5 (diff)
downloadpkgsrc-ddc89cd2e3e71ee109b6aaa1f66f7142db2a0ce1.tar.gz
Update php4 to 4.3.11.
This is a maintenance release that in addition to over 70 non-critical bug fixes addresses several security issues inside the exif and fbsql extensions as well as the unserialize(), swf_definepoly() and getimagesize() functions. All Users of PHP are strongly encouraged to upgrade to this release. Bugfix release * Crash in bzopen() if supplied path to non-existent file. * DOM crashing when attribute appended to Document. * unserialize() float problem on non-English locales. * Crash in msg_send() when non-string is stored without being serialized. * Possible infinite loop in imap_mail_compose(). * Fixed crash in chunk_split(), when chunklen > strlen. * session_set_save_handler crashes PHP when supplied non-existent object ref. * Memory leak in zend_language_scanner.c. * Compile failures of zend_strtod.c. * Fixed crash in overloaded objects & overload() function. * cURL functions bypass open_basedir. PHP4 also doesn't bundle PEAR Net_Socket and Net_SMTP anymore now.
Diffstat (limited to 'www/php-curl')
-rw-r--r--www/php-curl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php-curl/Makefile b/www/php-curl/Makefile
index 80b491864bd..f7ac9e2b852 100644
--- a/www/php-curl/Makefile
+++ b/www/php-curl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2005/01/03 15:59:12 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2005/04/11 20:02:57 jdolecek Exp $
MODNAME= curl
-PKGREVISION= 1
+PKGREVISION= # empty
CATEGORIES+= www
COMMENT= PHP extension for curl functions