svn commit: r465399 - in branches/2018Q1/databases/sqlite3: . files
Yuri Victorovich
yuri at FreeBSD.org
Fri Mar 23 19:21:41 UTC 2018
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
More information about the svn-ports-all
mailing list