All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] sqlite3: upgrade 3.18.0 -> 3.19.2
@ 2017-05-31 11:39 Maxin B. John
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Maxin B. John @ 2017-05-31 11:39 UTC (permalink / raw)
  To: openembedded-core

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



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

* [PATCH 2/3] libtasn1: upgrade 4.10 -> 4.12
  2017-05-31 11:39 [PATCH 1/3] sqlite3: upgrade 3.18.0 -> 3.19.2 Maxin B. John
@ 2017-05-31 11:39 ` Maxin B. John
  2017-05-31 11:39 ` [PATCH 3/3] pkgconfig: upgrade 0.29.1 -> 0.29.2 Maxin B. John
  1 sibling, 0 replies; 3+ messages in thread
From: Maxin B. John @ 2017-05-31 11:39 UTC (permalink / raw)
  To: openembedded-core

Noteworthy changes:

1. Introduced the ASN1_TIME_ENCODING_ERROR error code to indicate an invalid
encoding in the DER time fields.
2. Introduced flag ASN1_DECODE_FLAG_ALLOW_INCORRECT_TIME. This flag allows
decoding errors in time fields even when in strict DER mode.
3. Added safety check in asn1_find_node(). That prevents a crash when a very
long variable name is provided by the developer.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-support/gnutls/{libtasn1_4.10.bb => libtasn1_4.12.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/gnutls/{libtasn1_4.10.bb => libtasn1_4.12.bb} (83%)

diff --git a/meta/recipes-support/gnutls/libtasn1_4.10.bb b/meta/recipes-support/gnutls/libtasn1_4.12.bb
similarity index 83%
rename from meta/recipes-support/gnutls/libtasn1_4.10.bb
rename to meta/recipes-support/gnutls/libtasn1_4.12.bb
index 33a768d..cec1a9b 100644
--- a/meta/recipes-support/gnutls/libtasn1_4.10.bb
+++ b/meta/recipes-support/gnutls/libtasn1_4.12.bb
@@ -15,8 +15,8 @@ SRC_URI = "${GNU_MIRROR}/libtasn1/libtasn1-${PV}.tar.gz \
 
 DEPENDS = "bison-native"
 
-SRC_URI[md5sum] = "f4faffdf63969d0e4e6df43b9679e8e5"
-SRC_URI[sha256sum] = "681a4d9a0d259f2125713f2e5766c5809f151b3a1392fd91390f780b4b8f5a02"
+SRC_URI[md5sum] = "5c724bd1f73aaf4a311833e1cd297b21"
+SRC_URI[sha256sum] = "6753da2e621257f33f5b051cc114d417e5206a0818fe0b1ecfd6153f70934753"
 
 inherit autotools texinfo binconfig lib_package gtk-doc
 
-- 
2.4.0



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

* [PATCH 3/3] pkgconfig: upgrade 0.29.1 -> 0.29.2
  2017-05-31 11:39 [PATCH 1/3] sqlite3: upgrade 3.18.0 -> 3.19.2 Maxin B. John
  2017-05-31 11:39 ` [PATCH 2/3] libtasn1: upgrade 4.10 -> 4.12 Maxin B. John
@ 2017-05-31 11:39 ` Maxin B. John
  1 sibling, 0 replies; 3+ messages in thread
From: Maxin B. John @ 2017-05-31 11:39 UTC (permalink / raw)
  To: openembedded-core

Remove backported patch:
1. 0001-gdate-Move-warning-pragma-outside-of-function.patch

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 ...e-Move-warning-pragma-outside-of-function.patch | 39 ----------------------
 meta/recipes-devtools/pkgconfig/pkgconfig_git.bb   |  5 ++-
 2 files changed, 2 insertions(+), 42 deletions(-)
 delete mode 100644 meta/recipes-devtools/pkgconfig/pkgconfig/0001-gdate-Move-warning-pragma-outside-of-function.patch

diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig/0001-gdate-Move-warning-pragma-outside-of-function.patch b/meta/recipes-devtools/pkgconfig/pkgconfig/0001-gdate-Move-warning-pragma-outside-of-function.patch
deleted file mode 100644
index 14c8293..0000000
--- a/meta/recipes-devtools/pkgconfig/pkgconfig/0001-gdate-Move-warning-pragma-outside-of-function.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 946d36266d8a30f04fe34d3183bf4929141934d2 Mon Sep 17 00:00:00 2001
-From: coypu <coypu@sdf.org>
-Date: Wed, 2 Mar 2016 19:38:48 +0200
-Subject: [PATCH] gdate: Move warning pragma outside of function
-
-Commit 0817af40e8c74c721c30f6ef482b1f53d12044c7 breaks the build on
-older versions of GCC, which don't allow pragma inside functions.
-
-https://bugzilla.gnome.org/761550
----
-Upstream-Status: Backport
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
-
- glib/glib/gdate.c | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/glib/glib/gdate.c b/glib/glib/gdate.c
-index 1978cf7..20e6c4a 100644
---- a/glib/glib/gdate.c
-+++ b/glib/glib/gdate.c
-@@ -2439,6 +2439,9 @@ win32_strftime_helper (const GDate     *d,
-  *
-  * Returns: number of characters written to the buffer, or 0 the buffer was too small
-  */
-+#pragma GCC diagnostic push
-+#pragma GCC diagnostic ignored "-Wformat-nonliteral"
-+
- gsize     
- g_date_strftime (gchar       *s, 
-                  gsize        slen, 
-@@ -2549,3 +2552,5 @@ g_date_strftime (gchar       *s,
-   return retval;
- #endif
- }
-+
-+#pragma GCC diagnostic pop
--- 
-1.9.1
-
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
index dc44992..e634021 100644
--- a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
+++ b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
@@ -8,13 +8,12 @@ SECTION = "console/utils"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-SRCREV = "87152c05be88ca8be71a3a563f275b3686d32c28"
-PV = "0.29.1+git${SRCPV}"
+SRCREV = "edf8e6f0ea77ede073f07bff0d2ae1fc7a38103b"
+PV = "0.29.2+git${SRCPV}"
 
 SRC_URI = "git://anongit.freedesktop.org/pkg-config \
            file://pkg-config-native.in \
            file://fix-glib-configure-libtool-usage.patch \
-           file://0001-gdate-Move-warning-pragma-outside-of-function.patch \
            file://0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch \
            "
 
-- 
2.4.0



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

end of thread, other threads:[~2017-05-31 11:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-31 11:39 [PATCH 1/3] sqlite3: upgrade 3.18.0 -> 3.19.2 Maxin B. John
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

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.