that the length could be omitted from the last track of an AUDIO CD. The
length fixer-upper would quit consistently on certain (innocent) TOC files,
which lead to an error about zero-length tracks. Bump PKGREVISION.
- NOTE: pkgsrc does _not_ install cdrdao suid root so the noted security fix
does not apply to us.
- From the ChangeLog:
> --------------------------------------------------------------------------
> cdrdao 1.2.0 (2005-05-12)
> --------------------------------------------------------------------------
>
> o SECURITY FIX: cdrdao now gives up its root privileges after setting
> up real-time scheduling, as well as before saving settings through
> the --save option. This fixes a potential local root exploit when
> cdrdao is installed with the +s chmod flag. Using --save now also
> forces an early exit after the settings are saved.
>
> o Added MP3 and Ogg Vorbis file support (through respectively the
> libmad and libvorbis libraries). cdrdao will decode the MP3 and
> Ogg files into temporary WAV files that will be deleted upon exit
> (unless the new option --keep is used). The directory used to
> store those temporary WAV files can be specified with the --tmpdir
> option (default is /tmp).
>
> o Improved native CUE file support: replaced old incomplete existing
> parser with the one from Matthias Czapla's excellent
> cue2toc. Added support for cutting binary files.
>
> o Added --rspeed option to manually set the device reading speed. Be
> warned not all devices support this.
>
> o Packaged scsilib library upgraded from cdrtools 2.01 (previously
> was from 2.01a31).
>
> o Added --no-mode2-mixed option. Don't read a MODE2 disk as
> MODE2_FORM_MIXED, only read MODE2_FORM1 or MODE2_FORM2 (Matthieu
> Castet).
>
> o Added help for little-known drive-info command.
>
> GCDMaster changes:
>
> o MP3 and Ogg Vorbis support: you can drag and drop .mp3, .m3u and
> .ogg files from Nautilus into the sample display window.
>
> o Switched to gtkmm24 API. Improved file browsers.
>
> o CUE files support.
>
> o Sound output now uses libao library.
>
> o Added help for little-known drive-info command.
>
> GCDMaster changes:
>
> o MP3 and Ogg Vorbis support: you can drag and drop .mp3, .m3u and
> .ogg files from Nautilus into the sample display window.
>
> o Switched to gtkmm24 API. Improved file browsers.
>
> o CUE files support.
>
> o Sound output now uses libao library.
>
> o Added 'Select All' item in menu.
>
> o Added 'Eject' button to progress dialog
>
> o Bug fixes (sample selection weirdness, couldn't close window during
> play, problems with gcdmaster command-line argument, crashes with
> multiple project windows, drive status not reported correctly).
This release focuses on bug and compile fixes, upgrade to a newer
scsilib library (from cdrtools 2.01a31), as well as some new cdrdao
options and features (MMC driver auto-detection, discid command,
--full-burn option).
provided in PR/25732 by Stefan Krüger (space7 at meinberlikomm dot
de), small cleanups by me
changes:
- replace encumbered code
- support for ATAPI devices
-relevant changes:
-Added sub-channel writing for the 'generic-mmc' and 'generic-mmc-raw'
driver. Currently only the R-W sub-channels can be written.
-Added sub-channel reading support for the generic-mmc(-raw) driver.
-Added automatic check for support sub-channel reading modes to the
'generic-mmc(-raw)' driver.
-Default blanking mode is now 'minimal'
-Updated paranoia libraries
-Cue parser accepts spaces and '\' characters
-Updated scsilib
-Fixes
-USE_BUILDLINK2
Changes:
Fixed bug in CD-TEXT writing code that caused the problems with the unreliable
read back of the written CD-TEXT data
Added CD-TEXT writing capability to the generic-mmc-raw driver; the recorder
must support the 96 byte raw P-W sub-channel writing mode to make use
of it
Fixed bug in generic-mmc-raw driver: the TOC type was not written correctly and
some flags for data tracks were missing in the lead-in
Fixed handling of toc type for multi session CDs: the toc-type of a session
that just contains audio tracks is always CD_DA, even in multi session
mode
BURN Proof support added by ITOH Yasufumi/Martin Buck
Fixed bug in calculating the CDDB id (SourceForge bug 413467)
Added option --with-cddb to read CDDB data automatically with commands copy,
read-toc and read-cd; it is now possible to add CD-TEXT data from CDDB
while performing an on-the-fly copy
Updated to libscg-0.5 from cdrtools-1.10
Handle drives that do not support the explicit power calibration command
Blanking of CD-RWs is now officially supported (command blank, option
--blank-mode)
Updated CD-R vendor table
Settings are now first read from "/etc/cdrdao.conf" and "/etc/defaults/cdrdao"
and then from "$HOME/.cdrdao"
Added command msinfo to output multi session information suitable for mkisofs
Overburning is now prevented by default and must be explicitly requested with
option --overburn. Fix for Debian bug #79585 (http://bugs.debian.org/cg
i-bin/bugreport.cgi?bug=79585&repeatmerged=yes).
Fixed error in cdrdao's manual page (Debian bug #82816, http://bugs.debian.org/
cgi-bin/bugreport.cgi?bug=82816&repeatmerged=yes)
cdrdao's help screen was reworked by Michael Reinelt
Added Giuseppe Corbelli's enhancements for the mp32dao script
Makefiles now use make variable datadir to specify the share directory location
Fixed printing toc-file name with command copy --keepimage