5bc8c64b1d
1.2.2 - Nov 14 2017 - Hessu Fixes CVE-2017-15953, a heap-based buffer overflow. Fix provided by Yegor Timoshenko. Fixes CVE-2017-15955, Access violation near NULL on destination operand and crash when processing a malformed CUE (.cue) file. Fix provided by Yegor Timoshenko. Fix wrong track size calculation when having multiple tracks in one image. (Closes debian bug: #261274). Fix provided by Piotr Kaczuba. Clarify manual page for input/output file types Improvement from Reuben Thomas, debian bug: #503151
19 lines
540 B
Makefile
19 lines
540 B
Makefile
# $NetBSD: Makefile,v 1.14 2019/11/17 13:07:03 nia Exp $
|
|
|
|
DISTNAME= bchunk-1.2.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://he.fi/bchunk/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://he.fi/bchunk/
|
|
COMMENT= ".bin/.cue" CD image converter
|
|
|
|
MAKE_FLAGS+= CC=${CC:Q} LD=${CC:Q} CFLAGS=${CFLAGS:M*:Q}
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bchunk ${DESTDIR}${PREFIX}/bin/bchunk
|
|
${INSTALL_MAN} ${WRKSRC}/bchunk.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/bchunk.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|