mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 23:13:04 +02:00
php: update to 5.6.18 and 6.6.32
Moved LIC_FILES_CHKSUM from .inc to .bb
5.6.18 changed do to yr update.
Includes: CVE-2016-2554
and
PCRE:
Upgraded bundled PCRE library to 8.38. (CVE-2015-8383, CVE-2015-8386, CVE-2015-8387, CVE-2015-8389, CVE-2015-8390, CVE-2015-8391, CVE-2015-8393, CVE-2015-8394)
see http://php.net/ChangeLog-5.php#5.6.18 for more info.
http://php.net/ChangeLog-5.php#5.5.32
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
(cherry picked from commit 9d18babf72
)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
9fdc965ea5
commit
f5e877779b
|
@ -3,7 +3,6 @@ HOMEPAGE = "http://www.php.net"
|
|||
SECTION = "console/network"
|
||||
|
||||
LICENSE = "PHP-3.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=464ca70af214d2407f6b7d4458158afd"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
DEPENDS = "zlib bzip2 libxml2 virtual/libiconv php-native lemon-native \
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
require php.inc
|
||||
|
||||
SRC_URI[md5sum] = "ebb66ad8e2bcf1a966b10d86e81a0119"
|
||||
SRC_URI[sha256sum] = "fb4a382b9a9dceb749b7ef047d8251320bc8d371c843714e5b4f4b70d61ba277"
|
6
meta-oe/recipes-devtools/php/php_5.5.32.bb
Normal file
6
meta-oe/recipes-devtools/php/php_5.5.32.bb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require php.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=464ca70af214d2407f6b7d4458158afd"
|
||||
|
||||
SRC_URI[md5sum] = "47443f39152d671d24bc839e6a49049d"
|
||||
SRC_URI[sha256sum] = "b0f2c108db8e05db9f6366aaba9a754fd0ee31f3f86ee889561b608dfd6e92ee"
|
|
@ -1,5 +0,0 @@
|
|||
require php.inc
|
||||
|
||||
SRC_URI += "file://change-AC_TRY_RUN-to-AC_TRY_LINK.patch"
|
||||
SRC_URI[md5sum] = "23e2183852b172a8e2b2c739b7dde4ca"
|
||||
SRC_URI[sha256sum] = "77b45f56a1e63e75bb22b42cfb8b438ec4083c59ce774b4d7c1685544b7add3b"
|
7
meta-oe/recipes-devtools/php/php_5.6.18.bb
Normal file
7
meta-oe/recipes-devtools/php/php_5.6.18.bb
Normal file
|
@ -0,0 +1,7 @@
|
|||
require php.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b602636d46a61c0ac0432bbf5c078fe4"
|
||||
|
||||
SRC_URI += "file://change-AC_TRY_RUN-to-AC_TRY_LINK.patch"
|
||||
SRC_URI[md5sum] = "7340353bedd998286ba2c4d87d7864f8"
|
||||
SRC_URI[sha256sum] = "c3cd4a29a9562309d36e2b128407d6eaa5c7dde590d2b1a464457383e517f4ed"
|
Loading…
Reference in New Issue
Block a user