pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang Update php55 to 5.5.10 (PHP 5.5.10).
details: https://anonhg.NetBSD.org/pkgsrc/rev/946273aba310
branches: trunk
changeset: 631530:946273aba310
user: taca <taca%pkgsrc.org@localhost>
date: Sun Mar 09 14:09:20 2014 +0000
description:
Update php55 to 5.5.10 (PHP 5.5.10).
Version 5.5.10
6-Mar-2014
* Core:
- Fixed bug #66574 (Allow multiple paths in php_ini_scanned_path).
* Date:
- Fixed bug #45528 (Allow the DateTimeZone constructor to accept timezones
per offset too).
* Fileinfo:
- Fixed bug #66731 (file: infinite recursion (CVE-2014-1943)).
- Fixed bug #66820 (out-of-bounds memory access in fileinfo (CVE-2014-2270)).
* GD:
- Fixed bug #66815 (imagecrop(): insufficient fix for NULL defer
(CVE-2013-7327)).
* JSON:
- Fixed bug #65753 (JsonSerializeable couldn't implement on module extension).
* LDAP:
- Implemented ldap_modify_batch (https://wiki.php.net/rfc/ldap_modify_batch).
* Openssl:
- Fixed bug #66501 (Add EC key support to php_openssl_is_private_key).
* PCRE:
- Upgraded to PCRE 8.34.
* Pgsql:
- Added warning for dangerous client encoding and remove possible injections
for pg_insert()/pg_update()/pg_delete()/pg_select().
diffstat:
lang/php/phpversion.mk | 4 ++--
lang/php55/Makefile | 3 +--
lang/php55/distinfo | 8 ++++----
3 files changed, 7 insertions(+), 8 deletions(-)
diffs (49 lines):
diff -r 4cb8ff5b0e1c -r 946273aba310 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Sun Mar 09 14:08:16 2014 +0000
+++ b/lang/php/phpversion.mk Sun Mar 09 14:09:20 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.57 2014/03/09 14:08:16 taca Exp $
+# $NetBSD: phpversion.mk,v 1.58 2014/03/09 14:09:20 taca Exp $
#
# This file selects a PHP version, based on the user's preferences and
# the installed packages. It does not add a dependency on the PHP
@@ -83,7 +83,7 @@
# Define each PHP's version.
PHP53_VERSION= 5.3.28
PHP54_VERSION= 5.4.26
-PHP55_VERSION= 5.5.9
+PHP55_VERSION= 5.5.10
# Define initial release of major version.
PHP53_RELDATE= 20090630
diff -r 4cb8ff5b0e1c -r 946273aba310 lang/php55/Makefile
--- a/lang/php55/Makefile Sun Mar 09 14:08:16 2014 +0000
+++ b/lang/php55/Makefile Sun Mar 09 14:09:20 2014 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2014/02/12 23:18:05 tron Exp $
+# $NetBSD: Makefile,v 1.9 2014/03/09 14:09:20 taca Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
#
PKGNAME= php-${PHP_BASE_VERS}
-PKGREVISION= 1
CATEGORIES= lang
HOMEPAGE= http://www.php.net/
diff -r 4cb8ff5b0e1c -r 946273aba310 lang/php55/distinfo
--- a/lang/php55/distinfo Sun Mar 09 14:08:16 2014 +0000
+++ b/lang/php55/distinfo Sun Mar 09 14:09:20 2014 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.14 2014/02/07 15:35:05 taca Exp $
+$NetBSD: distinfo,v 1.15 2014/03/09 14:09:20 taca Exp $
-SHA1 (php-5.5.9.tar.bz2) = d5dac90bc09f197b73b5bfcc3ca7dd6187f32e16
-RMD160 (php-5.5.9.tar.bz2) = 9290668f79070e7a578de55498a4a5144f2d14cc
-Size (php-5.5.9.tar.bz2) = 13019443 bytes
+SHA1 (php-5.5.10.tar.bz2) = 833cf2a7f5428e95b92c28b6440211f9bd0c7937
+RMD160 (php-5.5.10.tar.bz2) = 9f3a5a4521304bb9e9aa2846f0834a7a28d1f704
+Size (php-5.5.10.tar.bz2) = 13102742 bytes
SHA1 (patch-acinclude.m4) = 9e9c433e4cb96e469f7cf14b2064a0f41fc4568a
SHA1 (patch-configure) = 5e7e78fe0cdfdb76cb2cdf77ad8774becb2426a0
SHA1 (patch-ext_gd_config.m4) = 91c9798333d4776856a0a9e20196986856b758b2
Home |
Main Index |
Thread Index |
Old Index