| Submitter | Gustavo Zacarias |
|---|---|
| Date | June 17, 2012, 2:06 p.m. |
| Message ID | <1339941963-30572-1-git-send-email-gustavo@zacarias.com.ar> |
| Download | mbox | patch |
| Permalink | /patch/165342/ |
| State | Accepted |
| Commit | 74b442c8b41f466253b84fd4b529cd1a6bac2587 |
| Headers | show |
Comments
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Bump php to version 5.3.14 to fix CVE-2012-2143 and other
Gustavo> assorted bugs. Signed-off-by: Gustavo Zacarias
Committed, thanks.
Patch
diff --git a/package/php/php.mk b/package/php/php.mk index af041c9..fee2c92 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ############################################################# -PHP_VERSION = 5.3.13 +PHP_VERSION = 5.3.14 PHP_SOURCE = php-$(PHP_VERSION).tar.bz2 PHP_SITE = http://www.php.net/distributions PHP_INSTALL_STAGING = YES
Bump php to version 5.3.14 to fix CVE-2012-2143 and other assorted bugs. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> --- package/php/php.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)