From owner-svn-ports-all@freebsd.org Tue Apr 21 13:49:26 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 258FE2CE688; Tue, 21 Apr 2020 13:49:26 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4964gB09j7z4LRs; Tue, 21 Apr 2020 13:49:26 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DB3A41DBF; Tue, 21 Apr 2020 13:49:25 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03LDnPH3070069; Tue, 21 Apr 2020 13:49:25 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03LDnPqC070068; Tue, 21 Apr 2020 13:49:25 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202004211349.03LDnPqC070068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Tue, 21 Apr 2020 13:49:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532270 - head/databases/sqlite3 X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/databases/sqlite3 X-SVN-Commit-Revision: 532270 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Apr 2020 13:49:26 -0000 Author: dbaio Date: Tue Apr 21 13:49:25 2020 New Revision: 532270 URL: https://svnweb.freebsd.org/changeset/ports/532270 Log: 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 (maintainer) Modified: head/databases/sqlite3/Makefile head/databases/sqlite3/distinfo Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Tue Apr 21 13:36:17 2020 (r532269) +++ head/databases/sqlite3/Makefile Tue Apr 21 13:49:25 2020 (r532270) @@ -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 @@ -193,6 +195,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 Modified: head/databases/sqlite3/distinfo ============================================================================== --- head/databases/sqlite3/distinfo Tue Apr 21 13:36:17 2020 (r532269) +++ head/databases/sqlite3/distinfo Tue Apr 21 13:49:25 2020 (r532270) @@ -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