All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] enchant2: upgrade 2.6.9 -> 2.7.2
@ 2024-05-07  2:23 Anuj Mittal
  2024-05-07  2:23 ` [PATCH 2/6] harfbuzz: upgrade 8.3.1 -> 8.4.0 Anuj Mittal
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Anuj Mittal @ 2024-05-07  2:23 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../enchant/{enchant2_2.6.9.bb => enchant2_2.7.2.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/enchant/{enchant2_2.6.9.bb => enchant2_2.7.2.bb} (91%)

diff --git a/meta/recipes-support/enchant/enchant2_2.6.9.bb b/meta/recipes-support/enchant/enchant2_2.7.2.bb
similarity index 91%
rename from meta/recipes-support/enchant/enchant2_2.6.9.bb
rename to meta/recipes-support/enchant/enchant2_2.7.2.bb
index aaf3525ad8c..08998dd48fe 100644
--- a/meta/recipes-support/enchant/enchant2_2.6.9.bb
+++ b/meta/recipes-support/enchant/enchant2_2.7.2.bb
@@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 groff-native"
 inherit autotools pkgconfig github-releases
 
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz"
-SRC_URI[sha256sum] = "d9a5a10dc9b38a43b3a0fa22c76ed6ebb7e09eb535aff62954afcdbd40efff6b"
+SRC_URI[sha256sum] = "7cc3400a6657974a740b6e3c2568e2935c70e5302f07fadb2095366b75ecad6f"
 
 GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases"
 
-- 
2.45.0



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

* [PATCH 2/6] harfbuzz: upgrade 8.3.1 -> 8.4.0
  2024-05-07  2:23 [PATCH 1/6] enchant2: upgrade 2.6.9 -> 2.7.2 Anuj Mittal
@ 2024-05-07  2:23 ` Anuj Mittal
  2024-05-07  2:23 ` [PATCH 3/6] libproxy: upgrade 0.5.4 -> 0.5.6 Anuj Mittal
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Anuj Mittal @ 2024-05-07  2:23 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../harfbuzz/{harfbuzz_8.3.1.bb => harfbuzz_8.4.0.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_8.3.1.bb => harfbuzz_8.4.0.bb} (95%)

diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_8.4.0.bb
similarity index 95%
rename from meta/recipes-graphics/harfbuzz/harfbuzz_8.3.1.bb
rename to meta/recipes-graphics/harfbuzz/harfbuzz_8.4.0.bb
index fd4dcc23380..fc6951d9edb 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.1.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_8.4.0.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b98429b8e8e3c2a67cfef01e99e4893d \
                     "
 
 SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "f73e1eacd7e2ffae687bc3f056bb0c705b7a05aee86337686e09da8fc1c2030c"
+SRC_URI[sha256sum] = "af4ea73e25ab748c8c063b78c2f88e48833db9b2ac369e29bd115702e789755e"
 
 DEPENDS += "glib-2.0-native"
 
-- 
2.45.0



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

* [PATCH 3/6] libproxy: upgrade 0.5.4 -> 0.5.6
  2024-05-07  2:23 [PATCH 1/6] enchant2: upgrade 2.6.9 -> 2.7.2 Anuj Mittal
  2024-05-07  2:23 ` [PATCH 2/6] harfbuzz: upgrade 8.3.1 -> 8.4.0 Anuj Mittal
@ 2024-05-07  2:23 ` Anuj Mittal
  2024-05-07  2:23 ` [PATCH 4/6] libsolv: upgrade 0.7.28 -> 0.7.29 Anuj Mittal
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Anuj Mittal @ 2024-05-07  2:23 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../libproxy/{libproxy_0.5.4.bb => libproxy_0.5.6.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libproxy/{libproxy_0.5.4.bb => libproxy_0.5.6.bb} (95%)

diff --git a/meta/recipes-support/libproxy/libproxy_0.5.4.bb b/meta/recipes-support/libproxy/libproxy_0.5.6.bb
similarity index 95%
rename from meta/recipes-support/libproxy/libproxy_0.5.4.bb
rename to meta/recipes-support/libproxy/libproxy_0.5.6.bb
index b4f4c6d2549..6a705b305f3 100644
--- a/meta/recipes-support/libproxy/libproxy_0.5.4.bb
+++ b/meta/recipes-support/libproxy/libproxy_0.5.6.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
 DEPENDS = "glib-2.0"
 
 SRC_URI = "git://github.com/libproxy/libproxy;protocol=https;branch=main"
-SRCREV = "dff9a603d823dcc740ec966cd27960daa6b891b1"
+SRCREV = "e7d18806575e21f94cf2f6024659386b129ca189"
 S = "${WORKDIR}/git"
 
 inherit meson pkgconfig gobject-introspection vala gi-docgen
-- 
2.45.0



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

* [PATCH 4/6] libsolv: upgrade 0.7.28 -> 0.7.29
  2024-05-07  2:23 [PATCH 1/6] enchant2: upgrade 2.6.9 -> 2.7.2 Anuj Mittal
  2024-05-07  2:23 ` [PATCH 2/6] harfbuzz: upgrade 8.3.1 -> 8.4.0 Anuj Mittal
  2024-05-07  2:23 ` [PATCH 3/6] libproxy: upgrade 0.5.4 -> 0.5.6 Anuj Mittal
@ 2024-05-07  2:23 ` Anuj Mittal
  2024-05-07  2:23 ` [PATCH 5/6] mmc-utils: upgrade to latest revision Anuj Mittal
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Anuj Mittal @ 2024-05-07  2:23 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../0001-utils-Conside-musl-when-wrapping-qsort_r.patch      | 5 +----
 .../libsolv/{libsolv_0.7.28.bb => libsolv_0.7.29.bb}         | 2 +-
 2 files changed, 2 insertions(+), 5 deletions(-)
 rename meta/recipes-extended/libsolv/{libsolv_0.7.28.bb => libsolv_0.7.29.bb} (95%)

diff --git a/meta/recipes-extended/libsolv/libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch b/meta/recipes-extended/libsolv/libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch
index 6f0dea2e9cd..da93a12ed54 100644
--- a/meta/recipes-extended/libsolv/libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch
+++ b/meta/recipes-extended/libsolv/libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch
@@ -1,4 +1,4 @@
-From 06321f1a2aa89b8e028946e793344657eaad0165 Mon Sep 17 00:00:00 2001
+From e1db3c41fa84391b7ab299f7351f58b413ed2994 Mon Sep 17 00:00:00 2001
 From: Khem Raj <raj.khem@gmail.com>
 Date: Thu, 28 Oct 2021 22:28:45 -0700
 Subject: [PATCH] utils: Conside musl when wrapping qsort_r
@@ -29,6 +29,3 @@ index 72426e09..8f29bc5a 100644
  
  void
  solv_sort(void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *, void *), void *compard)
--- 
-2.33.1
-
diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.28.bb b/meta/recipes-extended/libsolv/libsolv_0.7.29.bb
similarity index 95%
rename from meta/recipes-extended/libsolv/libsolv_0.7.28.bb
rename to meta/recipes-extended/libsolv/libsolv_0.7.29.bb
index 201059323aa..ff0bd2d1742 100644
--- a/meta/recipes-extended/libsolv/libsolv_0.7.28.bb
+++ b/meta/recipes-extended/libsolv/libsolv_0.7.29.bb
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https \
            file://0001-utils-Conside-musl-when-wrapping-qsort_r.patch \
 "
 
-SRCREV = "c8dbb3a77c86600ce09d4f80a504cf4e78a3c359"
+SRCREV = "9c2b1a84b5a7ce0dc6e74226bdeb9527d6706791"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
 
-- 
2.45.0



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

* [PATCH 5/6] mmc-utils: upgrade to latest revision
  2024-05-07  2:23 [PATCH 1/6] enchant2: upgrade 2.6.9 -> 2.7.2 Anuj Mittal
                   ` (2 preceding siblings ...)
  2024-05-07  2:23 ` [PATCH 4/6] libsolv: upgrade 0.7.28 -> 0.7.29 Anuj Mittal
@ 2024-05-07  2:23 ` Anuj Mittal
  2024-05-07  2:23 ` [PATCH 6/6] sqlite3: upgrade 3.45.1 -> 3.45.3 Anuj Mittal
  2024-05-09 12:49 ` [OE-core] [PATCH 1/6] enchant2: upgrade 2.6.9 -> 2.7.2 Ross Burton
  5 siblings, 0 replies; 7+ messages in thread
From: Anuj Mittal @ 2024-05-07  2:23 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 meta/recipes-devtools/mmc/mmc-utils_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb
index a7e4d369ffc..7c6be93a9ce 100644
--- a/meta/recipes-devtools/mmc/mmc-utils_git.bb
+++ b/meta/recipes-devtools/mmc/mmc-utils_git.bb
@@ -5,7 +5,7 @@ LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://mmc.c;beginline=1;endline=20;md5=fae32792e20f4d27ade1c5a762d16b7d"
 
 SRCBRANCH ?= "master"
-SRCREV = "b5ca140312d279ad2f22068fd72a6230eea13436"
+SRCREV = "f757f413dea4a143ad7c3b48b8264176f0499a82"
 
 PV = "0.1+git"
 
-- 
2.45.0



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

* [PATCH 6/6] sqlite3: upgrade 3.45.1 -> 3.45.3
  2024-05-07  2:23 [PATCH 1/6] enchant2: upgrade 2.6.9 -> 2.7.2 Anuj Mittal
                   ` (3 preceding siblings ...)
  2024-05-07  2:23 ` [PATCH 5/6] mmc-utils: upgrade to latest revision Anuj Mittal
@ 2024-05-07  2:23 ` Anuj Mittal
  2024-05-09 12:49 ` [OE-core] [PATCH 1/6] enchant2: upgrade 2.6.9 -> 2.7.2 Ross Burton
  5 siblings, 0 replies; 7+ messages in thread
From: Anuj Mittal @ 2024-05-07  2:23 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../sqlite/{sqlite3_3.45.1.bb => sqlite3_3.45.3.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/sqlite/{sqlite3_3.45.1.bb => sqlite3_3.45.3.bb} (69%)

diff --git a/meta/recipes-support/sqlite/sqlite3_3.45.1.bb b/meta/recipes-support/sqlite/sqlite3_3.45.3.bb
similarity index 69%
rename from meta/recipes-support/sqlite/sqlite3_3.45.1.bb
rename to meta/recipes-support/sqlite/sqlite3_3.45.3.bb
index 50612feb25b..03d70bbd386 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.45.1.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.45.3.bb
@@ -4,5 +4,5 @@ LICENSE = "PD"
 LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66"
 
 SRC_URI = "http://www.sqlite.org/2024/sqlite-autoconf-${SQLITE_PV}.tar.gz"
-SRC_URI[sha256sum] = "cd9c27841b7a5932c9897651e20b86c701dd740556989b01ca596fcfa3d49a0a"
+SRC_URI[sha256sum] = "b2809ca53124c19c60f42bf627736eae011afdcc205bb48270a5ee9a38191531"
 
-- 
2.45.0



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

* Re: [OE-core] [PATCH 1/6] enchant2: upgrade 2.6.9 -> 2.7.2
  2024-05-07  2:23 [PATCH 1/6] enchant2: upgrade 2.6.9 -> 2.7.2 Anuj Mittal
                   ` (4 preceding siblings ...)
  2024-05-07  2:23 ` [PATCH 6/6] sqlite3: upgrade 3.45.1 -> 3.45.3 Anuj Mittal
@ 2024-05-09 12:49 ` Ross Burton
  5 siblings, 0 replies; 7+ messages in thread
From: Ross Burton @ 2024-05-09 12:49 UTC (permalink / raw)
  To: anuj.mittal; +Cc: openembedded-core

Can you respin this to 2.7.3, so we get the vala/gcc14 fix?

Thanks,
Ross

> On 7 May 2024, at 03:23, Anuj Mittal via lists.openembedded.org <anuj.mittal=intel.com@lists.openembedded.org> wrote:
> 
> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
> ---
> .../enchant/{enchant2_2.6.9.bb => enchant2_2.7.2.bb}            | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-support/enchant/{enchant2_2.6.9.bb => enchant2_2.7.2.bb} (91%)
> 
> diff --git a/meta/recipes-support/enchant/enchant2_2.6.9.bb b/meta/recipes-support/enchant/enchant2_2.7.2.bb
> similarity index 91%
> rename from meta/recipes-support/enchant/enchant2_2.6.9.bb
> rename to meta/recipes-support/enchant/enchant2_2.7.2.bb
> index aaf3525ad8c..08998dd48fe 100644
> --- a/meta/recipes-support/enchant/enchant2_2.6.9.bb
> +++ b/meta/recipes-support/enchant/enchant2_2.7.2.bb
> @@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 groff-native"
> inherit autotools pkgconfig github-releases
> 
> SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz"
> -SRC_URI[sha256sum] = "d9a5a10dc9b38a43b3a0fa22c76ed6ebb7e09eb535aff62954afcdbd40efff6b"
> +SRC_URI[sha256sum] = "7cc3400a6657974a740b6e3c2568e2935c70e5302f07fadb2095366b75ecad6f"
> 
> GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases"
> 
> -- 
> 2.45.0
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#199058): https://lists.openembedded.org/g/openembedded-core/message/199058
> Mute This Topic: https://lists.openembedded.org/mt/105953362/6875888
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ross.burton@arm.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 



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

end of thread, other threads:[~2024-05-09 12:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-07  2:23 [PATCH 1/6] enchant2: upgrade 2.6.9 -> 2.7.2 Anuj Mittal
2024-05-07  2:23 ` [PATCH 2/6] harfbuzz: upgrade 8.3.1 -> 8.4.0 Anuj Mittal
2024-05-07  2:23 ` [PATCH 3/6] libproxy: upgrade 0.5.4 -> 0.5.6 Anuj Mittal
2024-05-07  2:23 ` [PATCH 4/6] libsolv: upgrade 0.7.28 -> 0.7.29 Anuj Mittal
2024-05-07  2:23 ` [PATCH 5/6] mmc-utils: upgrade to latest revision Anuj Mittal
2024-05-07  2:23 ` [PATCH 6/6] sqlite3: upgrade 3.45.1 -> 3.45.3 Anuj Mittal
2024-05-09 12:49 ` [OE-core] [PATCH 1/6] enchant2: upgrade 2.6.9 -> 2.7.2 Ross Burton

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.