diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2017-10-08 13:11:17 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2017-10-08 13:11:17 +0000 |
commit | a16d9e9f97932862f4433c03ee35493ec26fd29d (patch) | |
tree | 995762d0b543cfb2219477675f661f3bb7aef303 /graphics/libraw/Makefile | |
parent | MFH: r451107 r451127 r451191 r451275 (diff) |
MFH: r4509362017Q3
Update to 0.18.5
This addresses CVE-2017-14265, CVE-2017-14348, and CVE-2017-14608
Use FreeBSD libc strnlen and strcasestr functions instead of bundled [1]
PR: 219029 [1]
Submitted by: mi [1]
Security: 4cd857d9-26d2-4417-b765-69701938f9e0
Security: d9f96741-47bd-4426-9aba-8736c0971b24
Security: 02bee9ae-c5d1-409b-8a79-983a88861509
Approved by: ports-secteam (swills)
Diffstat (limited to 'graphics/libraw/Makefile')
-rw-r--r-- | graphics/libraw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile index 442f91ad4c30..696c67006198 100644 --- a/graphics/libraw/Makefile +++ b/graphics/libraw/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libraw -PORTVERSION= 0.18.2 +PORTVERSION= 0.18.5 CATEGORIES= graphics MASTER_SITES= http://www.libraw.org/data/ DISTNAME= LibRaw-${PORTVERSION} |