From 72c759d43e5fc5dc6045745a3ef4dd92bd67d7ef Mon Sep 17 00:00:00 2001 From: landry Date: Fri, 29 Apr 2022 05:54:04 +0000 Subject: [PATCH] databases/sqlite3: update to 3.38.3 see https://sqlite.org/releaselog/3_38_3.html "Fix a case of the query planner be overly aggressive with optimizing automatic-index and Bloom-filter construction, using inappropriate ON clause terms to restrict the size of the automatic-index or Bloom filter, and resulting in missing rows in the output." --- databases/sqlite3/Makefile | 6 +++--- databases/sqlite3/distinfo | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 28ef420575b..8dfb6bf2aa3 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,10 +1,10 @@ COMMENT= embedded SQL implementation -DISTNAME = sqlite-autoconf-3380200 -PKGNAME= sqlite3-3.38.2 +DISTNAME = sqlite-autoconf-3380300 +PKGNAME= sqlite3-3.38.3 # XXX needs bumps every time :- -SHARED_LIBS += sqlite3 37.15 # 8.6 +SHARED_LIBS += sqlite3 37.16 # 8.6 # sqlite suggests that users might like to assert() that library and header # versions match, so bumps are needed even if function signatures don't change. # ... at the current time the only one noticed is a < check (in subversion) diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 376b5dcda30..0b4dc76314c 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3380200.tar.gz) = 55dKoUMLrWkKXp95pu5chJKtqCadxnWHWtD7dH18raQ= -SIZE (sqlite-autoconf-3380200.tar.gz) = 3032390 +SHA256 (sqlite-autoconf-3380300.tar.gz) = YfLdk6LjjDNGi3EllnwyGL+fTdg2Xe9gJeMU+QXclC4= +SIZE (sqlite-autoconf-3380300.tar.gz) = 3032969