* Updated to 3.19.3
- Fix a bug associated with auto_vacuum that can lead to database corruption PR: 219903 Submitted by: pavelivolkov@gmail.com (maintainer) Reviewed by: lifanov (mentor), matthew (mentor) Approved by: pavelivolkov@gmail.com (maintainer), lifanov (mentor), matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11136
This commit is contained in:
parent
747667f3be
commit
8ec5cbdeb7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443106
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sqlite3
|
||||
PORTVERSION= 3.19.2
|
||||
PORTVERSION= 3.19.3
|
||||
CATEGORIES= databases tcl
|
||||
MASTER_SITES= https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/
|
||||
PKGNAMEPREFIX= tcl-
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1495871536
|
||||
SHA256 (sqlite-autoconf-3190200.tar.gz) = ca5361fb01cc3ad63d6fd4eb2cb0b6398e629595896d3558f7e121d37dac2ffc
|
||||
SIZE (sqlite-autoconf-3190200.tar.gz) = 2542613
|
||||
TIMESTAMP = 1497080522
|
||||
SHA256 (sqlite-autoconf-3190300.tar.gz) = 06129c03dced9f87733a8cba408871bd60673b8f93b920ba8d815efab0a06301
|
||||
SIZE (sqlite-autoconf-3190300.tar.gz) = 2542682
|
||||
|
|
Loading…
Reference in a new issue