From c129602d4d71b58727aea9f5279ee0e543a21c31fdf62be89c5d9b27f46983c5 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Mon, 25 Jan 2021 15:23:22 +0000 Subject: [PATCH] Accepting request 865503 from home:AndreasStieger:branches:server:database SQLite 3.34.1 (boo#1181261) OBS-URL: https://build.opensuse.org/request/show/865503 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=254 --- sqlite-doc-3340000.zip | 3 --- sqlite-doc-3340100.zip | 3 +++ sqlite-src-3340000.zip | 3 --- sqlite-src-3340100.zip | 3 +++ sqlite3.changes | 10 ++++++++++ sqlite3.spec | 10 +++++----- 6 files changed, 21 insertions(+), 11 deletions(-) delete mode 100644 sqlite-doc-3340000.zip create mode 100644 sqlite-doc-3340100.zip delete mode 100644 sqlite-src-3340000.zip create mode 100644 sqlite-src-3340100.zip diff --git a/sqlite-doc-3340000.zip b/sqlite-doc-3340000.zip deleted file mode 100644 index 9519eaf..0000000 --- a/sqlite-doc-3340000.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e86e24d3c1217b7ef10e67a9ff7f395d1e19a8beee732a46445b493c22979a8 -size 10069888 diff --git a/sqlite-doc-3340100.zip b/sqlite-doc-3340100.zip new file mode 100644 index 0000000..a9fe77e --- /dev/null +++ b/sqlite-doc-3340100.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d41ff85e49b78f53c8297b37b1f287b4f3df5294f168150c7b8fb2a1a8530d +size 10074559 diff --git a/sqlite-src-3340000.zip b/sqlite-src-3340000.zip deleted file mode 100644 index 56b99a2..0000000 --- a/sqlite-src-3340000.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5c2000ece56d2de13c474658b9cdba6b7f2608a4d711e245518ea02a2a2333e -size 12623425 diff --git a/sqlite-src-3340100.zip b/sqlite-src-3340100.zip new file mode 100644 index 0000000..590c531 --- /dev/null +++ b/sqlite-src-3340100.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dddd237996b096dee8b37146c7a37a626a80306d6695103d2ec16ee3b852ff49 +size 12623711 diff --git a/sqlite3.changes b/sqlite3.changes index 2ccecc8..2e9fc52 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jan 21 20:13:10 UTC 2021 - Andreas Stieger + +- SQLite 3.34.1: + * Fix a potential use-after-free bug when processing a a subquery + with both a correlated WHERE clause and a "HAVING 0" clause and + where the parent query is an aggregate (boo#1181261) + * Fix documentation typos + * Fix minor problems in extensions + ------------------------------------------------------------------- Wed Dec 2 09:08:39 UTC 2020 - Reinhard Max diff --git a/sqlite3.spec b/sqlite3.spec index 2c558d6..cb5bffc 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -1,7 +1,7 @@ # # spec file for package sqlite3 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,18 @@ %define oname sqlite -%define tarversion 3340000 +%define tarversion 3340100 %bcond_with icu Name: sqlite3 -Version: 3.34.0 +Version: 3.34.1 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain Group: Productivity/Databases/Servers URL: https://www.sqlite.org/ -Source0: http://www.sqlite.org/2020/sqlite-src-%{tarversion}.zip +Source0: http://www.sqlite.org/2021/sqlite-src-%{tarversion}.zip Source1: baselibs.conf -Source2: http://www.sqlite.org/2020/sqlite-doc-%{tarversion}.zip +Source2: http://www.sqlite.org/2021/sqlite-doc-%{tarversion}.zip BuildRequires: automake BuildRequires: libtool BuildRequires: pkgconfig