aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2020-04-21 13:49:25 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2020-04-21 13:49:25 +0000
commit2753f5cbedab6b871b52c3af346081b80f27e61e (patch)
tree0df7498b0ecf2e1c1152c995b950681758754c7a /databases/sqlite3
parentf5b969720d1e3ddd85f8949eb05b088e847e2154 (diff)
downloadports-2753f5cbedab6b871b52c3af346081b80f27e61e.tar.gz
ports-2753f5cbedab6b871b52c3af346081b80f27e61e.zip
databases/sqlite3: Update to 3.31.1
Changelog: https://www.sqlite.org/releaselog/3_31_1.html ABI: https://abi-laboratory.pro/tracker/timeline/sqlite/ PR: 243602 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=532270
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile12
-rw-r--r--databases/sqlite3/distinfo6
2 files changed, 11 insertions, 7 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index db2372c625d8..72e9c63bc249 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -2,11 +2,10 @@
# $FreeBSD$
PORTNAME= sqlite3
-DISTVERSION= 3.30.1
-PORTREVISION= 2
+DISTVERSION= 3.31.1
PORTEPOCH= 1
CATEGORIES= databases
-MASTER_SITES= https://www.sqlite.org/2019/ http://www2.sqlite.org/2019/ http://www3.sqlite.org/2019/
+MASTER_SITES= https://www.sqlite.org/2020/ http://www2.sqlite.org/2020/ http://www3.sqlite.org/2020/
DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
MAINTAINER= pavelivolkov@gmail.com
@@ -26,7 +25,7 @@ OPTIONS_DEFINE= FTS4 URI URI_AUTHORITY METADATA \
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 DQS
+ NORMALIZE DQS TRUSTED_SCHEMA
OPTIONS_SINGLE= RAMT
OPTIONS_RADIO= STAT
OPTIONS_GROUP= OPT_EXT OPT_FUNC UNICODE RTREEG RL
@@ -95,6 +94,9 @@ STMT_DESC= Prepared statement scan status
# https://www.sqlite.org/compile.html#enable_sorter_references
SORT_REF_DESC= To use references in the sorter
+# https://www.sqlite.org/compile.html#trusted_schema
+TRUSTED_SCHEMA_DESC= SQL functions & virtual tables are considered unsafe
+
# https://www.sqlite.org/tempfiles.html#tempstore
OPTIONS_SINGLE_RAMT= TS0 TS1 TS2 TS3
RAMT_DESC= Where to store temporary file
@@ -194,6 +196,8 @@ EXTENSION_CONFIGURE_ENABLE= dynamic-extensions
THREADS_CONFIGURE_ENABLE= threadsafe
THREADS_LIBS= -lpthread
+TRUSTED_SCHEMA_CPPFLAGS= -DSQLITE_TRUSTED_SCHEMA=0
+
ICU_BUILD_DEPENDS= ${LOCALBASE}/bin/icu-config:devel/icu
ICU_LIB_DEPENDS= libicudata.so:devel/icu
ICU_CPPFLAGS= `${LOCALBASE}/bin/icu-config --cppflags` -DSQLITE_ENABLE_ICU=1
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
index c5b99acb4784..efa6736e0b85 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1570883162
-SHA256 (sqlite-autoconf-3300100.tar.gz) = 8c5a50db089bd2a1b08dbc5b00d2027602ca7ff238ba7658fabca454d4298e60
-SIZE (sqlite-autoconf-3300100.tar.gz) = 2848951
+TIMESTAMP = 1587473576
+SHA256 (sqlite-autoconf-3310100.tar.gz) = 62284efebc05a76f909c580ffa5c008a7d22a1287285d68b7825a2b6b51949ae
+SIZE (sqlite-autoconf-3310100.tar.gz) = 2887243