pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-HTTP-Message Update to 6.44
details: https://anonhg.NetBSD.org/pkgsrc/rev/53150fa0a8d2
branches: trunk
changeset: 391304:53150fa0a8d2
user: wen <wen%pkgsrc.org@localhost>
date: Sun Jan 08 00:08:29 2023 +0000
description:
Update to 6.44
Upstream changes:
6.44 2022-10-26 20:49:00Z
- Made the Clone module a hard requirement, so we don't have to
provide a fallback function for HTTP::Headers::clone().
We require at least Clone 0.46, as that release now supports
Perl back to 5.8.1, just like us. (GH#184) (Neil Bowers)
- Import clone from Clone rather than inheriting (GH#189) (Graham Knop)
- Made the Compress::Raw::Zlib 2.062 module minimal required
version. (GH#190) (Jakub 'q84fh' Skory)
6.43 2022-10-22 14:50:35Z
- Remove dependency to IO::Uncompress::Bunzip2. (Michal Josef Spacek)
- Remove dependency to IO::Uncompress::Gunzip. (Michal Josef Spacek)
6.42 2022-10-18 13:53:22Z
- We now don't consider the Content-Location header when asked
for the base URI. RFC 7231 says we shouldn't. (GH#51) (Neil Bowers)
- Increased the (max) buffer size for read() when processing form data,
from 2048 to 8192. This was suggested in RT#105184, as it improved
performance for them. (GH#59) (Neil Bowers)
6.41 2022-10-12 15:57:40Z
- Add maximum size for HTTP::Message->decoded_content
This can be used to limit the size of a decompressed HTTP response,
especially when making requests to untrusted or user-specified servers.
The $HTTP::Message::MAXIMUM_BODY_SIZE variable and the ->max_body_size
accessor can set this limit. (GH#181) (Max Maischein)
6.40 2022-10-12 15:45:52Z
- Fixed two typos in the doc, originally reported by FatherC
in RT#90716, ported over as GH#57. (GH#57) (Neil Bowers)
6.39 2022-10-08 13:48:26Z
- Remove Travis config (GH#180) (Olaf Alders)
- Added status_constant_name() which maps status code
to the name of the corresponding constant. (GH#160) (Neil Bowers)
- Updated the doc for status_message() to clarify that it
returns "Not Found" and not "HTTP_NOT_FOUND". (GH#160) (Neil Bowers)
6.38 2022-10-06 21:48:18Z
- Replace "base" with "parent" (GH#176) (James Raspass)
- Replace "print" with "note" in tests (GH#178) (James Raspass)
- Noted that OPTIONS supported was added in 6.1, to the doc
for HTTP::Request::Common. Addresses GH#177. (GH#179) (Neil Bowers)
diffstat:
www/p5-HTTP-Message/Makefile | 4 ++--
www/p5-HTTP-Message/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 409f2b7adbf5 -r 53150fa0a8d2 www/p5-HTTP-Message/Makefile
--- a/www/p5-HTTP-Message/Makefile Sun Jan 08 00:06:05 2023 +0000
+++ b/www/p5-HTTP-Message/Makefile Sun Jan 08 00:08:29 2023 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2022/09/11 01:07:42 wen Exp $
+# $NetBSD: Makefile,v 1.35 2023/01/08 00:08:29 wen Exp $
-DISTNAME= HTTP-Message-6.37
+DISTNAME= HTTP-Message-6.44
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
diff -r 409f2b7adbf5 -r 53150fa0a8d2 www/p5-HTTP-Message/distinfo
--- a/www/p5-HTTP-Message/distinfo Sun Jan 08 00:06:05 2023 +0000
+++ b/www/p5-HTTP-Message/distinfo Sun Jan 08 00:08:29 2023 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2022/09/11 01:07:42 wen Exp $
+$NetBSD: distinfo,v 1.22 2023/01/08 00:08:29 wen Exp $
-BLAKE2s (HTTP-Message-6.37.tar.gz) = 6482917c183f777eb9652074bc2174fac7476264be74c82fd714ff5750e9a401
-SHA512 (HTTP-Message-6.37.tar.gz) = 28fd5d189135e50fa38d7eecd4f12c8ad177a80da0093109243041fc8d207b12e1f24800e0e86a40dffc382b18a493e33cbd41dbd3a26438214dd77e1e90c9cf
-Size (HTTP-Message-6.37.tar.gz) = 90955 bytes
+BLAKE2s (HTTP-Message-6.44.tar.gz) = f2555edfe4b9f8a1623a91b27508dd9fbe051222228a273cdcc500bc5731f9cc
+SHA512 (HTTP-Message-6.44.tar.gz) = 515f3b91b4ed1b12c63149006651b8d60e3b4d3d842e2b997b2e8c67ce93cbdcb8eb5357f4c5bce20057aea22c1f84b5e02995b02e381c21d918032edb35a994
+Size (HTTP-Message-6.44.tar.gz) = 94897 bytes
Home |
Main Index |
Thread Index |
Old Index