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 | 6d3be4a8cbf2200d8053b65b228ef87e9096d85e (patch) | |
tree | bff543d9e57323f03ce419323971a66cd8ebcde4 /x11/qt4-sqlite3 | |
parent | cdd908ce2b7dac07cb3984cf822ff6e1c2033836 (diff) | |
download | pkgsrc-6d3be4a8cbf2200d8053b65b228ef87e9096d85e.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-sqlite3')
-rw-r--r-- | x11/qt4-sqlite3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt4-sqlite3/Makefile b/x11/qt4-sqlite3/Makefile index 8fb6a9455ea..26b5b0ff73a 100644 --- a/x11/qt4-sqlite3/Makefile +++ b/x11/qt4-sqlite3/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2014/04/09 07:27:18 obache Exp $ +# $NetBSD: Makefile,v 1.42 2014/07/22 17:01:52 wiz Exp $ .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-sqlite3-${QTVERSION} -PKGREVISION= 2 COMMENT= Qt4 sqlite3 driver CONFIGURE_ARGS+= -I${QTDIR}/include |