diff options
author | reinoud <reinoud@pkgsrc.org> | 2008-12-26 12:32:06 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2008-12-26 12:32:06 +0000 |
commit | a829c0974630e05fc61e442743ab9637e343714a (patch) | |
tree | e34ca9cb046c9fe9247527b220550ef792c4e718 | |
parent | 67486f5dd399baf00fa3d345909adfa211c5bbd1 (diff) | |
download | pkgsrc-a829c0974630e05fc61e442743ab9637e343714a.tar.gz |
Update UDFclient to version 0.7.0
Enhance UDFclient with ideas and features from my NetBSD kernel implementation
enhancing directory operations and fixing potential lockups on 512
bytes/sector media, repaired NetBSD harddisc support and fixed a few
compilation warnings when compiled with '-Wextra' revealing some possible
bugs. Enhanced cd_disect to display some more disc types. Also included some
patches to fix possible buffer screwups; thanks Andrey!
-rw-r--r-- | doc/CHANGES-2008 | 3 | ||||
-rw-r--r-- | misc/udfclient/Makefile | 6 | ||||
-rw-r--r-- | misc/udfclient/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/doc/CHANGES-2008 b/doc/CHANGES-2008 index 646391a5bc3..d10fec9419a 100644 --- a/doc/CHANGES-2008 +++ b/doc/CHANGES-2008 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2008,v 1.3541 2008/12/26 11:39:59 ahoka Exp $ +$NetBSD: CHANGES-2008,v 1.3542 2008/12/26 12:35:17 reinoud Exp $ Changes to the packages collection and infrastructure in 2008: @@ -5891,3 +5891,4 @@ Changes to the packages collection and infrastructure in 2008: Updated mail/spamdyke to 4.0.10 [schmonz 2008-12-25] Updated sysutils/hal to 0.5.11nb17 [ahoka 2008-12-26] Updated audio/pulseaudio to 0.9.13nb4 [ahoka 2008-12-26] + Updated misc/udfclient to 0.7.0 [reinoud 2008-12-26] diff --git a/misc/udfclient/Makefile b/misc/udfclient/Makefile index 2b609d49655..ad105ab4399 100644 --- a/misc/udfclient/Makefile +++ b/misc/udfclient/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2008/08/07 10:28:59 reinoud Exp $ +# $NetBSD: Makefile,v 1.38 2008/12/26 12:32:06 reinoud Exp $ # -DISTNAME= UDFclient.0.6.3 -PKGNAME= udfclient-0.6.3 +DISTNAME= UDFclient.0.7.0 +PKGNAME= udfclient-0.7.0 #PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.13thmonkey.org/udfclient/releases/ diff --git a/misc/udfclient/distinfo b/misc/udfclient/distinfo index b2f9caee329..d1b8e376ef5 100644 --- a/misc/udfclient/distinfo +++ b/misc/udfclient/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.36 2008/08/07 10:28:59 reinoud Exp $ +$NetBSD: distinfo,v 1.37 2008/12/26 12:32:06 reinoud Exp $ -SHA1 (UDFclient.0.6.3.tgz) = 8a3b363c1aaa687b8d912ed4500df51a95e24859 -RMD160 (UDFclient.0.6.3.tgz) = beb54fc0b1c113aca915f899bac6062ee9ae6fc7 -Size (UDFclient.0.6.3.tgz) = 237818 bytes +SHA1 (UDFclient.0.7.0.tgz) = f8c8471e56de2761e97e4408d97c500ee7d5bc17 +RMD160 (UDFclient.0.7.0.tgz) = b0f0d8afc0facacc7dacc1bfd55a45ee7dae5e47 +Size (UDFclient.0.7.0.tgz) = 245173 bytes |