summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreinoud <reinoud>2008-12-26 12:32:06 +0000
committerreinoud <reinoud>2008-12-26 12:32:06 +0000
commit101affe2c9136592b8b6844b9ad1804dfd69a0c0 (patch)
treee34ca9cb046c9fe9247527b220550ef792c4e718
parent15e727cb39b464a810cd8af25be970fe106a6d67 (diff)
downloadpkgsrc-101affe2c9136592b8b6844b9ad1804dfd69a0c0.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-20083
-rw-r--r--misc/udfclient/Makefile6
-rw-r--r--misc/udfclient/distinfo8
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