pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-URI
Module Name: pkgsrc
Committed By: wen
Date: Sat Apr 29 22:59:15 UTC 2023
Modified Files:
pkgsrc/www/p5-URI: Makefile distinfo
Log Message:
Update to 5.18
Upstream changes:
5.18 2023-04-29 16:08:14Z
- Add a GH workflow to test LWP::Curl (GH#116) (Olaf Alders)
- Add documentation examples for the host() and ihost() methods (GH#28)
(Sebastian Willing)
- Remove colon from username:password if there is no password (GH#31)
(David E. Wheeler, Joenio Marques da Costa, Julien Fiegehenn)
- Prefix private methods with _ in URI::_punycode (GH#47) (David E Wheeler)
5.17 2022-11-02 17:03:48Z
- Updated RFC references in the pod documentation for URI::file (GH#117)
(Håkon Hgland)
- Fix SIP URI encoder/decoder (GH#118) (ryankereliuk)
5.16 2022-10-12 13:10:40Z
- Merge the methods from URI::QueryParam into URI, so they are always
available (GH#114) (Graham Knop)
5.15 2022-10-11 14:48:28Z
- Teach uri_escape to accept a Regexp object as the characters to escape
as an alternative to a character class. (GH#113) (Graham Knop)
5.14 2022-10-10 20:37:57Z
- Fix uri_escape allowing \w style character classes in its character set
parameter (GH#112) (Graham Knop)
5.13 2022-10-06 16:46:32Z
- Regression test added for a previous bug (5.11) in URI::file (Perlbotics).
file() method of URI::file can return the current working directory
instead of the properly unescaped path. (GH#106) (Perlbotics)
- Replace "Test" with "Test::More" (GH#107) (James Raspass)
- Replace raw TAP printing with "Test::More" (GH#108) (James Raspass)
- Apply perlimports to tests (GH#110) (Olaf Alders)
- Improve escaping of unwanted characters (GH#78) (Branislav Zahradnk)
5.12 2022-07-10 23:48:50Z
- Fix an issue where i.e. 'file:///tmp/###' was not properly escaped.
A non-existing authority part was accidentally processed.
Details: https://github.com/libwww-perl/URI/issues/102
(GH#102) (Perlbotics)
- Reverts to previous behavior (5.10) for 'mailto:' scheme for
escaping square brackets.
5.11 2022-07-04 20:53:38Z
- Fix some typos in URI::file (GH#94) (Olaf Alders)
- Escape square brackets in path (GH#100) (Perlbotics)
- Fix storable.t (GH#97) (Shoichi Kaji)
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/www/p5-URI/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/p5-URI/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/p5-URI/Makefile
diff -u pkgsrc/www/p5-URI/Makefile:1.77 pkgsrc/www/p5-URI/Makefile:1.78
--- pkgsrc/www/p5-URI/Makefile:1.77 Tue Jun 28 11:37:45 2022
+++ pkgsrc/www/p5-URI/Makefile Sat Apr 29 22:59:14 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.77 2022/06/28 11:37:45 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2023/04/29 22:59:14 wen Exp $
-DISTNAME= URI-5.10
+DISTNAME= URI-5.18
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
Index: pkgsrc/www/p5-URI/distinfo
diff -u pkgsrc/www/p5-URI/distinfo:1.40 pkgsrc/www/p5-URI/distinfo:1.41
--- pkgsrc/www/p5-URI/distinfo:1.40 Sun Oct 31 08:27:09 2021
+++ pkgsrc/www/p5-URI/distinfo Sat Apr 29 22:59:14 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2021/10/31 08:27:09 schmonz Exp $
+$NetBSD: distinfo,v 1.41 2023/04/29 22:59:14 wen Exp $
-BLAKE2s (URI-5.10.tar.gz) = 9256e9b05fa1c31db35f2c983124280999e125f54bd5a2ea0e8260e02ff6f0f5
-SHA512 (URI-5.10.tar.gz) = 6ce53b258c2f1115e58ca858beec0c055452993b83abf3ebf23784e00fcbe636f3b7a460a2016923f9fab0e0bbd112475048eb9671d6d1e1c3b4db33a503efb5
-Size (URI-5.10.tar.gz) = 109471 bytes
+BLAKE2s (URI-5.18.tar.gz) = 2bb614d16cc46be7849a9d7bdcbf1f20bd8a481d8c86d4686ddff15ef71108cb
+SHA512 (URI-5.18.tar.gz) = 86fd8fdf0a654c57a3599632976dee8bc59b34fbdf8c55c099fc0da24d332db6ddf3ef087b6e7d1521ed3a657629db77e770b6f379010b2441d9d61b21d3d377
+Size (URI-5.18.tar.gz) = 115938 bytes
Home |
Main Index |
Thread Index |
Old Index