pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-http_parser.rb www/ruby-http_parser.rb: updat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/295b10ae638a
branches:  trunk
changeset: 770950:295b10ae638a
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Dec 11 15:34:30 2021 +0000

description:
www/ruby-http_parser.rb: update to 0.8.0

0.6.1 (2021-07-01)

* Update URIs in gemspec
* Link to https URIs in README
* Updated / added test cases for aborting the parser
* Better handling on upgraded connections
* Added support for HTTP status reason
* Add status support to JRuby
* Ensure HTTP parser uses later version
* Added statuses to spec responses
* Provide better safety around on_status and on_url
* Updated line folder spec as per joyent/http_parser
* Updated spec for status support
* Removed unfinished parse_url support
* Update sub module http-parser to version 2.8.1
* Use HTTPS to download submodules
* Check value passed to set_header_value_type

0.7.0 (2021-07-02)

* Add bundler/gem_tasks

0.8.0 (2021-09-01)

* mark all threads are ractor-safe
* avoid referring class instance variable if possible
* add kwarg to avoid specifying (nil, type)
* update specs about Ractor/kwarg
* rename the unappropriate name
* check the number of arguments for the safe
* it does not need extreme performance
* Revert "Add status support to JRuby"
* Disable test for status on JRuby
* Make sure to inject rake task dependencies
* spec: Use appropriate encoding to check request_url & status

diffstat:

 www/ruby-http_parser.rb/Makefile |  4 ++--
 www/ruby-http_parser.rb/PLIST    |  9 ++++++---
 www/ruby-http_parser.rb/distinfo |  8 ++++----
 3 files changed, 12 insertions(+), 9 deletions(-)

diffs (57 lines):

diff -r 14fb3073671b -r 295b10ae638a www/ruby-http_parser.rb/Makefile
--- a/www/ruby-http_parser.rb/Makefile  Sat Dec 11 14:58:45 2021 +0000
+++ b/www/ruby-http_parser.rb/Makefile  Sat Dec 11 15:34:30 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2017/07/30 22:32:27 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2021/12/11 15:34:30 taca Exp $
 
-DISTNAME=      http_parser.rb-0.6.0
+DISTNAME=      http_parser.rb-0.8.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 14fb3073671b -r 295b10ae638a www/ruby-http_parser.rb/PLIST
--- a/www/ruby-http_parser.rb/PLIST     Sat Dec 11 14:58:45 2021 +0000
+++ b/www/ruby-http_parser.rb/PLIST     Sat Dec 11 15:34:30 2021 +0000
@@ -1,11 +1,12 @@
-@comment $NetBSD: PLIST,v 1.5 2015/03/08 15:17:21 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2021/12/11 15:34:30 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
 ${GEM_EXTSDIR}/ruby_http_parser.${RUBY_DLEXT}
+${GEM_LIBDIR}/.github/workflows/linux.yml
+${GEM_LIBDIR}/.github/workflows/windows.yml
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.gitmodules
 ${GEM_LIBDIR}/Gemfile
-${GEM_LIBDIR}/Gemfile.lock
 ${GEM_LIBDIR}/LICENSE-MIT
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
@@ -66,10 +67,12 @@
 ${GEM_LIBDIR}/ext/ruby_http_parser/vendor/http-parser-java/tools/lowcase.rb
 ${GEM_LIBDIR}/ext/ruby_http_parser/vendor/http-parser-java/tools/parse_tests.rb
 ${GEM_LIBDIR}/ext/ruby_http_parser/vendor/http-parser/AUTHORS
-${GEM_LIBDIR}/ext/ruby_http_parser/vendor/http-parser/CONTRIBUTIONS
 ${GEM_LIBDIR}/ext/ruby_http_parser/vendor/http-parser/LICENSE-MIT
 ${GEM_LIBDIR}/ext/ruby_http_parser/vendor/http-parser/Makefile
 ${GEM_LIBDIR}/ext/ruby_http_parser/vendor/http-parser/README.md
+${GEM_LIBDIR}/ext/ruby_http_parser/vendor/http-parser/bench.c
+${GEM_LIBDIR}/ext/ruby_http_parser/vendor/http-parser/contrib/parsertrace.c
+${GEM_LIBDIR}/ext/ruby_http_parser/vendor/http-parser/contrib/url_parser.c
 ${GEM_LIBDIR}/ext/ruby_http_parser/vendor/http-parser/http_parser.c
 ${GEM_LIBDIR}/ext/ruby_http_parser/vendor/http-parser/http_parser.gyp
 ${GEM_LIBDIR}/ext/ruby_http_parser/vendor/http-parser/http_parser.h
diff -r 14fb3073671b -r 295b10ae638a www/ruby-http_parser.rb/distinfo
--- a/www/ruby-http_parser.rb/distinfo  Sat Dec 11 14:58:45 2021 +0000
+++ b/www/ruby-http_parser.rb/distinfo  Sat Dec 11 15:34:30 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:30:58 nia Exp $
+$NetBSD: distinfo,v 1.8 2021/12/11 15:34:30 taca Exp $
 
-BLAKE2s (http_parser.rb-0.6.0.gem) = c1968fae8d959a341425e34cf0cda383e1f0c110d9836ffa2c82148196b95d77
-SHA512 (http_parser.rb-0.6.0.gem) = 51c29bfc85de8cedb4e98fec84c955252556abaa4d0848fbc38b232879ffc946c72acf38440e8e9f1e31a8b734a68d43a96924af5f48ac4f1a054153ec913a08
-Size (http_parser.rb-0.6.0.gem) = 177664 bytes
+BLAKE2s (http_parser.rb-0.8.0.gem) = 944278a889084b30f47f71f05b7d10ea68065ae2b1de06c9184111d36d9f3f31
+SHA512 (http_parser.rb-0.8.0.gem) = 228e8a617154411c43a548f10d2d8d2cae2d97970f621b4ef2955de94ed1943611cff22659cd75d63a09a0a02396993ab646ee29303d99856b46a80253a618c8
+Size (http_parser.rb-0.8.0.gem) = 195072 bytes



Home | Main Index | Thread Index | Old Index