Changelog for
cdrecord-devel-2.01-0.a18.3sls.i586.rpm :
Tue Dec 9 03:00:00 2003 Vincent Danen
2.01-0.a18.3sls
- OpenSLS build
- tidy spec
- use %build_opensls macro to not build cdda2wav
Fri Aug 15 04:00:00 2003 Gwenole Beauchesne 2.01-0.a18.2mdk
- Clean-up never used bits, older code is available in CVS ;-)
- Remove arch-fix, i.86-linux-
* are linked altogether to i586-linux-
*
Tue Aug 12 04:00:00 2003 Warly 4:2.01-0.a18.1mdk
- new version
Rscsi:
- Security update. Forbid to write arbitrary debug files, only allow
a debug file name that has been configured in /etc/default/rscsi.
Writing arbitrary files with a siud root program could be used to become
root on a local machine if you are already logged into that local machine.
Tue Jun 24 04:00:00 2003 Warly 4:2.01-0.a16.1mdk
- new version (main changes):
Readcd:
- New option fs=# (same syntax as with cdrecord fs=#) to allw the
user to set the maximum transfer size even in non-interactive mode.
This may help is the OS (as it has been the case for Solaris 9 x86)
reports a wrong maximum DMA size or there is a bug in libscg.
- Speed printing with meshpoints=# now is based on 1000 bytes == 1 kb
as documented in the SCSI standard.
- New option -factor will cause the read speed values to be printed
be based on the single speed of the current medium. This is only
possible if readcd is able to find out the current medium type.
Tue Jun 24 04:00:00 2003 Warly 4:2.01-0.a15.6mdk
- Better note phrasing (thanks to Michael Bushey)
- Try to display better error message when DVD image is too big.
Fri Jun 20 04:00:00 2003 Warly 4:2.01-0.a15.5mdk
- add \"-dvd\" in version so that k3b knows it is a DVD capable cdrecord
Tue Jun 17 04:00:00 2003 Warly 4:2.01-0.a15.4mdk
- add \"Note:\" in front of each line to show that it is an unofficial
version in order to have a easier parsing in xcdroast
- improve the DVD patch not to have any interaction with CD recording
(fix this packet writing setting with an quite ugly workarroud)
Tue Jun 17 04:00:00 2003 Warly 4:2.01-0.a15.3mdk
- merge DVD code into standard cdrecord
Sat Jun 7 04:00:00 2003 Olivier Thauvin 2.01-0.a15.2mdk
- increase epoch to permit upload for all arch (warly sucks)
Tue Jun 3 04:00:00 2003 Warly 2.01-0.a15.1mdk
- new version (main changes):
Libscg:
- Fixed another printf buffer vulnerability in scsi-remote.c
Cdrecord:
- Restructured the main program of cdrecord so that cdrecord overall
behaves smilar to before when cue sheets are used.
e.g. cdrecord -eject cuefile=xxx did only eject the disk instead of
first writing and then ejecting.
- CD-Text handling reworked:
Sat May 31 04:00:00 2003 Warly 2.01-0.a14.2mdk
- try to fix dvd patch
Fri May 16 04:00:00 2003 Warly 2.01-0.a14.1mdk
- new version (main changes):
Mkisofs (By J�rg Schilling and James Pearson j.pearsonAATTge.ucl.ac.uk):
- New options -XA & -xa
-XA Generate XA iso-directory attributes with original owner and mode information.
-xa Generate XA iso-directory attributes with rationalized owner and mode information (user/group == 0).
- Try to support files >= 2 GB.
Cdrecord:
- Fixed a bug that caused cdrecord not to abort if Tracks with unknown length are present in RAW write mode.
- Track parsing completely restructured to allow new features. One of the features is to write audio CDs from a pipe,
- Cdrecord now resets euid to the uid of the caller (if called suid root) before it opens data files.
- Allow cdrecord to copy audio CDs from a pipe from cdda2wav without using an intermediate file on disk.
To copy an audio CD from a pipe (without intermediate
files), first run
cdda2wav dev=1,0 -vall cddb=0 -info-only
and then run
cdda2wav dev=1,0 -no-infofile -B -Oraw - | cdrecord dev=2,0 -v -dao -audio -useinfo -text
*.inf
- New option -abort allows you to send a write abort sequence to a drive.
- New \'xio\' module allows to open a file virtually more than once to
support CDRWIN CUE sheets in cdrecord.
Fri Apr 11 04:00:00 2003 Warly 2.1-0.a09.1mdk
- new version (main changes):
Rscsi: Support for IPv6
Mkisofs:
- Second attempt to support ISO-9660:1999 (Version 2) via -iso-level 4
- isoinfo is now able to recognise ISO-9660:1999
- Abort with a warning message if the total size of the image data
created by mkisofs would differ from the size printed by -print-size
- UDF now uses the same \'now\' timestamp as the ISO-9660 part of the FS.
- New Stream File feature and new options: -stream-file-name and -stream-media-size
star -c . | mkisofs -stream-media-size 333000 | cdrecord dev=b,t,l -dao tsize=333000s -
- The final padding that is added by default is now 150 sectors
which is the required size of the track post gap on a CD.
- Inter partition paddin is now only choosen to make the next partition
start on a sector number that is a multiple of 16.
- isoinfo now also prints root directory extent # in debug mode
- First step to allow mkisofs to support Kodak Photo CD and
Kodak Picture CD format
- insoinfo now prints the ISO-9660 directory flags.
- Now using character code translation for 8 Bit characters that
are used with -iso-level 4 (ISO-9660-1999).
Cdrecord:
- Workaround for broken Firmware for LG (Lucky Goldstar) drives.
- Man page now correctly describes the data formats used with -xa1 & -xa2
- Trying to catch SIGHUP to aviod hung recorders after people close X windows by accident
- Trying to print hints if the SCSI error core looks like a buffer underrun occured.
- First TAO writing support for the Matsushita CW-7501
- New option -setdropts to allow cdrecord to set driver specific parameters and exit.
- Added support to disable/enable the Plextor PowerRec feature. Use driveropts=forcespeed
- Added support to enable/disable the Plextor SpeedRead feature. Use driveropts=speedread
- Added support to enable/disable the Plextor SingleSession feature. Use driveropts=singlesession
- Added support to enable/disable the Plextor Hide CD-R feature. Use driveropts=hidecdr
- Added reading out \"real\" Burn-Proof counter for Plextor drives.
- Try to do a more correct job when doing Buffer Underun estimation counts.
- Make the explicit Buffer underrun error checking work for Plextor drives too.
- Fixed the command line parser for driveropts= parameters.
- Now also supporting SAO/DAO write mode for the CW-7501
- New option -lock (similar to -load) that loads the media but leaves the drive in locked status.
- New driver interface to allow SAO recording for the CW-7501
- Removed the internal implication that -packet is a TAO write mode.
Readcd:
- First (hacky) implementation of a way to meter the read speed
as a function of the disk location modeled after a idea from
Markus Plail
Call:
readcd dev=b,t,l meshpoints=1000 > outfile
then
gnuplot
gnuplot> plot \"outfile\" w l or replot \"outfile\" w l
Cdda2wav (By Heiko Ei�feldt heikoAATThexco.de):
- old Toshiba\'s usable again
- Multisession Non-CD-Extra disks now work again
Now also a lot more broken disks are readable again.
Tue Jan 7 03:00:00 2003 Thierry Vignaud 2.0-2mdk
- add cdda2ogg
Fri Dec 27 03:00:00 2002 Warly 3:2.0-1mdk
- new version
Thu Nov 28 03:00:00 2002 Warly 3:1.11-0.a40.1mdk
- new version
Thu Nov 28 03:00:00 2002 Gwenole Beauchesne 1.11-0.a39.2mdk
- Fix %doc, make it lib64 aware
- Add correct RULES links for x86-64 and ia64
Sat Nov 16 03:00:00 2002 Warly 1.11-0.a39.1mdk
- new version
Thu Oct 17 04:00:00 2002 Warly 1.11-0.a37.1mdk
- new version
Fri Sep 13 04:00:00 2002 Warly 1.11-0.a33.1mdk
- new version
Tue Sep 3 04:00:00 2002 Warly 1.11-0.a32.1mdk
- new version
Tue Aug 27 04:00:00 2002 Warly 1.11-0.a31.1mdk
- new version
Wed Aug 21 04:00:00 2002 Warly 1.11-0.a30.1mdk
- new version
Thu Aug 15 04:00:00 2002 Warly 1.11-0.a29.2mdk
- add cdwriter group creation for cdrecord and cdda2wav
Wed Aug 14 04:00:00 2002 Warly 1.11-0.a29.1mdk
- new version
Thu Aug 1 04:00:00 2002 Warly 1.11-0.a28.1mdk
- new version
Tue Jul 23 04:00:00 2002 Warly 1.11-0.a27.1mdk
- new version
Thu Jul 18 04:00:00 2002 Giuseppe Ghib� 1.11-0.a26.4mdk
- added missed readcd manpage to %files list.
Thu Jul 18 04:00:00 2002 Warly 1.11-0.a26.3mdk
- add a disclaimer on Joerg Schilling\'s request
Tue Jul 16 04:00:00 2002 Warly 1.11-0.a26.2mdk
- fix dvd build
Tue Jul 9 04:00:00 2002 Warly 1.11-0.a26.1mdk
- new version
Tue Jun 4 04:00:00 2002 Thierry Vignaud 1.11-0.a24.1mdk
- new release
Tue May 14 04:00:00 2002 Warly 1.11-0.a23.1mdk
- new version
Fri Apr 19 04:00:00 2002 Daouda LO 1.11-0.a21.1mdk
- 1.11-0.a21.1mdk
Fri Apr 5 04:00:00 2002 Warly 1.11-0.a20.1mdk
- new version
Thu Mar 28 03:00:00 2002 Thierry Vignaud 1.11-0.a19.1mdk
- new release
- alter spec file so that we\'ve only one place to alter on update
Thu Mar 28 03:00:00 2002 Thierry Vignaud 1.11-0.a18.2mdk
- bzip2 sources
- let athlon optimised build be possible
Thu Mar 21 03:00:00 2002 Warly 1.11-0.a18.1mdk
- new version
Fri Mar 1 03:00:00 2002 Warly 1.11-0.a15.2mdk
- change mkisofs permission to standard ones
Wed Feb 27 03:00:00 2002 Warly 1.11-0.a15.1mdk
- new version
Wed Feb 13 03:00:00 2002 Warly 1.11-0.a14.1mdk
- new version
Sat Feb 2 03:00:00 2002 Warly 1.11-0.a13.4mdk
- add new package cdrecord-dvdhack with DVD support
Wed Jan 30 03:00:00 2002 Warly 1.11-0.a13.3mdk
- change cdda2wav to 755
Tue Jan 29 03:00:00 2002 Warly 1.11-0.a13.2mdk
- change permission of cdda2wav to 6755 to make it works.
Sat Jan 26 03:00:00 2002 Daouda LO 1.11-0.a13.1mdk
- patch level a13
Tue Jan 8 03:00:00 2002 Warly 1.11-0.a12.1mdk
- new version
Fri Aug 3 04:00:00 2001 Warly 1.10-2mdk
- real version of mkisofs
Wed Apr 25 04:00:00 2001 Warly 1.10-1mdk
- 1.10
Wed Apr 11 04:00:00 2001 Warly 1.10-0.1.a18mdk
- devel version
Sat Mar 3 03:00:00 2001 Francis Galiegue 1.9-5mdk
- Fix build on ia64
Tue Jan 30 03:00:00 2001 Daouda Lo 1.9-4mdk
- back to version 1.9 (\"xcdroast don\'t work for OTHER VERSION than 1.9 \")-> big warly sux.
Sun Sep 3 04:00:00 2000 Till Kamppeter 1.9-3mdk
- To make X-CD-Roast 0.98 working for non-root users made following
executables SGID cdwriter:
readcd
mkisofs
mkhybrid
and the following both SUID root and SGID cdwriter
cdrecord
cdda2wav
All these executable access to /dev/scd? and /dev/sg? devices which
are accessable for the group cdwriter. cdrecord and cdda2wav have real
time scheduling and memory locking capabilities which needs them running
SUID root. The author of these programs has implemented security measures
to run this programs safely with these privileges.
- Set permissions so that the user who wants to burn must be member of
\"cdwriter\" group.
Sat Jul 22 04:00:00 2000 Thierry Vignaud 1.9-2mdk
- change version of sub package mkisofs since it has been upgraded
Sat Jul 22 04:00:00 2000 Thierry Vignaud 1.9-1mdk
- new release, BM
Sat Jun 3 04:00:00 2000 Chmouel Boudjnah 1.8.1-4mdk
- Fix buffer overflow (yoann).
Tue May 30 04:00:00 2000 Guillaume Cottenceau 1.8.1-3mdk
- no more nasty i686-pc-linux-gnu, now uses %
- fixed some file not found
Thu May 4 04:00:00 2000 Warly 1.8.1-2mdk
- add serial for upgrade
Fri Apr 28 04:00:00 2000 Warly 1.8.1-1mdk
- 1.8.1
Wed Apr 5 04:00:00 2000 Warly 1.8.1a03-2mdk
- correct group, remove the other
Sun Mar 26 04:00:00 2000 Warly 1.8.1a03-1mdk
- new group: Archiving/Other/Cd burning
- 1.8.1a03
Fri Mar 10 03:00:00 2000 Chmouel Boudjnah 1.8a29-5mdk
- Remove ugly mknod in %post, move them to dev package (#78).
- Remove ugly groupadd in %pre already in setup package (#78)
Sat Jan 15 03:00:00 2000 Francis Galiegue
- one-liner fix to libscg/scg/scgcmd.h
- gcc defines __sparc__, not __sparc nor sparc
Mon Nov 8 03:00:00 1999 Chmouel Boudjnah
- Grhh fix building as user.
Mon Nov 8 03:00:00 1999 Chmouel Boudjnah
- Build release.
Tue Sep 21 04:00:00 1999 Bernhard Rosenkr�nzer
- 1.8a29
- Prereq /usr/sbin/groupadd
Tue Sep 14 04:00:00 1999 Daouda LO
- 1.8a27
Sun Aug 15 04:00:00 1999 Bernhard Rosenkr�nzer
- 1.8a24
Tue Aug 10 04:00:00 1999 Pablo Saratxaga
- mkisofs was missing a Summary line...
Sat Jul 17 04:00:00 1999 Bernhard Rosenkr�nzer
- 1.8a23
Thu Jul 8 04:00:00 1999 Axalon Bloodstone
- inc 0.a18.3sls just to be safe
Thu Jul 8 04:00:00 1999 Axalon Bloodstone
- cdrecord should be sgid
- out of the rpm ready devices
Wed Jul 7 04:00:00 1999 Chmouel Boudjnah
- Build for new environement (VER: 3mdk).
Tue May 18 04:00:00 1999 Bernhard Rosenkr�nzer
- 1.8a22
- Make use of group cdwriter (as introduced in xcdroast)
- move device creation here (used to be in xcdroast, which is nonsense).
- spec fixes
- add xcdroast (-x) patch to mkisofs
Sun May 2 04:00:00 1999 Chmouel Boudjnah
- Update to 1.8a20
Thu Mar 11 03:00:00 1999 Bernhard Rosenkraenzer
- 1.8a19
- create mkisofs and cdda2wav packages, add readcd to main RPM
Mon Feb 8 03:00:00 1999 Bernhard Rosenkraenzer
- 1.8a16
Wed Dec 9 03:00:00 1998 Bernhard Rosenkraenzer
- start with FM release 1
- bzip2 man page
Tue Dec 1 03:00:00 1998 Ryan Weaver
[cdrecord-1.8a13-1]
- Updated to 1.8a1
- NEW features of cdrecord-1.8a13:
- First Advent: First separate scg library ;-)
Currently only the low level and mid level transport stuff
- corrected error detection code in scsierrs.c to fix
- missing NULL ptr at end of CCS error table
- <= -> < problem for invalid sense code vs. vendor uniqe sense code
Sat Nov 28 03:00:00 1998 Ryan Weaver
[cdrecord-1.8a12-1]
- Updated to 1.8a12
- NEW features of cdrecord-1.8a12:
- Fixed a typo in scsitransp.c that prevented compilation
on some Linux releases.
Thu Nov 26 03:00:00 1998 Ryan Weaver
[cdrecord-1.8a11-1]
- Upadted to 1.8a11
- Got patch from J�rg Schilling
to compile on linux.
- NEW features of cdrecord-1.8a11:
- Starting with official support for SCO Openserver 5
NOTE: You will need to have a CD in the closed tray of the
drive otherwise cdrecord is not able to open the device.
- Fixed a bug in scsi-sco.c that prevented compilation.
- Added DEFAULTS files for SCO
- Fixed the autoconf detection stuff for major()/minor()
- Fixed the autoconf detection stuff for not working mlockall() on SCO/HP-UX
- Fixed mkisofs-1.12b4/diag/isoinfo.c to allow compilation on SCO
- New S_IS
*() macros to allow compilation on OS/2 with missing S_IFBLK
- Added a static configuration for VMS
- Some fixes that are needed for VMS
- Added a file cdrecord/build_all.com to compile cdrecord on VMS
- Fixed isnan() code to fit SCO Openserver and VMS
- Incorporating now an experimental version of cdda2wav-0.95beta08
Report problems to: heikoAATTcolossus.escape.de
- NOTE: cdda2wav and mkisofs are not included in cdrecord rpm.
Sat Nov 21 03:00:00 1998 Ryan Weaver
[cdrecord-1.8a10-1]
- Updated to 1.8a10