diff options
author | drochner <drochner@pkgsrc.org> | 2011-07-18 17:06:42 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-07-18 17:06:42 +0000 |
commit | 4f0f038eb9a0108ec3ca158ec1b7faffb1194934 (patch) | |
tree | d70525841d99e4bf52bfc56aa4fb10f4a040df7b /multimedia/vlc/Makefile | |
parent | 54fc631051b0fbf3b9363aa1c8cbd9b756d57373 (diff) | |
download | pkgsrc-4f0f038eb9a0108ec3ca158ec1b7faffb1194934.tar.gz |
add patches from upstream to plug 2 security problems:
-heap overflow in the AVI file parser (CVE-2011-2588)
-heap overflow in the Real Media file parser (CVE-2011-2587)
bump PKGREV
Diffstat (limited to 'multimedia/vlc/Makefile')
-rw-r--r-- | multimedia/vlc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index a704d73b957..81b504e47a2 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.112 2011/06/07 13:59:17 drochner Exp $ +# $NetBSD: Makefile,v 1.113 2011/07/18 17:06:42 drochner Exp $ # DISTNAME= vlc-${VLC_VERSION} +PKGREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vlc/} \ http://download.videolan.org/pub/videolan/vlc/${VLC_VERSION}/ |