--- - branch: pkgsrc-2013Q2 date: Sun Aug 25 17:26:38 UTC 2013 files: - new: 1.34.2.3 old: 1.34.2.2 path: pkgsrc/lang/php/phpversion.mk pathrev: pkgsrc/lang/php/phpversion.mk@1.34.2.3 type: modified - new: 1.8.4.2 old: 1.8.4.1 path: pkgsrc/lang/php54/Makefile pathrev: pkgsrc/lang/php54/Makefile@1.8.4.2 type: modified - new: 1.13.2.2 old: 1.13.2.1 path: pkgsrc/lang/php54/Makefile.common pathrev: pkgsrc/lang/php54/Makefile.common@1.13.2.2 type: modified - new: 1.3.8.1 old: '1.3' path: pkgsrc/lang/php54/PLIST pathrev: pkgsrc/lang/php54/PLIST@1.3.8.1 type: modified - new: 1.18.2.3 old: 1.18.2.2 path: pkgsrc/lang/php54/distinfo pathrev: pkgsrc/lang/php54/distinfo@1.18.2.3 type: modified - new: 1.2.8.1 old: '1.2' path: pkgsrc/lang/php54/patches/patch-configure pathrev: pkgsrc/lang/php54/patches/patch-configure@1.2.8.1 type: modified - new: '0' old: 1.1.2.2 path: pkgsrc/lang/php54/patches/patch-ext_xml_xml.c pathrev: pkgsrc/lang/php54/patches/patch-ext_xml_xml.c@0 type: deleted - new: 1.1.10.1 old: '1.1' path: pkgsrc/lang/php54/patches/patch-sapi_cgi_Makefile.frag pathrev: pkgsrc/lang/php54/patches/patch-sapi_cgi_Makefile.frag@1.1.10.1 type: modified id: 20130825T172638Z.eb02d5238560e8c2ad97a9ca88ba13906f2b1c38 log: "Pullup ticket #4222 - requested by taca\nlang/php54: security update\n\nRevisions pulled up:\n- lang/php/phpversion.mk 1.40,1.42 via patch\n- lang/php54/Makefile 1.13-1.14\n- lang/php54/Makefile.common patch\n- lang/php54/PLIST \ 1.5\n- lang/php54/distinfo 1.22-1.26 via patch\n- lang/php54/patches/patch-configure 1.3\n- lang/php54/patches/patch-ext_openssl_openssl.c deleted\n- lang/php54/patches/patch-ext_xml_xml.c \ deleted\n- lang/php54/patches/patch-sapi_cgi_Makefile.frag \ 1.2\n\n---\n Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tWed Aug 14 15:43:22 UTC 2013\n\n Modified Files:\n \tpkgsrc/lang/php54: Makefile distinfo\n Added Files:\n \tpkgsrc/lang/php54/patches: patch-ext_openssl_openssl.c\n\n \ Log Message:\n Add fix fo openssl, CVE-2013-4073.\n\n Bump PKGREVISION.\n\n---\n \ Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tFri Aug 16 00:38:24 UTC 2013\n\n Modified Files:\n \tpkgsrc/lang/php54: distinfo\n \tpkgsrc/lang/php54/patches: patch-ext_openssl_openssl.c\n\n Log Message:\n Since openssl's security problem has assigned CVE-2013-4248, update comment\n in the patch file.\n\n---\n Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tFri Aug 16 15:28:23 UTC 2013\n\n \ Modified Files:\n \tpkgsrc/lang/php: phpversion.mk\n \tpkgsrc/lang/php54: Makefile PLIST distinfo\n \tpkgsrc/lang/php54/patches: patch-configure patch-sapi_cgi_Makefile.frag\n \ Removed Files:\n \tpkgsrc/lang/php54/patches: patch-ext_openssl_openssl.c\n \ \t patch-ext_xml_xml.c\n\n Log Message:\n Update php54 to 5.4.18.\n\n \ 15 Aug 2013, PHP 5.4.18\n\n - Core:\n . Fixed value of FILTER_SANITIZE_FULL_SPECIAL_CHARS constant (previously was\n erroneously set to FILTER_SANITIZE_SPECIAL_CHARS value). (Andrey\n avp200681 gmail com).\n . Fixed bug #65254 (Exception not catchable when exception thrown in autoload\n with a namespace). (Laruence)\n \ . Fixed bug #65108 (is_callable() triggers Fatal Error).\n (David Soria Parra, Laruence)\n . Fixed bug #65088 (Generated configure script is malformed on OpenBSD).\n (Adam)\n . Fixed bug #62964 (Possible XSS on \"Registered stream filters\" info).\n (david at nnucomputerwhiz dot com)\n . Fixed bug #62672 (Error on serialize of ArrayObject). (Lior Kaplan)\n . Fixed bug #62475 (variant_* functions causes crash when null given as an\n argument). (Felipe)\n . Fixed bug #60732 (php_error_docref links to invalid pages). (Jakub Vrana)\n . Fixed bug #65226 (chroot() does not get enabled). (Anatol)\n\n \ - CGI:\n . Fixed Bug #65143 (Missing php-cgi man page). (Remi)\n\n - CLI server:\n . Fixed bug #65066 (Cli server not responsive when responding with 422 http\n status code). (Adam)\n\n - CURL:\n . Fixed bug #62665 (curl.cainfo doesn't appear in php.ini). (Lior Kaplan)\n\n - FPM:\n . Fixed bug #63983 (enabling FPM borks compile on FreeBSD).\n (chibisuke at web dot de, Felipe)\n\n - FTP:\n . Fixed bug #65228 (FTPs memory leak with SSL).\n \ (marco dot beierer at mbsecurity dot ch)\n\n - GMP:\n . Fixed bug #65227 (Memory leak in gmp_cmp second parameter). (Felipe)\n\n - Imap:\n . Fixed bug #64467 (Segmentation fault after imap_reopen failure).\n (askalski at gmail dot com)\n\n - Intl:\n . Fixed bug #62759 (Buggy grapheme_substr() on edge case). (Stas)\n . Fixed bug #61860 (Offsets may be wrong for grapheme_stri* functions).\n (Stas)\n\n - mysqlnd:\n . Fixed segfault in mysqlnd when doing long prepare. (Andrey)\n\n - ODBC:\n . Fixed bug #61387 (NULL valued anonymous column causes segfault in\n odbc_fetch_array). (Brandon Kirsch)\n\n - Openssl:\n . Fixed handling null bytes in subjectAltName (CVE-2013-4073).\n \ (Christian Heimes)\n\n - PDO:\n . Allowed PDO_OCI to compile with Oracle Database 12c client libraries.\n (Chris Jones)\n\n - PDO_dblib:\n \ . Fixed bug #65219 (PDO/dblib not working anymore (\"use dbName\" not sent)).\n \ (Stanley Sufficool)\n\n - PDO_pgsql:\n . Fixed meta data retrieve when OID is larger than 2^31. (Yasuo)\n\n - Phar:\n . Fixed Bug #65142 (Missing phar man page). (Remi)\n\n - Session\n . Fixed bug #62535 ($_SESSION[$key][\"cancel_upload\"] doesn't work as\n documented). (Arpad)\n . Fixed bug #35703 (when session_name(\"123\") consist only digits,\n should warning). (Yasuo)\n . Fixed bug #49175 (mod_files.sh does not support hash bits). Patch by\n oorza2k5 at gmail dot com (Yasuo)\n\n - Sockets:\n . Implemented FR #63472 (Setting SO_BINDTODEVICE with socket_set_option).\n (Damjan Cvetko)\n\n - SPL:\n . Fixed bug #65136 (RecursiveDirectoryIterator segfault). (Laruence)\n . Fixed bug #61828 (Memleak when calling Directory(Recursive)Iterator\n /Spl(Temp)FileObject ctor twice). (Laruence)\n . Fixed bug #60560 (SplFixedArray un-/serialize, getSize(), count() return 0,\n keys are strings). (Adam)\n\n - XML:\n \ . Fixed bug #65236 (heap corruption in xml parser, CVE-2013-4113). (Rob)\n\n---\n \ Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tSat Aug 17 00:35:08 UTC 2013\n\n Modified Files:\n \tpkgsrc/lang/php54: distinfo\n\n Log Message:\n \ Make sure to update distinfo. Thanks to Greg Oster noted the problem to me.\n\n---\n \ Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tFri Aug 23 03:11:55 UTC 2013\n\n Modified Files:\n \tpkgsrc/lang/php: phpversion.mk\n \tpkgsrc/lang/php54: distinfo\n\n Log Message:\n Update php54 to 5.4.19.\n\n 22 Aug 2013, PHP 5.4.19\n - Core:\n . Fixed bug #64503 (Compilation fails with error: conflicting types for\n 'zendparse'). (Laruence)\n\n - Openssl:\n . Fixed UMR in fix for CVE-2013-4248.\n" module: pkgsrc subject: 'CVS commit: [pkgsrc-2013Q2] pkgsrc/lang' unixtime: '1377451598' user: tron