diff options
| author | Jason Schonberg <schonm@gmail.com> | 2026-01-20 16:19:52 -0500 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-20 14:35:59 -0800 |
| commit | 7bbe4a4e200452b1fd6c09c7fcf36c4b229146f6 (patch) | |
| tree | 257002592eca703b31c08457c5b31478996fb6cb | |
| parent | d2539548d0c0e0a42a54fd35bb0e039e23396725 (diff) | |
| download | meta-openembedded-7bbe4a4e200452b1fd6c09c7fcf36c4b229146f6.tar.gz | |
This is a bugfix release. Integer underflows, memory leaks, null pointer
dereferences and more.
Changelog: https://www.php.net/ChangeLog-8.php#8.5.2
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/php/php_8.5.2.bb (renamed from meta-oe/recipes-devtools/php/php_8.5.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/php/php_8.5.1.bb b/meta-oe/recipes-devtools/php/php_8.5.2.bb index c3abf58ad5..4200363fe3 100644 --- a/meta-oe/recipes-devtools/php/php_8.5.1.bb +++ b/meta-oe/recipes-devtools/php/php_8.5.2.bb | |||
| @@ -12,7 +12,7 @@ DEPENDS:class-native = "zlib-native libxml2-native" | |||
| 12 | 12 | ||
| 13 | PHP_MAJOR_VERSION = "${@d.getVar('PV').split('.')[0]}" | 13 | PHP_MAJOR_VERSION = "${@d.getVar('PV').split('.')[0]}" |
| 14 | 14 | ||
| 15 | SRC_URI = "http://php.net/distributions/php-${PV}.tar.bz2 \ | 15 | SRC_URI = "https://php.net/distributions/php-${PV}.tar.bz2 \ |
| 16 | file://0001-configure.ac-don-t-include-build-libtool.m4.patch \ | 16 | file://0001-configure.ac-don-t-include-build-libtool.m4.patch \ |
| 17 | file://0002-ext-phar-Makefile.frag-Fix-phar-packaging.patch \ | 17 | file://0002-ext-phar-Makefile.frag-Fix-phar-packaging.patch \ |
| 18 | " | 18 | " |
| @@ -32,7 +32,7 @@ UPSTREAM_CHECK_REGEX = "releases/tag/php-(?P<pver>\d+(\.\d+)+)" | |||
| 32 | 32 | ||
| 33 | S = "${UNPACKDIR}/php-${PV}" | 33 | S = "${UNPACKDIR}/php-${PV}" |
| 34 | 34 | ||
| 35 | SRC_URI[sha256sum] = "55f428c426e7241752ea9afff160bb64c32a9321cbd6d17d1c145b8df8823737" | 35 | SRC_URI[sha256sum] = "f7efdeccc3a810b18920692306536b99a3ba86610dbd0795a296cf77d3fb3a06" |
| 36 | 36 | ||
| 37 | CVE_STATUS_GROUPS += "CVE_STATUS_PHP" | 37 | CVE_STATUS_GROUPS += "CVE_STATUS_PHP" |
| 38 | CVE_STATUS_PHP[status] = "fixed-version: The name of this product is exactly the same as github.com/emlog/emlog. CVE can be safely ignored." | 38 | CVE_STATUS_PHP[status] = "fixed-version: The name of this product is exactly the same as github.com/emlog/emlog. CVE can be safely ignored." |
