pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-railties71
Module Name: pkgsrc
Committed By: taca
Date: Sun Sep 22 13:28:03 UTC 2024
Modified Files:
pkgsrc/devel/ruby-railties71: PLIST distinfo
Removed Files:
pkgsrc/devel/ruby-railties71/patches: patch-lib_rails.rb
Log Message:
devel/ruby-railties71: update to 7.1.4
* pkgsrc change: fix a pkglint warning related to ALTERNATIVES.
Railties 7.1.4 (2024-08-22)
* Preserve --asset-pipeline propshaft when running app:update.
(Zacharias Knudsen)
* Allow string keys for SQLCommenter. (Ngan Pham)
* Fix derived foreign key to return correctly when association id is
part of query constraints. (Varun Sharma)
* Show warning for secret_key_base in development too. (fatkodima)
* Fix sanitizer vendor configuration in 7.1 defaults.
In apps where rails-html-sanitizer was not eagerly loaded, the
sanitizer default could end up being Rails::HTML4::Sanitizer when it
should be set to Rails::HTML5::Sanitizer.
(Mike Dalessio, Rafael Mendonça França)
* Revert the use of Concurrent.physical_processor_count in default Puma config
While for many people this saves one config to set, for many others
using a shared hosting solution, this cause the default
configuration to spawn way more workers than reasonable.
There is unfortunately no reliable way to detect how many cores an
application can realistically use, and even then, assuming the
application should use all the machine resources is often wrong.
(Jean Boussier)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-railties71/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-railties71/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/devel/ruby-railties71/patches/patch-lib_rails.rb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-railties71/PLIST
diff -u pkgsrc/devel/ruby-railties71/PLIST:1.1 pkgsrc/devel/ruby-railties71/PLIST:1.2
--- pkgsrc/devel/ruby-railties71/PLIST:1.1 Thu Nov 30 15:34:32 2023
+++ pkgsrc/devel/ruby-railties71/PLIST Sun Sep 22 13:28:02 2024
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2023/11/30 15:34:32 taca Exp $
-bin/rails71${RUBY_SUFFIX}
+@comment $NetBSD: PLIST,v 1.2 2024/09/22 13:28:02 taca Exp $
+bin/rails${RUBY_RAILS}${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/MIT-LICENSE
Index: pkgsrc/devel/ruby-railties71/distinfo
diff -u pkgsrc/devel/ruby-railties71/distinfo:1.5 pkgsrc/devel/ruby-railties71/distinfo:1.6
--- pkgsrc/devel/ruby-railties71/distinfo:1.5 Wed Jun 5 16:44:18 2024
+++ pkgsrc/devel/ruby-railties71/distinfo Sun Sep 22 13:28:02 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/06/05 16:44:18 taca Exp $
+$NetBSD: distinfo,v 1.6 2024/09/22 13:28:02 taca Exp $
-BLAKE2s (railties-7.1.3.4.gem) = 4d2981692c6ad18961d6a17c62dc397fadacdf1d890062641962f55470616bc0
-SHA512 (railties-7.1.3.4.gem) = c418a7aa12cd6f9015622a4400c33d3b9edf78d59ec03a7ebbe9bb4d5e4597b6ffbdc3530525c952df08ab7b50c217482581022e0d70ff68fd7659f01d5dcb58
-Size (railties-7.1.3.4.gem) = 181760 bytes
-SHA1 (patch-lib_rails.rb) = 126077d8e0f04f469197f37c8806791d96ad6b57
+BLAKE2s (railties-7.1.4.gem) = 31e62d4f6337066840241b867e4f23eff160df0997144bac96860aad31bef9aa
+SHA512 (railties-7.1.4.gem) = 2e0ceca62b22573fce0ced5fb475007a0f6a84e3e597a4c0234d0414d345c2e501b0604ec399f4f2cd668bbff59b50f3a53e30f1a5dd6d7b77a05ad7a17c3fc0
+Size (railties-7.1.4.gem) = 182272 bytes
Home |
Main Index |
Thread Index |
Old Index