diff options
author | salo <salo@pkgsrc.org> | 2005-12-10 23:34:41 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2005-12-10 23:34:41 +0000 |
commit | 94b539e4d618517e70ffd3efb52caad565ea35f2 (patch) | |
tree | f8671c0aa9354cdd1cbc18cc749a86d0fe95b61a /multimedia/mplayer | |
parent | e20fac1553d63fee88d3eed006ccf39afe4a1367 (diff) | |
download | pkgsrc-94b539e4d618517e70ffd3efb52caad565ea35f2.tar.gz |
Security fix for SA17892:
"A vulnerability in FFmpeg libavcodec can be exploited by malicious people
to cause a DoS (Denial of Service) and potentially to compromise a user's
system."
http://secunia.com/advisories/17892/
Fix from ffmpeg CVS repository, libavcodec/utils.c rev. 1.162:
"default_get_buffer() cleanup
fixes probably exploitable heap overflow
heap overflow found by (Simon Kilvington)"
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 4af1819d06d..0ad96448f43 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2005/11/26 01:31:50 ben Exp $ +# $NetBSD: Makefile,v 1.24 2005/12/10 23:34:41 salo Exp $ PKGNAME= mplayer-${MPLAYER_PKG_VERSION} -PKGREVISION= 5 +PKGREVISION= 6 COMMENT= Software-only MPEG-1/2/4 video decoder |