[oe-commits] [meta-openembedded] 01/02: xdebug: upgrade 2.6.1 -> 2.7.0RC2

git at git.openembedded.org git at git.openembedded.org
Wed Feb 20 19:10:19 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master
in repository meta-openembedded.

commit 95a1d255178bb20977508fac77bdc76463e5e8ee
Author: Changqing Li <changqing.li at windriver.com>
AuthorDate: Tue Feb 19 11:19:25 2019 +0800

    xdebug: upgrade 2.6.1 -> 2.7.0RC2
    
    License-Update: Change http://xdebug.org to https://xdebug.org everywhere
    
    php upgrade to 3.7.2, 2.6.1 not support php 3.x, need
    upgrade to 2.7 which support php 3.x.
    
    Signed-off-by: Changqing Li <changqing.li at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-php/xdebug/{xdebug_2.6.1.bb => xdebug_2.7.0RC2.bb}      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-webserver/recipes-php/xdebug/xdebug_2.6.1.bb b/meta-webserver/recipes-php/xdebug/xdebug_2.7.0RC2.bb
similarity index 79%
rename from meta-webserver/recipes-php/xdebug/xdebug_2.6.1.bb
rename to meta-webserver/recipes-php/xdebug/xdebug_2.7.0RC2.bb
index 773dbf3..7be62cb 100644
--- a/meta-webserver/recipes-php/xdebug/xdebug_2.6.1.bb
+++ b/meta-webserver/recipes-php/xdebug/xdebug_2.7.0RC2.bb
@@ -1,13 +1,13 @@
 SUMMARY = "Debugging and profiling extension for PHP"
 LICENSE = "Xdebug"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=34df3a274aa12b795417c65634c07f16"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=92d94a330d34ee6edc2638450736f119"
 
 DEPENDS = "php re2c-native"
 
 SRC_URI = "http://xdebug.org/files/xdebug-${PV}.tgz"
 
-SRC_URI[md5sum] = "35cc0f2e8b7d40556a9ad9afd9c49aee"
-SRC_URI[sha256sum] = "dae691d6c052073b886e0c6e1306a707bca9fd18a1e3485384ef6c4aacf1bd77"
+SRC_URI[md5sum] = "e8cabe003d6990b157d0d8caee374844"
+SRC_URI[sha256sum] = "5aa6d1772937e9f11b91ad8ced586aa0e16281dc178c405ac380d45d4731f8b0"
 
 UPSTREAM_CHECK_REGEX = "xdebug-(?P<pver>\d+(\.\d+)+)\.tgz"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list