All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Maxin B. John" <maxin.john@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/3] sqlite3: upgrade 3.18.0 -> 3.19.2
Date: Wed, 31 May 2017 14:39:34 +0300	[thread overview]
Message-ID: <1496230776-38517-1-git-send-email-maxin.john@intel.com> (raw)

Bug fixes:
1. Fix a problem in REPLACE that can result in a corrupt database
containing two or more rows with the same rowid.
2. Fix a problem in PRAGMA integrity_check that was causing a subsequent
VACUUM to behave suboptimally.
3. Fix the PRAGMA foreign_key_check command so that it works correctly with
foreign keys on WITHOUT ROWID tables.
4. Disallow leading zeros in numeric constants in JSON.
5. Disallow control characters inside of strings in JSON.
6. Limit the depth of recursion for JSON objects and arrays in order to
avoid excess stack usage in the recursive descent parser.
7. Fix more bugs in the LEFT JOIN flattening optimization.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-support/sqlite/{sqlite3_3.18.0.bb => sqlite3_3.19.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/sqlite/{sqlite3_3.18.0.bb => sqlite3_3.19.2.bb} (59%)

diff --git a/meta/recipes-support/sqlite/sqlite3_3.18.0.bb b/meta/recipes-support/sqlite/sqlite3_3.19.2.bb
similarity index 59%
rename from meta/recipes-support/sqlite/sqlite3_3.18.0.bb
rename to meta/recipes-support/sqlite/sqlite3_3.19.2.bb
index 352b53f..cf87073 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.18.0.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.19.2.bb
@@ -6,5 +6,5 @@ LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b357
 SRC_URI = "\
   http://www.sqlite.org/2017/sqlite-autoconf-${SQLITE_PV}.tar.gz \
   "
-SRC_URI[md5sum] = "a6687a8ae1f66abc8df739aeadecfd0c"
-SRC_URI[sha256sum] = "3757612463976e7d08c5e9f0af3021613fc24bbcfe1c51197d6776b9ece9ac5c"
+SRC_URI[md5sum] = "9f006b16de2cd81f6bae9b40e91daabf"
+SRC_URI[sha256sum] = "ca5361fb01cc3ad63d6fd4eb2cb0b6398e629595896d3558f7e121d37dac2ffc"
-- 
2.4.0



             reply	other threads:[~2017-05-31 11:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-31 11:39 Maxin B. John [this message]
2017-05-31 11:39 ` [PATCH 2/3] libtasn1: upgrade 4.10 -> 4.12 Maxin B. John
2017-05-31 11:39 ` [PATCH 3/3] pkgconfig: upgrade 0.29.1 -> 0.29.2 Maxin B. John

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1496230776-38517-1-git-send-email-maxin.john@intel.com \
    --to=maxin.john@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.