2023-08-11 15:38:58 by Takahiro Kambe | Files touched by this commit (7) | |
Log message: www/ruby-rack-protection: update to 3.1.0 pkgsrc change: * change rack-protection's dependency to www/ruby-rack2 instead of www/ruby-rack. 3.1.0 (2023-08-07) * New: Add sass support via sass-embedded #1911 by なつき * New: Add start and stop callbacks #1913 by Jevin Sew * New: Warn on dropping sessions #1900 by Jonathan del Strother * New: Make Puma the default server #1924 by Patrik Ragnarsson * Fix: Remove use of Tilt::Cache #1922 by Jeremy Evans (allows use of Tilt 2.2.0 without deprecation warning) * Fix: rack-protection: specify rack version requirement #1932 by Patrik Ragnarsson |
2023-04-30 17:23:02 by Takahiro Kambe | Files touched by this commit (6) | |
Log message: www/ruby-sinatra: update to 3.0.6 ruby-sinatra-contrib and ruby-rack-protection are the same source. 3.0.6 (2023-04-11) * Fix: Add support to keep open streaming connections with Puma #1858 by Jordan Owens * Fix: Avoid crash in uri helper on Integer input #1890 by Patrik Ragnarsson * Fix: Rescue RuntimeError when trying to use SecureRandom #1888 by Stefan Sundin |
2023-01-04 16:27:59 by Takahiro Kambe | Files touched by this commit (9) | |
Log message: www/ruby-sinatra: update to 3.0.5 It also update rack-protection and sinatra-contrib. 3.0.5 (2022-12-16) * Fix: Add Zeitwerk compatibility. #1831 by Dawid Janczak * Fix: Allow CALLERS_TO_IGNORE to be overridden 3.0.4 (2022-11-25) * Fix: Escape filename in the Content-Disposition header. #1841 by Kunpei Sakai 3.0.3 (2022-11-11) * Fix: fixed ReDoS for Rack::Protection::IPSpoofing. #1823 by @ooooooo-q 3.0.2 (2022-10-01) * New: Add Haml 6 support. #1820 by Jordan Owens 3.0.1 (2022-09-26) * Fix: Revert removal of rack-protection.rb. #1814 by Olle Jonsson * Fix: Revert change to server start and stop messaging by using Kernel#warn. Renamed internal warn method warn_for_deprecation. #1818 by Jordan Owens 3.0.0 (2022-09-26) * New: Add Falcon support. #1794 by Samuel Williams and @horaciob * New: Add AES GCM encryption support for session cookies. [#1324] (#1324) by Michael Coyne * Deprecated: Sinatra Reloader will be removed in the next major release. * Fix: Internal Sinatra errors now extend Sinatra::Error. This fixes #1204 and #1518. bda8c29d by Jordan Owens * Fix: Preserve query param value if named route param nil. #1676 by Jordan Owens * Require Ruby 2.6 as minimum Ruby version. #1699 by Eloy Pérez * Breaking change: Remove support for the Stylus template engine. #1697 by Eloy Pérez * Breaking change: Remove support for the erubis template engine. #1761 by Eloy Pérez * Breaking change: Remove support for the textile template engine. #1766 by Eloy Pérez * Breaking change: Remove support for SASS as a template engine. #1768 by Eloy Pérez * Breaking change: Remove support for Wlang as a template engine. #1780 by Eloy Pérez * Breaking change: Remove support for CoffeeScript as a template engine. #1790 by Eloy Pérez * Breaking change: Remove support for Mediawiki as a template engine. #1791 by Eloy Pérez * Breaking change: Remove support for Creole as a template engine. #1792 by Eloy Pérez * Breaking change: Remove support for Radius as a template engine. #1793 by Eloy Pérez * Breaking change: Remove support for the defunct Less templating library. See #1716, #1715 for more discussion and background. d1af2f1e by Olle Jonsson * Breaking change: Remove Reel integration. 54597502 by Olle Jonsson * CI: Start testing on Ruby 3.1. 60e221940 and b0fa4bef by Johannes Würbach * Use Kernel#caller_locations. #1491 by Julik Tarkhanov * Docs: Japanese documentation: Add notes about the default_content_type setting. #1650 by Akifumi Tominaga * Docs: Polish documentation: Add section about Multithreaded modes and Routes. #1708 by Patrick Gramatowski * Docs: Japanese documentation: Make Session section reflect changes done to README.md. #1731 by @shu-i-chi |
2022-09-01 15:50:49 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: 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. |
2021-10-26 13:31:15 by Nia Alarie | Files touched by this commit (1030) |
Log message: www: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts): www/nghttp2/distinfo Unfetchable distfiles (almost certainly fetched conditionally...): ./www/nginx-devel/distinfo array-var-nginx-module-0.05.tar.gz ./www/nginx-devel/distinfo echo-nginx-module-0.62.tar.gz ./www/nginx-devel/distinfo encrypted-session-nginx-module-0.08.tar.gz ./www/nginx-devel/distinfo form-input-nginx-module-0.12.tar.gz ./www/nginx-devel/distinfo headers-more-nginx-module-0.33.tar.gz ./www/nginx-devel/distinfo lua-nginx-module-0.10.19.tar.gz ./www/nginx-devel/distinfo naxsi-1.3.tar.gz ./www/nginx-devel/distinfo nginx-dav-ext-module-3.0.0.tar.gz ./www/nginx-devel/distinfo nginx-rtmp-module-1.2.2.tar.gz ./www/nginx-devel/distinfo nginx_http_push_module-1.2.10.tar.gz ./www/nginx-devel/distinfo ngx_cache_purge-2.5.1.tar.gz ./www/nginx-devel/distinfo ngx_devel_kit-0.3.1.tar.gz ./www/nginx-devel/distinfo ngx_http_geoip2_module-3.3.tar.gz ./www/nginx-devel/distinfo njs-0.5.0.tar.gz ./www/nginx-devel/distinfo set-misc-nginx-module-0.32.tar.gz ./www/nginx/distinfo array-var-nginx-module-0.05.tar.gz ./www/nginx/distinfo echo-nginx-module-0.62.tar.gz ./www/nginx/distinfo encrypted-session-nginx-module-0.08.tar.gz ./www/nginx/distinfo form-input-nginx-module-0.12.tar.gz ./www/nginx/distinfo headers-more-nginx-module-0.33.tar.gz ./www/nginx/distinfo lua-nginx-module-0.10.19.tar.gz ./www/nginx/distinfo naxsi-1.3.tar.gz ./www/nginx/distinfo nginx-dav-ext-module-3.0.0.tar.gz ./www/nginx/distinfo nginx-rtmp-module-1.2.2.tar.gz ./www/nginx/distinfo nginx_http_push_module-1.2.10.tar.gz ./www/nginx/distinfo ngx_cache_purge-2.5.1.tar.gz ./www/nginx/distinfo ngx_devel_kit-0.3.1.tar.gz ./www/nginx/distinfo ngx_http_geoip2_module-3.3.tar.gz ./www/nginx/distinfo njs-0.5.0.tar.gz ./www/nginx/distinfo set-misc-nginx-module-0.32.tar.gz |
2021-10-07 17:09:00 by Nia Alarie | Files touched by this commit (1033) |
Log message: www: Remove SHA1 hashes for distfiles |
2020-09-14 17:48:10 by Takahiro Kambe | Files touched by this commit (6) | |
Log message: www/ruby-sinatra: update to 2.1.0 Update ruby-sinatra and ruby-sinatra-contrib package to 2.1.0. 2.1.0 / 2020-09-05 * Fix additional Ruby 2.7 keyword warnings #1586 by Stefan Sundin * Drop Ruby 2.2 support #1455 by Eloy Pérez * Add default_content_type setting. Fixes #1238 #1239 by Mike Pastore * Allow set :<engine> in sinatra-namespace #1255 by Christian Höppner * Use prepend instead of include for helpers. Fixes #1213 #1214 by Mike Pastore * Fix issue with passed routes and provides Fixes #1095 #1606 by Mike Pastore, Jordan Owens * Add QuietLogger that excludes pathes from Rack::CommonLogger 1250 by Christoph Wagner * Sinatra::Contrib dependency updates. Fixes #1207 #1411 by Mike Pastore * Allow CSP to fallback to default-src. Fixes #1484 #1490 by Jordan Owens * Replace origin_whitelist with permitted_origins. Closes #1620 #1625 by rhymes * Use Rainbows instead of thin for async/stream features. Closes #1624 #1627 by Ryuichi KAWAMATA * Enable EscapedParams if passed via settings. Closes #1615 #1632 by Anders Bälter * Support for parameters in mime types. Fixes #1141 by John Hope * Handle null byte when serving static files #1574 by Kush Fanikiso * Improve development support and documentation and source code by Olle Jonsson, Pierre-Adrien Buisson, Shota Iguchi |
2020-03-20 17:30:27 by Takahiro Kambe | Files touched by this commit (4) | |
Log message: www/ruby-sinatra: update to 2.0.8.1 Update ruby-sinatra to 2.0.8.1. ## 2.0.8.1 / 2020-01-02 * Allow multiple hashes to be passed in `merge` and `merge!` for \ `Sinatra::IndifferentHash` [#1572](https://github.com/sinatra/sinatra/pull/1572) \ by Shota Iguchi ## 2.0.8 / 2020-01-01 * Lookup Tilt class for template engine without loading files \ [#1558](https://github.com/sinatra/sinatra/pull/1558). Fixes \ [#1172](https://github.com/sinatra/sinatra/issues/1172) by Jordan Owens * Add request info in NotFound exception \ [#1566](https://github.com/sinatra/sinatra/pull/1566) by Stefan Sundin * Add `.yaml` support in `Sinatra::Contrib::ConfigFile` \ [#1564](https://github.com/sinatra/sinatra/issues/1564). Fixes \ [#1563](https://github.com/sinatra/sinatra/issues/1563) by Emerson Manabu Araki * Remove only routing parameters from @params hash \ [#1569](https://github.com/sinatra/sinatra/pull/1569). Fixes \ [#1567](https://github.com/sinatra/sinatra/issues/1567) by Jordan Owens, Horacio * Support `capture` and `content_for` with Hamlit \ [#1580](https://github.com/sinatra/sinatra/pull/1580) by Takashi Kokubun * Eliminate warnings of keyword parameter for Ruby 2.7.0 \ [#1581](https://github.com/sinatra/sinatra/pull/1581) by Osamtimizer ## 2.0.7 / 2019-08-22 * Fix a regression [#1560](https://github.com/sinatra/sinatra/pull/1560) by \ Kunpei Sakai ## 2.0.6 / 2019-08-21 * Fix an issue setting environment from command line option \ [#1547](https://github.com/sinatra/sinatra/pull/1547), \ [#1554](https://github.com/sinatra/sinatra/pull/1554) by Jordan Owens, Kunpei \ Sakai * Support pandoc as a new markdown renderer \ [#1533](https://github.com/sinatra/sinatra/pull/1533) by Vasiliy * Remove outdated code for tilt 1.x \ [#1532](https://github.com/sinatra/sinatra/pull/1532) by Vasiliy * Remove an extra logic for `force_encoding` \ [#1527](https://github.com/sinatra/sinatra/pull/1527) by Jordan Owens * Avoid multiple errors even if `params` contains special values \ [#1526](https://github.com/sinatra/sinatra/pull/1527) by Kunpei Sakai * Support `bundler/inline` with `require 'sinatra'` integration \ [#1520](https://github.com/sinatra/sinatra/pull/1520) by Kunpei Sakai * Avoid `TypeError` when params contain a key without a value on Ruby < 2.4 \ [#1516](https://github.com/sinatra/sinatra/pull/1516) by Samuel Giddins * Improve development support and documentation and source code by Olle \ Jonsson, Basavanagowda Kanur, Yuki MINAMIYA |