diff options
author | feld <feld@FreeBSD.org> | 2015-07-19 05:11:14 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-07-19 05:11:14 +0800 |
commit | f089f72a5ccb0526755e607d0848f70385a5a562 (patch) | |
tree | 209a60b49bfd85e6d85be8162ca1e5453b639e49 /databases | |
parent | a4398361d7b1cc62c96901ccec31e88dd8c76c98 (diff) | |
download | freebsd-ports-gnome-f089f72a5ccb0526755e607d0848f70385a5a562.tar.gz freebsd-ports-gnome-f089f72a5ccb0526755e607d0848f70385a5a562.tar.zst freebsd-ports-gnome-f089f72a5ccb0526755e607d0848f70385a5a562.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/mysql51-client/Makefile | 3 | ||||
-rw-r--r-- | databases/mysql51-client/pkg-message | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/databases/mysql51-client/Makefile b/databases/mysql51-client/Makefile index 41d8e5356e24..2ae987154b50 100644 --- a/databases/mysql51-client/Makefile +++ b/databases/mysql51-client/Makefile @@ -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 diff --git a/databases/mysql51-client/pkg-message b/databases/mysql51-client/pkg-message new file mode 100644 index 000000000000..2cf54a1cf930 --- /dev/null +++ b/databases/mysql51-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. + +* * * * * * * * * * * * * * * * * * * * * * * * + |