Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 84BE0A5828 for ; Wed, 12 Mar 2014 09:20:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EF73814A247; Wed, 12 Mar 2014 09:20:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D579F14A245 for ; Wed, 12 Mar 2014 09:20:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id wGg1AAB20V1n for ; Wed, 12 Mar 2014 09:20:07 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 085AC14A244 for ; Wed, 12 Mar 2014 09:20:07 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id F208796; Wed, 12 Mar 2014 09:20:06 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Wed, 12 Mar 2014 09:20:06 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/cdrtools To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20140312092006.F208796@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Wed Mar 12 09:20:06 UTC 2014 Modified Files: pkgsrc/sysutils/cdrtools: Makefile distinfo Log Message: Update to 3.01a23: All: - Typo fix in README.compile for the mail address. Thanks to Dennis Clarke for the catch! Libschily: - libschily/sleep.c and libschily/usleep.c have been modified to work with MinGW. Cdrecord: - The timediff function now in addition prints the time diff in hours : minutes : seconds . thausands of a second. Thanks to a hint from Donald R Laster Jr from Slackware. Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de): - Cdda2wav no longer includes the new paranoia mode "c2check" in the macro "proof". This has been done because of a report from Géraud Meyer that gives hints that the drive: Type: ROM, Vendor 'TSSTcorp' Model 'CDDVDW SH-222AB ' Revision 'SB00' MMC+CDDA does not handle hidden tracks when "c2check" is active. Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale): - mkisofs was slightly modified to reduce CPU time requirements. It now reads/writes in 64kBytes chunks instead of stdio buffer size which is typically 8 kB. - Fixed a typo in the mkisofs man page. Thanks to a hint from Donald R Laster Jr from Slackware. - Mkisofs now in addition prints "-iso-level 3 or more required" in case that a large file was skipped because of the current mkisofs settings. Thanks to a hint from Donald R Laster Jr from Slackware. - A problem in isoinfo has been fixed. This problem caused "isoinfo -R -find -ls" to print Jan 1 1970 timestamps in case that Rock Ridge was not present. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 pkgsrc/sysutils/cdrtools/Makefile cvs rdiff -u -r1.81 -r1.82 pkgsrc/sysutils/cdrtools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.