diff options
author | drochner <drochner@pkgsrc.org> | 2011-11-02 16:35:14 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-11-02 16:35:14 +0000 |
commit | 14e6b5853c19a628c12731a467973f9b051ed52b (patch) | |
tree | 31092e199c2605fd886d02d956761f13328da54c /multimedia/mplayer | |
parent | c6c0dd259b7ec8eb80140f246b3c4f9dab661db4 (diff) | |
download | pkgsrc-14e6b5853c19a628c12731a467973f9b051ed52b.tar.gz |
add patch from ffmpeg to fix an integer signedness error in CAVS codec
which can cause crashes or possibly allow code execution
(CVE-2011-3362)
bump PKGREV
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index b71859c9d9b..7c7d63f5ea2 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.81 2011/10/24 13:06:05 jmcneill Exp $ +# $NetBSD: Makefile,v 1.82 2011/11/02 16:35:15 drochner Exp $ PKGNAME= mplayer-${MPLAYER_VERSION} -PKGREVISION= 9 +PKGREVISION= 10 COMMENT= Fast, cross-platform movie player |