diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2017-12-01 09:58:23 +0800 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2017-12-01 09:58:23 +0800 |
commit | 1fb0ae7cf995d2d164082c63c8ed246a272a5b6e (patch) | |
tree | d65a9a82c099a5f9fe438ca1318438b4ca6bb844 /graphics/vigra | |
parent | 34f4fb6411e13f0dff94a8ffd7f90d08bb91d907 (diff) | |
download | freebsd-ports-gnome-1fb0ae7cf995d2d164082c63c8ed246a272a5b6e.tar.gz freebsd-ports-gnome-1fb0ae7cf995d2d164082c63c8ed246a272a5b6e.tar.zst freebsd-ports-gnome-1fb0ae7cf995d2d164082c63c8ed246a272a5b6e.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/vigra')
-rw-r--r-- | graphics/vigra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile index 6cb02eef1eef..f6c3b63156d5 100644 --- a/graphics/vigra/Makefile +++ b/graphics/vigra/Makefile @@ -3,7 +3,7 @@ PORTNAME= vigra DISTVERSION= 1.11.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ |