All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit branch/next] package/sqlite: bump version to 3220000 (3.22.0)
@ 2018-02-05 17:15 Thomas Petazzoni
  2018-02-20  2:40 ` Scott Fan
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2018-02-05 17:15 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=f83d92b60f25df3178ce7775716403c76d63d9b1
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Signed-off-by: Scott Fan <fancp2007@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/sqlite/sqlite.hash | 4 ++--
 package/sqlite/sqlite.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/sqlite/sqlite.hash b/package/sqlite/sqlite.hash
index be5820e1f8..2aac7dc1d3 100644
--- a/package/sqlite/sqlite.hash
+++ b/package/sqlite/sqlite.hash
@@ -1,6 +1,6 @@
 # From http://www.sqlite.org/download.html
-sha1 f56fe3407d8297fc0a68a058f4c9e6b77e83575c  sqlite-autoconf-3210000.tar.gz
+sha1 2fb24ec12001926d5209d2da90d252b9825366ac  sqlite-autoconf-3220000.tar.gz
 # Calculated based on the hash above
-sha256 d7dd516775005ad87a57f428b6f86afd206cb341722927f104d3f0cf65fbbbe3  sqlite-autoconf-3210000.tar.gz
+sha256 2824ab1238b706bc66127320afbdffb096361130e23291f26928a027b885c612  sqlite-autoconf-3220000.tar.gz
 # Locally calculated
 sha256 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9  tea/license.terms
diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk
index 5239592f18..e8ce92df56 100644
--- a/package/sqlite/sqlite.mk
+++ b/package/sqlite/sqlite.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-SQLITE_VERSION = 3210000
+SQLITE_VERSION = 3220000
 SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz
-SQLITE_SITE = http://www.sqlite.org/2017
+SQLITE_SITE = http://www.sqlite.org/2018
 SQLITE_LICENSE = Public domain
 SQLITE_LICENSE_FILES = tea/license.terms
 SQLITE_INSTALL_STAGING = YES

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

* [Buildroot] [git commit branch/next] package/sqlite: bump version to 3220000 (3.22.0)
  2018-02-05 17:15 [Buildroot] [git commit branch/next] package/sqlite: bump version to 3220000 (3.22.0) Thomas Petazzoni
@ 2018-02-20  2:40 ` Scott Fan
  2018-02-20  8:06   ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Scott Fan @ 2018-02-20  2:40 UTC (permalink / raw)
  To: buildroot

Why was this committed in next ?
Thanks


2018?2?6? 01:17?"Thomas Petazzoni" <thomas.petazzoni@bootlin.com>???

> commit: https://git.buildroot.net/buildroot/commit/?id=
> f83d92b60f25df3178ce7775716403c76d63d9b1
> branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next
>
> Signed-off-by: Scott Fan <fancp2007@gmail.com>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> ---
>  package/sqlite/sqlite.hash | 4 ++--
>  package/sqlite/sqlite.mk   | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/sqlite/sqlite.hash b/package/sqlite/sqlite.hash
> index be5820e1f8..2aac7dc1d3 100644
> --- a/package/sqlite/sqlite.hash
> +++ b/package/sqlite/sqlite.hash
> @@ -1,6 +1,6 @@
>  # From http://www.sqlite.org/download.html
> -sha1 f56fe3407d8297fc0a68a058f4c9e6b77e83575c
> sqlite-autoconf-3210000.tar.gz
> +sha1 2fb24ec12001926d5209d2da90d252b9825366ac
> sqlite-autoconf-3220000.tar.gz
>  # Calculated based on the hash above
> -sha256 d7dd516775005ad87a57f428b6f86afd206cb341722927f104d3f0cf65fbbbe3
> sqlite-autoconf-3210000.tar.gz
> +sha256 2824ab1238b706bc66127320afbdffb096361130e23291f26928a027b885c612
> sqlite-autoconf-3220000.tar.gz
>  # Locally calculated
>  sha256 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9
> tea/license.terms
> diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk
> index 5239592f18..e8ce92df56 100644
> --- a/package/sqlite/sqlite.mk
> +++ b/package/sqlite/sqlite.mk
> @@ -4,9 +4,9 @@
>  #
>  ############################################################
> ####################
>
> -SQLITE_VERSION = 3210000
> +SQLITE_VERSION = 3220000
>  SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz
> -SQLITE_SITE = http://www.sqlite.org/2017
> +SQLITE_SITE = http://www.sqlite.org/2018
>  SQLITE_LICENSE = Public domain
>  SQLITE_LICENSE_FILES = tea/license.terms
>  SQLITE_INSTALL_STAGING = YES
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20180220/a2b48939/attachment.html>

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

* [Buildroot] [git commit branch/next] package/sqlite: bump version to 3220000 (3.22.0)
  2018-02-20  2:40 ` Scott Fan
@ 2018-02-20  8:06   ` Peter Korsgaard
  2018-02-20  8:19     ` Scott Fan
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2018-02-20  8:06 UTC (permalink / raw)
  To: buildroot

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

 > Why was this committed in next ?
 > Thanks

Because we are past rc1. Does this fix any important issues making it a
candidate for master?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [git commit branch/next] package/sqlite: bump version to 3220000 (3.22.0)
  2018-02-20  8:06   ` Peter Korsgaard
@ 2018-02-20  8:19     ` Scott Fan
  0 siblings, 0 replies; 4+ messages in thread
From: Scott Fan @ 2018-02-20  8:19 UTC (permalink / raw)
  To: buildroot

http://sqlite.org/releaselog/3_22_0.html

Bug fixes:

   1. Infinite loop on an UPDATE that uses an OR operator in the WHERE
   clause. Problem introduced with 3.17.0 and reported on the mailing list
   about one year later. Ticket47b2581aa9bfecec
   <https://www.sqlite.org/src/info/47b2581aa9bfecec>.
   2. Incorrect query results when the skip-ahead-distinct optimization is
   used. Ticket ef9318757b152e3a
   <https://sqlite.org/src/info/ef9318757b152e3a>.
   3. Incorrect query results on a join with a ORDER BY DESC. Ticket
   123c9ba32130a6c9 <https://sqlite.org/src/info/123c9ba32130a6c9>.
   4. Inconsistent result set column names between CREATE TABLE AS and a
   simple SELECT. Ticket3b4450072511e621
   <https://sqlite.org/src/info/3b4450072511e621>
   5. Assertion fault when doing REPLACE on an index on an expression.
   Ticket dc3f932f5a147771 <https://sqlite.org/src/info/dc3f932f5a147771>
   6. Assertion fault when doing an IN operator on a constant index. Ticket
   aa98619ad08ddcab <https://sqlite.org/src/info/aa98619ad08ddcab>


2018?2?20? 16:06?"Peter Korsgaard" <peter@korsgaard.com>???

> >>>>> "Scott" == Scott Fan <fancp2007@gmail.com> writes:
>
>  > Why was this committed in next ?
>  > Thanks
>
> Because we are past rc1. Does this fix any important issues making it a
> candidate for master?
>
> --
> Bye, Peter Korsgaard
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20180220/ce6f9d62/attachment.html>

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

end of thread, other threads:[~2018-02-20  8:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-05 17:15 [Buildroot] [git commit branch/next] package/sqlite: bump version to 3220000 (3.22.0) Thomas Petazzoni
2018-02-20  2:40 ` Scott Fan
2018-02-20  8:06   ` Peter Korsgaard
2018-02-20  8:19     ` Scott Fan

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.