Skip to content

Commit

Permalink
www/ruby-webrick: update to 1.8.2
Browse files Browse the repository at this point in the history
1.8.2 (2024-09-24)

What's Changed

* Drop commented-out line by @olleolleolle in #108
* Add Ruby 3.1 & 3.2 to CI matrix by @tricknotes in #109
* Fix/redos by @ooooooo-q in #114
* Raise HTTPStatus::BadRequest for requests with invalid/duplicate
  content-length headers by @jeremyevans in #120
* Bump actions/checkout from 3 to 4 by @dependabot in #121
* Improve CI by @hsbt in #123
* Fix WEBrick::TestFileHandler#test_short_filename test not working on mswin
  by @KJTsanaktsidis in #128
* Fix bug chunk extension detection by @jeremyevans in #125
* Fix CI. by @ioquatix in #131
* Merge multiple cookie headers, preserving semantic correctness. by
  @ioquatix in #130
* Test on macos-latest by @byroot in #132
* Require CRLF line endings in request line and headers by @jeremyevans in
  #138
* Prefer squigly heredocs. by @ioquatix in #143
* Only strip space and horizontal tab in headers by @jeremyevans in #141
* Treat missing CRLF separator after headers as an EOFError by @jeremyevans
  in #142
* Return 400 response for chunked requests with unexpected data after chunk
  by @jeremyevans in #136
* Fix reference to URI::REGEXP::PATTERN::HOST by @casperisfine in #144
* Prevent request smuggling by @jeremyevans in #146

New Contributors

* @tricknotes made their first contribution in #109
* @ooooooo-q made their first contribution in #114
* @KJTsanaktsidis made their first contribution in #128
* @byroot made their first contribution in #132
* @casperisfine made their first contribution in #144
  • Loading branch information
taca committed Oct 21, 2024
1 parent 2ad1c4b commit 7e2cd42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.19 2023/02/04 13:37:57 taca Exp $
# $NetBSD: Makefile,v 1.20 2024/10/21 14:54:31 taca Exp $

DISTNAME= webrick-1.8.1
DISTNAME= webrick-1.8.2
CATEGORIES= www

MAINTAINER= [email protected]
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.10 2023/02/04 13:37:57 taca Exp $
$NetBSD: distinfo,v 1.11 2024/10/21 14:54:31 taca Exp $

BLAKE2s (webrick-1.8.1.gem) = d00e8666aaf86df0f82be93616b97642e347bf6efb4767c67415741aeaa7556f
SHA512 (webrick-1.8.1.gem) = 3bf45e3a52190dccaa6e883923448b745a420eff2a1533eacdd2aed0e4c67f5c6d813c85606f8fc12952c004e4984fd97ebc3c361a42b49cebe5b84c8fc6e99d
Size (webrick-1.8.1.gem) = 59392 bytes
BLAKE2s (webrick-1.8.2.gem) = 04e5d549725dcb0330bfd398b7d773038acfb99b7b3712aa694ec98ab33c9002
SHA512 (webrick-1.8.2.gem) = 9a4baaf377e80d6922c468b1a279a1666db23ee1f71222aaa0981793fc89a238c2058d97e47c968a34756859803b736331abf79d59e385aa9e3c7af92454a937
Size (webrick-1.8.2.gem) = 59904 bytes

0 comments on commit 7e2cd42

Please sign in to comment.