diff options
author | reinoud <reinoud@pkgsrc.org> | 2008-04-20 12:22:58 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2008-04-20 12:22:58 +0000 |
commit | 8bfb4c61bc02552bdd53ba3fea6d6b119a981ff8 (patch) | |
tree | 4cd40f14a1a9b6cf3388b6c235499ad66be2f343 /misc/udfclient | |
parent | 2c030cfdf9a1fc20b1e53677cbff5c702c935e8c (diff) | |
download | pkgsrc-8bfb4c61bc02552bdd53ba3fea6d6b119a981ff8.tar.gz |
Update misc/udfclient package to version 0.6.2:
Fixing up yet another regression found on some DVD-R/CD-RW drives fixing
newfs_udf and udfclient writing on those drives.
Complete harddisc/flash support on Linux apeared to be broken and should be
fixed now.
Lots of enhancements to cd_discect; now also reporting not only the TOC and
the PMA, but also the ATIP. In this ATIP there is information on the CD-RW
subtype wich is crucial to check if the disc can be written by the drive.
Diffstat (limited to 'misc/udfclient')
-rw-r--r-- | misc/udfclient/Makefile | 6 | ||||
-rw-r--r-- | misc/udfclient/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/udfclient/Makefile b/misc/udfclient/Makefile index f69f6a9a9ae..58b71d41c46 100644 --- a/misc/udfclient/Makefile +++ b/misc/udfclient/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2008/04/18 11:04:26 reinoud Exp $ +# $NetBSD: Makefile,v 1.36 2008/04/20 12:22:58 reinoud Exp $ # -DISTNAME= UDFclient.0.6.1 -PKGNAME= udfclient-0.6.1 +DISTNAME= UDFclient.0.6.2 +PKGNAME= udfclient-0.6.2 #PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.13thmonkey.org/udfclient/releases/ diff --git a/misc/udfclient/distinfo b/misc/udfclient/distinfo index 48b0d4c9d79..822ecb945d2 100644 --- a/misc/udfclient/distinfo +++ b/misc/udfclient/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.34 2008/04/18 11:04:26 reinoud Exp $ +$NetBSD: distinfo,v 1.35 2008/04/20 12:22:58 reinoud Exp $ -SHA1 (UDFclient.0.6.1.tgz) = 227d3e79a8c86897b27ac78ec0e2d4a3caf79e9e -RMD160 (UDFclient.0.6.1.tgz) = c6627dcc1498490b650e4fc5965f487bbba2d822 -Size (UDFclient.0.6.1.tgz) = 236389 bytes +SHA1 (UDFclient.0.6.2.tgz) = e55e2b731d4ecbe35dae2b415dd16646d31f9422 +RMD160 (UDFclient.0.6.2.tgz) = d25524ad8a8232c228729dc1c5dd81796cda0998 +Size (UDFclient.0.6.2.tgz) = 238615 bytes |