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 Updated to 0.46



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3db75831063
branches:  trunk
changeset: 598514:b3db75831063
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Thu Jan 26 14:17:08 2012 +0000

description:
Updated to 0.46

ChangeLog:
  v0.46 (released 2012/01/11):
    *   improvements

        HTTP::DAV should now be working with more WebDAV servers.

        We are more flexible in what content types we consider to be XML.
        Thanks Ron1 and Adam for the feedback and patches.

  v0.45 (released 2011/09/18):
    *   bug fixes

          - Fixed RT #69439 (http://rt.cpan.org/Public/Bug/Display.html?id=69439),
            insecure /tmp files handling in dave client.

    *   improvements

          - Added -tmpdir option to dave client.
          - Reorganized distribution layout to match usual CPAN practice
          - Removed remains of svn-era ($Id and such...)

  v0.44 (released 2011/06/19):
    *   bug fixes

          - Fixed RT #68936 (http://rt.cpan.org/Public/Bug/Display.html?id=68936),
            Fixed errors() method that would bomb out when the "_errors" attribute
            wasn't initialized. Thanks to Michael Lackoff for reporting.

  v0.43 (released 2011/04/12):
    *   bug fixes

          - Fixed RT #38677 (http://rt.cpan.org/Public/Bug/Display.html?id=38677),
            Intercept correctly 405 (Method now allowed) errors and report them
            to the clients.

  v0.42 (released 2010/11/07):
    *   bug fixes

          - Fixed RT #60457 (http://rt.cpan.org/Public/Bug/Display.html?id=60457),
            Added and documented possibility to pass your own custom HTTP headers.
          - Fixed errors in the code examples in the synopsis.

diffstat:

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

diffs (28 lines):

diff -r fa784a6a94d6 -r b3db75831063 www/p5-HTTP-DAV/Makefile
--- a/www/p5-HTTP-DAV/Makefile  Thu Jan 26 14:14:43 2012 +0000
+++ b/www/p5-HTTP-DAV/Makefile  Thu Jan 26 14:17:08 2012 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2011/08/14 16:05:57 obache Exp $
+# $NetBSD: Makefile,v 1.23 2012/01/26 14:17:08 rhaen Exp $
 #
 
-DISTNAME=      HTTP-DAV-0.41
+DISTNAME=      HTTP-DAV-0.46
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 SVR4_PKGNAME=  p5htd
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=HTTP/}
diff -r fa784a6a94d6 -r b3db75831063 www/p5-HTTP-DAV/distinfo
--- a/www/p5-HTTP-DAV/distinfo  Thu Jan 26 14:14:43 2012 +0000
+++ b/www/p5-HTTP-DAV/distinfo  Thu Jan 26 14:17:08 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2010/08/17 06:07:47 sno Exp $
+$NetBSD: distinfo,v 1.7 2012/01/26 14:17:08 rhaen Exp $
 
-SHA1 (HTTP-DAV-0.41.tar.gz) = 17327b05d2c3b31e9c1e15613e19f2c7425a1858
-RMD160 (HTTP-DAV-0.41.tar.gz) = d57a062f908c183706dc8d1858438fd413ddc407
-Size (HTTP-DAV-0.41.tar.gz) = 105674 bytes
+SHA1 (HTTP-DAV-0.46.tar.gz) = a1113b65856b7a148dbd255e582dd463d9a6586a
+RMD160 (HTTP-DAV-0.46.tar.gz) = e3049da4d9628230193a0096539056d5545737ba
+Size (HTTP-DAV-0.46.tar.gz) = 109395 bytes



Home | Main Index | Thread Index | Old Index