From a07022d21327495daf65811f4ab0a8aa64dc25d6 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sat, 13 Jun 2020 04:09:08 +0000 Subject: [PATCH] Update 3.32.0 --> 3.32.2 Fix two long-standing bugs that allow malicious SQL statements to crash the process that is running SQLite. These bugs were announced by a third-party approximately 24 hours after the 3.32.0 release but are not specific to the 3.32.0 release. Fix a long-standing bug in the byte-code engine that can cause a COMMIT command report as success when in fact it failed to commit. Ticket 810dc8038872e212. Approved by: portmgr (blanket: run-time bugfix) MFH: 2020Q2 --- databases/sqlite3/Makefile | 2 +- databases/sqlite3/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index c8bf058e7b5a..7149772f257d 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -DISTVERSION= 3.32.0 +DISTVERSION= 3.32.2 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2020/ http://www2.sqlite.org/2020/ http://www3.sqlite.org/2020/ diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 74a108e1b882..3a08e0642004 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1591926363 -SHA256 (sqlite-autoconf-3320000.tar.gz) = 598317fd74f5dcc8921949c47665b9e512d0d9c6a445a2e843430f04dc10bda4 -SIZE (sqlite-autoconf-3320000.tar.gz) = 2902505 +TIMESTAMP = 1592019934 +SHA256 (sqlite-autoconf-3320200.tar.gz) = 2dbef1254c1dbeeb5d13d7722d37e633f18ccbba689806b0a65b68701a5b6084 +SIZE (sqlite-autoconf-3320200.tar.gz) = 2903050