svn commit: r374697 - in head/x11: nvidia-driver-173 nvidia-driver-71 nvidia-driver-96
Alexey Dokuchaev
danfe at FreeBSD.org
Sun Dec 14 11:21:55 UTC 2014
Author: danfe
Date: Sun Dec 14 11:21:53 2014
New Revision: 374697
URL: https://svnweb.freebsd.org/changeset/ports/374697
QAT: https://qat.redports.org/buildarchive/r374697/
Log:
Mark legacy branches -173, -96, and -71 as FORBIDDEN: they are unsupported
by NVidia and no security updates for them were issued to fix CVE-2014-8298.
Security: fdf72a0e-8371-11e4-bc20-001636d274f3
Modified:
head/x11/nvidia-driver-173/Makefile
head/x11/nvidia-driver-71/Makefile
head/x11/nvidia-driver-96/Makefile
Modified: head/x11/nvidia-driver-173/Makefile
==============================================================================
--- head/x11/nvidia-driver-173/Makefile Sun Dec 14 11:08:25 2014 (r374696)
+++ head/x11/nvidia-driver-173/Makefile Sun Dec 14 11:21:53 2014 (r374697)
@@ -8,4 +8,6 @@ PORTREVISION= 3
MASTERDIR= ${.CURDIR}/../nvidia-driver
PKGNAMESUFFIX= -173
+FORBIDDEN= vulnerable to denial of service or arbitrary code execution (CVE-2014-8298)
+
.include "${MASTERDIR}/Makefile"
Modified: head/x11/nvidia-driver-71/Makefile
==============================================================================
--- head/x11/nvidia-driver-71/Makefile Sun Dec 14 11:08:25 2014 (r374696)
+++ head/x11/nvidia-driver-71/Makefile Sun Dec 14 11:21:53 2014 (r374697)
@@ -8,4 +8,6 @@ PORTREVISION= 4
MASTERDIR= ${.CURDIR}/../nvidia-driver
PKGNAMESUFFIX= -71
+FORBIDDEN= vulnerable to denial of service or arbitrary code execution (CVE-2014-8298)
+
.include "${MASTERDIR}/Makefile"
Modified: head/x11/nvidia-driver-96/Makefile
==============================================================================
--- head/x11/nvidia-driver-96/Makefile Sun Dec 14 11:08:25 2014 (r374696)
+++ head/x11/nvidia-driver-96/Makefile Sun Dec 14 11:21:53 2014 (r374697)
@@ -8,4 +8,6 @@ PORTREVISION= 2
MASTERDIR= ${.CURDIR}/../nvidia-driver
PKGNAMESUFFIX= -96
+FORBIDDEN= vulnerable to denial of service or arbitrary code execution (CVE-2014-8298)
+
.include "${MASTERDIR}/Makefile"
More information about the svn-ports-all
mailing list