diff mbox series

[AUH] sqlite3: upgrading to 3.53.3 SUCCEEDED

Message ID 0101019f07b125bd-167751aa-b2ab-41a5-813b-459f4e5b6d0e-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] sqlite3: upgrading to 3.53.3 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org June 27, 2026, 6:07 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *sqlite3* to *3.53.3* has Succeeded.

Next steps:
    - apply the patch: git am 0001-sqlite3-upgrade-3.53.2-3.53.3.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From e24e51a0d198f46ba1e841eb669681e1b4bc9720 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 27 Jun 2026 06:07:48 +0000
Subject: [PATCH] sqlite3: upgrade 3.53.2 -> 3.53.3

---
 .../sqlite/sqlite3/0001-Add-option-to-disable-zlib.patch        | 2 +-
 .../sqlite/{sqlite3_3.53.2.bb => sqlite3_3.53.3.bb}             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/sqlite/{sqlite3_3.53.2.bb => sqlite3_3.53.3.bb} (74%)
diff mbox series

Patch

diff --git a/meta/recipes-support/sqlite/sqlite3/0001-Add-option-to-disable-zlib.patch b/meta/recipes-support/sqlite/sqlite3/0001-Add-option-to-disable-zlib.patch
index b4231438cc..dc49a3731f 100644
--- a/meta/recipes-support/sqlite/sqlite3/0001-Add-option-to-disable-zlib.patch
+++ b/meta/recipes-support/sqlite/sqlite3/0001-Add-option-to-disable-zlib.patch
@@ -1,4 +1,4 @@ 
-From a324ff380e6e83141f37cbee7b89e87282deb349 Mon Sep 17 00:00:00 2001
+From 7c6c5749f809eb3fd50fbaabb4ca6379968b3c5e Mon Sep 17 00:00:00 2001
 From: Peter Marko <peter.marko@siemens.com>
 Date: Sun, 12 Oct 2025 23:32:46 +0200
 Subject: [PATCH] Add option to disable zlib
diff --git a/meta/recipes-support/sqlite/sqlite3_3.53.2.bb b/meta/recipes-support/sqlite/sqlite3_3.53.3.bb
similarity index 74%
rename from meta/recipes-support/sqlite/sqlite3_3.53.2.bb
rename to meta/recipes-support/sqlite/sqlite3_3.53.3.bb
index 38045f1604..655f3a2b96 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.53.2.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.53.3.bb
@@ -4,6 +4,6 @@  LICENSE = "blessing"
 LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66"
 
 SRC_URI = "http://www.sqlite.org/2026/sqlite-autoconf-${SQLITE_PV}.tar.gz"
-SRC_URI[sha256sum] = "588ad51949419a56ebe81fe56193d510c559eb94c9a57748387860b5d3069316"
+SRC_URI[sha256sum] = "c917d7db16648ec95f714974ace5e5dcf46b7dc70e26600a0a102a3141125db0"
 
 SRC_URI += "file://0001-Add-option-to-disable-zlib.patch"