git: 23e688e7e43d - main - www/rubygem-rack-cors: update to 1.1.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Jun 2022 10:20:50 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=23e688e7e43d618a5ca7974c8501fd40561b04fd commit 23e688e7e43d618a5ca7974c8501fd40561b04fd Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2022-06-24 09:59:18 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2022-06-24 10:20:04 +0000 www/rubygem-rack-cors: update to 1.1.1 Required for gitlab-ce 15.1 Changelog: https://github.com/cyu/rack-cors/blob/master/CHANGELOG.md 1.1.1 - 2019-12-29 Changed Allow //* to match // and / paths 1.1.0 - 2019-11-19 Changed Use Rack::Utils.escape_path instead of Rack::Utils.escape Require Rack 2.0 for escape_path method Don't try to clean path if invalid. Return 400 (Bad Request) on preflights with invalid path --- www/rubygem-rack-cors/Makefile | 4 ++-- www/rubygem-rack-cors/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/rubygem-rack-cors/Makefile b/www/rubygem-rack-cors/Makefile index ca1274d058e3..c4b6b2e54659 100644 --- a/www/rubygem-rack-cors/Makefile +++ b/www/rubygem-rack-cors/Makefile @@ -1,7 +1,7 @@ # Created by: Michael Moll <kvedulv at kvedulv.de> PORTNAME= rack-cors -PORTVERSION= 1.0.6 +PORTVERSION= 1.1.1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= Middleware that will make Rack-based apps CORS compatible LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-rack>=1.6.0:www/rubygem-rack +RUN_DEPENDS= rubygem-rack>=2.0.0:www/rubygem-rack USES= gem USE_RUBY= yes diff --git a/www/rubygem-rack-cors/distinfo b/www/rubygem-rack-cors/distinfo index 638a798e2f87..65b6d3e3a0cd 100644 --- a/www/rubygem-rack-cors/distinfo +++ b/www/rubygem-rack-cors/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1580466776 -SHA256 (rubygem/rack-cors-1.0.6.gem) = 33dac9bf37cc16411013a9dd2af9c73bf9a6e6cc7e95a5c3d02f40156abdb71d -SIZE (rubygem/rack-cors-1.0.6.gem) = 53760 +TIMESTAMP = 1655733427 +SHA256 (rubygem/rack-cors-1.1.1.gem) = 4702644ac6d63ebbddff372a3cd4cd573513287e3524b5a5415f678970057a4b +SIZE (rubygem/rack-cors-1.1.1.gem) = 53760