diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-08 17:49:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-08 17:49:49 +0000 |
commit | f78210458306262d1135dcaa79d54673c586fb40 (patch) | |
tree | 1692aef4e78bcf164c075905b0196a53d72fd41d /x11/qt4-tiff | |
parent | 9e21d36bb61f7a17310d3b3808879552a157ce7f (diff) | |
download | pkgsrc-f78210458306262d1135dcaa79d54673c586fb40.tar.gz |
Update qt4 to 4.8.7.
I am happy to announce release of Qt 4.8.7 today bringing over 150
improvements and bug fixes. Qt 4.8.7 provides important security
updates, better support for Mac OS X 10.10 and many requested error
corrections. As a patch release, it does not add new functionality
and maintains full compatibility with previous Qt 4.8.x releases.
Highlights of Qt 4.8.7 are:
Security fix for DoS vulnerability in the BMP image handler
(CVE-2015-0295) as well as security fixes for vulnerabilities
in image handling of BMP (CVE-2015-1858), ICO (CVE-2015-1859)
and GIF (CVE-2015-1860)
Update 3rd party libpng to version 1.6.17 to address known
vulnerabilities in previous version
Update 3rd party libtiff to version 4.0.3 to address known
vulnerabilities in previous version
Better support for running Qt 4.8 applications on Mac OS X
10.10 Yosemite
Many customer requested bug fixes
Diffstat (limited to 'x11/qt4-tiff')
-rw-r--r-- | x11/qt4-tiff/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt4-tiff/Makefile b/x11/qt4-tiff/Makefile index 250dcbd4a1d..494a002515a 100644 --- a/x11/qt4-tiff/Makefile +++ b/x11/qt4-tiff/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.37 2015/04/25 14:25:16 tnn Exp $ +# $NetBSD: Makefile,v 1.38 2015/07/08 17:49:49 wiz Exp $ -PKGREVISION= 1 .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-tiff-${QTVERSION} |