summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-04-02Reset PKGREVISION after all PHP language packages.taca9-18/+9
2016-04-02Note update PHP language pacakges.taca1-1/+4
lang/php55 5.5.34 lang/php56 5.6.20 lang/php70 7.0.5
2016-04-02Update php70 to 7.0.5, including security fix.taca4-9/+24
Add add an patch to fix memory leak noted from Zafer Aydoğan via private mail. 31 Mar 2016 PHP 7.0.5 - Core: . Huge pages disabled by default. (Rasmus) . Added ability to enable huge pages in Zend Memory Manager through the environment variable USE_ZEND_ALLOC_HUGE_PAGES=1. (Dmitry) . Fixed bug #71756 (Call-by-reference widens scope to uninvolved functions when used in switch). (Laruence) . Fixed bug #71729 (Possible crash in zend_bin_strtod, zend_oct_strtod, zend_hex_strtod). (Laruence) . Fixed bug #71695 (Global variables are reserved before execution). (Laruence) . Fixed bug #71629 (Out-of-bounds access in php_url_decode in context php_stream_url_wrap_rfc2397). (mt at debian dot org) . Fixed bug #71622 (Strings used in pass-as-reference cannot be used to invoke C::$callable()). (Bob) . Fixed bug #71596 (Segmentation fault on ZTS with date function (setlocale)). (Anatol) . Fixed bug #71535 (Integer overflow in zend_mm_alloc_heap()). (Dmitry) . Fixed bug #71470 (Leaked 1 hashtable iterators). (Nikita) . Fixed bug #71575 (ISO C does not allow extra ‘;’ outside of a function). (asgrim) . Fixed bug #71724 (yield from does not count EOLs). (Nikita) . Fixed bug #71767 (ReflectionMethod::getDocComment returns the wrong comment). (Grigorii Sokolik) . Fixed bug #71806 (php_strip_whitespace() fails on some numerical values). (Nikita) . Fixed bug #71624 (`php -R` (PHP_MODE_PROCESS_STDIN) is broken). (Sean DuBois) - CLI Server: . Fixed bug #69953 (Support MKCALENDAR request method). (Christoph) - Curl: . Fixed bug #71694 (Support constant CURLM_ADDED_ALREADY). (mpyw) - Date: . Fixed bug #71635 (DatePeriod::getEndDate segfault). (Thomas Punt) - Fileinfo: . Fixed bug #71527 (Buffer over-write in finfo_open with malformed magic file). (Anatol) - libxml: . Fixed bug #71536 (Access Violation crashes php-cgi.exe). (Anatol) - mbstring: . Fixed bug #71906 (AddressSanitizer: negative-size-param (-1) in mbfl_strcut). (Stas) - ODBC: . Fixed bug #47803, #69526 (Executing prepared statements is succesfull only for the first two statements). (einavitamar at gmail dot com, Anatol) - PCRE: . Fixed bug #71659 (segmentation fault in pcre running twig tests). (nish dot aravamudan at canonical dot com) - PDO_DBlib: . Bug #54648 (PDO::MSSQL forces format of datetime fields). (steven dot lambeth at gmx dot de, Anatol) - Phar: . Fixed bug #71625 (Crash in php7.dll with bad phar filename). (Anatol) . Fixed bug #71317 (PharData fails to open specific file). (Jos Elstgeest) . Fixed bug #71860 (Invalid memory write in phar on filename with \0 in name). (Stas) - phpdbg: . Fixed crash when advancing (except step) inside an internal function. (Bob) - Session: . Fixed Bug #71683 (Null pointer dereference in zend_hash_str_find_bucket). (Yasuo) - SNMP: . Fixed bug #71704 (php_snmp_error() Format String Vulnerability). (andrew at jmpesp dot org) - SPL: . Fixed bug #71617 (private properties lost when unserializing ArrayObject). (Nikita) - Standard: . Fixed bug #71660 (array_column behaves incorrectly after foreach by reference). (Laruence) . Fixed bug #71798 (Integer Overflow in php_raw_url_encode). (taoguangchen at icloud dot com, Stas) - Zip: . Update bundled libzip to 1.1.2. (Remi, Anatol)
2016-04-02Update php56 to 5.6.20, including security fix.taca4-9/+24
Add add an patch to fix memory leak noted from Zafer Aydo«»an via private mail. 31 Mar 2016, PHP 5.6.20 - CLI Server: . Fixed bug #69953 (Support MKCALENDAR request method). (Christoph) - Core: . Fixed bug #71596 (Segmentation fault on ZTS with date function (setlocale)). (Anatol) - Curl: . Fixed bug #71694 (Support constant CURLM_ADDED_ALREADY). (mpyw) - Date: . Fixed bug #71635 (DatePeriod::getEndDate segfault). (Thomas Punt) - Fileinfo: . Fixed bug #71527 (Buffer over-write in finfo_open with malformed magic file). (Anatol) - Mbstring: . Fixed bug #71906 (AddressSanitizer: negative-size-param (-1) in mbfl_strcut). (Stas) - ODBC: . Fixed bug #47803, #69526 (Executing prepared statements is succesfull only for the first two statements). (einavitamar at gmail dot com, Anatol) . Fixed bug #71860 (Invalid memory write in phar on filename with \0 in name). (Stas) - PDO_DBlib: . Bug #54648 (PDO::MSSQL forces format of datetime fields). (steven dot lambeth at gmx dot de, Anatol) - Phar: . Fixed bug #71625 (Crash in php7.dll with bad phar filename). (Anatol) . Fixed bug #71504 (Parsing of tar file with duplicate filenames causes memory leak). (Jos Elstgeest) - SNMP: . Fixed bug #71704 (php_snmp_error() Format String Vulnerability). (andrew at jmpesp dot org) - Standard . Fixed bug #71798 (Integer Overflow in php_raw_url_encode). (taoguangchen at icloud dot com, Stas)
2016-04-02Update php55 to 5.5.34, including security fix.taca4-9/+24
Add add an patch to fix memory leak noted from Zafer Aydo«»an via private mail. 31 Mar 2016, PHP 5.5.34 - Fileinfo: . Fixed bug #71527 (Buffer over-write in finfo_open with malformed magic file). (Anatol) - Mbstring: . Fixed bug #71906 (AddressSanitizer: negative-size-param (-1) in mbfl_strcut). (Stas) - OBBC . Fixed bug #71860 (Invalid memory write in phar on filename with \0 in name). (Stas) - SNMP: . Fixed bug #71704 (php_snmp_error() Format String Vulnerability). (andrew at jmpesp dot org) - Standard . Fixed bug #71798 (Integer Overflow in php_raw_url_encode). (taoguangchen at icloud dot com, Stas)
2016-04-02Add INSTALLATION_DIRS.jperkin1-3/+3
2016-04-02Fix INSTALLATION_DIRS.jperkin1-2/+2
2016-04-02Add INSTALLATION_DIRS.jperkin1-1/+3
2016-04-02Fix INSTALLATION_DIRS typo.jperkin1-2/+2
2016-04-02Ensure destination directory is precreated. Fixes some pax failures.jperkin1-1/+2
2016-04-02Updated filesystems/glusterfs to 3.7.10manu1-1/+2
2016-04-02Update glusterfs to 3.7.10manu3-85/+86
This is a maintenance release
2016-04-01Pass -mandir, fixes PKGMANDIR.jperkin1-1/+2
2016-04-01Use PKGMANDIR.jperkin2-4/+4
2016-04-01Use PKGMANDIR. Add patch comment.jperkin2-4/+6
2016-04-01Honour --mandir. Fixes PKGMANDIR.jperkin2-5/+14
2016-04-01Use PKGMANDIR.jperkin2-4/+4
2016-04-01Support PKGMANDIR.jperkin2-1/+17
2016-04-01Use PKGMANDIR.jperkin2-5/+5
2016-04-01Support PKGMANDIR.jperkin2-7/+16
2016-04-01Repeat after me:joerg3-1/+45
I shall not "use namespace std;" before including 3rd party headers.
2016-04-01Honour --mandir. Fixes PKGMANDIR.jperkin2-5/+13
2016-04-01Honour --mandir. Fixes PKGMANDIR.jperkin2-6/+9
2016-04-01Support PKGMANDIR.jperkin2-6/+8
2016-04-01Use CMAKE_INSTALL_MANDIR. Fixes PKGMANDIR.jperkin2-4/+4
2016-04-01Use PKGMANDIR.jperkin1-2/+2
2016-04-01Pass --mandir. Fixes PKGMANDIR.jperkin1-1/+2
2016-04-01Use PKGMANDIR.jperkin2-4/+6
2016-04-01Use PKGMANDIR. Add patch comment.jperkin2-5/+11
2016-04-01Pass --mandir. Fixes PKGMANDIR.jperkin1-1/+2
2016-04-01Use PKGMANDIR. Add patch comment.jperkin2-9/+12
2016-04-01Honour --mandir. Fixes PKGMANDIR.jperkin2-5/+16
2016-04-01Support PKGMANDIR. Add patch comment.jperkin2-4/+6
2016-04-01Use PKGMANDIR.jperkin2-4/+4
2016-04-01Specify MANDIR. Fixes PKGMANDIR.jperkin1-1/+2
2016-04-01Use PKGMANDIR.jperkin2-6/+8
2016-04-01Honour --mandir. Fixes PKGMANDIR.jperkin2-1/+14
2016-04-01Support PKGMANDIR.jperkin2-12/+18
2016-04-01Use PKGMANDIR. Add patch comment.jperkin2-5/+7
2016-04-01Fix building on OS X.adam2-1/+18
2016-04-01Use PKGMANDIR. Add patch comment.jperkin2-4/+7
2016-04-01Support PKGMANDIR.jperkin2-1/+17
2016-04-01Use PKGMANDIR. Add patch comment.jperkin2-4/+6
2016-04-01Support PKGMANDIR. Add patch comment.jperkin2-5/+12
2016-04-01Support PKGMANDIR.jperkin2-1/+20
2016-04-01Use PKGMANDIR.jperkin2-4/+13
2016-04-01Support PKGMANDIR.jperkin2-1/+23
2016-04-01Pass --mandir. Fixes PKGMANDIR.jperkin1-3/+4
2016-04-01Use CMAKE_INSTALL_MANDIR. Fixes PKGMANDIR.jperkin2-4/+4
2016-04-01Use PKGMANDIR.jperkin3-11/+11