diff options
author | obache <obache@pkgsrc.org> | 2013-03-12 11:25:17 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-03-12 11:25:17 +0000 |
commit | 89610c743eedd3a21883fb2a9b5f402f5433b3c5 (patch) | |
tree | a2d3cbbf39fb1e1cb4ddfb4169bbda4b626b57df /emulators/suse121_qt4/Makefile | |
parent | 36d7a15dcbe7388580b36356372ba9e14f3b1355 (diff) | |
download | pkgsrc-89610c743eedd3a21883fb2a9b5f402f5433b3c5.tar.gz |
Update libqt4 rpm to 4.7.4-19.21.1 for CVE-2013-0254.
Bump PKGREVISION.
Diffstat (limited to 'emulators/suse121_qt4/Makefile')
-rw-r--r-- | emulators/suse121_qt4/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/suse121_qt4/Makefile b/emulators/suse121_qt4/Makefile index 374581067ed..0f58e740b92 100644 --- a/emulators/suse121_qt4/Makefile +++ b/emulators/suse121_qt4/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2013/02/01 11:12:29 obache Exp $ +# $NetBSD: Makefile,v 1.4 2013/03/12 11:25:17 obache Exp $ DISTNAME= suse_qt4-${SUSE_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= emulators -RPMUPDPKGS+= libqt4-4.7.4-19.17.1.${SUSE_ARCH} -RPMUPDPKGS+= libqt4-qt3support-4.7.4-19.17.1.${SUSE_ARCH} -RPMUPDPKGS+= libqt4-x11-4.7.4-19.17.1.${SUSE_ARCH} +RPMUPDPKGS+= libqt4-4.7.4-19.21.1.${SUSE_ARCH} +RPMUPDPKGS+= libqt4-qt3support-4.7.4-19.21.1.${SUSE_ARCH} +RPMUPDPKGS+= libqt4-x11-4.7.4-19.21.1.${SUSE_ARCH} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Linux compatibility package for QT4 |