FreeBSD Bugzilla – Attachment 205763 Details for
Bug 239201
databases/sqlite3: Update to 3.29.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
sqlite3-20190714.diff (text/plain), 2.33 KB, created by
Pavel Volkov
on 2019-07-14 14:14:37 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Pavel Volkov
Created:
2019-07-14 14:14:37 UTC
Size:
2.33 KB
patch
obsolete
>diff -uNdr databases/sqlite3.orig/Makefile databases/sqlite3/Makefile >--- databases/sqlite3.orig/Makefile 2019-07-06 07:31:37.014505000 +0000 >+++ databases/sqlite3/Makefile 2019-07-14 13:16:33.461296000 +0000 >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= sqlite3 >-DISTVERSION= 3.28.0 >+DISTVERSION= 3.29.0 > CATEGORIES= databases > MASTER_SITES= https://www.sqlite.org/2019/ http://www2.sqlite.org/2019/ http://www3.sqlite.org/2019/ > DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 >@@ -24,7 +24,7 @@ > DIRECT_READ MEMMAN SECURE_DELETE UNLOCK_NOTIFY THREADS \ > EXTENSION ARMOR STMT DBPAGE DBSTAT FTS5 RBU NULL_TRIM \ > LIKENOTBLOB STSHELL FTS3_TOKEN UNKNOWN_SQL SORT_REF \ >- NORMALIZE >+ NORMALIZE DQS > OPTIONS_SINGLE= RAMT > OPTIONS_RADIO= STAT > OPTIONS_GROUP= OPT_EXT OPT_FUNC UNICODE RTREEG RL >@@ -46,6 +46,9 @@ > STSHELL_DESC= Statically link libsqlite3 into shell > NORMALIZE_DESC= Enable normalized sql function > >+# https://www.sqlite.org/compile.html#dqs >+DQS_DESC= Double-quoted String Literals >+ > # https://sqlite.org/compile.html#enable_null_trim > NULL_TRIM_DESC= Omits NULL columns at the ends of rows > >@@ -135,7 +138,7 @@ > > OPTIONS_DEFAULT= FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \ > EXTENSION TS1 UNICODE61 RTREE DBSTAT STSHELL READLINES \ >- FTS3_TOKEN FTS5 >+ FTS3_TOKEN FTS5 DQS > # SECURE_DELETE, UNLOCK_NOTIFY, DBSTAT (since 41.0) used by www/firefox et al. > # RTREE used by graphics/mapnik, databases/spatialite > # FTS3_TOKEN used by audio/clementine-player, mail/thunderbird, www/seamonkey >@@ -224,6 +227,9 @@ > SORT_REF_CPPFLAGS= -DSQLITE_ENABLE_SORTER_REFERENCES=1 > > NORMALIZE_CPPFLAGS= -DSQLITE_ENABLE_NORMALIZE=1 >+ >+DQS_CPPFLAGS= -DSQLITE_DQS=3 >+DQS_CPPFLAGS_OFF= -DSQLITE_DQS=0 > > .include <bsd.port.options.mk> > >diff -uNdr databases/sqlite3.orig/distinfo databases/sqlite3/distinfo >--- databases/sqlite3.orig/distinfo 2019-07-06 07:31:37.017425000 +0000 >+++ databases/sqlite3/distinfo 2019-07-14 12:59:17.195882000 +0000 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1555445174 >-SHA256 (sqlite-autoconf-3280000.tar.gz) = d61b5286f062adfce5125eaf544d495300656908e61fca143517afcc0a89b7c3 >-SIZE (sqlite-autoconf-3280000.tar.gz) = 2810415 >+TIMESTAMP = 1563013093 >+SHA256 (sqlite-autoconf-3290000.tar.gz) = 8e7c1e2950b5b04c5944a981cb31fffbf9d2ddda939d536838ebc854481afd5b >+SIZE (sqlite-autoconf-3290000.tar.gz) = 2833613
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 239201
: 205763 |
205764