diff options
author | salo <salo> | 2004-09-07 22:14:09 +0000 |
---|---|---|
committer | salo <salo> | 2004-09-07 22:14:09 +0000 |
commit | a7eab3aea3b215b98407bb0c2a91a5575da21527 (patch) | |
tree | 5aa40d0538a652dadb25db85efc7556e7f4d446e /audio/mpg123-esound | |
parent | 9a3f7412c2f1222061fbd87dbb27498fce0bac85 (diff) | |
download | pkgsrc-a7eab3aea3b215b98407bb0c2a91a5575da21527.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-esound')
-rw-r--r-- | audio/mpg123-esound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpg123-esound/Makefile b/audio/mpg123-esound/Makefile index bce46c17e04..df770a7dfae 100644 --- a/audio/mpg123-esound/Makefile +++ b/audio/mpg123-esound/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2004/04/24 23:05:40 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2004/09/07 22:14:10 salo Exp $ PKGNAME= mpg123-esound-${MPG123_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Command-line player for mpeg layer 1, 2 and 3 audio with EsounD TARGET_SUFFIX= -esd |