pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/pear-HTTP_Request2 www/pear-HTTP_Request2: update ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f29baa7e783e
branches:  trunk
changeset: 371463:f29baa7e783e
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jan 10 15:48:54 2022 +0000

description:
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

diffstat:

 www/pear-HTTP_Request2/Makefile |  4 ++--
 www/pear-HTTP_Request2/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 42a90bc46f49 -r f29baa7e783e www/pear-HTTP_Request2/Makefile
--- a/www/pear-HTTP_Request2/Makefile   Mon Jan 10 14:17:04 2022 +0000
+++ b/www/pear-HTTP_Request2/Makefile   Mon Jan 10 15:48:54 2022 +0000
@@ -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@localhost
diff -r 42a90bc46f49 -r f29baa7e783e www/pear-HTTP_Request2/distinfo
--- a/www/pear-HTTP_Request2/distinfo   Mon Jan 10 14:17:04 2022 +0000
+++ b/www/pear-HTTP_Request2/distinfo   Mon Jan 10 15:48:54 2022 +0000
@@ -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
-SHA512 (pear/HTTP_Request2-2.4.2.tgz) = c122df64f3f87d562fd4f818b3f02f7639dc907f724d034c420ddeabc5295d0a94d77221287349bcb7a790a97cf7c9b078d9a8086a476789eae906c6e124c910
-Size (pear/HTTP_Request2-2.4.2.tgz) = 125530 bytes
+BLAKE2s (pear/HTTP_Request2-2.5.1.tgz) = 3f4802d285d50bc8a5f70627b183191d59dd3f0de4f7fae212d83effd08ae896
+SHA512 (pear/HTTP_Request2-2.5.1.tgz) = a877dc7499d11619b978283c818bd3a541ea249a6556fb56254d843a54d058452f2f3526d1af689d8e7399d858879af34af4c1721ef3e19c6abf3f761771ca0f
+Size (pear/HTTP_Request2-2.5.1.tgz) = 127089 bytes



Home | Main Index | Thread Index | Old Index