diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-06 18:59:54 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-06 11:34:43 -0700 |
| commit | a986e3962c368486c16de94260f0cab3fac4aa99 (patch) | |
| tree | 412941680f4109528b24b1e4f63bdacc7049149f /meta-oe | |
| parent | b1140390b6b14352e14754fb9a05bd019eee6c86 (diff) | |
| download | meta-openembedded-a986e3962c368486c16de94260f0cab3fac4aa99.tar.gz | |
hdf5: upgrade 1.14.4-3 -> 1.14.6
This upgrade contains fixes for the following vulnerabilities:
CVE-2025-2912, CVE-2025-2913, CVE-2025-2914, CVE-2025-2915, CVE-2025-2923,
CVE-2025-2924, CVE-2025-2925, CVE-2025-2926, CVE-2025-6269, CVE-2025-6270,
CVE-2025-6516
Changelog: https://github.com/HDFGroup/hdf5/blob/hdf5_1_14_6/release_docs/RELEASE.txt
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/hdf5/files/0001-cmake-remove-build-flags.patch | 6 | ||||
| -rw-r--r-- | meta-oe/recipes-support/hdf5/hdf5_1.14.6.bb (renamed from meta-oe/recipes-support/hdf5/hdf5_1.14.4-3.bb) | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/hdf5/files/0001-cmake-remove-build-flags.patch b/meta-oe/recipes-support/hdf5/files/0001-cmake-remove-build-flags.patch index 0d016ccb4c..77e77d88f6 100644 --- a/meta-oe/recipes-support/hdf5/files/0001-cmake-remove-build-flags.patch +++ b/meta-oe/recipes-support/hdf5/files/0001-cmake-remove-build-flags.patch | |||
| @@ -10,13 +10,13 @@ Upstream-Status: Inappropriate [oe specific] | |||
| 10 | 10 | ||
| 11 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> | 11 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> |
| 12 | --- | 12 | --- |
| 13 | config/cmake/libhdf5.settings.cmake.in | 18 +++++++++--------- | 13 | src/libhdf5.settings.cmake.in | 18 +++++++++--------- |
| 14 | 1 file changed, 9 insertions(+), 9 deletions(-) | 14 | 1 file changed, 9 insertions(+), 9 deletions(-) |
| 15 | 15 | ||
| 16 | diff --git a/config/cmake/libhdf5.settings.cmake.in b/config/cmake/libhdf5.settings.cmake.in | 16 | diff --git a/config/cmake/libhdf5.settings.cmake.in b/config/cmake/libhdf5.settings.cmake.in |
| 17 | index deb07ed..6f255c4 100644 | 17 | index deb07ed..6f255c4 100644 |
| 18 | --- a/config/cmake/libhdf5.settings.cmake.in | 18 | --- a/src/libhdf5.settings.cmake.in |
| 19 | +++ b/config/cmake/libhdf5.settings.cmake.in | 19 | +++ b/src/libhdf5.settings.cmake.in |
| 20 | @@ -23,23 +23,23 @@ Linking Options: | 20 | @@ -23,23 +23,23 @@ Linking Options: |
| 21 | ---------------- | 21 | ---------------- |
| 22 | Libraries: @BUILD_NAME_EXT@ | 22 | Libraries: @BUILD_NAME_EXT@ |
diff --git a/meta-oe/recipes-support/hdf5/hdf5_1.14.4-3.bb b/meta-oe/recipes-support/hdf5/hdf5_1.14.6.bb index edaf5710e1..974007a3e9 100644 --- a/meta-oe/recipes-support/hdf5/hdf5_1.14.4-3.bb +++ b/meta-oe/recipes-support/hdf5/hdf5_1.14.6.bb | |||
| @@ -12,11 +12,11 @@ inherit cmake siteinfo qemu multilib_header multilib_script | |||
| 12 | DEPENDS += "qemu-native zlib" | 12 | DEPENDS += "qemu-native zlib" |
| 13 | 13 | ||
| 14 | SRC_URI = " \ | 14 | SRC_URI = " \ |
| 15 | https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.14/hdf5-1.14.4/src/${BPN}-${PV}.tar.gz \ | 15 | https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_6/downloads/${BPN}-${PV}.tar.gz \ |
| 16 | file://0002-Remove-suffix-shared-from-shared-library-name.patch \ | 16 | file://0002-Remove-suffix-shared-from-shared-library-name.patch \ |
| 17 | file://0001-cmake-remove-build-flags.patch \ | 17 | file://0001-cmake-remove-build-flags.patch \ |
| 18 | " | 18 | " |
| 19 | SRC_URI[sha256sum] = "019ac451d9e1cf89c0482ba2a06f07a46166caf23f60fea5ef3c37724a318e03" | 19 | SRC_URI[sha256sum] = "e4defbac30f50d64e1556374aa49e574417c9e72c6b1de7a4ff88c4b1bea6e9b" |
| 20 | 20 | ||
| 21 | FILES:${PN} += "${libdir}/libhdf5.settings ${datadir}/*" | 21 | FILES:${PN} += "${libdir}/libhdf5.settings ${datadir}/*" |
| 22 | 22 | ||
