FreeBSD Bugzilla – Attachment 180134 Details for
Bug 217223
databases/sqlite3: Update to 3.17.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update Port: databases/sqlite3 to 3.17.0
sqlite3-20170219.diff (text/plain), 2.06 KB, created by
Pavel Volkov
on 2017-02-19 09:23:25 UTC
(
hide
)
Description:
Update Port: databases/sqlite3 to 3.17.0
Filename:
MIME Type:
Creator:
Pavel Volkov
Created:
2017-02-19 09:23:25 UTC
Size:
2.06 KB
patch
obsolete
>diff -rNdu databases/sqlite3.orig/distinfo databases/sqlite3/distinfo >--- databases/sqlite3.orig/distinfo 2017-02-18 12:47:48.742943000 +0000 >+++ databases/sqlite3/distinfo 2017-02-18 12:58:04.963081000 +0000 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1484468460 >-SHA256 (sqlite-autoconf-3160200.tar.gz) = 65cc0c3e9366f50c0679c5ccd31432cea894bc4a3e8947dabab88c8693263615 >-SIZE (sqlite-autoconf-3160200.tar.gz) = 2508179 >+TIMESTAMP = 1487422680 >+SHA256 (sqlite-autoconf-3170000.tar.gz) = a4e485ad3a16e054765baf6371826b5000beed07e626510896069c0bf013874c >+SIZE (sqlite-autoconf-3170000.tar.gz) = 2515143 >diff -rNdu databases/sqlite3.orig/Makefile databases/sqlite3/Makefile >--- databases/sqlite3.orig/Makefile 2017-02-18 12:47:48.742945000 +0000 >+++ databases/sqlite3/Makefile 2017-02-18 12:57:39.965719000 +0000 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/databases/sqlite3/Makefile 431637 2017-01-16 12:57:51Z amdmi3 $ > > PORTNAME= sqlite3 >-PORTVERSION= 3.16.2 >+PORTVERSION= 3.17.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 >@@ -22,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 \ >+ EXTENSION ARMOR STMT DBSTAT FTS5 JSON1 RBU NULL_TRIM \ > LIKENOTBLOB STSHELL FTS3_TOKEN SESSION UNKNOWN_SQL > OPTIONS_SINGLE= RAMT > OPTIONS_RADIO= STAT >@@ -40,6 +40,9 @@ > EXTENSION_DESC= Allow loadable extensions > STSHELL_DESC= Statically link libsqlite3 into shell > >+# https://sqlite.org/compile.html#enable_null_trim >+NULL_TRIM_DESC= Omits NULL columns at the ends of rows >+ > # https://www.sqlite.org/sessionintro.html > SESSION_DESC= Enable the Session Extension > >@@ -190,6 +193,8 @@ > > UNKNOWN_SQL_CPPFLAGS= -DSQLITE_ENABLE_UNKNOWN_SQL_FUNCTION=1 > >+NULL_TRIM_CPPFLAGS= -DSQLITE_ENABLE_NULL_TRIM=1 >+ > .include <bsd.port.options.mk> > > # Platform Configuration
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 217223
: 180134 |
180135