pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-webrick



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Oct 21 14:54:31 UTC 2024

Modified Files:
        pkgsrc/www/ruby-webrick: Makefile distinfo

Log Message:
www/ruby-webrick: update to 1.8.2

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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/ruby-webrick/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/ruby-webrick/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-webrick/Makefile
diff -u pkgsrc/www/ruby-webrick/Makefile:1.19 pkgsrc/www/ruby-webrick/Makefile:1.20
--- pkgsrc/www/ruby-webrick/Makefile:1.19       Sat Feb  4 13:37:57 2023
+++ pkgsrc/www/ruby-webrick/Makefile    Mon Oct 21 14:54:31 2024
@@ -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=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-webrick/distinfo
diff -u pkgsrc/www/ruby-webrick/distinfo:1.10 pkgsrc/www/ruby-webrick/distinfo:1.11
--- pkgsrc/www/ruby-webrick/distinfo:1.10       Sat Feb  4 13:37:57 2023
+++ pkgsrc/www/ruby-webrick/distinfo    Mon Oct 21 14:54:31 2024
@@ -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



Home | Main Index | Thread Index | Old Index