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 /editors/calligra/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 'editors/calligra/Makefile')
-rw-r--r-- | editors/calligra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 1a36f4bb33a7..357d0e0ca2c9 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -6,7 +6,7 @@ # PORTNAME= calligra PORTVERSION= 3.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= editors kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} |