FreeBSD Bugzilla – Attachment 187643 Details for
Bug 223363
databases/sqlite3: Update to 3.21
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
sqlite3-20171101.diff (text/plain), 2.22 KB, created by
Pavel Volkov
on 2017-11-01 12:45:56 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Pavel Volkov
Created:
2017-11-01 12:45:56 UTC
Size:
2.22 KB
patch
obsolete
>diff -urNd databases/sqlite3.orig/Makefile databases/sqlite3/Makefile >--- databases/sqlite3.orig/Makefile 2017-11-01 11:07:05.835840000 +0000 >+++ databases/sqlite3/Makefile 2017-11-01 11:08:23.379007000 +0000 >@@ -2,8 +2,7 @@ > # $FreeBSD: head/databases/sqlite3/Makefile 452700 2017-10-23 11:03:26Z kwm $ > > 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 @@ > # 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 @@ > 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 @@ > 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 >diff -urNd databases/sqlite3.orig/distinfo databases/sqlite3/distinfo >--- databases/sqlite3.orig/distinfo 2017-11-01 11:07:05.880603000 +0000 >+++ databases/sqlite3/distinfo 2017-11-01 08:45:31.973231000 +0000 >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
pavelivolkov
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 223363
: 187643 |
187644