FreeBSD Bugzilla – Attachment 197199 Details for
Bug 231452
databases/sqlite3: Update to 3.25.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
SQLite version 3.25
sqlite3-20180918.diff (text/plain), 1.97 KB, created by
Pavel Volkov
on 2018-09-18 14:07:41 UTC
(
hide
)
Description:
SQLite version 3.25
Filename:
MIME Type:
Creator:
Pavel Volkov
Created:
2018-09-18 14:07:41 UTC
Size:
1.97 KB
patch
obsolete
>diff -urNd databases/sqlite3.orig/distinfo databases/sqlite3/distinfo >--- databases/sqlite3.orig/distinfo 2018-09-18 16:01:10.103294000 +0300 >+++ databases/sqlite3/distinfo 2018-09-18 16:02:29.093149000 +0300 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1528707168 >-SHA256 (sqlite-autoconf-3240000.tar.gz) = d9d14e88c6fb6d68de9ca0d1f9797477d82fc3aed613558f87ffbdbbc5ceb74a >-SIZE (sqlite-autoconf-3240000.tar.gz) = 2699252 >+TIMESTAMP = 1537275746 >+SHA256 (sqlite-autoconf-3250000.tar.gz) = de1a93dfc1ea23d93ee85440fe4347d0b9cd936f25c29645ee0ee170d1307f71 >+SIZE (sqlite-autoconf-3250000.tar.gz) = 2763727 >diff -urNd databases/sqlite3.orig/Makefile databases/sqlite3/Makefile >--- databases/sqlite3.orig/Makefile 2018-09-18 16:01:10.103298000 +0300 >+++ databases/sqlite3/Makefile 2018-09-18 16:16:45.937712000 +0300 >@@ -2,8 +2,7 @@ > # $FreeBSD: head/databases/sqlite3/Makefile 477940 2018-08-24 07:31:59Z jbeich $ > > PORTNAME= sqlite3 >-DISTVERSION= 3.24.0 >-PORTREVISION= 1 >+DISTVERSION= 3.25.0 > CATEGORIES= databases > MASTER_SITES= https://www.sqlite.org/2018/ http://www2.sqlite.org/2018/ http://www3.sqlite.org/2018/ > DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 >@@ -116,10 +115,13 @@ > UNICODE61_DESC= Unicode Version 6.1 tokenizer > > # https://www.sqlite.org/rtree.html >-OPTIONS_GROUP_RTREEG= RTREE RTREE_INT >+OPTIONS_GROUP_RTREEG= RTREE RTREE_INT GEOPOLY > RTREEG_DESC= Index type for range queries > RTREE_DESC= Enable R*Tree module > RTREE_INT_DESC= Store 32-bit sig int (no float) coordinates >+# https://www.sqlite.org/geopoly.html >+GEOPOLY_DESC= Uses the GeoJSON notation (RFC-7946) >+GEOPOLY_IMPLIES= RTREE > > OPTIONS_GROUP_RL= READLINES READLINEP EDITLINE > RL_DESC= Which command line editing library to use: >@@ -158,6 +160,7 @@ > > RTREE_CPPFLAGS= -DSQLITE_ENABLE_RTREE=1 > RTREE_INT_CPPFLAGS= -DSQLITE_RTREE_INT_ONLY=1 >+GEOPOLY_CPPFLAGS= -DSQLITE_ENABLE_GEOPOLY=1 > > FTS4_CPPFLAGS= -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS=1 -DSQLITE_ENABLE_FTS4=1 > FTS5_CONFIGURE_ENABLE= fts5
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 231452
: 197199 |
197200
|
197201