diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2021-02-13 19:08:29 +0800 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-02-13 19:08:29 +0800 |
commit | 1c11b9ae326584e66572b3854f3ea06416b3f0e1 (patch) | |
tree | 6704b61080bc7464c6701a69d28560f0a7a30654 /graphics/luminance-qt5 | |
parent | c990a367783c94b99e6db9117263967609d698d7 (diff) | |
download | freebsd-ports-gnome-1c11b9ae326584e66572b3854f3ea06416b3f0e1.tar.gz freebsd-ports-gnome-1c11b9ae326584e66572b3854f3ea06416b3f0e1.tar.zst freebsd-ports-gnome-1c11b9ae326584e66572b3854f3ea06416b3f0e1.zip |
graphics/openexr, ilmbase: security update to v2.5.5
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.5
"Specific OSS-fuzz issues include:
OSS-fuzz #30291 Timeout in openexr_exrcheck_fuzzer
OSS-fuzz #29106 Heap-buffer-overflow in Imf_2_5::FastHufDecoder::decode
OSS-fuzz #28971 Undefined-shift in Imf_2_5::cachePadding
OSS-fuzz #29829 Integer-overflow in Imf_2_5::DwaCompressor::initializeBuffers
OSS-fuzz #30121 Out-of-memory in openexr_exrcheck_fuzzer"
Bump PORTREVISION of ports that directly depend on openexr and/or ilmbase.
MFH: 2021Q1
Security: 98044aba-6d72-11eb-aed7-1b1b8a70cc8b
Diffstat (limited to 'graphics/luminance-qt5')
-rw-r--r-- | graphics/luminance-qt5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/luminance-qt5/Makefile b/graphics/luminance-qt5/Makefile index afd21fbe4ab3..48b3841d11fc 100644 --- a/graphics/luminance-qt5/Makefile +++ b/graphics/luminance-qt5/Makefile @@ -3,7 +3,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.5.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} PKGNAMESUFFIX= -qt5 |