From 7d5b59a87e0ba49b78f5b293984edd734286e40e Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 26 May 2020 12:50:52 +0000 Subject: sqlite3: updated to 3.32.1 Changes in version 3.32.1: 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. Other minor compiler-warning fixes and whatnot. --- databases/sqlite3/Makefile.common | 6 +++--- databases/sqlite3/distinfo | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'databases/sqlite3') diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common index bc9a77675ae..d66f92d2fb9 100644 --- a/databases/sqlite3/Makefile.common +++ b/databases/sqlite3/Makefile.common @@ -1,12 +1,12 @@ -# $NetBSD: Makefile.common,v 1.68 2020/05/23 07:38:00 adam Exp $ +# $NetBSD: Makefile.common,v 1.69 2020/05/26 12:50:52 adam Exp $ # # used by databases/sqlite3/Makefile # used by databases/sqlite3-docs/Makefile # used by databases/sqlite3-tcl/Makefile # used by devel/lemon/Makefile -SQLITE3_DISTVERSION= 3320000 -SQLITE3_VERSION= 3.32.0 +SQLITE3_DISTVERSION= 3320100 +SQLITE3_VERSION= 3.32.1 MASTER_SITES= http://www.sqlite.org/2020/ MASTER_SITES+= http://www.hwaci.com/sw/sqlite/2020/ diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index a741f3f6d8e..7f1df1f826b 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.157 2020/05/23 07:38:00 adam Exp $ +$NetBSD: distinfo,v 1.158 2020/05/26 12:50:52 adam Exp $ -SHA1 (sqlite-autoconf-3320000.tar.gz) = 3fe480c40c83a911ab4174625f14c434936d0b6c -RMD160 (sqlite-autoconf-3320000.tar.gz) = 8ae701d8dc4ccd04b903edd85858d373d9adb155 -SHA512 (sqlite-autoconf-3320000.tar.gz) = bb0f73d63658c3e31daa7919ea621d1a8add8d430fe4385947555f0a334038750630eb1240f28d1709c69d45d12c1cc04ed081ecfe421c594ed29b6ac80b0a5f -Size (sqlite-autoconf-3320000.tar.gz) = 2902505 bytes +SHA1 (sqlite-autoconf-3320100.tar.gz) = 3d34d86ef726b66edeb0b93b2a4c0d036ea8dcf3 +RMD160 (sqlite-autoconf-3320100.tar.gz) = 42f99158b9c3f0cfc92e8f825ca4f2611bafeb7e +SHA512 (sqlite-autoconf-3320100.tar.gz) = 37d14f2dc2fc971dad2e2968408bd9cbe9014e823d7043db9e694f87d991933d5ccb9f20774c3c86360a85d0ad0df7f60ebe55b96b6beef1144a4fa676ff8453 +Size (sqlite-autoconf-3320100.tar.gz) = 2903022 bytes -- cgit v1.2.3