diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-15 12:28:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-15 12:28:13 +0000 |
commit | eb0c74f34dfecdefe48774ac9f7a4dd07a95ab59 (patch) | |
tree | ba4fa8720c60a39327e9abb62a0a1fb4b17e77d9 /emulators/qemu/Makefile | |
parent | 9c49a91add7818c94b64faf337aa1b5379c6f4f8 (diff) | |
download | pkgsrc-eb0c74f34dfecdefe48774ac9f7a4dd07a95ab59.tar.gz |
Add a patch based on upstream git fixing five different CVEs in one file.
Congratulations.
Bump PKGREVISION.
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index c1270787928..693516b599e 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.127 2014/05/09 07:37:04 wiz Exp $ +# $NetBSD: Makefile,v 1.128 2014/05/15 12:28:13 wiz Exp $ DISTNAME= qemu-2.0.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ EXTRACT_SUFX= .tar.bz2 |