diff options
author | maya <maya@pkgsrc.org> | 2019-01-20 18:03:25 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2019-01-20 18:03:25 +0000 |
commit | 47ed512549c45a125e95cb8182293101a80065fd (patch) | |
tree | 434f68963a274be65feaa6d3b3b1562a0998a36c /databases/mysql55-client/Makefile | |
parent | 5e49270cd2fc77deb4e5fa4ecc9edfe9d7d5ce1e (diff) | |
download | pkgsrc-47ed512549c45a125e95cb8182293101a80065fd.tar.gz |
mysql55-client: change the default configuration to avoid information
disclosure to a malicious server.
Backport of upstream commit:
https://github.com/mysql/mysql-server/commit/98ed3d8bc8ad724686d26c7bf98dced3bd1777be
Exploit method described here:
https://gwillem.gitlab.io/2019/01/17/adminer-4.6.2-file-disclosure-vulnerability/
Diffstat (limited to 'databases/mysql55-client/Makefile')
-rw-r--r-- | databases/mysql55-client/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql55-client/Makefile b/databases/mysql55-client/Makefile index b56f26033a9..54f605ffe91 100644 --- a/databases/mysql55-client/Makefile +++ b/databases/mysql55-client/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2018/11/22 11:27:11 adam Exp $ +# $NetBSD: Makefile,v 1.32 2019/01/20 18:03:25 maya Exp $ PKGNAME= ${DISTNAME:S/-/-client-/} +PKGREVISION= 1 COMMENT= MySQL 5, a free SQL database (client) CONFLICTS= mysql3-client-[0-9]* |