diff options
author | wiz <wiz@pkgsrc.org> | 2014-03-12 09:20:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-03-12 09:20:06 +0000 |
commit | 40ae977a244a19d90bff2bc891860dce1ea33f66 (patch) | |
tree | a33a2bc93ea302c5431249a9839752f897a46592 | |
parent | 85c6c5861e2eb3773ca2c488a2eb2026dd401923 (diff) | |
download | pkgsrc-40ae977a244a19d90bff2bc891860dce1ea33f66.tar.gz |
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 <graud@gmx.com>
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.
-rw-r--r-- | sysutils/cdrtools/Makefile | 4 | ||||
-rw-r--r-- | sysutils/cdrtools/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index efeea9e419f..f8bb5561c98 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.105 2014/01/25 10:49:43 wiz Exp $ +# $NetBSD: Makefile,v 1.106 2014/03/12 09:20:06 wiz Exp $ -DISTNAME= cdrtools-3.01a22 +DISTNAME= cdrtools-3.01a23 PKGNAME= ${DISTNAME:S/a/alpha/:S/-pre/pre/} CATEGORIES= sysutils #MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/ \ diff --git a/sysutils/cdrtools/distinfo b/sysutils/cdrtools/distinfo index d85af45267f..25c182f1e8d 100644 --- a/sysutils/cdrtools/distinfo +++ b/sysutils/cdrtools/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.81 2014/01/25 10:49:43 wiz Exp $ +$NetBSD: distinfo,v 1.82 2014/03/12 09:20:06 wiz Exp $ -SHA1 (cdrtools-3.01a22.tar.bz2) = a030099c9a15e50a22ee975fd3817e4c840d6191 -RMD160 (cdrtools-3.01a22.tar.bz2) = 52ce9682890ccd33f50fd9f2b3f376b5a4a3666d -Size (cdrtools-3.01a22.tar.bz2) = 2067421 bytes +SHA1 (cdrtools-3.01a23.tar.bz2) = 0539be5cb1ca27754608a1ddf5b36c8587cc5ae4 +RMD160 (cdrtools-3.01a23.tar.bz2) = f6b6cd4c339a92aa78743176f53d3bb9164b527c +Size (cdrtools-3.01a23.tar.bz2) = 2068254 bytes SHA1 (patch-include_schily_sha2.h) = dab2dd40b20a37f1f2ff8cbd64f8361e800e1753 |