pkgsrc-WIP-changes archive

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

ruby-sinatra-contrib4: Update to 4.1.1



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Sun Jan 19 00:59:01 2025 +0900
Changeset:	d121c5424e0171fb07186015e6767cafa05b776d

Modified Files:
	ruby-sinatra-contrib4/Makefile
	ruby-sinatra-contrib4/distinfo

Log Message:
ruby-sinatra-contrib4: Update to 4.1.1

4.1.1 / 2024-11-20

- Fix: Restore WEBrick support (#2067)

4.1.0 / 2024-11-18

- New: Add host_authorization setting (#2053)
  - Defaults to .localhost, .test and any IP address in development
    mode.
  - Security: addresses CVE-2024-21510.

- Fix: Return an instance of Sinatra::IndifferentHash when calling
  #except (#2044)
- Fix: Address warning from URI for Ruby 3.4 (#2060)
- Fix: rackup no longer depends on WEBrick, recommend Puma
  instead (4a558503)
- Fix: Zeitwerk 2.7.0+ compatibility (#2050)
- Fix: Address warning about Hash construction for Ruby 3.4 (#2028)
- Fix: Declare missing dependencies for Ruby 3.5 (#2032)
- Fix: Compatibility with --enable-frozen-string-literal (#2033)
- Fix: Rack 3.1 compatibility (#2035)
-     Don't depend on Rack::Logger
-     Don't delete content-length header when Rack::Files is used

3 files changed, 5 insertions(+), 6 deletions(-)
ruby-rack-protection4/Makefile | 2 +-
ruby-rack-protection4/PLIST    | 3 +--
ruby-rack-protection4/distinfo | 6 +++---

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d121c5424e0171fb07186015e6767cafa05b776d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ruby-sinatra-contrib4/Makefile | 6 +++---
 ruby-sinatra-contrib4/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/ruby-sinatra-contrib4/Makefile b/ruby-sinatra-contrib4/Makefile
index 31c9558734..d88f369ba2 100644
--- a/ruby-sinatra-contrib4/Makefile
+++ b/ruby-sinatra-contrib4/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	sinatra-contrib-4.0.0
+DISTNAME=	sinatra-contrib-4.1.1
 PKGNAME=	${RUBY_PKGPREFIX}-${DISTNAME:S/sinatra-contrib/sinatra-contrib4/}
 CATEGORIES=	www
 
@@ -9,10 +9,10 @@ HOMEPAGE=	http://www.sinatrarb.com/contrib/
 COMMENT=	Collection of useful Sinatra extensions
 LICENSE=	mit
 
-DEPENDS+=	${RUBY_PKGPREFIX}-sinatra4:../../wip/ruby-sinatra4
+DEPENDS+=	${RUBY_PKGPREFIX}-sinatra4-4.1.1:../../wip/ruby-sinatra4
 DEPENDS+=	${RUBY_PKGPREFIX}-mustermann>=3.0<4:../../www/ruby-mustermann
 DEPENDS+=	${RUBY_PKGPREFIX}-tilt>=2.0<3:../../textproc/ruby-tilt
-DEPENDS+=	${RUBY_PKGPREFIX}-rack-protection4-4.0.0:../../wip/ruby-rack-protection4
+DEPENDS+=	${RUBY_PKGPREFIX}-rack-protection4-4.1.1:../../wip/ruby-rack-protection4
 DEPENDS+=	${RUBY_PKGPREFIX}-multi_json-[0-9]*:../../textproc/ruby-multi_json
 
 USE_LANGUAGES=	# empty
diff --git a/ruby-sinatra-contrib4/distinfo b/ruby-sinatra-contrib4/distinfo
index b88fbc8cec..3d56b4d119 100644
--- a/ruby-sinatra-contrib4/distinfo
+++ b/ruby-sinatra-contrib4/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (sinatra-contrib-4.0.0.gem) = 756a58060d5a626fb54574f6c2949a9292205dddfcf8d8ca8d446d5c93475547
-SHA512 (sinatra-contrib-4.0.0.gem) = 2c52a86959e030b26f2e6585945324d4e3759f177844c32877b4e1b9f1d8827eb0292cf58844db9d6fdb58ce508fad62902a7b3c66612bda650ac4a23c0c256c
-Size (sinatra-contrib-4.0.0.gem) = 33792 bytes
+BLAKE2s (sinatra-contrib-4.1.1.gem) = 94e5f414113a239a1118cafa168b51de5fb21f3b034e825f83a87521b277a691
+SHA512 (sinatra-contrib-4.1.1.gem) = 47ed66845177bcadd91ee1fdc2bbea9f3076a651343b2bb6c5b2e6314784b589d6496b99fc5dbeded2659072b31f4dd430cdcba52f652bb9c3362b8b6ce2be43
+Size (sinatra-contrib-4.1.1.gem) = 33792 bytes


Home | Main Index | Thread Index | Old Index