Thu Nov 28 13:08:10 2019 UTC ()
(www/p5-libwww) Updated 6.39 to 6.43

6.43      2019-11-26 13:54:43Z
    - Continue trying different Authentication challenge schemes if
      credentials are wrong (Roman Galeev, Julien Fiegehenn)

6.42      2019-11-20 17:40:52Z
    - Add retry handling for a stale nonce with digest authentication (marmotil
      and Frank Maas) (GH#40, GH#313, GH#321)
    - Add the patch method to LWP::UserAgent. (GH#334) (Chase Whitener)
    - Fix docs to match keep_alive => undef behavior, add some trivial tests
      (GH#333) (Ville Skyttä)
    - Documentation grammar fixes (GH#331) (Ville Skyttä)

6.41      2019-10-28 14:42:06Z
    - Allow mirroring to files called '0' (GH#329) (Mark Fowler)

6.40      2019-10-24 12:55:45Z
    - Let Digest authentication act on nonce expiry (GH#313) (Frank Maas)
    - Make file arg for mirror mandatory #304 (GH#326) (Julien Fiegehenn)
    - Doc fix: fields starting with ":" have to be quoted (GH#324) (Slaven
      Rezić)
    - Fix documentation for removing all handlers (GH#319) (leedo)
    - Ensure proper version of Dist::Zilla::Plugin::MakeMaker::Awesome
    - Add TravisCI testing for Perl v5.30
    - Clean up .perltidyrc


(mef)
diff -r1.122 -r1.123 pkgsrc/www/p5-libwww/Makefile
diff -r1.64 -r1.65 pkgsrc/www/p5-libwww/distinfo

cvs diff -r1.122 -r1.123 pkgsrc/www/p5-libwww/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-libwww/Makefile 2019/08/11 13:25:07 1.122
+++ pkgsrc/www/p5-libwww/Makefile 2019/11/28 13:08:10 1.123
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.122 2019/08/11 13:25:07 wiz Exp $ 1# $NetBSD: Makefile,v 1.123 2019/11/28 13:08:10 mef Exp $
2 2
3DISTNAME= libwww-perl-6.39 3DISTNAME= libwww-perl-6.43
4PKGNAME= p5-${DISTNAME:S/-perl-/-/} 4PKGNAME= p5-${DISTNAME:S/-perl-/-/}
5PKGREVISION= 1 
6CATEGORIES= www perl5 5CATEGORIES= www perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OA/OALDERS/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OA/OALDERS/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/libwww-perl 9HOMEPAGE= https://metacpan.org/release/libwww-perl
11COMMENT= Perl5 library for WWW access 10COMMENT= Perl5 library for WWW access
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-Encode-Locale>=0:../../textproc/p5-Encode-Locale 13DEPENDS+= p5-Encode-Locale>=0:../../textproc/p5-Encode-Locale
15DEPENDS+= p5-File-Listing>=6:../../devel/p5-File-Listing 14DEPENDS+= p5-File-Listing>=6:../../devel/p5-File-Listing
16DEPENDS+= p5-HTTP-Cookies>=6:../../www/p5-HTTP-Cookies 15DEPENDS+= p5-HTTP-Cookies>=6:../../www/p5-HTTP-Cookies
17DEPENDS+= p5-HTTP-Daemon>=6:../../www/p5-HTTP-Daemon 16DEPENDS+= p5-HTTP-Daemon>=6:../../www/p5-HTTP-Daemon
18DEPENDS+= p5-HTTP-Date>=6:../../www/p5-HTTP-Date 17DEPENDS+= p5-HTTP-Date>=6:../../www/p5-HTTP-Date

cvs diff -r1.64 -r1.65 pkgsrc/www/p5-libwww/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-libwww/distinfo 2019/05/18 04:20:53 1.64
+++ pkgsrc/www/p5-libwww/distinfo 2019/11/28 13:08:10 1.65
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.64 2019/05/18 04:20:53 wen Exp $ 1$NetBSD: distinfo,v 1.65 2019/11/28 13:08:10 mef Exp $
2 2
3SHA1 (libwww-perl-6.39.tar.gz) = 2c032fc3c765c128c81edcab3cce40dc33aab378 3SHA1 (libwww-perl-6.43.tar.gz) = 3947612113ca55862104b3952714397995933aab
4RMD160 (libwww-perl-6.39.tar.gz) = d95674f29df5dfe5f73dc6b00d8897c3817bce29 4RMD160 (libwww-perl-6.43.tar.gz) = 960404cb92d3ea298d461ef9ae7b533a1952bd36
5SHA512 (libwww-perl-6.39.tar.gz) = 55360e971fada175cb37d8428ce7b0d6b4c3e3f1bf9129fbb15cdee1eea46d8ee4856b0c371849457625aeeb27b4eb751fb4d8510c28c968763aeda37fe1b7a6 5SHA512 (libwww-perl-6.43.tar.gz) = 789d43f4f3481fa4aca5bf6468318989074e3301053ac66482a40f4fa2730f280b2c71518ebacc652243b35e86ab00e6313613033d35f5ef0e223ebee977c11e
6Size (libwww-perl-6.39.tar.gz) = 172113 bytes 6Size (libwww-perl-6.43.tar.gz) = 174966 bytes