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/mencoder | |
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/mencoder')
-rw-r--r-- | multimedia/mencoder/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile index 3c11004cc87..175f9f1dbf0 100644 --- a/multimedia/mencoder/Makefile +++ b/multimedia/mencoder/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2005/08/27 06:59:52 dogcow Exp $ +# $NetBSD: Makefile,v 1.23 2005/12/10 23:34:42 salo Exp $ PKGNAME= mencoder-${MPLAYER_PKG_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Simple movie encoder for MPlayer-playable movies |