pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/cdrdao - Update cdrdao to 1.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a142e6887ca
branches:  trunk
changeset: 494658:3a142e6887ca
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Fri May 27 08:39:26 2005 +0000

description:
- Update cdrdao to 1.2.0
- 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).

diffstat:

 sysutils/cdrdao/Makefile |  4 ++--
 sysutils/cdrdao/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r 2e31a7d56140 -r 3a142e6887ca sysutils/cdrdao/Makefile
--- a/sysutils/cdrdao/Makefile  Fri May 27 08:12:43 2005 +0000
+++ b/sysutils/cdrdao/Makefile  Fri May 27 08:39:26 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2005/05/22 20:08:31 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2005/05/27 08:39:26 adrianp Exp $
 #
 
-DISTNAME=              cdrdao-1.1.9
+DISTNAME=              cdrdao-1.2.0
 CATEGORIES=            sysutils
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=cdrdao/}
 
diff -r 2e31a7d56140 -r 3a142e6887ca sysutils/cdrdao/distinfo
--- a/sysutils/cdrdao/distinfo  Fri May 27 08:12:43 2005 +0000
+++ b/sysutils/cdrdao/distinfo  Fri May 27 08:39:26 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2005/02/24 13:40:51 agc Exp $
+$NetBSD: distinfo,v 1.12 2005/05/27 08:39:26 adrianp Exp $
 
-SHA1 (cdrdao-1.1.9.tar.gz) = e406940bbc2784ba249e3b7198ac7834ebda18f7
-RMD160 (cdrdao-1.1.9.tar.gz) = f420b3b5c39a5c5bf9abee18a0531788e7043d16
-Size (cdrdao-1.1.9.tar.gz) = 1581717 bytes
+SHA1 (cdrdao-1.2.0.tar.gz) = 0da9f0ae829dba5afe7efc34981ce4ad1dd7d210
+RMD160 (cdrdao-1.2.0.tar.gz) = 031be2ce0ed0894d1026a90f9ce62b3154849d14
+Size (cdrdao-1.2.0.tar.gz) = 2041966 bytes
 SHA1 (patch-aa) = ac38ac97ffbd502c5b5ea4de771ce92c520ae10e
 SHA1 (patch-ab) = 5cbacba844e1fa3c55634bdbbe3ec8a998d20273
 SHA1 (patch-ac) = 4608827f9202ef5aed35ddda426dc7a9574bc18f



Home | Main Index | Thread Index | Old Index