diff options
author | wiz <wiz@pkgsrc.org> | 2014-07-22 17:01:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-07-22 17:01:51 +0000 |
commit | ebe05b3e7fcebe37c0dba8dfe2a8313c2e0043ba (patch) | |
tree | bff543d9e57323f03ce419323971a66cd8ebcde4 /x11/qt4-mng | |
parent | c2a8a368276c45efa40e0cc51dc1ce1d30ede14e (diff) | |
download | pkgsrc-ebe05b3e7fcebe37c0dba8dfe2a8313c2e0043ba.tar.gz |
Update qt4 packages to 4.8.6.
Qt 4.8.6 provides overall over 200 improvements and bug fixes, for
example:
Security Fix for XML Entity Expansion Denial of Service (the
"Billion Laughs" attack)
Better support for Mac OS X 10.9 Mavericks
Many customer requested bug fixes, for example QTBUG-15116,
QTBUG-21371, QTBUG-8990, QTBUG-28601, QTBUG-20946, QTBUG-30276,
QTBUG-29572 and QTBUG-13237 (just to name a few)
MinGW binary packages are now built with MinGW-w64 based
toolchain with gcc 4.8.2
Basque translation added and many other translations improved
Diffstat (limited to 'x11/qt4-mng')
-rw-r--r-- | x11/qt4-mng/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt4-mng/Makefile b/x11/qt4-mng/Makefile index 7608ec51473..da797aa5cc8 100644 --- a/x11/qt4-mng/Makefile +++ b/x11/qt4-mng/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2014/02/12 23:18:54 tron Exp $ +# $NetBSD: Makefile,v 1.28 2014/07/22 17:01:51 wiz Exp $ PKGNAME= qt4-mng-${QTVERSION} -PKGREVISION= 2 COMMENT= QT MNG image format plugin .include "../../x11/qt4-libs/Makefile.common" |