Package: cpmtools / 2.23-7

Metadata

Package Version Patches format
cpmtools 2.23-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
man page typos.diff | (download)

fsck.cpm.1.in | 18 9 + 9 - 0 !
fsed.cpm.1.in | 6 3 + 3 - 0 !
2 files changed, 12 insertions(+), 12 deletions(-)

---
man page font.diff | (download)

cpmls.1.in | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
cpmtools libdsk probe robustness.patch | (download)

device_libdsk.c | 18 15 + 3 - 0 !
1 file changed, 15 insertions(+), 3 deletions(-)

 libdsk: reset geometry if autoprobe isn't sane

So that weirdness from any misfiring auto-geometry heuristic in LibDsk
doesn't cause trouble later. (We were overwriting the most common
parameters, but not all of them.)
(Triggered by Debian bug #1079619, where a spurious dg_sidedness caused
trouble after LibDsk's Opus Discovery heuristic misfired -- that
heuristic has been improved in libdsk 1.5.20, but this change provides
defence in depth.)