svn commit: r443102 - head/databases/sqlite3

Richard Gallamore ultima at FreeBSD.org
Sat Jun 10 17:29:59 UTC 2017


Author: ultima
Date: Sat Jun 10 17:29:57 2017
New Revision: 443102
URL: https://svnweb.freebsd.org/changeset/ports/443102

Log:
  * Updated to 3.19.3
  
   - Fix a bug associated with auto_vacuum that can lead to database corruption
  
  PR:	219902
  Submitted by:	pavelivolkov at gmail.com (maintainer)
  Reviewed by:	lifanov (mentor), matthew (mentor)
  Approved by:	pavelivolkov at gmail.com (maintainer), lifanov (mentor), matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11132

Modified:
  head/databases/sqlite3/Makefile
  head/databases/sqlite3/distinfo

Modified: head/databases/sqlite3/Makefile
==============================================================================
--- head/databases/sqlite3/Makefile	Sat Jun 10 16:23:48 2017	(r443101)
+++ head/databases/sqlite3/Makefile	Sat Jun 10 17:29:57 2017	(r443102)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sqlite3
-PORTVERSION=	3.19.2
+PORTVERSION=	3.19.3
 CATEGORIES=	databases
 MASTER_SITES=	https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/
 DISTNAME=	sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00

Modified: head/databases/sqlite3/distinfo
==============================================================================
--- head/databases/sqlite3/distinfo	Sat Jun 10 16:23:48 2017	(r443101)
+++ head/databases/sqlite3/distinfo	Sat Jun 10 17:29:57 2017	(r443102)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495871536
-SHA256 (sqlite-autoconf-3190200.tar.gz) = ca5361fb01cc3ad63d6fd4eb2cb0b6398e629595896d3558f7e121d37dac2ffc
-SIZE (sqlite-autoconf-3190200.tar.gz) = 2542613
+TIMESTAMP = 1497076626
+SHA256 (sqlite-autoconf-3190300.tar.gz) = 06129c03dced9f87733a8cba408871bd60673b8f93b920ba8d815efab0a06301
+SIZE (sqlite-autoconf-3190300.tar.gz) = 2542682


More information about the svn-ports-all mailing list