pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-HTTP-DAV pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79ba96686b52
branches:  trunk
changeset: 394698:79ba96686b52
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Jun 14 20:25:50 2009 +0000

description:
pkgsrc changes:
  - Updating package of p5 module HTTP::DAV from 0.35 to 0.38
  - Setting license to explicit 'gnu-gpl-v2 # OR artistic' as specified
    in module's documentation

Upstream changes:
  v0.38 (released 2009/06/09):
    *   bug fixes
          - Fixed RT #14506 (http://rt.cpan.org/Public/Bug/Display.html?id=14506),
            about the missing get_lastresponse() method. It was a documentation bug.
          - Fixed RT #29788 (http://rt.cpan.org/Public/Bug/Display.html?id=29788),
            avoid file corruptions on Win32 when calling HTTP::DAV::get() method.
          - Fixed RT #31014 (http://rt.cpan.org/Public/Bug/Display.html?id=31014),
            probably already in v0.34, since it seems related to propfind() "depth" bug.

  v0.37 (released 2009/03/24):
    *   bug fixes
          - Fixed RT #44409 (http://rt.cpan.org/Public/Bug/Display.html?id=44409),
            Small bug in HTTP::DAV::put(). Passing a reference as local content resulted
                in the "SCALAR(0x12345678)" being logged instead of the real scalar.

  v0.36 (released 2009/02/25):
    *   bug fixes
          - Fixed RT #19616 (http://rt.cpan.org/Public/Bug/Display.html?id=19616),
            LWP::UserAgent::redirect_ok() is not changed anymore. We're subclassing
            it from HTTP::DAV::UserAgent and overriding redirect_ok() there.
          - Fixed RT #42877 (http://rt.cpan.org/Public/Bug/Display.html?id=42877),
            HTTP::DAV::UserAgent::credentials() has been modified to behave like
            LWP::UserAgent::credentials(), otherwise basic authentication breakages
            can occur.
          - Fixed a problem with C<-depth> argument to C<HTTP::DAV::propfind()> that
            could lead to massive performance degradation, especially when running
                C<propfind()> against large folders.
                C<-depth> was set to 1 even when passed as zero.

diffstat:

 www/p5-HTTP-DAV/Makefile |  5 +++--
 www/p5-HTTP-DAV/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 20fb2bfc11d3 -r 79ba96686b52 www/p5-HTTP-DAV/Makefile
--- a/www/p5-HTTP-DAV/Makefile  Sun Jun 14 20:20:09 2009 +0000
+++ b/www/p5-HTTP-DAV/Makefile  Sun Jun 14 20:25:50 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2008/12/12 23:11:13 he Exp $
+# $NetBSD: Makefile,v 1.17 2009/06/14 20:25:50 sno Exp $
 #
 
-DISTNAME=      HTTP-DAV-0.35
+DISTNAME=      HTTP-DAV-0.38
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5htd
 CATEGORIES=    www perl5
@@ -11,6 +11,7 @@
 HOMEPAGE=      http://webdav.org/perldav/
 #HOMEPAGE=     http://search.cpan.org/dist/HTTP-DAV/
 COMMENT=       HTTP::DAV interface and 'dave'
+LICENSE=       gnu-gpl-v2 # OR artistic
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r 20fb2bfc11d3 -r 79ba96686b52 www/p5-HTTP-DAV/distinfo
--- a/www/p5-HTTP-DAV/distinfo  Sun Jun 14 20:20:09 2009 +0000
+++ b/www/p5-HTTP-DAV/distinfo  Sun Jun 14 20:25:50 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2008/12/12 23:11:13 he Exp $
+$NetBSD: distinfo,v 1.4 2009/06/14 20:25:50 sno Exp $
 
-SHA1 (HTTP-DAV-0.35.tar.gz) = fa545f33f81163553c8bf048a10f838fa4ea359b
-RMD160 (HTTP-DAV-0.35.tar.gz) = 1496a5c3133b37a18cea5d29193c74ffbbb6a0a4
-Size (HTTP-DAV-0.35.tar.gz) = 98591 bytes
+SHA1 (HTTP-DAV-0.38.tar.gz) = fcfc4cd3a592b539e27a44eb1915ab1910c9eca7
+RMD160 (HTTP-DAV-0.38.tar.gz) = 751679a03b6ce184929b17274e79d873e510a352
+Size (HTTP-DAV-0.38.tar.gz) = 98187 bytes



Home | Main Index | Thread Index | Old Index