Path to this page:
./
sysutils/bchunk,
.bin/.cue CD image converter
Branch: pkgsrc-2019Q3,
Version: 1.2.2,
Package name: bchunk-1.2.2,
Maintainer: pkgsrc-usersbinchunker converts a CD image in a ".bin / .cue" format (sometimes
".raw / .cue") to a set of .iso and .cdr tracks.
The bin/cue format is used by some non-Unix cd-writing software, but is
not supported on most other cd-writing programs.
The .iso track contains an ISO file system, which can be vnconfiged and
mounted, or written on a CD-R using cdrecord.
The .cdr tracks are in the native CD audio format. They can be either
written on a CD-R using cdrecord -audio, or converted to WAV (or any
other sound format for that matter) using sox.
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 5d241a7923a53f8bcd3075d26801958a7e934ee5
RMD160: 50160ddd03d1fd03d1c7ea5bd034e459e93da17e
Filesize: 14.999 KB
Version history: (Expand)
- (2019-11-25) Updated to version: bchunk-1.2.2
- (2019-10-02) Package added to pkgsrc.se, version bchunk-1.2.0 (created)
CVS history: (Expand)
2019-11-24 20:29:19 by Benny Siegert | Files touched by this commit (3) |
Log message:
Pullup ticket #6087 - requested by nia
sysutils/bchunk: security fix
Revisions pulled up:
- sysutils/bchunk/Makefile 1.14
- sysutils/bchunk/distinfo 1.9
- sysutils/bchunk/patches/patch-ab deleted
---
Module Name: pkgsrc
Committed By: nia
Date: Sun Nov 17 13:07:03 UTC 2019
Modified Files:
pkgsrc/sysutils/bchunk: Makefile distinfo
Removed Files:
pkgsrc/sysutils/bchunk/patches: patch-ab
Log message:
bchunk: Update to 1.2.2
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
|