dd49dadba1
- 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.
10 lines
259 B
Makefile
10 lines
259 B
Makefile
# $NetBSD: Makefile,v 1.36 2004/09/07 22:14:09 salo Exp $
|
|
|
|
PKGNAME= mpg123-${MPG123_VERSION}
|
|
PKGREVISION= 4
|
|
COMMENT= Command-line player for mpeg layer 1, 2 and 3 audio
|
|
|
|
CONFLICTS+= mpg123-nas-[0-9]*
|
|
|
|
.include "Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|