pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Test-HTTP-LocalServer (devel/p5-Test-HTTP-Loc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/df7a1a0eedaa
branches: trunk
changeset: 342989:df7a1a0eedaa
user: mef <mef%pkgsrc.org@localhost>
date: Mon Oct 28 12:58:10 2019 +0000
description:
(devel/p5-Test-HTTP-LocalServer) Updated 0.64 to 0.69
0.69 2019-10-01
* Protect test suite against HTTP_PROXY (etc) being set, again
This is mostly because the module itself doesn't care anymore, but now
the test suite needs to protect itself.
0.68 2019-09-30
* Add ->basic_auth endpoint
0.67 2019-09-29
* More aggressively watch for startup of the web server to reduce idle
times. Also speed up the test suite by polling instead of sleep()ing.
* Added ->server_url() as a half-documented way of changing the URL
the server is accessed at. This is self-service and if things break, you
get to keep all the parts.
* LWP::UserAgent is no more a (test) prerequisite. We do the tests from
HTTP::Tiny (core since 5.14, runs on 5.6+).
0.66 2019-09-10
* Make detection of IPv4 localhost vs. IPv6 localhost
much more resilient. Backported from WWW::Mechanize, implemented by
Shoichi Kaji.
* We now need HTTP::Daemon 6.05.
0.65 2019-09-05
* Fix order of module usage in test scripts, spotted by Jorol
This only was a problem when you had $ENV{HTTP_PROXY} set.
* Document that we clean out $ENV{HTTPS_PROXY} as well.
diffstat:
devel/p5-Test-HTTP-LocalServer/Makefile | 5 ++---
devel/p5-Test-HTTP-LocalServer/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r 3eeda700c74a -r df7a1a0eedaa devel/p5-Test-HTTP-LocalServer/Makefile
--- a/devel/p5-Test-HTTP-LocalServer/Makefile Mon Oct 28 12:54:35 2019 +0000
+++ b/devel/p5-Test-HTTP-LocalServer/Makefile Mon Oct 28 12:58:10 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2019/08/11 13:20:31 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/10/28 12:58:10 mef Exp $
-DISTNAME= Test-HTTP-LocalServer-0.64
+DISTNAME= Test-HTTP-LocalServer-0.69
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://cpan.metacpan.org/authors/id/C/CO/CORION/
diff -r 3eeda700c74a -r df7a1a0eedaa devel/p5-Test-HTTP-LocalServer/distinfo
--- a/devel/p5-Test-HTTP-LocalServer/distinfo Mon Oct 28 12:54:35 2019 +0000
+++ b/devel/p5-Test-HTTP-LocalServer/distinfo Mon Oct 28 12:58:10 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/11/25 13:12:30 wen Exp $
+$NetBSD: distinfo,v 1.3 2019/10/28 12:58:10 mef Exp $
-SHA1 (Test-HTTP-LocalServer-0.64.tar.gz) = 8f5c26786c975562c7b0698545126a5517d00997
-RMD160 (Test-HTTP-LocalServer-0.64.tar.gz) = bb413f07e9739ae9c19307f0390c51a929bd975d
-SHA512 (Test-HTTP-LocalServer-0.64.tar.gz) = 4e9a8f0f2eb131d214f20ac00ebaafba4ac0d7d4e18abef7e615ca7a613a5f6572218af83ece1524376eb9097a4302675c57519ecb90cd4506493ea662405dbb
-Size (Test-HTTP-LocalServer-0.64.tar.gz) = 24118 bytes
+SHA1 (Test-HTTP-LocalServer-0.69.tar.gz) = 5cc8066b5af64639c49f0448e5451ddd4ef3381a
+RMD160 (Test-HTTP-LocalServer-0.69.tar.gz) = 6576fdaa1a0e5c3aaa809423ee90dd2658ee882c
+SHA512 (Test-HTTP-LocalServer-0.69.tar.gz) = aa9794cb6ea77318caac8904ca7d8214530663f09ab2c5fc5cab3549269b3a20ba6630cfe7cabe830ee4a4ee43ceb1c2f7d2ead4f3ddb28c3fb17dbde2981d8b
+Size (Test-HTTP-LocalServer-0.69.tar.gz) = 28034 bytes
Home |
Main Index |
Thread Index |
Old Index