[oe-commits] Bian Naimeng : php: update to 5.5.21 to fix some bugs

git at git.openembedded.org git at git.openembedded.org
Thu Feb 12 18:38:25 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: f83d255736a43bbd2bdef702c5aa08936b8343c6
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f83d255736a43bbd2bdef702c5aa08936b8343c6

Author: Bian Naimeng <biannm at cn.fujitsu.com>
Date:   Thu Feb  5 09:17:49 2015 +0800

php: update to 5.5.21 to fix some bugs

Signed-off-by: Bian Naimeng <biannm at cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-devtools/php/{php_5.5.20.bb => php_5.5.21.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-devtools/php/php_5.5.20.bb b/meta-oe/recipes-devtools/php/php_5.5.21.bb
similarity index 98%
rename from meta-oe/recipes-devtools/php/php_5.5.20.bb
rename to meta-oe/recipes-devtools/php/php_5.5.21.bb
index cfda14b..4ad198a 100644
--- a/meta-oe/recipes-devtools/php/php_5.5.20.bb
+++ b/meta-oe/recipes-devtools/php/php_5.5.21.bb
@@ -29,8 +29,8 @@ SRC_URI_append_class-target += " \
             file://70_mod_php5.conf \
           "
 
-SRC_URI[md5sum] = "9dfc1d4d2b44fb7e2b4ee9651d032203"
-SRC_URI[sha256sum] = "f28a150d1cd8991bd1a41dce4fdff4e343d1dbe01a48b9b44bea74532ce0391a"
+SRC_URI[md5sum] = "8fe631ac52a3df9d6429faad81cf2562"
+SRC_URI[sha256sum] = "62e9429975c4ca5d7067a5052d5388fbf2ac8c51eeee581d59b04cc5a8da83fe"
 
 S = "${WORKDIR}/php-${PV}"
 
@@ -234,4 +234,3 @@ MODPHP_OLDPACKAGE = "${@bb.utils.contains('PACKAGECONFIG', 'apache2', 'modphp',
 RPROVIDES_${PN}-modphp = "${MODPHP_OLDPACKAGE}"
 RREPLACES_${PN}-modphp = "${MODPHP_OLDPACKAGE}"
 RCONFLICTS_${PN}-modphp = "${MODPHP_OLDPACKAGE}"
-



More information about the Openembedded-commits mailing list