pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-http
Module Name: pkgsrc
Committed By: tsutsui
Date: Sun Apr 29 14:58:29 UTC 2018
Modified Files:
pkgsrc/www/ruby-http: Makefile PLIST distinfo
Log Message:
ruby-http: update to 3.3.0.
pkgsrc changes:
- update HOMEPAGE (follow renamed github)
Upstream changes (from CHANGES.md):
## 3.3.0 (2018-04-25)
This version backports some of the fixes and improvements made to development
version of the HTTP gem:
* [#458](https://github.com/httprb/http/pull/458)
Extract HTTP::Client#build_request method.
([@tycoon])
## 3.2.1 (2018-04-24)
* [#468](https://github.com/httprb/http/pull/468)
Rewind `HTTP::Request::Body#source` once `#each` is complete.
([@ixti])
## 3.2.0 (2018-04-22)
This version backports one change we missed to backport in previous release:
* Reduce memory usage when reading response body
([@janko-m])
## 3.1.0 (2018-04-22)
This version backports some of the fixes and improvements made to development
version of the HTTP gem:
* Fix for `#readpartial` to respect max length argument.
([@janko-m], [@marshall-lee])
* Fix for `HTTP::Request#headline` to allow two leading slashes in path.
([@scarfacedeb])
* Fix query string building for string with newlines.
([@mikegee])
* Deallocate temporary strings in `Response::Body#to_s`.
([@janko-m])
* Add `Request::Body#source`.
([@janko-m])
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/ruby-http/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/ruby-http/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/ruby-http/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/ruby-http/Makefile
diff -u pkgsrc/www/ruby-http/Makefile:1.14 pkgsrc/www/ruby-http/Makefile:1.15
--- pkgsrc/www/ruby-http/Makefile:1.14 Sat Dec 9 17:53:16 2017
+++ pkgsrc/www/ruby-http/Makefile Sun Apr 29 14:58:29 2018
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.14 2017/12/09 17:53:16 tsutsui Exp $
+# $NetBSD: Makefile,v 1.15 2018/04/29 14:58:29 tsutsui Exp $
#
-DISTNAME= http-3.0.0
+DISTNAME= http-3.3.0
CATEGORIES= www
MAINTAINER= tsutsui%NetBSD.org@localhost
-HOMEPAGE= https://github.com/tarcieri/http
+HOMEPAGE= https://github.com/httprb/http
COMMENT= Simple Ruby DSL for making HTTP requests
LICENSE= mit
Index: pkgsrc/www/ruby-http/PLIST
diff -u pkgsrc/www/ruby-http/PLIST:1.12 pkgsrc/www/ruby-http/PLIST:1.13
--- pkgsrc/www/ruby-http/PLIST:1.12 Sat Dec 9 17:53:16 2017
+++ pkgsrc/www/ruby-http/PLIST Sun Apr 29 14:58:29 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2017/12/09 17:53:16 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.13 2018/04/29 14:58:29 tsutsui Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.coveralls.yml
${GEM_LIBDIR}/.gitignore
@@ -48,6 +48,7 @@ ${GEM_LIBDIR}/lib/http/uri.rb
${GEM_LIBDIR}/lib/http/version.rb
${GEM_LIBDIR}/logo.png
${GEM_LIBDIR}/spec/lib/http/client_spec.rb
+${GEM_LIBDIR}/spec/lib/http/connection_spec.rb
${GEM_LIBDIR}/spec/lib/http/content_type_spec.rb
${GEM_LIBDIR}/spec/lib/http/features/auto_deflate_spec.rb
${GEM_LIBDIR}/spec/lib/http/features/auto_inflate_spec.rb
Index: pkgsrc/www/ruby-http/distinfo
diff -u pkgsrc/www/ruby-http/distinfo:1.15 pkgsrc/www/ruby-http/distinfo:1.16
--- pkgsrc/www/ruby-http/distinfo:1.15 Sat Dec 9 17:53:16 2017
+++ pkgsrc/www/ruby-http/distinfo Sun Apr 29 14:58:29 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2017/12/09 17:53:16 tsutsui Exp $
+$NetBSD: distinfo,v 1.16 2018/04/29 14:58:29 tsutsui Exp $
-SHA1 (http-3.0.0.gem) = 89d5a5242bebafccfef5204fd3918ade345c882e
-RMD160 (http-3.0.0.gem) = fc099b6d96305bab276bcb964e1361d27f24f303
-SHA512 (http-3.0.0.gem) = ef8c4148b68838e0669d5012c3548d373ef99d9273eb2ea25e7e0237027c766ffdbcdede766eb890f042b7211c2ed953688a372c46b120bf0bbd045c06b8aec3
-Size (http-3.0.0.gem) = 69632 bytes
+SHA1 (http-3.3.0.gem) = a52e5aff8d732504df5dc3f4faffab7a9ef0e7f7
+RMD160 (http-3.3.0.gem) = c951961b7f41b46ffde590acc925e02cccd9b4ba
+SHA512 (http-3.3.0.gem) = fcb2549c22974712e129306b472c1a32466c50add85eee9a558582697c7ece26cb7a1db6da6aaceedb8bfd134d1213090c158db510fe53ddbe201bba6bd22c68
+Size (http-3.3.0.gem) = 70656 bytes
Home |
Main Index |
Thread Index |
Old Index