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

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


Branch: pkgsrc-2018Q4, Version: 1.6.11, Package name: ruby24-rack16-1.6.11, 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: 64a0cd32f46c0ff44ffda4055048fe6309903110
RMD160: 9a9435b6842a068eacf3d3a7d9348a656c6ab9af
Filesize: 225 KB

Version history: (Expand)


CVS history: (Expand)


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

Revisions pulled up:
- www/ruby-rack16/Makefile                                      1.2
- www/ruby-rack16/distinfo                                      1.2

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Feb  3 15:53:03 UTC 2019

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

   Log message:
   www/ruby-rack16: update to 1.6.11

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

   Update to 1.6.11 which fixes security problems of CVE-2018-16471.
   (CVE-2018-16470 is only for rack 2.0.x.)