Mon Jan 10 15:48:54 2022 UTC ()
www/pear-HTTP_Request2: update to 2.5.1

2.5.0 (2020-07-12)

Fixed

* Socket adapter will now retry writing to socket rather than throw an
  exception if `fwrite()` call returns zero written bytes
  https://github.com/pear/HTTP_Request2/issues/23

Changed

* Socket adapter will use only TLS 1.2 and TLS 1.3 (the latter is
  available on PHP 7.4+)
* Upgraded tests for PHPUnit 9 compatibility, PHPUnit Polyfills
  package is used to run them on PHP 5.6 to PHP 8
* Test suite now runs on Github Actions rather than on Travis
* Updated Public Suffix List

2.5.1 (2021-01-06)

* The package runs under PHP 8.1 without `E_DEPRECATED` messages
  https://github.com/pear/HTTP_Request2/issues/25
* Updated Public Suffix List


(taca)
diff -r1.4 -r1.5 pkgsrc/www/pear-HTTP_Request2/Makefile
diff -r1.6 -r1.7 pkgsrc/www/pear-HTTP_Request2/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/www/pear-HTTP_Request2/Makefile (expand / switch to context diff)
--- pkgsrc/www/pear-HTTP_Request2/Makefile 2020/10/04 06:05:49 1.4
+++ pkgsrc/www/pear-HTTP_Request2/Makefile 2022/01/10 15:48:54 1.5
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2020/10/04 06:05:49 taca Exp $
+# $NetBSD: Makefile,v 1.5 2022/01/10 15:48:54 taca Exp $
 #
 
-DISTNAME=	HTTP_Request2-2.4.2
+DISTNAME=	HTTP_Request2-2.5.1
 CATEGORIES+=	www
 
 MAINTAINER=	pkgsrc-users@NetBSD.org

cvs diff -r1.6 -r1.7 pkgsrc/www/pear-HTTP_Request2/distinfo (expand / switch to context diff)
--- pkgsrc/www/pear-HTTP_Request2/distinfo 2021/10/26 11:30:23 1.6
+++ pkgsrc/www/pear-HTTP_Request2/distinfo 2022/01/10 15:48:54 1.7
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:30:23 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/01/10 15:48:54 taca Exp $
 
-BLAKE2s (pear/HTTP_Request2-2.4.2.tgz) = fa3f5bcc8ed8dd2528ea19363616da78cea763c28724652a5916ab01c9eb3d55
+BLAKE2s (pear/HTTP_Request2-2.5.1.tgz) = 3f4802d285d50bc8a5f70627b183191d59dd3f0de4f7fae212d83effd08ae896
-SHA512 (pear/HTTP_Request2-2.4.2.tgz) = c122df64f3f87d562fd4f818b3f02f7639dc907f724d034c420ddeabc5295d0a94d77221287349bcb7a790a97cf7c9b078d9a8086a476789eae906c6e124c910
+SHA512 (pear/HTTP_Request2-2.5.1.tgz) = a877dc7499d11619b978283c818bd3a541ea249a6556fb56254d843a54d058452f2f3526d1af689d8e7399d858879af34af4c1721ef3e19c6abf3f761771ca0f
-Size (pear/HTTP_Request2-2.4.2.tgz) = 125530 bytes
+Size (pear/HTTP_Request2-2.5.1.tgz) = 127089 bytes