From owner-svn-ports-all@freebsd.org Fri Mar 23 19:21:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86DF1F66A12; Fri, 23 Mar 2018 19:21:41 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 30F95879B2; Fri, 23 Mar 2018 19:21:41 +0000 (UTC) (envelope-from yuri@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 2BE1E2416D; Fri, 23 Mar 2018 19:21:41 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2NJLfmJ088418; Fri, 23 Mar 2018 19:21:41 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2NJLf8h088417; Fri, 23 Mar 2018 19:21:41 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803231921.w2NJLf8h088417@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 23 Mar 2018 19:21:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r465399 - in branches/2018Q1/databases/sqlite3: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in branches/2018Q1/databases/sqlite3: . files X-SVN-Commit-Revision: 465399 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.25 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: Fri, 23 Mar 2018 19:21:41 -0000 Author: yuri Date: Fri Mar 23 19:21:40 2018 New Revision: 465399 URL: https://svnweb.freebsd.org/changeset/ports/465399 Log: MFH: r465275 databases/sqlite3: Patch for CVE-2018-8740 Detect databases whose schema is corrupted using a CREATE TABLE AS statement and issue an appropriate error message. CVE-2018-8740 will be entered into VuXML when SQLite will make a release, because CVE-2018-8740 says that versions up to and including the current version 3.22.0 are vulnerable. Approved by: ports-secteam (feld) Added: branches/2018Q1/databases/sqlite3/files/ - copied from r465275, head/databases/sqlite3/files/ Modified: branches/2018Q1/databases/sqlite3/Makefile Directory Properties: branches/2018Q1/ (props changed) Modified: branches/2018Q1/databases/sqlite3/Makefile ============================================================================== --- branches/2018Q1/databases/sqlite3/Makefile Fri Mar 23 19:19:49 2018 (r465398) +++ branches/2018Q1/databases/sqlite3/Makefile Fri Mar 23 19:21:40 2018 (r465399) @@ -3,6 +3,7 @@ PORTNAME= sqlite3 DISTVERSION= 3.22.0 +PORTREVISION= 1 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