Skip to content

Commit

Permalink
www/ruby-webrick: update to 1.8.1
Browse files Browse the repository at this point in the history
1.7.0 (2022-11-17)

What's Changed

* Extract creation of Net::HTTP in httpproxy by @wishdev in #41
* Fix httpd error in CJK directory by @jeremyevans in #42
* Use GitHub Actions instead of Travis CI (retry) by @deivid-rodriguez in
  #40
* Skip env-locale-sensitive CGI test on the "java" platform by @headius in
  #46
* Make readpartial limit chunk to appropriate size by @wishdev in #45
* Do not use ensure in a block without begin by @jeremyevans in #49
* Allow empty POST and PUT requests without content length by @jeremyevans
  in #50
* Only run test_big_bodies test on Ruby 2.5+ by @jeremyevans in #51
* Fix test when run with US-ASCII encoding by @jeremyevans in #52
* Allow shutdown_pipe to be passed in via @config by @wishdev in #44
* Ensure server port numbers are numeric and ensure they are stored as
  ... by @wishdev in #55
* Fix shutdown_pipe test issue by @wishdev in #54
* Allow EPROTOTYPE error when writing junk to a socket by @jeremyevans in
  #56
* Use ruby/setup-ruby instead of actions/setup-ruby by @hsbt in #58
* Refix test_shutdown_pipe by @wishdev in #59
* add mime type of extention mjs by @paulownia in #60
* Make it more strict to interpret some headers by @mame in #61


1.8.0 (2023-01-27)

What's Changed

* Use frozen strings by @kirs in #65
* Use test-unit by @hsbt in #66
* More rubies on CI, deprecating ruby 2.3 due to test failure by
  @mathieujobin in #68
* Adds common mime types by @gotoken in #75
* add mime type for .webmanifest extension by @olleolleolle in #76
* CI: use bundler-cache: true by @olleolleolle in #79
* Typo by @printfinn in #78
* s/RubyVM::JIT/RubyVM::MJIT/g by @k0kubun in #82
* Fix invalid use of IP addresses in SNI by @jeremyevans in #83
* Bump actions/checkout from 2 to 3 by @dependabot in #91
* remove unneeded bin/console and bin/setup files from gemspec by
  @Benjamin-L in #94
* Accept put requests by @bharjr01 in #70
* Move the host request parsing to a separate method. by @wishdev in #85
* Only output prime information to $stderr if $VERBOSE by @jeremyevans in
  #88
* Better support for connection upgrade and bi-directional streaming. by
  @ioquatix in #101

1.8.1 (2023-01-27)

What's Changed

* Body should be non-frozen by default. by @ioquatix in #103
* Join test thread. by @ioquatix in #104
* Fix several regexp warnings. by @ioquatix in #105
  • Loading branch information
taca committed Feb 4, 2023
1 parent 49c811f commit d38a510
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions www/ruby-webrick/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.18 2021/01/18 15:41:09 taca Exp $
# $NetBSD: Makefile,v 1.19 2023/02/04 13:37:57 taca Exp $

DISTNAME= webrick-1.7.0
DISTNAME= webrick-1.8.1
CATEGORIES= www

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
4 changes: 1 addition & 3 deletions www/ruby-webrick/PLIST
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
@comment $NetBSD: PLIST,v 1.4 2021/01/18 15:41:09 taca Exp $
@comment $NetBSD: PLIST,v 1.5 2023/02/04 13:37:57 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/bin/console
${GEM_LIBDIR}/bin/setup
${GEM_LIBDIR}/lib/webrick.rb
${GEM_LIBDIR}/lib/webrick/accesslog.rb
${GEM_LIBDIR}/lib/webrick/cgi.rb
Expand Down
8 changes: 4 additions & 4 deletions www/ruby-webrick/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.9 2021/10/26 11:31:06 nia Exp $
$NetBSD: distinfo,v 1.10 2023/02/04 13:37:57 taca Exp $

BLAKE2s (webrick-1.7.0.gem) = e49d1e9fe9a7f58ba988af614c9bfe2cce6675b198ccb4e7f27d3614b906a29a
SHA512 (webrick-1.7.0.gem) = 5f242b50300046fe7c22ecd1640a73e5815e05a72bedfebe6bc39c24c92bd61abdd180860de0d194c0eebbc640b507b6892de181d3b577c5372ace0ca6faf2a3
Size (webrick-1.7.0.gem) = 59392 bytes
BLAKE2s (webrick-1.8.1.gem) = d00e8666aaf86df0f82be93616b97642e347bf6efb4767c67415741aeaa7556f
SHA512 (webrick-1.8.1.gem) = 3bf45e3a52190dccaa6e883923448b745a420eff2a1533eacdd2aed0e4c67f5c6d813c85606f8fc12952c004e4984fd97ebc3c361a42b49cebe5b84c8fc6e99d
Size (webrick-1.8.1.gem) = 59392 bytes

0 comments on commit d38a510

Please sign in to comment.