Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id B6B5A63BD86 for ; Wed, 5 Nov 2008 19:46:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 60ACE63B24F; Wed, 5 Nov 2008 19:46:45 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 5065263B24E for ; Wed, 5 Nov 2008 19:46:44 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 33DB1175D0; Wed, 5 Nov 2008 19:46:44 +0000 (UTC) From: Thomas Klausner Subject: CVS commit: pkgsrc/sysutils/cdrtools To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org Message-Id: <20081105194644.33DB1175D0@cvs.netbsd.org> Date: Wed, 5 Nov 2008 19:46:44 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: wiz Date: Wed Nov 5 19:46:44 UTC 2008 Modified Files: pkgsrc/sysutils/cdrtools: Makefile distinfo pkgsrc/sysutils/cdrtools/patches: patch-ab patch-ad Log Message: Update to 2.01.01a53: Libcdrdeflt: - This is a new library that has been introduced as mans programs like to parse the content of /etc/default/cdrecord Libscgcmd: - This is a new SCSI command library Cdrecord: - Converted to use libcdrdeflt - Converted to use libscgcmd - Man page now includes many small modifications that mention BluRay media. Cdda2wav - Converted to use libcdrdeflt - Converted to use libscgcmd - The -M/-md5 option now finally works. Cdda2wav now computes MD5-sums for the audio data and writes the result into the *.inf files. Readcd: - Converted to use libcdrdeflt - Converted to use libscgcmd Scgcheck: - Converted to use libcdrdeflt - Converted to use libscgcmd Scgskeleton: - Converted to use libcdrdeflt - Converted to use libscgcmd Btcflash: - Converted to use libcdrdeflt - Converted to use libscgcmd Mkisofs (Maintained/enhanced by J - Converted to use libcdrdeflt - Converted to use libscgcmd NEW features of cdrtools-2.01.01a52: All: - Config.sub now supports NetBSD on AMD64 - The email addresses in many file have been updated. Libfile: - The license has been changed from a license (similar to a BSDl 4 clause) to a new BSDL 2 clause license with permission from all involved authors. Libscg: - Unneeded code from libscg/scsierrs.c removed Cdda2wav - The MD5 implemenation (although currently unused) has been changed from the RSA variant (that requires advertizing for RSA) to a "public domain" implementation from Colin Plumb used in OpenBSD. - The new MD5 implementation has been made portable. To generate a diff of this commit: cvs rdiff -r1.45 -r1.46 pkgsrc/sysutils/cdrtools/Makefile cvs rdiff -r1.27 -r1.28 pkgsrc/sysutils/cdrtools/distinfo cvs rdiff -r1.4 -r1.5 pkgsrc/sysutils/cdrtools/patches/patch-ab \ pkgsrc/sysutils/cdrtools/patches/patch-ad Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.