diff options
author | taca <taca@pkgsrc.org> | 2016-10-18 15:16:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-10-18 15:16:13 +0000 |
commit | 6dc2984abd77a85e78deaeac07322590a6d70425 (patch) | |
tree | 645a4ec767bb72640beee18eab94ef40b4557a08 /www | |
parent | b46c24290ec3a500095dd6b7d2737c30bc7fa063 (diff) | |
download | pkgsrc-6dc2984abd77a85e78deaeac07322590a6d70425.tar.gz |
Update ruby-em-http-request to 1.1.5.
* initialize in SNI hostname for HTTPS
* default to requesting compressed response
This behavior can be disabled via :compressed => false when initializing
the request. Closes #270.
* ```cookiejar``` is correct except for ver 0.3.1.
* Fix unused variable warnings
* Add test for basicauth+proxy case
* Don't pass userinfo through to proxies in path position
When requesting via an HTTP proxy, we put the entire URI in the position
where usually the path and query string is expected. However, if the
original URI included a basic auth section, we must not include it, but
rather convert it to an Authorization header.
* use bing for integration pipelining tests
* Prevent data corruption when decoding gzip stream, fixes #284
This fixes an issue where a gzip stream chunked into smaller pieces
would result in a buffer overrun when decoding the headers.
Previously the position where the headers end in `compressed` was
determined by the delta of `@pos` before and after reading the
headers. This didn't take into account the fact that `@data` may already
contain data, but not enough to have advanced `@pos` on previous
iterations.
* Prevent data corruption when decoding gzip stream, fixes #284
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-em-http-request/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-em-http-request/PLIST | 3 | ||||
-rw-r--r-- | www/ruby-em-http-request/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/www/ruby-em-http-request/Makefile b/www/ruby-em-http-request/Makefile index 596309e193d..7e13234a4de 100644 --- a/www/ruby-em-http-request/Makefile +++ b/www/ruby-em-http-request/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2016/01/03 07:56:35 taca Exp $ +# $NetBSD: Makefile,v 1.4 2016/10/18 15:16:13 taca Exp $ -DISTNAME= em-http-request-1.1.3 +DISTNAME= em-http-request-1.1.5 CATEGORIES= net MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/ruby-em-http-request/PLIST b/www/ruby-em-http-request/PLIST index 24fc364c64f..9faef19311f 100644 --- a/www/ruby-em-http-request/PLIST +++ b/www/ruby-em-http-request/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.3 2016/01/03 07:56:35 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/10/18 15:16:13 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gemtest ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.rspec +${GEM_LIBDIR}/.travis.yml ${GEM_LIBDIR}/Changelog.md ${GEM_LIBDIR}/Gemfile ${GEM_LIBDIR}/README.md diff --git a/www/ruby-em-http-request/distinfo b/www/ruby-em-http-request/distinfo index 538d88d8aa8..5ad3a38e9f7 100644 --- a/www/ruby-em-http-request/distinfo +++ b/www/ruby-em-http-request/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2016/01/03 07:56:35 taca Exp $ +$NetBSD: distinfo,v 1.5 2016/10/18 15:16:13 taca Exp $ -SHA1 (em-http-request-1.1.3.gem) = 304548b098a6dcc4876643adc0fd918c4fbbb173 -RMD160 (em-http-request-1.1.3.gem) = 400b85be85d27b29db78584bdc390c7aad61bad1 -SHA512 (em-http-request-1.1.3.gem) = fe4352160bec3877be58a98a8ef8bb7caca5d018531c54d38f748585f3c438949552a086250bbd3b5d35af5ed4aee3e02f143f37688e41c16430a930b0d13c7c -Size (em-http-request-1.1.3.gem) = 219136 bytes +SHA1 (em-http-request-1.1.5.gem) = e23cccc12c28295732a39156ecde8d75c6b3f54f +RMD160 (em-http-request-1.1.5.gem) = 2fbe4f8f6e0043e674c52ffc84febcea102c2466 +SHA512 (em-http-request-1.1.5.gem) = cb37582291eb282b8c9386ae1512222856b48a482f1c72da80c40f1d5d6c9a61af949da7e6b7d77d6c45ed9547be2041e147c973676ab6ffc1ea3bfa7ddb35bc +Size (em-http-request-1.1.5.gem) = 219648 bytes |