[master,v3] libarchive: upgrate from 3.6.0 to 3.6.1

Message ID 20220411132145.3603723-1-davide.gardenal@huawei.com
State New
Headers show
Series [master,v3] libarchive: upgrate from 3.6.0 to 3.6.1 | expand

Commit Message

Davide Gardenal April 11, 2022, 1:21 p.m. UTC
This release contains security fixes
including CVE-2022-26280 fix.

Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com>
---
Update v3:
    Instead of backporting the patch upgrade to the latest release with
    the CVE fix. Thanks Quentin Schulz for the advise.  
Update v2:
    Change title from [meta-oe] to [oe-core]
---
 .../libarchive/{libarchive_3.6.0.bb => libarchive_3.6.1.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/libarchive/{libarchive_3.6.0.bb => libarchive_3.6.1.bb} (96%)

Comments

Alexandre Belloni April 11, 2022, 2:52 p.m. UTC | #1
Hello,

I'm already carrying this upgrade from Khem, earlier today.

On 11/04/2022 15:21:45+0200, Davide Gardenal wrote:
> This release contains security fixes
> including CVE-2022-26280 fix.
> 
> Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com>
> ---
> Update v3:
>     Instead of backporting the patch upgrade to the latest release with
>     the CVE fix. Thanks Quentin Schulz for the advise.  
> Update v2:
>     Change title from [meta-oe] to [oe-core]
> ---
>  .../libarchive/{libarchive_3.6.0.bb => libarchive_3.6.1.bb}     | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-extended/libarchive/{libarchive_3.6.0.bb => libarchive_3.6.1.bb} (96%)
> 
> diff --git a/meta/recipes-extended/libarchive/libarchive_3.6.0.bb b/meta/recipes-extended/libarchive/libarchive_3.6.1.bb
> similarity index 96%
> rename from meta/recipes-extended/libarchive/libarchive_3.6.0.bb
> rename to meta/recipes-extended/libarchive/libarchive_3.6.1.bb
> index f078c8ad03..c795b41628 100644
> --- a/meta/recipes-extended/libarchive/libarchive_3.6.0.bb
> +++ b/meta/recipes-extended/libarchive/libarchive_3.6.1.bb
> @@ -35,7 +35,7 @@ EXTRA_OECONF += "--enable-largefile"
>  SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz"
>  UPSTREAM_CHECK_URI = "http://libarchive.org/"
>  
> -SRC_URI[sha256sum] = "a36613695ffa2905fdedc997b6df04a3006ccfd71d747a339b78aa8412c3d852"
> +SRC_URI[sha256sum] = "c676146577d989189940f1959d9e3980d28513d74eedfbc6b7f15ea45fe54ee2"
>  
>  inherit autotools update-alternatives pkgconfig
>  
> -- 
> 2.32.0
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#164224): https://lists.openembedded.org/g/openembedded-core/message/164224
> Mute This Topic: https://lists.openembedded.org/mt/90394591/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

Patch

diff --git a/meta/recipes-extended/libarchive/libarchive_3.6.0.bb b/meta/recipes-extended/libarchive/libarchive_3.6.1.bb
similarity index 96%
rename from meta/recipes-extended/libarchive/libarchive_3.6.0.bb
rename to meta/recipes-extended/libarchive/libarchive_3.6.1.bb
index f078c8ad03..c795b41628 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.6.0.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.6.1.bb
@@ -35,7 +35,7 @@  EXTRA_OECONF += "--enable-largefile"
 SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz"
 UPSTREAM_CHECK_URI = "http://libarchive.org/"
 
-SRC_URI[sha256sum] = "a36613695ffa2905fdedc997b6df04a3006ccfd71d747a339b78aa8412c3d852"
+SRC_URI[sha256sum] = "c676146577d989189940f1959d9e3980d28513d74eedfbc6b7f15ea45fe54ee2"
 
 inherit autotools update-alternatives pkgconfig