pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-activestorage61
Module Name: pkgsrc
Committed By: taca
Date: Sun Jul 4 08:02:54 UTC 2021
Modified Files:
pkgsrc/devel/ruby-activestorage61: PLIST distinfo
Log Message:
devel/ruby-activestorage61: update to 6.1.4
Active Storage
* The parameters sent to ffmpeg for generating a video preview image
are now configurable under
config.active_storage.video_preview_arguments. (Brendon Muir)
* Fix Active Storage update task when running in an engine. (Justin
Malčić*)
* Don't raise an error if the mime type is not recognized. Fixes
#41777. (Alex Ghiculescu)
* ActiveStorage::PreviewError is raised when a previewer is unable to
generate a preview image. (Alex Robbin)
* respond with 404 given invalid variation key when asking for
representations. (George Claghorn)
* Blob creation shouldn't crash if no service selected. (Alex
Ghiculescu)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-activestorage61/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-activestorage61/distinfo
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-activestorage61/PLIST
diff -u pkgsrc/devel/ruby-activestorage61/PLIST:1.1 pkgsrc/devel/ruby-activestorage61/PLIST:1.2
--- pkgsrc/devel/ruby-activestorage61/PLIST:1.1 Sun Feb 14 14:07:09 2021
+++ pkgsrc/devel/ruby-activestorage61/PLIST Sun Jul 4 08:02:54 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/02/14 14:07:09 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/07/04 08:02:54 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/MIT-LICENSE
@@ -9,6 +9,7 @@ ${GEM_LIBDIR}/app/controllers/active_sto
${GEM_LIBDIR}/app/controllers/active_storage/blobs/redirect_controller.rb
${GEM_LIBDIR}/app/controllers/active_storage/direct_uploads_controller.rb
${GEM_LIBDIR}/app/controllers/active_storage/disk_controller.rb
+${GEM_LIBDIR}/app/controllers/active_storage/representations/base_controller.rb
${GEM_LIBDIR}/app/controllers/active_storage/representations/proxy_controller.rb
${GEM_LIBDIR}/app/controllers/active_storage/representations/redirect_controller.rb
${GEM_LIBDIR}/app/controllers/concerns/active_storage/file_server.rb
Index: pkgsrc/devel/ruby-activestorage61/distinfo
diff -u pkgsrc/devel/ruby-activestorage61/distinfo:1.4 pkgsrc/devel/ruby-activestorage61/distinfo:1.5
--- pkgsrc/devel/ruby-activestorage61/distinfo:1.4 Sat May 8 14:08:56 2021
+++ pkgsrc/devel/ruby-activestorage61/distinfo Sun Jul 4 08:02:54 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/05/08 14:08:56 taca Exp $
+$NetBSD: distinfo,v 1.5 2021/07/04 08:02:54 taca Exp $
-SHA1 (activestorage-6.1.3.2.gem) = 4669dc65958fb8ffae41ccbc515cff957b7182c6
-RMD160 (activestorage-6.1.3.2.gem) = 9681304d64e1eff3ca6f091d4b9173a3a9420bb7
-SHA512 (activestorage-6.1.3.2.gem) = b604931961b901c9dbecf47f951399bd484d649d30a0dc35e1ac5e9678eca0b739fd75e5e78b19d016590fc9acd0c37c15bf24a808ca15551f3781d01ff11663
-Size (activestorage-6.1.3.2.gem) = 54784 bytes
+SHA1 (activestorage-6.1.4.gem) = 32da58efe2ea8069807658947e0918438c43ad72
+RMD160 (activestorage-6.1.4.gem) = a4f28f245ea7c47fa0d94c96d05ec622f7f9d53a
+SHA512 (activestorage-6.1.4.gem) = c208a4f7a96f0eebba36eec4df26d65fcf99b0a1d4e5d0653bb4ae5d6aeea731afa2ffcfd684c19eb991234bff8fe39275447603a793eb1c07db60c66ecf31a5
+Size (activestorage-6.1.4.gem) = 55296 bytes
Home |
Main Index |
Thread Index |
Old Index