pkgsrc/audio/mpg123-nas/Makefile
salo dd49dadba1 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.
2004-09-07 22:14:09 +00:00

16 lines
382 B
Makefile

# $NetBSD: Makefile,v 1.9 2004/09/07 22:14:10 salo Exp $
PKGNAME= mpg123${TARGET_SUFFIX}-${MPG123_VERSION}
PKGREVISION= 4
COMMENT= Command-line player for mpeg layer 1, 2 and 3 audio with NAS output
TARGET_SUFFIX= -nas
CONFLICTS+= mpg123-[0-9]*
USE_X11= yes
.include "../../audio/mpg123/Makefile.common"
.include "../../audio/nas/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"