All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] libarchive: Upgrade to 2.6.1
@ 2022-04-10 18:07 Khem Raj
  2022-04-10 18:07 ` [PATCH 2/2] pango: Upgrade to 1.50.6 Khem Raj
  2022-04-10 23:05 ` [OE-core] [PATCH 1/2] libarchive: Upgrade to 2.6.1 Jose Quaresma
  0 siblings, 2 replies; 3+ messages in thread
From: Khem Raj @ 2022-04-10 18:07 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

Changes in this release [1]

[1] https://github.com/libarchive/libarchive/releases/tag/v3.6.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../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 f078c8ad03e..c795b416289 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.35.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] pango: Upgrade to 1.50.6
  2022-04-10 18:07 [PATCH 1/2] libarchive: Upgrade to 2.6.1 Khem Raj
@ 2022-04-10 18:07 ` Khem Raj
  2022-04-10 23:05 ` [OE-core] [PATCH 1/2] libarchive: Upgrade to 2.6.1 Jose Quaresma
  1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2022-04-10 18:07 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

Changes in this release [1]

[1] https://github.com/GNOME/pango/commit/37a427018c92a2bc679ef104097e07a619609c9c
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-graphics/pango/{pango_1.50.4.bb => pango_1.50.6.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/pango/{pango_1.50.4.bb => pango_1.50.6.bb} (94%)

diff --git a/meta/recipes-graphics/pango/pango_1.50.4.bb b/meta/recipes-graphics/pango/pango_1.50.6.bb
similarity index 94%
rename from meta/recipes-graphics/pango/pango_1.50.4.bb
rename to meta/recipes-graphics/pango/pango_1.50.6.bb
index 0ea621bf670..b1b9054234d 100644
--- a/meta/recipes-graphics/pango/pango_1.50.4.bb
+++ b/meta/recipes-graphics/pango/pango_1.50.6.bb
@@ -20,7 +20,7 @@ GIR_MESON_DISABLE_FLAG = "disabled"
 
 SRC_URI += "file://run-ptest"
 
-SRC_URI[archive.sha256sum] = "f4ad63e87dc2b145300542a4fb004d07a9f91b34152fae0ddbe50ecdd851c162"
+SRC_URI[archive.sha256sum] = "a998bcf36881c3ac20495d40bceb304f4eaa9175bd2967c85656434cbdafe86a"
 
 DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"
 
-- 
2.35.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [OE-core] [PATCH 1/2] libarchive: Upgrade to 2.6.1
  2022-04-10 18:07 [PATCH 1/2] libarchive: Upgrade to 2.6.1 Khem Raj
  2022-04-10 18:07 ` [PATCH 2/2] pango: Upgrade to 1.50.6 Khem Raj
@ 2022-04-10 23:05 ` Jose Quaresma
  1 sibling, 0 replies; 3+ messages in thread
From: Jose Quaresma @ 2022-04-10 23:05 UTC (permalink / raw)
  To: Khem Raj; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 1946 bytes --]

Hi Khem,

nitpik in the version on the commit title:
-2.6.1
+3.6.1

Jose


Khem Raj <raj.khem@gmail.com> escreveu no dia domingo, 10/04/2022 à(s)
19:07:

> Changes in this release [1]
>
> [1] https://github.com/libarchive/libarchive/releases/tag/v3.6.1
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  .../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 f078c8ad03e..c795b416289 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.35.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#164205):
> https://lists.openembedded.org/g/openembedded-core/message/164205
> Mute This Topic: https://lists.openembedded.org/mt/90378968/5052612
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> quaresma.jose@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

-- 
Best regards,

José Quaresma

[-- Attachment #2: Type: text/html, Size: 4080 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-11 17:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-10 18:07 [PATCH 1/2] libarchive: Upgrade to 2.6.1 Khem Raj
2022-04-10 18:07 ` [PATCH 2/2] pango: Upgrade to 1.50.6 Khem Raj
2022-04-10 23:05 ` [OE-core] [PATCH 1/2] libarchive: Upgrade to 2.6.1 Jose Quaresma

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.