diff options
author | obache <obache@pkgsrc.org> | 2013-01-24 10:28:53 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-01-24 10:28:53 +0000 |
commit | aa72be8583a6e7da3d9c49c7c817a18096fa0035 (patch) | |
tree | 1811e20acae584fe986ada3db5782712a9e154e0 /emulators/suse121_qt4/Makefile | |
parent | a08d9dfc5bf9ef0fb548f29e11070120c85f5f02 (diff) | |
download | pkgsrc-aa72be8583a6e7da3d9c49c7c817a18096fa0035.tar.gz |
Update libqt4 RPMs to 4.7.4-19.13.1 for CVE-2012-4929 and CVE-2012-5624.
Bump PKGREVISION.
Diffstat (limited to 'emulators/suse121_qt4/Makefile')
-rw-r--r-- | emulators/suse121_qt4/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/emulators/suse121_qt4/Makefile b/emulators/suse121_qt4/Makefile index f5f99762a49..d5aad9a9edf 100644 --- a/emulators/suse121_qt4/Makefile +++ b/emulators/suse121_qt4/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/03/21 13:40:53 obache Exp $ +# $NetBSD: Makefile,v 1.2 2013/01/24 10:28:53 obache Exp $ DISTNAME= suse_qt4-${SUSE_VERSION} +PKGREVISION= 1 CATEGORIES= emulators -RPMUPDPKGS+= libqt4-4.7.4-19.6.1.${SUSE_ARCH} -RPMUPDPKGS+= libqt4-qt3support-4.7.4-19.6.1.${SUSE_ARCH} -RPMUPDPKGS+= libqt4-x11-4.7.4-19.6.1.${SUSE_ARCH} +RPMUPDPKGS+= libqt4-4.7.4-19.13.1.${SUSE_ARCH} +RPMUPDPKGS+= libqt4-qt3support-4.7.4-19.13.1.${SUSE_ARCH} +RPMUPDPKGS+= libqt4-x11-4.7.4-19.13.1.${SUSE_ARCH} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Linux compatibility package for QT4 |