pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-sinatra www/ruby-sinatra: update to 2.2.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b23d79402e00
branches:  trunk
changeset: 384533:b23d79402e00
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Sep 01 13:50:49 2022 +0000

description:
www/ruby-sinatra: update to 2.2.2

2.2.0 (2022-02-15)

* Handle EOFError raised by Rack and return Bad Request 400 status. #1743 by
  tamazon
* Minor refactors in base.rb. #1640 by ceclinux
* Add escaping to the static 404 page. #1645 by Chris Gavin
* Remove detect_rack_handler method. #1652 by ceclinux
* Respect content type set in superclass before filter. Fixes #1647 #1649 by
  Jordan Owens
* Revert "Use prepend instead of include for helpers. #1662 by namusyaka
* Fix usage of inherited Sinatra::Base classes keyword arguments. Fixes
  #1669 #1670 by Cadu Ribeiro
* Reduce RDoc generation time by not including every README. Fixes #1578
  #1671 by Eloy Pérez
* Add support for per form csrf tokens. Fixes #1616 #1653 by Jordan Owens
* Update MAINTENANCE.md with the stable branch status. #1681 by Fredrik
  Rubensson
* Validate expanded path matches public_dir when serving static files. #1683
  by cji-stripe
* Fix Delegator to pass keyword arguments for Ruby 3.0. #1684 by
  andrewtblake
* Fix use with keyword arguments for Ruby 3.0. #1701 by Robin Wallin
* Fix memory leaks for proc template. Fixes #1704 #1719 by Slevin
* Remove unnecessary test_files from the gemspec. #1712 by Masataka Pocke
  Kuwabara
* Add #select, #reject and #compact methods to
  Sinatra::IndifferentHash. #1711 by Olivier Bellone
* Docs: Spanish documentation: Update README.es.md with removal of
  Thin. #1630 by Espartaco Palma
* Docs: German documentation: Fixed typos in German README.md. #1648 by Juri
* Docs: Japanese documentation: Update README.ja.md with removal of
  Thin. #1629 by Ryuichi KAWAMATA
* Docs: English documentation: Various minor fixes to README.md. #1663 by
  Yanis Zafirópulos
* Docs: English documentation: Document when dump_errors is enabled. Fixes
  #1664 #1665 by Patrik Ragnarsson
* Docs: Brazilian Portuguese documentation: Update README.pt-br.md with
  translation fixes. #1668 by Vitor Oliveira

2.2.1 (2022-07-15)

* Fix JRuby regression by using ruby2_keywords for delegation. #1750 by
  Patrik Ragnarsson
* Add JRuby to CI. #1755 by Karol Bucek

2.2.2 (2022-07-23)

* Update mustermann dependency to version 2.

diffstat:

 www/ruby-sinatra/Makefile |  8 ++++----
 www/ruby-sinatra/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r f9dfdaaade28 -r b23d79402e00 www/ruby-sinatra/Makefile
--- a/www/ruby-sinatra/Makefile Thu Sep 01 13:49:37 2022 +0000
+++ b/www/ruby-sinatra/Makefile Thu Sep 01 13:50:49 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2020/09/14 15:48:10 taca Exp $
+# $NetBSD: Makefile,v 1.30 2022/09/01 13:50:49 taca Exp $
 
-DISTNAME=      sinatra-2.1.0
+DISTNAME=      sinatra-2.2.2
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,8 +9,8 @@
 LICENSE=       mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-rack>=2.2<3:../../www/ruby-rack
-DEPENDS+=      ${RUBY_PKGPREFIX}-rack-protection>=2.1.0<2.1.1:../../www/ruby-rack-protection
-DEPENDS+=      ${RUBY_PKGPREFIX}-mustermann>=1.0<2:../../www/ruby-mustermann
+DEPENDS+=      ${RUBY_PKGPREFIX}-rack-protection>=2.2.2<2.3:../../www/ruby-rack-protection
+DEPENDS+=      ${RUBY_PKGPREFIX}-mustermann>=2.0<3:../../www/ruby-mustermann
 DEPENDS+=      ${RUBY_PKGPREFIX}-tilt>=2.0<3:../../textproc/ruby-tilt
 
 .include "../../lang/ruby/gem.mk"
diff -r f9dfdaaade28 -r b23d79402e00 www/ruby-sinatra/distinfo
--- a/www/ruby-sinatra/distinfo Thu Sep 01 13:49:37 2022 +0000
+++ b/www/ruby-sinatra/distinfo Thu Sep 01 13:50:49 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2021/10/26 11:31:05 nia Exp $
+$NetBSD: distinfo,v 1.24 2022/09/01 13:50:49 taca Exp $
 
-BLAKE2s (sinatra-2.1.0.gem) = f126b03f9794f6e6f5678ec88a864da54d139a3e6c2ddb10d5e00b01ead587d5
-SHA512 (sinatra-2.1.0.gem) = 383c28ea949c2007af813444370f7f4d532bb970d6a69772ac0fafa64f63f1a460966750b10579929550b4e7683b5986cc62c94d98cfb824aa5fa3654e10ef56
-Size (sinatra-2.1.0.gem) = 381952 bytes
+BLAKE2s (sinatra-2.2.2.gem) = 0ff0fe56fdc3f9bb8834cf02bacd86b4665fccef9d7c3081aa7d6f9fdf0e3086
+SHA512 (sinatra-2.2.2.gem) = e96c6a4c61b71250ef980b82d0892b56146ba9157d0dff0c891c1fcb030d202d5c9c316525fac717945ee75a70afcd335cfe9b62edb3802af9ab20a40ca2e417
+Size (sinatra-2.2.2.gem) = 383488 bytes



Home | Main Index | Thread Index | Old Index