./www/ruby-rack, Modular Ruby webserver interface

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2022Q1, Version: 2.2.3.1, Package name: ruby27-rack-2.2.3.1, Maintainer: pkgsrc-users

Rack provides a minimal, modular and adaptable interface for developing
web applications in Ruby. By wrapping HTTP requests and responses in
the simplest way possible, it unifies and distills the API for web
servers, web frameworks, and software in between (the so-called
middleware) into a single method call.


Master sites:

Filesize: 147.5 KB

Version history: (Expand)


CVS history: (Expand)


   2022-06-11 12:36:38 by Benny Siegert | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #6644 - requested by taca
www/ruby-rack: security fix

Revisions pulled up:
- www/ruby-rack/Makefile                                        1.30
- www/ruby-rack/distinfo                                        1.28

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat May 28 09:55:51 UTC 2022

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

   Log message:
   www/ruby-rack: update to 2.2.3.1

   2.2.3.1 (2022-05-27)

   * [CVE-2022-30123] Fix shell escaping issue in Common Logger
   * [CVE-2022-30122] Restrict parsing of broken MIME attachments