Subject: CVS commit: pkgsrc/sysutils/bchunk
To: None <pkgsrc-changes@NetBSD.org>
From: Dieter Baron <dillo@netbsd.org>
List: pkgsrc-changes
Date: 11/16/2007 12:03:43
Module Name: pkgsrc
Committed By: dillo
Date: Fri Nov 16 12:03:43 UTC 2007
Modified Files:
pkgsrc/sysutils/bchunk: Makefile distinfo
pkgsrc/sysutils/bchunk/patches: patch-ab
Removed Files:
pkgsrc/sysutils/bchunk/patches: patch-aa
Log Message:
Update to 1.2.0 and fix two bugs:
- Only use index 1 as track boundary. Previously, the first index was
taken as the end of the previous track and the last index as the start
of this track. All sectors in between were silently dropped.
- Stop output of a track *before* the first sector of the next track.
Previously, the first sector was output twice, once as the last
sector of the previous track, once as the first sector of the
current track.
Patches will be sent upstream shortly.
Take maintainership, ok pooka.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/sysutils/bchunk/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/sysutils/bchunk/distinfo
cvs rdiff -r1.4 -r0 pkgsrc/sysutils/bchunk/patches/patch-aa
cvs rdiff -r1.2 -r1.3 pkgsrc/sysutils/bchunk/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.