* [Buildroot] [PATCH 1/2] Revert "package/sqlite: bump version to 3.52.0"
@ 2026-03-15 7:48 Bernd Kuhls
2026-03-15 7:48 ` [Buildroot] [PATCH 2/2] package/sqlite: bump version to 3.51.3 Bernd Kuhls
2026-03-15 10:27 ` [Buildroot] [PATCH 1/2] Revert "package/sqlite: bump version to 3.52.0" Julien Olivain via buildroot
0 siblings, 2 replies; 4+ messages in thread
From: Bernd Kuhls @ 2026-03-15 7:48 UTC (permalink / raw)
To: buildroot
This reverts commit 04dbf7a38f4e83a1c6444b910209a0e3a350b14c.
Upstream withdrew this release:
https://www.sqlite.org/releaselog/3_52_0.html
"Due to backwards-compatibility issues associated with some new
features, the 3.52.0 release has been withdrawn."
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/sqlite/sqlite.hash | 2 +-
package/sqlite/sqlite.mk | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/sqlite/sqlite.hash b/package/sqlite/sqlite.hash
index 9ed3781dca..055e935a4e 100644
--- a/package/sqlite/sqlite.hash
+++ b/package/sqlite/sqlite.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 f6b50b0c103392af32a8be15b2b9d25959de9a00a70c3979128aafeaa5338b3f sqlite-autoconf-3520000.tar.gz
+sha256 fbd89f866b1403bb66a143065440089dd76100f2238314d92274a082d4f2b7bb sqlite-autoconf-3510200.tar.gz
sha256 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9 tea/license.terms
diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk
index 4b334714ff..795bc32dbf 100644
--- a/package/sqlite/sqlite.mk
+++ b/package/sqlite/sqlite.mk
@@ -4,8 +4,8 @@
#
################################################################################
-SQLITE_VERSION = 3.52.0
-SQLITE_TAR_VERSION = 3520000
+SQLITE_VERSION = 3.51.2
+SQLITE_TAR_VERSION = 3510200
SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_TAR_VERSION).tar.gz
SQLITE_SITE = https://www.sqlite.org/2026
SQLITE_LICENSE = blessing
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/2] package/sqlite: bump version to 3.51.3
2026-03-15 7:48 [Buildroot] [PATCH 1/2] Revert "package/sqlite: bump version to 3.52.0" Bernd Kuhls
@ 2026-03-15 7:48 ` Bernd Kuhls
2026-03-20 15:54 ` Thomas Perale via buildroot
2026-03-15 10:27 ` [Buildroot] [PATCH 1/2] Revert "package/sqlite: bump version to 3.52.0" Julien Olivain via buildroot
1 sibling, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2026-03-15 7:48 UTC (permalink / raw)
To: buildroot
https://sqlite.org/releaselog/3_51_3.html
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/sqlite/sqlite.hash | 2 +-
package/sqlite/sqlite.mk | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/sqlite/sqlite.hash b/package/sqlite/sqlite.hash
index 055e935a4e..7c5068c7aa 100644
--- a/package/sqlite/sqlite.hash
+++ b/package/sqlite/sqlite.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 fbd89f866b1403bb66a143065440089dd76100f2238314d92274a082d4f2b7bb sqlite-autoconf-3510200.tar.gz
+sha256 81f5be397049b0cae1b167f2225af7646fc0f82e4a9b3c48c9ea3a533e21d77a sqlite-autoconf-3510300.tar.gz
sha256 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9 tea/license.terms
diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk
index 795bc32dbf..e9fb874399 100644
--- a/package/sqlite/sqlite.mk
+++ b/package/sqlite/sqlite.mk
@@ -4,8 +4,8 @@
#
################################################################################
-SQLITE_VERSION = 3.51.2
-SQLITE_TAR_VERSION = 3510200
+SQLITE_VERSION = 3.51.3
+SQLITE_TAR_VERSION = 3510300
SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_TAR_VERSION).tar.gz
SQLITE_SITE = https://www.sqlite.org/2026
SQLITE_LICENSE = blessing
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 2/2] package/sqlite: bump version to 3.51.3
2026-03-15 7:48 ` [Buildroot] [PATCH 2/2] package/sqlite: bump version to 3.51.3 Bernd Kuhls
@ 2026-03-20 15:54 ` Thomas Perale via buildroot
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Perale via buildroot @ 2026-03-20 15:54 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Thomas Perale, buildroot
In reply of:
> https://sqlite.org/releaselog/3_51_3.html
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2026.02.x. Thanks
> ---
> package/sqlite/sqlite.hash | 2 +-
> package/sqlite/sqlite.mk | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/sqlite/sqlite.hash b/package/sqlite/sqlite.hash
> index 055e935a4e..7c5068c7aa 100644
> --- a/package/sqlite/sqlite.hash
> +++ b/package/sqlite/sqlite.hash
> @@ -1,3 +1,3 @@
> # Locally computed
> -sha256 fbd89f866b1403bb66a143065440089dd76100f2238314d92274a082d4f2b7bb sqlite-autoconf-3510200.tar.gz
> +sha256 81f5be397049b0cae1b167f2225af7646fc0f82e4a9b3c48c9ea3a533e21d77a sqlite-autoconf-3510300.tar.gz
> sha256 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9 tea/license.terms
> diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk
> index 795bc32dbf..e9fb874399 100644
> --- a/package/sqlite/sqlite.mk
> +++ b/package/sqlite/sqlite.mk
> @@ -4,8 +4,8 @@
> #
> ################################################################################
>
> -SQLITE_VERSION = 3.51.2
> -SQLITE_TAR_VERSION = 3510200
> +SQLITE_VERSION = 3.51.3
> +SQLITE_TAR_VERSION = 3510300
> SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_TAR_VERSION).tar.gz
> SQLITE_SITE = https://www.sqlite.org/2026
> SQLITE_LICENSE = blessing
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/2] Revert "package/sqlite: bump version to 3.52.0"
2026-03-15 7:48 [Buildroot] [PATCH 1/2] Revert "package/sqlite: bump version to 3.52.0" Bernd Kuhls
2026-03-15 7:48 ` [Buildroot] [PATCH 2/2] package/sqlite: bump version to 3.51.3 Bernd Kuhls
@ 2026-03-15 10:27 ` Julien Olivain via buildroot
1 sibling, 0 replies; 4+ messages in thread
From: Julien Olivain via buildroot @ 2026-03-15 10:27 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
On 15/03/2026 08:48, Bernd Kuhls wrote:
> This reverts commit 04dbf7a38f4e83a1c6444b910209a0e3a350b14c.
>
> Upstream withdrew this release:
> https://www.sqlite.org/releaselog/3_52_0.html
>
> "Due to backwards-compatibility issues associated with some new
> features, the 3.52.0 release has been withdrawn."
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Series applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-03-20 15:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-15 7:48 [Buildroot] [PATCH 1/2] Revert "package/sqlite: bump version to 3.52.0" Bernd Kuhls
2026-03-15 7:48 ` [Buildroot] [PATCH 2/2] package/sqlite: bump version to 3.51.3 Bernd Kuhls
2026-03-20 15:54 ` Thomas Perale via buildroot
2026-03-15 10:27 ` [Buildroot] [PATCH 1/2] Revert "package/sqlite: bump version to 3.52.0" Julien Olivain via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox