Date: Wed, 1 Nov 2017 22:12:00 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453320 - head/databases/sqlite3 Message-ID: <201711012212.vA1MC0EX046492@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Nov 1 22:12:00 2017 New Revision: 453320 URL: https://svnweb.freebsd.org/changeset/ports/453320 Log: databases/sqlite3: update to 3.21.0 Changes: https://www.sqlite.org/releaselog/3_21_0.html ABI: https://abi-laboratory.pro/tracker/timeline/sqlite/ PR: 223363 Submitted by: Pavel Volkov (maintainer) Modified: head/databases/sqlite3/Makefile (contents, props changed) head/databases/sqlite3/distinfo (contents, props changed) Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Wed Nov 1 22:08:47 2017 (r453319) +++ head/databases/sqlite3/Makefile Wed Nov 1 22:12:00 2017 (r453320) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.20.1 -PORTREVISION= 2 +PORTVERSION= 3.21.0 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 @@ -23,7 +22,7 @@ MAKE_JOBS_UNSAFE= yes # Compilation Options For SQLite https://www.sqlite.org/compile.html OPTIONS_DEFINE= FTS4 UPD_DEL_LIMIT URI URI_AUTHORITY SOUNDEX METADATA \ DIRECT_READ MEMMAN SECURE_DELETE UNLOCK_NOTIFY THREADS \ - EXTENSION ARMOR STMT DBSTAT FTS5 JSON1 RBU NULL_TRIM \ + EXTENSION ARMOR STMT DBPAGE DBSTAT FTS5 JSON1 RBU NULL_TRIM \ LIKENOTBLOB STSHELL FTS3_TOKEN SESSION UNKNOWN_SQL OPTIONS_SINGLE= RAMT OPTIONS_RADIO= STAT @@ -90,6 +89,9 @@ STAT_DESC= Which query planner to use, Stability or . STAT3_DESC= collect histogram data from leftmost column STAT4_DESC= collect histogram data from all columns +# https://sqlite.org/compile.html#enable_dbpage_vtab +DBPAGE_DESC= Enable DBPAGE Virtual Table + # https://www.sqlite.org/dbstat.html DBSTAT_DESC= Enable DBSTAT Virtual Table @@ -157,6 +159,7 @@ UNLOCK_NOTIFY_CPPFLAGS= -DSQLITE_ENABLE_UNLOCK_NOTIFY= METADATA_CPPFLAGS= -DSQLITE_ENABLE_COLUMN_METADATA=1 STAT3_CPPFLAGS= -DSQLITE_ENABLE_STAT3=1 STAT4_CPPFLAGS= -DSQLITE_ENABLE_STAT4=1 +DBPAGE_CPPFLAGS= -DSQLITE_ENABLE_DBPAGE_VTAB=1 DBSTAT_CPPFLAGS= -DSQLITE_ENABLE_DBSTAT_VTAB=1 URI_CPPFLAGS= -DSQLITE_USE_URI=1 URI_AUTHORITY_CPPFLAGS= -DSQLITE_ALLOW_URI_AUTHORITY=1 Modified: head/databases/sqlite3/distinfo ============================================================================== --- head/databases/sqlite3/distinfo Wed Nov 1 22:08:47 2017 (r453319) +++ head/databases/sqlite3/distinfo Wed Nov 1 22:12:00 2017 (r453320) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503825216 -SHA256 (sqlite-autoconf-3200100.tar.gz) = ec66595b29bc0798b023a5122021ea646ab4fa9e2f735937c5426feeba950742 -SIZE (sqlite-autoconf-3200100.tar.gz) = 2565638 +TIMESTAMP = 1509525928 +SHA256 (sqlite-autoconf-3210000.tar.gz) = d7dd516775005ad87a57f428b6f86afd206cb341722927f104d3f0cf65fbbbe3 +SIZE (sqlite-autoconf-3210000.tar.gz) = 2568942
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711012212.vA1MC0EX046492>