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: Tue Jul 19 15:33:27 UTC 2016
Modified Files:
pkgsrc/www/pear-HTTP_Request2: Makefile distinfo
Log Message:
Update pear-HTTP_Request2 to 2.3.0.
2.3.0.
New features:
* New observer that can do on-the-fly decoding of compressed responses,
see HTTP_Request2_Observer_UncompressingDownload.
Thanks to Delian Krustev for initial implementation.
* CookieJar can now silently ignore invalid cookies with
$jar->ignoreInvalidCookies(true); instead of throwing an exception. See
requests #19937 and #20401
* Adapters now dispatch a new 'warning' event, e.g. in case of incomplete
response body or broken 'chunked' encoding. Exception was thrown previously
by Socket adapter in the latter case, see bug #20228
* Improved security of HTTPS requests in Socket adapter
- Use 'tls://' instead of 'ssl://' in connection string to prevent fallback
to known insecure versions, use only TLS when enabling crypto via proxy
(see bug #20462)
- On PHP 5.6+ require using only TLS 1.1 and TLS 1.2
- Do not use insecure ciphers
* Improved test suite, network-backed tests now run on Travis CI
Changes and fixes:
* Curl adapter failed to send PUT request body with 'follow_redirects' on
(bug #20440)
* Curl adapter supplied invalid cookie domain to CookieJar after redirect
(bug #20561)
* Curl adapter now properly dispatches events while sending the request
* mime_content_type() returning false was handled incorrectly when guessing
content-type
* Use 'peer_name' and 'verify_peer_name' SSL context options on PHP 5.6+
instead of deprecated 'CN_match'
* Public Suffix List updated to current version, its download location changed
Note to Composer users: next package version will probably get rid of
'include-path' setting in composer.json favour of using autoloader.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/pear-HTTP_Request2/Makefile \
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.2 pkgsrc/www/pear-HTTP_Request2/Makefile:1.3
--- pkgsrc/www/pear-HTTP_Request2/Makefile:1.2 Wed Oct 15 21:28:01 2014
+++ pkgsrc/www/pear-HTTP_Request2/Makefile Tue Jul 19 15:33:27 2016
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2014/10/15 21:28:01 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2016/07/19 15:33:27 taca Exp $
#
-DISTNAME= HTTP_Request2-2.2.1
+DISTNAME= HTTP_Request2-2.3.0
CATEGORIES+= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/www/pear-HTTP_Request2/distinfo
diff -u pkgsrc/www/pear-HTTP_Request2/distinfo:1.2 pkgsrc/www/pear-HTTP_Request2/distinfo:1.3
--- pkgsrc/www/pear-HTTP_Request2/distinfo:1.2 Wed Nov 4 02:47:22 2015
+++ pkgsrc/www/pear-HTTP_Request2/distinfo Tue Jul 19 15:33:27 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 02:47:22 agc Exp $
+$NetBSD: distinfo,v 1.3 2016/07/19 15:33:27 taca Exp $
-SHA1 (pear/HTTP_Request2-2.2.1.tgz) = 205619fd62dbed348154f4a3065e63828176f45f
-RMD160 (pear/HTTP_Request2-2.2.1.tgz) = f87fda9204f31d72eb554a716c4e03243a4ca351
-SHA512 (pear/HTTP_Request2-2.2.1.tgz) = 377421f521184b3dc4f28b1d37a1f673ee2b40b8786e39c3803ed6c60f57a2aa8353018ea588598b7ef23a1345227a41481519932998dd01958df623d00dcd82
-Size (pear/HTTP_Request2-2.2.1.tgz) = 107339 bytes
+SHA1 (pear/HTTP_Request2-2.3.0.tgz) = 6ab5ca1005eee4f7079d54c4b1d8e4cb00a81c15
+RMD160 (pear/HTTP_Request2-2.3.0.tgz) = aa958bf1608eea695b8eb32fc147c76837a27cb7
+SHA512 (pear/HTTP_Request2-2.3.0.tgz) = 52fc2768f3c5afe6fd4505d427255e467b5b7cac8a4116cbabc3f1c0ffe6f1bd061a9c9b31de2ebbd4a7844ae73085ab0d52adf905dce28eb31197117657d77b
+Size (pear/HTTP_Request2-2.3.0.tgz) = 119717 bytes
Home |
Main Index |
Thread Index |
Old Index