pkgsrc-WIP-changes archive

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

ruby-rack-protection4: 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:53:04 2025 +0900
Changeset:	2c20c3b1ec17316b4354b9886273735375f67a79

Modified Files:
	ruby-rack-protection4/Makefile
	ruby-rack-protection4/PLIST
	ruby-rack-protection4/distinfo

Log Message:
ruby-rack-protection4: 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

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

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

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

diffs:
diff --git a/ruby-rack-protection4/Makefile b/ruby-rack-protection4/Makefile
index fb0bcf5f71..09ea43646d 100644
--- a/ruby-rack-protection4/Makefile
+++ b/ruby-rack-protection4/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	rack-protection-4.0.0
+DISTNAME=	rack-protection-4.1.1
 PKGNAME=	${RUBY_PKGPREFIX}-${DISTNAME:S/rack-protection/rack-protection4/}
 CATEGORIES=	www
 
diff --git a/ruby-rack-protection4/PLIST b/ruby-rack-protection4/PLIST
index 40b4f71ffe..8bcc85f949 100644
--- a/ruby-rack-protection4/PLIST
+++ b/ruby-rack-protection4/PLIST
@@ -13,6 +13,7 @@ ${GEM_LIBDIR}/lib/rack/protection/cookie_tossing.rb
 ${GEM_LIBDIR}/lib/rack/protection/escaped_params.rb
 ${GEM_LIBDIR}/lib/rack/protection/form_token.rb
 ${GEM_LIBDIR}/lib/rack/protection/frame_options.rb
+${GEM_LIBDIR}/lib/rack/protection/host_authorization.rb
 ${GEM_LIBDIR}/lib/rack/protection/http_origin.rb
 ${GEM_LIBDIR}/lib/rack/protection/ip_spoofing.rb
 ${GEM_LIBDIR}/lib/rack/protection/json_csrf.rb
@@ -27,5 +28,3 @@ ${GEM_LIBDIR}/lib/rack/protection/xss_header.rb
 ${GEM_LIBDIR}/lib/rack_protection.rb
 ${GEM_LIBDIR}/rack-protection.gemspec
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
-@pkgdir lib/ruby/gems/3.2.0/plugins
-@pkgdir lib/ruby/gems/3.2.0/extensions
diff --git a/ruby-rack-protection4/distinfo b/ruby-rack-protection4/distinfo
index 1484616425..f2c54587a8 100644
--- a/ruby-rack-protection4/distinfo
+++ b/ruby-rack-protection4/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (rack-protection-4.0.0.gem) = 92478345e41f45dab7a9a592c81f410cf9a653b0bdfe572cab44312c9ad8556e
-SHA512 (rack-protection-4.0.0.gem) = 5eb33e4829e5e0d320a14d169fd007111641e388f2b6e5f8de98d45dfd1e6705cdb4e1ce29524ebb6fb5afe14079b8e5370c9c389cb2befca4ca508da73165b3
-Size (rack-protection-4.0.0.gem) = 17408 bytes
+BLAKE2s (rack-protection-4.1.1.gem) = 5af7530a71359e36e9d12d0fd705d96f1e77fe8940f08e86a2e89bf310b9e009
+SHA512 (rack-protection-4.1.1.gem) = 0f5fd96d93eab654a7333fe75772b460e91b129da143df420f84ac259f2e24e3b1cf5a1892c1edd2dee3a2ed456cd025ae49dc961c7122a1852de3f15f77d1b1
+Size (rack-protection-4.1.1.gem) = 18432 bytes


Home | Main Index | Thread Index | Old Index