diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-08-13 20:50:07 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-08-13 12:25:37 -0700 |
| commit | 2d8d6ec229fd6f8ec01c72f7c49c84ea3ea7064a (patch) | |
| tree | 1596a32fc094292c5d07a723ad99f65a7fa92c0f | |
| parent | f2dc694c52618c04880b28aceec48ff3a853558f (diff) | |
| download | meta-openembedded-2d8d6ec229fd6f8ec01c72f7c49c84ea3ea7064a.tar.gz | |
7zip: upgrade 24.09 -> 25.01
Handles CVEs:
* 25.00: CVE-2025-53816, CVE-2025-53817
* 25.01: CVE-2025-55188
License-Update: copyright years refreshed
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/7zip/7zip_25.01.bb (renamed from meta-oe/recipes-extended/7zip/7zip_24.09.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/7zip/7zip_24.09.bb b/meta-oe/recipes-extended/7zip/7zip_25.01.bb index 74e44c44e3..779b708eee 100644 --- a/meta-oe/recipes-extended/7zip/7zip_24.09.bb +++ b/meta-oe/recipes-extended/7zip/7zip_25.01.bb | |||
| @@ -3,14 +3,15 @@ HOMEPAGE = "http://www.7-zip.org/" | |||
| 3 | LICENSE = "LGPL-2.1-or-later & unRAR & PD & BSD-2-Clause & BSD-3-Clause" | 3 | LICENSE = "LGPL-2.1-or-later & unRAR & PD & BSD-2-Clause & BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://DOC/copying.txt;md5=4fbd65380cdd255951079008b364516c \ | 4 | LIC_FILES_CHKSUM = "file://DOC/copying.txt;md5=4fbd65380cdd255951079008b364516c \ |
| 5 | file://DOC/unRarLicense.txt;md5=9c87ddde469ef94aed153b0951d088de \ | 5 | file://DOC/unRarLicense.txt;md5=9c87ddde469ef94aed153b0951d088de \ |
| 6 | file://DOC/License.txt;md5=44483e232b64ffca25fe001f3d6418d0" | 6 | file://DOC/License.txt;md5=e80f9280df93aa8da95cac449f9fd115 \ |
| 7 | " | ||
| 7 | 8 | ||
| 8 | CVE_PRODUCT = "7-zip 7zip" | 9 | CVE_PRODUCT = "7-zip 7zip" |
| 9 | SRC_URI = "git://github.com/ip7z/7zip.git;protocol=https;branch=main \ | 10 | SRC_URI = "git://github.com/ip7z/7zip.git;protocol=https;branch=main \ |
| 10 | file://0001-support-yocto-cross-compiling.patch \ | 11 | file://0001-support-yocto-cross-compiling.patch \ |
| 11 | file://7z_wrapper.sh \ | 12 | file://7z_wrapper.sh \ |
| 12 | " | 13 | " |
| 13 | SRCREV = "e5431fa6f5505e385c6f9367260717e9c47dc2ee" | 14 | SRCREV = "5e96a8279489832924056b1fa82f29d5837c9469" |
| 14 | 15 | ||
| 15 | UPSTREAM_CHECK_URI = "https://github.com/ip7z/7zip/releases/latest" | 16 | UPSTREAM_CHECK_URI = "https://github.com/ip7z/7zip/releases/latest" |
| 16 | 17 | ||
