diff options
author | mandree <mandree@FreeBSD.org> | 2017-12-01 09:58:23 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2017-12-01 09:58:23 +0800 |
commit | 7ef64556de993ebd54c8f26cdf2f902c26550092 (patch) | |
tree | d65a9a82c099a5f9fe438ca1318438b4ca6bb844 /graphics/openshadinglanguage/Makefile | |
parent | 80161595fc3877a2d2772e4f7a8b73b8330a108d (diff) | |
download | freebsd-ports-gnome-7ef64556de993ebd54c8f26cdf2f902c26550092.tar.gz freebsd-ports-gnome-7ef64556de993ebd54c8f26cdf2f902c26550092.tar.zst freebsd-ports-gnome-7ef64556de993ebd54c8f26cdf2f902c26550092.zip |
Security update OpenEXR and ilmbase to 2.2.1.
While here, fix libIlmImfUtil_la_LDFLAGp so that when linking libIlmImfUtil,
the locally built libIlmImf gets precedence over the one in /usr/local,
to permit upgrades in a running system with the older version installed.
This changes the library's SONAME, so bump PORTREVISION of all dependees.
Unfortunately, this looks a bit too intrusive for an MFH to 2017Q4.
Security: CVE-2017-9110
Security: CVE-2017-9111
Security: CVE-2017-9112
Security: CVE-2017-9113
Security: CVE-2017-9114
Security: CVE-2017-9115
Security: CVE-2017-9116
Security: 803879e9-4195-11e7-9b08-080027ef73ec
Diffstat (limited to 'graphics/openshadinglanguage/Makefile')
-rw-r--r-- | graphics/openshadinglanguage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/openshadinglanguage/Makefile b/graphics/openshadinglanguage/Makefile index 430bb82c028d..bc47da044879 100644 --- a/graphics/openshadinglanguage/Makefile +++ b/graphics/openshadinglanguage/Makefile @@ -3,7 +3,7 @@ PORTNAME= openshadinglanguage PORTVERSION= 1.8.10 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= Release- CATEGORIES= graphics devel |