diff options
author | salo <salo@pkgsrc.org> | 2004-09-07 22:14:09 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-09-07 22:14:09 +0000 |
commit | dd49dadba10cfdcd00b6c7564c04b17b81218da6 (patch) | |
tree | 5aa40d0538a652dadb25db85efc7556e7f4d446e /audio/mpg123-nas | |
parent | 08b316427bb3e3b6ac15a4e9a1be6c005573a8f6 (diff) | |
download | pkgsrc-dd49dadba10cfdcd00b6c7564c04b17b81218da6.tar.gz |
PKGREVISION++
- fix a buffer overflow:
"A malicious formatted mp3/2 causes mpg123 to fail header checks,
this may allow arbitrary code to be executed with the privilege
of the user trying to play the mp3."
- patch from Debian but retain code style.
Diffstat (limited to 'audio/mpg123-nas')
-rw-r--r-- | audio/mpg123-nas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpg123-nas/Makefile b/audio/mpg123-nas/Makefile index c04c271edb9..d89e78bb784 100644 --- a/audio/mpg123-nas/Makefile +++ b/audio/mpg123-nas/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2004/04/24 23:16:32 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2004/09/07 22:14:10 salo Exp $ PKGNAME= mpg123${TARGET_SUFFIX}-${MPG123_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 COMMENT= Command-line player for mpeg layer 1, 2 and 3 audio with NAS output TARGET_SUFFIX= -nas |