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

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


Branch: pkgsrc-2018Q4, Version: 2.0.6, Package name: ruby24-rack-2.0.6, 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.


Required to run:
[lang/ruby24-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: b15267e1f94e69238a00a6f1bd48fb7683c03a78
RMD160: 6ef84180289c6fb8e4f0bebb778879578084b7b8
Filesize: 249.5 KB

Version history: (Expand)


CVS history: (Expand)


   2019-02-18 15:20:11 by Benny Siegert | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #5913 - requested by taca
www/ruby-rack: security fix

Revisions pulled up:
- www/ruby-rack/Makefile                                        1.26
- www/ruby-rack/distinfo                                        1.23

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Feb  3 15:51:31 UTC 2019

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

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

   * pkgsrc change: add "USE_LANGAUGES= # none" line.

   Update to 2.0.6 which fixes security problems of CVE-2018-16470 and
   CVE-2018-16471.