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 unified 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,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2020/10/04 06:05:49 taca Exp $ 1# $NetBSD: Makefile,v 1.5 2022/01/10 15:48:54 taca Exp $
2# 2#
3 3
4DISTNAME= HTTP_Request2-2.4.2 4DISTNAME= HTTP_Request2-2.5.1
5CATEGORIES+= www 5CATEGORIES+= www
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= PHP classes to provides an easy way to perform HTTP requests 8COMMENT= PHP classes to provides an easy way to perform HTTP requests
9LICENSE= modified-bsd 9LICENSE= modified-bsd
10 10
11DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_URL2>=2.0.0:../../net/pear-Net_URL2 11DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_URL2>=2.0.0:../../net/pear-Net_URL2
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15.include "../../lang/php/pear.mk" 15.include "../../lang/php/pear.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

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