pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update UDFclient to version 0.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63015b526cfa
branches:  trunk
changeset: 552081:63015b526cfa
user:      reinoud <reinoud%pkgsrc.org@localhost>
date:      Fri Dec 26 12:32:06 2008 +0000

description:
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!

diffstat:

 doc/CHANGES-2008        |  3 ++-
 misc/udfclient/Makefile |  6 +++---
 misc/udfclient/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r 66261e6e85cd -r 63015b526cfa doc/CHANGES-2008
--- a/doc/CHANGES-2008  Fri Dec 26 11:39:59 2008 +0000
+++ b/doc/CHANGES-2008  Fri Dec 26 12:32:06 2008 +0000
@@ -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 @@
        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 -r 66261e6e85cd -r 63015b526cfa misc/udfclient/Makefile
--- a/misc/udfclient/Makefile   Fri Dec 26 11:39:59 2008 +0000
+++ b/misc/udfclient/Makefile   Fri Dec 26 12:32:06 2008 +0000
@@ -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 -r 66261e6e85cd -r 63015b526cfa misc/udfclient/distinfo
--- a/misc/udfclient/distinfo   Fri Dec 26 11:39:59 2008 +0000
+++ b/misc/udfclient/distinfo   Fri Dec 26 12:32:06 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index