pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/pear-HTTP_Request2



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jan 10 15:48:54 UTC 2022

Modified Files:
        pkgsrc/www/pear-HTTP_Request2: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/pear-HTTP_Request2/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/pear-HTTP_Request2/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/pear-HTTP_Request2/Makefile
diff -u pkgsrc/www/pear-HTTP_Request2/Makefile:1.4 pkgsrc/www/pear-HTTP_Request2/Makefile:1.5
--- pkgsrc/www/pear-HTTP_Request2/Makefile:1.4  Sun Oct  4 06:05:49 2020
+++ pkgsrc/www/pear-HTTP_Request2/Makefile      Mon Jan 10 15:48:54 2022
@@ -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

Index: pkgsrc/www/pear-HTTP_Request2/distinfo
diff -u pkgsrc/www/pear-HTTP_Request2/distinfo:1.6 pkgsrc/www/pear-HTTP_Request2/distinfo:1.7
--- pkgsrc/www/pear-HTTP_Request2/distinfo:1.6  Tue Oct 26 11:30:23 2021
+++ pkgsrc/www/pear-HTTP_Request2/distinfo      Mon Jan 10 15:48:54 2022
@@ -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