Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jul 2015 21:11:15 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392452 - head/databases/mysql51-client
Message-ID:  <201507182111.t6ILBFHA076547@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Sat Jul 18 21:11:14 2015
New Revision: 392452
URL: https://svnweb.freebsd.org/changeset/ports/392452

Log:
  Bump PORTREVISION of the client and add pkg-message to warn about
  CVE-2015-3152 which will not get patched
  
  Security:	CVE-2015-3152
  Security:	36bd352d-299b-11e5-86ff-14dae9d210b8

Added:
  head/databases/mysql51-client/pkg-message   (contents, props changed)
Modified:
  head/databases/mysql51-client/Makefile

Modified: head/databases/mysql51-client/Makefile
==============================================================================
--- head/databases/mysql51-client/Makefile	Sat Jul 18 20:55:22 2015	(r392451)
+++ head/databases/mysql51-client/Makefile	Sat Jul 18 21:11:14 2015	(r392452)
@@ -3,13 +3,14 @@
 
 PORTNAME=	mysql
 PKGNAMESUFFIX=	51-client
+PORTREVISION=	3
 
 COMMENT=	Multithreaded SQL database (client)
 
 MASTERDIR=	${.CURDIR}/../mysql51-server
 
 PKGINSTALL=	mustnotexist
-PKGMESSAGE=	mustnotexist
+PKGMESSAGE=	${.CURDIR}/pkg-message
 PLIST=		${PKGDIR}/pkg-plist.client
 
 CLIENT_ONLY=	yes

Added: head/databases/mysql51-client/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/mysql51-client/pkg-message	Sat Jul 18 21:11:14 2015	(r392452)
@@ -0,0 +1,15 @@
+* * * * * * * * * * * * * * * * * * * * * * * *
+
+Please be aware the database client is vulnerable
+to CVE-2015-3152 - SSL Downgrade aka "BACKRONYM".
+You may find more information at the following URL:
+
+http://www.vuxml.org/freebsd/36bd352d-299b-11e5-86ff-14dae9d210b8.html
+
+Although this database client is not listed as
+"affected", it is vulnerable and will not be 
+receiving a patch. Please take note of this when
+deploying this software.
+
+* * * * * * * * * * * * * * * * * * * * * * * *
+



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