Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2018 19:21:41 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
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
Message-ID:  <201803231921.w2NJLf8h088417@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803231921.w2NJLf8h088417>