pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-em-http-request Update ruby-em-http-request t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac307f3a115e
branches:  trunk
changeset: 353979:ac307f3a115e
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Oct 18 15:16:13 2016 +0000

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

 www/ruby-em-http-request/Makefile |   4 ++--
 www/ruby-em-http-request/PLIST    |   3 ++-
 www/ruby-em-http-request/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (41 lines):

diff -r ee09fdc0c87f -r ac307f3a115e www/ruby-em-http-request/Makefile
--- a/www/ruby-em-http-request/Makefile Tue Oct 18 15:13:41 2016 +0000
+++ b/www/ruby-em-http-request/Makefile Tue Oct 18 15:16:13 2016 +0000
@@ -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@localhost
diff -r ee09fdc0c87f -r ac307f3a115e www/ruby-em-http-request/PLIST
--- a/www/ruby-em-http-request/PLIST    Tue Oct 18 15:13:41 2016 +0000
+++ b/www/ruby-em-http-request/PLIST    Tue Oct 18 15:16:13 2016 +0000
@@ -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 -r ee09fdc0c87f -r ac307f3a115e www/ruby-em-http-request/distinfo
--- a/www/ruby-em-http-request/distinfo Tue Oct 18 15:13:41 2016 +0000
+++ b/www/ruby-em-http-request/distinfo Tue Oct 18 15:16:13 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index