pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang Update php54 to 5.4.26 (PHP 5.4.26).
details: https://anonhg.NetBSD.org/pkgsrc/rev/4cb8ff5b0e1c
branches: trunk
changeset: 631529:4cb8ff5b0e1c
user: taca <taca%pkgsrc.org@localhost>
date: Sun Mar 09 14:08:16 2014 +0000
description:
Update php54 to 5.4.26 (PHP 5.4.26).
Version 5.4.26
06-Mar-2014
* JSON:
- Fixed bug #65753 (JsonSerializeable couldn't implement on module extension)
* Fileinfo:
- Fixed bug #66731 (file: infinite recursion) (CVE-2014-1943).
- Fixed bug #66820 (out-of-bounds memory access in fileinfo) (CVE-2014-2270).
* 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).
* 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/php54/Makefile | 3 +--
lang/php54/distinfo | 8 ++++----
3 files changed, 7 insertions(+), 8 deletions(-)
diffs (49 lines):
diff -r 5046b915b586 -r 4cb8ff5b0e1c lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Sun Mar 09 14:05:38 2014 +0000
+++ b/lang/php/phpversion.mk Sun Mar 09 14:08:16 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.56 2014/02/07 15:36:07 taca Exp $
+# $NetBSD: phpversion.mk,v 1.57 2014/03/09 14:08:16 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
@@ -82,7 +82,7 @@
# Define each PHP's version.
PHP53_VERSION= 5.3.28
-PHP54_VERSION= 5.4.25
+PHP54_VERSION= 5.4.26
PHP55_VERSION= 5.5.9
# Define initial release of major version.
diff -r 5046b915b586 -r 4cb8ff5b0e1c lang/php54/Makefile
--- a/lang/php54/Makefile Sun Mar 09 14:05:38 2014 +0000
+++ b/lang/php54/Makefile Sun Mar 09 14:08:16 2014 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2014/02/12 23:18:05 tron Exp $
+# $NetBSD: Makefile,v 1.18 2014/03/09 14:08:17 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 5046b915b586 -r 4cb8ff5b0e1c lang/php54/distinfo
--- a/lang/php54/distinfo Sun Mar 09 14:05:38 2014 +0000
+++ b/lang/php54/distinfo Sun Mar 09 14:08:16 2014 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.33 2014/02/07 15:36:07 taca Exp $
+$NetBSD: distinfo,v 1.34 2014/03/09 14:08:17 taca Exp $
-SHA1 (php-5.4.25.tar.bz2) = de42bf7c55f6b16e29b01ada24d9d5055e89a2a7
-RMD160 (php-5.4.25.tar.bz2) = 53220df5f635aa003740532d7b5d1015fe0ab254
-Size (php-5.4.25.tar.bz2) = 11739877 bytes
+SHA1 (php-5.4.26.tar.bz2) = d8b309f4891e2a0a8061a518162fa267e0304a01
+RMD160 (php-5.4.26.tar.bz2) = 5714914bd6704234b87b28faa66ded286f35e712
+Size (php-5.4.26.tar.bz2) = 12270535 bytes
SHA1 (patch-acinclude.m4) = 71635e5381abf99a9fc9f2537b1c2f18e8096f00
SHA1 (patch-configure) = 592b4521f78d7dbfa666dab21e85a64196c3978c
SHA1 (patch-ext_gd_config.m4) = 2353efe6f25e1081b41d61033c3185cc643c7891
Home |
Main Index |
Thread Index |
Old Index