diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2017-10-16 18:31:20 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2017-10-16 18:31:20 +0000 |
commit | ac14aac52520ef4f1b51cf3b8fb75b08fc481d4c (patch) | |
tree | 04f913acb294f809fb3ee38491d0064277060e4a /graphics/OpenEXR | |
parent | e41ca75d9ec90dfc0053e4cc1e884b9dec12fa77 (diff) |
Mark for expiration given the lack of upstream security fixes.
Notes
Notes:
svn path=/head/; revision=452245
Diffstat (limited to 'graphics/OpenEXR')
-rw-r--r-- | graphics/OpenEXR/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile index 7b36008fb3bd..262046363ccb 100644 --- a/graphics/OpenEXR/Makefile +++ b/graphics/OpenEXR/Makefile @@ -14,6 +14,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:dist \ MAINTAINER= mandree@FreeBSD.org COMMENT= High dynamic-range (HDR) image file format +DEPRECATED= Vulnerable with no upstream support +EXPIRATION_DATE=2017-12-31 + LICENSE= BSD3CLAUSE # exact version required to avoid hard-to-debug issues |