diff options
author | adam <adam> | 2006-10-23 14:54:11 +0000 |
---|---|---|
committer | adam <adam> | 2006-10-23 14:54:11 +0000 |
commit | 73e3683f2591b6952f716ffe31e3dc94c5eb3a37 (patch) | |
tree | 7fd9d529e09e8cc99c7779cd4754d5a9e9f23cdb /x11/qt3-docs | |
parent | 0779715d19ac7f037c7757e90c6f5b71abe133cd (diff) | |
download | pkgsrc-73e3683f2591b6952f716ffe31e3dc94c5eb3a37.tar.gz |
Changes 3.3.7:
* Fixed security flaw in the way Qt handles pixmap images
Diffstat (limited to 'x11/qt3-docs')
-rw-r--r-- | x11/qt3-docs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt3-docs/Makefile b/x11/qt3-docs/Makefile index 7267a2fc56f..9e0c3b8451a 100644 --- a/x11/qt3-docs/Makefile +++ b/x11/qt3-docs/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2006/04/17 13:47:00 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2006/10/23 14:54:11 adam Exp $ .include "../../x11/qt3-libs/Makefile.common" PKGNAME= qt3-docs-${QTVERSION} -PKGREVISION= 1 COMMENT= Documentation for the QT C++ X GUI toolkit BUILD_QT3= yes |