pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-rack



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Jul 13 16:01:01 UTC 2024

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

Log Message:
www/ruby-rack: update to 3.1.7

3.1.5 (2024-07-02)

Security

* Fix potential ReDoS attack in Rack::Request#parse_http_accept_header.
  (GHSA-cj83-2ww7-mvq7, @dwisiswant0)

3.1.6 (2024-07-03)

* Fix several edge cases in Rack::Request#parse_http_accept_header's
  implementation.  (#2226, @ioquatix)

3.1.7 (2024-07-11)

Fixed

* Do not remove escaped opening/closing quotes for content-disposition
  filenames.  (#2229, @jeremyevans)

* Fix encoding setting for non-binary IO-like objects in
  MockRequest#env_for.  (#2227, @jeremyevans)

* Rack::Response should not generate invalid content-length header.
  (#2219, @ioquatix)

* Allow empty PATH_INFO.  (#2214, @ioquatix)


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/www/ruby-rack/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/www/ruby-rack/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-rack/Makefile
diff -u pkgsrc/www/ruby-rack/Makefile:1.44 pkgsrc/www/ruby-rack/Makefile:1.45
--- pkgsrc/www/ruby-rack/Makefile:1.44  Sun Jun 30 16:47:35 2024
+++ pkgsrc/www/ruby-rack/Makefile       Sat Jul 13 16:01:01 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2024/06/30 16:47:35 taca Exp $
+# $NetBSD: Makefile,v 1.45 2024/07/13 16:01:01 taca Exp $
 
-DISTNAME=      rack-3.1.4
+DISTNAME=      rack-3.1.7
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-rack/distinfo
diff -u pkgsrc/www/ruby-rack/distinfo:1.42 pkgsrc/www/ruby-rack/distinfo:1.43
--- pkgsrc/www/ruby-rack/distinfo:1.42  Sun Jun 30 16:47:35 2024
+++ pkgsrc/www/ruby-rack/distinfo       Sat Jul 13 16:01:01 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.42 2024/06/30 16:47:35 taca Exp $
+$NetBSD: distinfo,v 1.43 2024/07/13 16:01:01 taca Exp $
 
-BLAKE2s (rack-3.1.4.gem) = e4b85ee7fc5141b524e76b6268254817f7eabb1e249df479214e714b86f2174c
-SHA512 (rack-3.1.4.gem) = 6732817f22faaccc13895697d0ac995515313f8d917f1912ee93a7f77a3b64d023cd5e6460d7d24be7a6e9e86e3b12271a56ee274e8a01b8f5899c85fc13614e
-Size (rack-3.1.4.gem) = 110592 bytes
+BLAKE2s (rack-3.1.7.gem) = eb170cb0a4c676440dbad911465706ca2f1194838a09c4663ec538ebe090f5d7
+SHA512 (rack-3.1.7.gem) = 6f3532b44db5f0fd5d13b757042a8b1189c01a6bcb1588d7a6a2ed8d3dcda89e9fd7cb9e8ccc4f3213beffa26bbf2f68accff58bdf1a161a12063c971d7986a8
+Size (rack-3.1.7.gem) = 111616 bytes



Home | Main Index | Thread Index | Old Index