All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/sqlite: bump version to 3.49.0
@ 2025-02-10  2:26 Scott Fan
  2025-02-11 17:13 ` Peter Korsgaard
  0 siblings, 1 reply; 6+ messages in thread
From: Scott Fan @ 2025-02-10  2:26 UTC (permalink / raw)
  To: buildroot; +Cc: Scott Fan, Bernd Kuhls

Release notes: https://www.sqlite.org/releaselog/3_49_0.html

Signed-off-by: Scott Fan <fancp2007@gmail.com>
---
 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 5b933fba8f..ddec2637b8 100644
--- a/package/sqlite/sqlite.hash
+++ b/package/sqlite/sqlite.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  ac992f7fca3989de7ed1fe99c16363f848794c8c32a158dafd4eb927a2e02fd5  sqlite-autoconf-3480000.tar.gz
+sha256  4d8bfa0b55e36951f6e5a9fb8c99f3b58990ab785c57b4f84f37d163a0672759  sqlite-autoconf-3490000.tar.gz
 sha256  66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9  tea/license.terms
diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk
index c8f12a427a..a23f6e1d66 100644
--- a/package/sqlite/sqlite.mk
+++ b/package/sqlite/sqlite.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-SQLITE_VERSION = 3.48.0
-SQLITE_TAR_VERSION = 3480000
+SQLITE_VERSION = 3.49.0
+SQLITE_TAR_VERSION = 3490000
 SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_TAR_VERSION).tar.gz
 SQLITE_SITE = https://www.sqlite.org/2025
 SQLITE_LICENSE = blessing
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/sqlite: bump version to 3.49.0
  2025-02-10  2:26 Scott Fan
@ 2025-02-11 17:13 ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2025-02-11 17:13 UTC (permalink / raw)
  To: Scott Fan; +Cc: buildroot, Bernd Kuhls

>>>>> "Scott" == Scott Fan <fancp2007@gmail.com> writes:

 > Release notes: https://www.sqlite.org/releaselog/3_49_0.html
 > Signed-off-by: Scott Fan <fancp2007@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/sqlite: bump version to 3.49.0
       [not found] <20250210022648.1634973-1-fancp2007__48543.0357208074$1739154457$gmane$org@gmail.com>
@ 2025-02-11 20:33 ` Bernd Kuhls
  2025-02-12  6:04   ` Scott Fan
  0 siblings, 1 reply; 6+ messages in thread
From: Bernd Kuhls @ 2025-02-11 20:33 UTC (permalink / raw)
  To: buildroot

Am Mon, 10 Feb 2025 10:26:38 +0800 schrieb Scott Fan:

> Release notes: https://www.sqlite.org/releaselog/3_49_0.html

Hi Scott,

this bump causes build errors:
https://autobuild.buildroot.org/?reason=sqlite-3.49.0

most likely due to this quote from release notes:
"Replace Autotools with Autosetup for the configure script used in the 
precompiled amalgamation tarball."

Did you build-test the package?

Regards, Bernd

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/sqlite: bump version to 3.49.0
  2025-02-11 20:33 ` [Buildroot] [PATCH] package/sqlite: bump version to 3.49.0 Bernd Kuhls
@ 2025-02-12  6:04   ` Scott Fan
  2025-02-12 12:52     ` Peter Korsgaard
  0 siblings, 1 reply; 6+ messages in thread
From: Scott Fan @ 2025-02-12  6:04 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

When I found the compilation error message, I immediately changed the
patch that had been sent to patchwork to the Changes Requested state
to prevent it from being merged into the mainline, but I don't know
why it was finally merged.

Scott Fan

On Wed, Feb 12, 2025 at 4:34 AM Bernd Kuhls <bernd@kuhls.net> wrote:
>
> Am Mon, 10 Feb 2025 10:26:38 +0800 schrieb Scott Fan:
>
> > Release notes: https://www.sqlite.org/releaselog/3_49_0.html
>
> Hi Scott,
>
> this bump causes build errors:
> https://autobuild.buildroot.org/?reason=sqlite-3.49.0
>
> most likely due to this quote from release notes:
> "Replace Autotools with Autosetup for the configure script used in the
> precompiled amalgamation tarball."
>
> Did you build-test the package?
>
> Regards, Bernd
>
> _______________________________________________
> 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] 6+ messages in thread

* Re: [Buildroot] [PATCH] package/sqlite: bump version to 3.49.0
  2025-02-12  6:04   ` Scott Fan
@ 2025-02-12 12:52     ` Peter Korsgaard
  2025-02-12 13:56       ` Scott Fan
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2025-02-12 12:52 UTC (permalink / raw)
  To: Scott Fan; +Cc: Bernd Kuhls, buildroot

>>>>> "Scott" == Scott Fan <fancp2007@gmail.com> writes:

 > When I found the compilation error message, I immediately changed the
 > patch that had been sent to patchwork to the Changes Requested state
 > to prevent it from being merged into the mainline, but I don't know
 > why it was finally merged.

For the future please send a message explaining why this was done. I
asked around with the other co-maintainers and ended up with the (wrong)
conclusion that it was marked as changes requested by accident.

Have you had a look at how to fix the issue or should I revert?

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/sqlite: bump version to 3.49.0
  2025-02-12 12:52     ` Peter Korsgaard
@ 2025-02-12 13:56       ` Scott Fan
  0 siblings, 0 replies; 6+ messages in thread
From: Scott Fan @ 2025-02-12 13:56 UTC (permalink / raw)
  To: Peter Korsgaard; +Cc: Bernd Kuhls, buildroot

Hi,

I had sent a new patch file to fix the issue caused by the Autosetup
configure script.

Scott Fan

On Wed, Feb 12, 2025 at 8:52 PM Peter Korsgaard <peter@korsgaard.com> wrote:
>
> >>>>> "Scott" == Scott Fan <fancp2007@gmail.com> writes:
>
>  > When I found the compilation error message, I immediately changed the
>  > patch that had been sent to patchwork to the Changes Requested state
>  > to prevent it from being merged into the mainline, but I don't know
>  > why it was finally merged.
>
> For the future please send a message explaining why this was done. I
> asked around with the other co-maintainers and ended up with the (wrong)
> conclusion that it was marked as changes requested by accident.
>
> Have you had a look at how to fix the issue or should I revert?
>
> --
> Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2025-02-12 13:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20250210022648.1634973-1-fancp2007__48543.0357208074$1739154457$gmane$org@gmail.com>
2025-02-11 20:33 ` [Buildroot] [PATCH] package/sqlite: bump version to 3.49.0 Bernd Kuhls
2025-02-12  6:04   ` Scott Fan
2025-02-12 12:52     ` Peter Korsgaard
2025-02-12 13:56       ` Scott Fan
2025-02-10  2:26 Scott Fan
2025-02-11 17:13 ` Peter Korsgaard

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.