Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/php: security upgrade to 5.4.40 | Natanael Copa | 2015-05-05 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed with 5.4.40: - CVE-2014-9709 - CVE-2015-1352 - CVE-2015-2301 - CVE-2015-2301 - CVE-2015-2783 - CVE-2015-3329 - CVE-2015-3330 Fixed with 5.4.39: - CVE-2015-2305 - CVE-2015-2331 - CVE-2015-2348 - CVE-2015-2787 Fixed with 5.4.38: - CVE-2014-9705 - CVE-2015-0235 (migitation) - CVE-2015-0273 Fixed with 5.4.37: - CVE-2015-0231 - CVE-2014-9427 - CVE-2015-0232 - CVE-2014-9652 Fixed with 5.4.36: - CVE-2014-8142 Fixed with 5.4.35: CVE-2014-3710 Fixed with 5.4.34: - CVE-2014-3669 - CVE-2014-3670 - CVE-2014-3668 Fixed with 5.4.33: - no CVE fixes #3710 fixes #4111 | ||||
* | main/php: security upgrade to 5.4.32 (various CVEs) | Natanael Copa | 2014-09-01 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 21-Aug-2014 Core: Fixed bug #67717 (segfault in dns_get_record) (CVE-2014-3597). Fixed bug #67693 (incorrect push to the empty array) COM: Fixed missing type checks in com_event_sink. Fileinfo: Fixed bug #67705 (extensive backtracking in rule regular expression) (CVE-2014-3538). Fixed bug #67716 (Segfault in cdf.c) (CVE-2014-3587). GD: Fixed bug #66901 (php-gd 'c_color' NULL pointer dereference) (CVE-2014-2497). Fixed bug #67730 (Null byte injection possible with imagexxx functions) (CVE-2014-5120). Milter: Fixed bug #67715 (php-milter does not build and crashes randomly). OpenSSL: Fixed missing type checks in OpenSSL options (Yussuf Khalil, Stas). Readline: Fixed bug #55496 (Interactive mode doesn't force a newline before the prompt). Fixed bug #67496 (Save command history when exiting interactive shell with control-c). Sessions: Fixed missing type checks in php_session_create_id. SPL: Fixed bug #67539 (ArrayIterator use-after-free due to object change during sorting) (CVE-2014-4698). Fixed bug #67538 (SPL Iterators use-after-free) (CVE-2014-4670). ODBC: Fixed bug #60616 (odbc_fetch_into returns junk data at end of multi-byte char fields). fixes #3341 | ||||
* | main/php: security upgrade to 5.4.30 (CVE-2014-4721) | Natanael Copa | 2014-07-18 | 2 | -42/+8 |
| | | | | fixes #3166 | ||||
* | main/php: security fix for CVE-2014-4049 | Natanael Copa | 2014-06-23 | 2 | -4/+38 |
| | | | | fixes #3064 | ||||
* | main/php: security upgrade to 5.4.29 (CVE-2014-0237,CVE-2014-0238) | Natanael Copa | 2014-06-10 | 1 | -4/+4 |
| | | | | fixes #3022 | ||||
* | main/php: security upgrade to 5.4.28 (CVE-2014-0185) | Natanael Copa | 2014-05-28 | 1 | -4/+4 |
| | | | | fixes #2938 | ||||
* | main/php: security upgrade to 5.4.27 (CVE-2013-7345) | Natanael Copa | 2014-04-18 | 2 | -23/+8 |
| | | | | fixes #2854 | ||||
* | main/php: security fix CVE-2013-6712. Fixes #2561 | Leonardo Arena | 2014-03-04 | 2 | -4/+19 |
| | |||||
* | main/php: security upgrade to 5.4.23 (CVE-2013-6420) | Natanael Copa | 2013-12-17 | 1 | -5/+5 |
| | | | | fixes #2516 | ||||
* | main/php: mysql module should not depend on mysql (server) | Natanael Copa | 2013-10-29 | 1 | -3/+3 |
| | | | | It should automatically pull in the needed client libs | ||||
* | main/php: upgrade to 5.4.21 | Bartłomiej Piotrowski | 2013-10-18 | 1 | -5/+5 |
| | |||||
* | main/php: security upgrade to 5.4.19 (CVE-2013-4113,CVE-2013-4248) | Natanael Copa | 2013-08-30 | 1 | -4/+4 |
| | | | | fixes #2229 | ||||
* | main/php: upgrade to 5.4.17 | Bartłomiej Piotrowski | 2013-07-05 | 1 | -4/+4 |
| | |||||
* | main/php: upgrade to 5.4.16 | Natanael Copa | 2013-06-07 | 1 | -5/+5 |
| | |||||
* | main/php: link gd extension to libiconv | Natanael Copa | 2013-05-21 | 2 | -4/+57 |
| | | | | | fixes #1916 (cherry picked from commit 531fe443dc2a4e4bc06eb0723e623831a80c139b) | ||||
* | main/php: upgrade to 5.4.15 | Natanael Copa | 2013-05-15 | 1 | -5/+5 |
| | |||||
* | main/php: fix dependency issue for wddx | Natanael Copa | 2013-05-15 | 1 | -2/+9 |
| | | | | ref #1848 | ||||
* | main/php: fix circular dep: php-cgi -> php-common -> php-cgi | Natanael Copa | 2013-04-19 | 1 | -1/+2 |
| | |||||
* | main/php: fix depends for subpackages | Natanael Copa | 2013-04-12 | 1 | -6/+6 |
| | |||||
* | main/php: upgrade to 5.4.14 | Natanael Copa | 2013-04-12 | 2 | -31/+63 |
| | | | | and remove suhosin patch as its not supported upstream | ||||
* | main/php: rebuild against icu-51 | Natanael Copa | 2013-04-09 | 1 | -1/+1 |
| | |||||
* | main/php: upgrade to 5.3.23 | Bartłomiej Piotrowski | 2013-04-02 | 1 | -3/+3 |
| | |||||
* | main/php: php-cli: enable interactive shell | William Pitcock | 2013-03-09 | 1 | -1/+2 |
| | |||||
* | main/php: upgrade to 5.3.21 | Bartłomiej Piotrowski | 2013-01-24 | 1 | -2/+2 |
| | |||||
* | main/php: use libjpeg-turbo | Natanael Copa | 2013-01-01 | 1 | -2/+2 |
| | |||||
* | main/php: upgrade to 5.3.20 | Bartłomiej Piotrowski | 2012-12-24 | 1 | -2/+2 |
| | |||||
* | main/php: upgrade to 5.3.19 | Bartłomiej Piotrowski | 2012-12-17 | 1 | -2/+2 |
| | |||||
* | main/php: upgrade to 5.3.18 | Natanael Copa | 2012-10-19 | 1 | -2/+2 |
| | |||||
* | main/php: upgrade to 5.3.17 | Leonardo Arena | 2012-09-24 | 1 | -2/+2 |
| | |||||
* | main/php: upgrade to 5.3.16 | Natanael Copa | 2012-09-13 | 1 | -3/+3 |
| | |||||
* | main/php: security upgrade to 5.3.15 (CVE-2012-2688,CVE-2012-3365) | Natanael Copa | 2012-08-02 | 1 | -14/+6 |
| | | | | fixes #1268 | ||||
* | main/php: rebuild against sqlite-libs | Natanael Copa | 2012-05-31 | 1 | -1/+1 |
| | |||||
* | main/php: rebuild against icu-49 | Natanael Copa | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | main/php: update depends for postgresql plugins | Natanael Copa | 2012-05-07 | 1 | -3/+3 |
| | | | | | fixes #741 (cherry picked from commit 12aeffb20777458004c76c6c2339db003c083c81) | ||||
* | main/php: security upgrade to 5.3.12 (CVE-2012-1823) | Natanael Copa | 2012-05-07 | 1 | -5/+3 |
| | | | | | fixes #1121 (cherry picked from commit 3094cc97b38c43163f36e8de49b1be8a57f0d7cc) | ||||
* | main/php: rebuild against new net-snmp subpackages | Natanael Copa | 2012-04-19 | 1 | -1/+1 |
| | |||||
* | main/php: enable wddx extension | Leonardo Arena | 2012-04-06 | 1 | -2/+5 |
| | |||||
* | main/php: fix checksum | Natanael Copa | 2012-03-18 | 1 | -1/+1 |
| | |||||
* | various: bump pkgrel on packages where opts were replaced | Jeff Bilyk | 2012-03-17 | 1 | -1/+1 |
| | | | | bump pkgrel on various packages | ||||
* | various: replace opts | Jeff Bilyk | 2012-03-17 | 1 | -1/+1 |
| | | | | fixes #948 | ||||
* | main/php: rebuild against pcre-8.30 | Natanael Copa | 2012-03-12 | 2 | -1/+46 |
| | |||||
* | main/php: rebuild against gdbm-1.10 | Natanael Copa | 2012-02-23 | 1 | -1/+1 |
| | |||||
* | main/php: security upgrade to 5.3.10 (CVE-2012-0830) | Natanael Copa | 2012-02-03 | 1 | -6/+6 |
| | | | | fixes #991 | ||||
* | main/php/: rebuild against db-5.3 | Natanael Copa | 2012-01-27 | 1 | -1/+1 |
| | |||||
* | main/php: upgrade to 5.3.9 | Natanael Copa | 2012-01-17 | 3 | -5883/+6 |
| | |||||
* | main/php: security fix (CVE-2011-4885) | Natanael Copa | 2012-01-10 | 2 | -1/+66 |
| | | | | fixes #918 | ||||
* | main/php: build/install pear again | Natanael Copa | 2011-10-27 | 1 | -8/+27 |
| | | | | | | This reverts commit 7ca9bed6c7cae20d1211944354c89bc5ce899f4b. Seems like php pear works now. and this is the simpler way to do it. | ||||
* | main/php: upgrade to 5.3.8 | Natanael Copa | 2011-08-23 | 2 | -18/+3 |
| | |||||
* | main/php: fix crypt() md5 hashing | Natanael Copa | 2011-08-23 | 2 | -1/+16 |
| | | | | https://bugs.php.net/bug.php?id=55439 | ||||
* | main/php: upgrade to 5.3.7, remove pear | Natanael Copa | 2011-08-22 | 3 | -1588/+1590 |
| | | | | We will build pear separately |