diff options
author | feld <feld@FreeBSD.org> | 2015-07-19 05:16:31 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-07-19 05:16:31 +0800 |
commit | 5d5fe206e585219fbe255026c0cc45dd7cafe07a (patch) | |
tree | e4673cbee9e1eb3696445b65b12907b90dd26134 /databases | |
parent | ed251821d3eb8bb623e36f11b6992cfc1c7464cb (diff) | |
download | freebsd-ports-gnome-5d5fe206e585219fbe255026c0cc45dd7cafe07a.tar.gz freebsd-ports-gnome-5d5fe206e585219fbe255026c0cc45dd7cafe07a.tar.zst freebsd-ports-gnome-5d5fe206e585219fbe255026c0cc45dd7cafe07a.zip |
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
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql55-client/Makefile | 1 | ||||
-rw-r--r-- | databases/mysql55-client/pkg-message | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/databases/mysql55-client/Makefile b/databases/mysql55-client/Makefile index 697de17baeca..31f292095801 100644 --- a/databases/mysql55-client/Makefile +++ b/databases/mysql55-client/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= mysql +PORTREVISION= 1 PKGNAMESUFFIX= 55-client COMMENT= Multithreaded SQL database (client) diff --git a/databases/mysql55-client/pkg-message b/databases/mysql55-client/pkg-message new file mode 100644 index 000000000000..2cf54a1cf930 --- /dev/null +++ b/databases/mysql55-client/pkg-message @@ -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. + +* * * * * * * * * * * * * * * * * * * * * * * * + |