* [OE-core][walnascar][PATCH 1/2] libarchive: correct upstream version check
@ 2025-06-26 10:48 dchellam
2025-06-26 10:48 ` [OE-core][walnascar][PATCH 2/2] libarchive: upgrade 3.7.9 -> 3.8.1 dchellam
0 siblings, 1 reply; 3+ messages in thread
From: dchellam @ 2025-06-26 10:48 UTC (permalink / raw)
To: openembedded-core
From: Alexander Kanavin <alex@linutronix.de>
File index works now:
http://libarchive.org/downloads/
(From OE-Core rev: 11dfb88badcbb0daf3744eb3ab82bf9290ae5981)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Divya Chellam <divya.chellam@windriver.com>
---
meta/recipes-extended/libarchive/libarchive_3.7.9.bb | 2 --
1 file changed, 2 deletions(-)
diff --git a/meta/recipes-extended/libarchive/libarchive_3.7.9.bb b/meta/recipes-extended/libarchive/libarchive_3.7.9.bb
index 9d134f7d38..d70cdb3d83 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.7.9.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.7.9.bb
@@ -31,8 +31,6 @@ EXTRA_OECONF += "--enable-largefile --without-iconv"
SRC_URI = "https://libarchive.org/downloads/libarchive-${PV}.tar.gz"
-UPSTREAM_CHECK_URI = "http://libarchive.org/"
-
SRC_URI[sha256sum] = "aa90732c5a6bdda52fda2ad468ac98d75be981c15dde263d7b5cf6af66fd009f"
inherit autotools update-alternatives pkgconfig
--
2.40.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* [OE-core][walnascar][PATCH 2/2] libarchive: upgrade 3.7.9 -> 3.8.1
2025-06-26 10:48 [OE-core][walnascar][PATCH 1/2] libarchive: correct upstream version check dchellam
@ 2025-06-26 10:48 ` dchellam
2025-06-26 15:42 ` Steve Sakoman
0 siblings, 1 reply; 3+ messages in thread
From: dchellam @ 2025-06-26 10:48 UTC (permalink / raw)
To: openembedded-core
From: Divya Chellam <divya.chellam@windriver.com>
Includes bugfixes for CVE-2025-5914, CVE-2025-5915, CVE-2025-5916, CVE-2025-5917
and CVE-2025-5918, which are introduced in version 3.8.0.
License-Update: Public Domain file changed from libarchive/archive_getdate.c
to libarchive/archive_parse_date.c
https://github.com/libarchive/libarchive/commit/c26f0377457db392bd57a640e8fe25506120f810
Changelog:
==========
https://github.com/libarchive/libarchive/releases/tag/v3.8.0
https://github.com/libarchive/libarchive/releases/tag/v3.8.1
Signed-off-by: Divya Chellam <divya.chellam@windriver.com>
---
.../libarchive/{libarchive_3.7.9.bb => libarchive_3.8.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/libarchive/{libarchive_3.7.9.bb => libarchive_3.8.1.bb} (93%)
diff --git a/meta/recipes-extended/libarchive/libarchive_3.7.9.bb b/meta/recipes-extended/libarchive/libarchive_3.8.1.bb
similarity index 93%
rename from meta/recipes-extended/libarchive/libarchive_3.7.9.bb
rename to meta/recipes-extended/libarchive/libarchive_3.8.1.bb
index d70cdb3d83..472b5820f0 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.7.9.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.8.1.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "C library and command-line tools for reading and writing tar, cpi
HOMEPAGE = "http://www.libarchive.org/"
SECTION = "devel"
LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d499814247adaee08d88080841cb5665"
+LIC_FILES_CHKSUM = "file://COPYING;md5=7ce08437ff7f5e24d72e666313ae4084"
DEPENDS = "e2fsprogs-native"
@@ -31,7 +31,7 @@ EXTRA_OECONF += "--enable-largefile --without-iconv"
SRC_URI = "https://libarchive.org/downloads/libarchive-${PV}.tar.gz"
-SRC_URI[sha256sum] = "aa90732c5a6bdda52fda2ad468ac98d75be981c15dde263d7b5cf6af66fd009f"
+SRC_URI[sha256sum] = "bde832a5e3344dc723cfe9cc37f8e54bde04565bfe6f136bc1bd31ab352e9fab"
inherit autotools update-alternatives pkgconfig
--
2.40.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [OE-core][walnascar][PATCH 2/2] libarchive: upgrade 3.7.9 -> 3.8.1
2025-06-26 10:48 ` [OE-core][walnascar][PATCH 2/2] libarchive: upgrade 3.7.9 -> 3.8.1 dchellam
@ 2025-06-26 15:42 ` Steve Sakoman
0 siblings, 0 replies; 3+ messages in thread
From: Steve Sakoman @ 2025-06-26 15:42 UTC (permalink / raw)
To: Divya.Chellam; +Cc: openembedded-core
Hi Divya,
Unfortunately libarchive 3.8.0 adds new features and therefore is not
eligible for backporting to a stable release.
Steve
On Thu, Jun 26, 2025 at 3:48 AM dchellam via lists.openembedded.org
<Divya.Chellam=windriver.com@lists.openembedded.org> wrote:
>
> From: Divya Chellam <divya.chellam@windriver.com>
>
> Includes bugfixes for CVE-2025-5914, CVE-2025-5915, CVE-2025-5916, CVE-2025-5917
> and CVE-2025-5918, which are introduced in version 3.8.0.
>
> License-Update: Public Domain file changed from libarchive/archive_getdate.c
> to libarchive/archive_parse_date.c
> https://github.com/libarchive/libarchive/commit/c26f0377457db392bd57a640e8fe25506120f810
>
> Changelog:
> ==========
> https://github.com/libarchive/libarchive/releases/tag/v3.8.0
> https://github.com/libarchive/libarchive/releases/tag/v3.8.1
>
> Signed-off-by: Divya Chellam <divya.chellam@windriver.com>
> ---
> .../libarchive/{libarchive_3.7.9.bb => libarchive_3.8.1.bb} | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> rename meta/recipes-extended/libarchive/{libarchive_3.7.9.bb => libarchive_3.8.1.bb} (93%)
>
> diff --git a/meta/recipes-extended/libarchive/libarchive_3.7.9.bb b/meta/recipes-extended/libarchive/libarchive_3.8.1.bb
> similarity index 93%
> rename from meta/recipes-extended/libarchive/libarchive_3.7.9.bb
> rename to meta/recipes-extended/libarchive/libarchive_3.8.1.bb
> index d70cdb3d83..472b5820f0 100644
> --- a/meta/recipes-extended/libarchive/libarchive_3.7.9.bb
> +++ b/meta/recipes-extended/libarchive/libarchive_3.8.1.bb
> @@ -3,7 +3,7 @@ DESCRIPTION = "C library and command-line tools for reading and writing tar, cpi
> HOMEPAGE = "http://www.libarchive.org/"
> SECTION = "devel"
> LICENSE = "BSD-2-Clause"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=d499814247adaee08d88080841cb5665"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=7ce08437ff7f5e24d72e666313ae4084"
>
> DEPENDS = "e2fsprogs-native"
>
> @@ -31,7 +31,7 @@ EXTRA_OECONF += "--enable-largefile --without-iconv"
>
> SRC_URI = "https://libarchive.org/downloads/libarchive-${PV}.tar.gz"
>
> -SRC_URI[sha256sum] = "aa90732c5a6bdda52fda2ad468ac98d75be981c15dde263d7b5cf6af66fd009f"
> +SRC_URI[sha256sum] = "bde832a5e3344dc723cfe9cc37f8e54bde04565bfe6f136bc1bd31ab352e9fab"
>
> inherit autotools update-alternatives pkgconfig
>
> --
> 2.40.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#219348): https://lists.openembedded.org/g/openembedded-core/message/219348
> Mute This Topic: https://lists.openembedded.org/mt/113841058/3620601
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [steve@sakoman.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-06-26 15:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-26 10:48 [OE-core][walnascar][PATCH 1/2] libarchive: correct upstream version check dchellam
2025-06-26 10:48 ` [OE-core][walnascar][PATCH 2/2] libarchive: upgrade 3.7.9 -> 3.8.1 dchellam
2025-06-26 15:42 ` Steve Sakoman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox