Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2020 04:09:09 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538636 - head/databases/sqlite3
Message-ID:  <202006130409.05D499sG019903@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sat Jun 13 04:09:08 2020
New Revision: 538636
URL: https://svnweb.freebsd.org/changeset/ports/538636

Log:
  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

Modified:
  head/databases/sqlite3/Makefile   (contents, props changed)
  head/databases/sqlite3/distinfo   (contents, props changed)

Modified: head/databases/sqlite3/Makefile
==============================================================================
--- head/databases/sqlite3/Makefile	Sat Jun 13 01:58:14 2020	(r538635)
+++ head/databases/sqlite3/Makefile	Sat Jun 13 04:09:08 2020	(r538636)
@@ -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/

Modified: head/databases/sqlite3/distinfo
==============================================================================
--- head/databases/sqlite3/distinfo	Sat Jun 13 01:58:14 2020	(r538635)
+++ head/databases/sqlite3/distinfo	Sat Jun 13 04:09:08 2020	(r538636)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006130409.05D499sG019903>