svn commit: r524241 - head/databases/sqlite3
Tobias C. Berner
tcberner at FreeBSD.org
Mon Jan 27 05:33:14 UTC 2020
Author: tcberner
Date: Mon Jan 27 05:33:13 2020
New Revision: 524241
URL: https://svnweb.freebsd.org/changeset/ports/524241
Log:
databases/sqlite3: revert upgrade to 3.31.0
Firefox relied on internals. They changed, which leads to segfaults.
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1607902
[2] https://hg.mozilla.org/try/rev/8d7104bac33729b4da67954b07fb08371df39bd8
PR: 243602
Reported by: Michael Butler <imb at protected-networks.net>, David Wolfskill <david at catwhisker.org>
Modified:
head/databases/sqlite3/Makefile
head/databases/sqlite3/distinfo
Modified: head/databases/sqlite3/Makefile
==============================================================================
--- head/databases/sqlite3/Makefile Mon Jan 27 04:11:42 2020 (r524240)
+++ head/databases/sqlite3/Makefile Mon Jan 27 05:33:13 2020 (r524241)
@@ -2,9 +2,10 @@
# $FreeBSD$
PORTNAME= sqlite3
-DISTVERSION= 3.31.0
+DISTVERSION= 3.30.1
+PORTEPOCH= 1
CATEGORIES= databases
-MASTER_SITES= https://www.sqlite.org/2020/ http://www2.sqlite.org/2020/ http://www3.sqlite.org/2020/
+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
MAINTAINER= pavelivolkov at gmail.com
@@ -24,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 TRUSTED_SCHEMA
+ NORMALIZE DQS
OPTIONS_SINGLE= RAMT
OPTIONS_RADIO= STAT
OPTIONS_GROUP= OPT_EXT OPT_FUNC UNICODE RTREEG RL
@@ -93,9 +94,6 @@ 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
@@ -193,8 +191,6 @@ 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
Modified: head/databases/sqlite3/distinfo
==============================================================================
--- head/databases/sqlite3/distinfo Mon Jan 27 04:11:42 2020 (r524240)
+++ head/databases/sqlite3/distinfo Mon Jan 27 05:33:13 2020 (r524241)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579931964
-SHA256 (sqlite-autoconf-3310000.tar.gz) = 7c9d6e6d95751b2dd5cdc8c3e40f9883a89c2f0ac1ef6c54695227324849f1f0
-SIZE (sqlite-autoconf-3310000.tar.gz) = 2887038
+TIMESTAMP = 1570883162
+SHA256 (sqlite-autoconf-3300100.tar.gz) = 8c5a50db089bd2a1b08dbc5b00d2027602ca7ff238ba7658fabca454d4298e60
+SIZE (sqlite-autoconf-3300100.tar.gz) = 2848951
More information about the svn-ports-all
mailing list