Received: by mail.netbsd.org (Postfix, from userid 605) id 071A285920; Sun, 4 Feb 2024 15:15:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3672684F74 for ; Sun, 4 Feb 2024 15:15:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id WL3KCq18iPMr for ; Sun, 4 Feb 2024 15:15:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 84E2084CC9 for ; Sun, 4 Feb 2024 15:15:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7F908FA42; Sun, 4 Feb 2024 15:15:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707059718247750" MIME-Version: 1.0 Date: Sun, 4 Feb 2024 15:15:18 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-activestorage71 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240204151518.7F908FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707059718247750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: taca Date: Sun Feb 4 15:15:18 UTC 2024 Modified Files: pkgsrc/devel/ruby-activestorage71: PLIST distinfo Log Message: devel/ruby-activestorage71: update to 7.1.3 Active Storage (2024-01-16) * Fix N+1 query when fetching preview images for non-image assets. [Aaron Patterson & Justin Searls] * Fix all Active Storage database related models to respect ActiveRecord::Base.table_name_prefix configuration. [Chedli Bourguiba] * Fix ActiveStorage::Representations::ProxyController not returning the proper preview image variant for previewable files. [Chedli Bourguiba] * Fix ActiveStorage::Representations::ProxyController to proxy untracked variants. [Chedli Bourguiba] * Fix direct upload forms when submit button contains nested elements. [Marc Köhlbrugge] * When using the preprocessed: true option, avoid enqueuing transform jobs for blobs that are not representable. [Chedli Bourguiba] * Process preview image variant when calling ActiveStorage::Preview#processed. For example, attached_pdf.preview(:thumb).processed will now immediately generate the full-sized preview image and the :thumb variant of it. Previously, the :thumb variant would not be generated until a further call to e.g. processed.url. [Chedli Bourguiba and Jonathan Hefner] * Prevent ActiveRecord::StrictLoadingViolationError when strict loading is enabled and the variant of an Active Storage preview has already been processed (for example, by calling ActiveStorage::Preview#url). [Jonathan Hefner] * Fix preprocessed: true option for named variants of previewable files. [Nico Wenterodt] To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-activestorage71/PLIST \ pkgsrc/devel/ruby-activestorage71/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707059718247750 Content-Disposition: inline Content-Length: 2134 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-activestorage71/PLIST diff -u pkgsrc/devel/ruby-activestorage71/PLIST:1.1 pkgsrc/devel/ruby-activestorage71/PLIST:1.2 --- pkgsrc/devel/ruby-activestorage71/PLIST:1.1 Thu Nov 30 15:26:21 2023 +++ pkgsrc/devel/ruby-activestorage71/PLIST Sun Feb 4 15:15:18 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2023/11/30 15:26:21 taca Exp $ +@comment $NetBSD: PLIST,v 1.2 2024/02/04 15:15:18 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGELOG.md ${GEM_LIBDIR}/MIT-LICENSE @@ -37,6 +37,7 @@ ${GEM_LIBDIR}/app/models/active_storage/ ${GEM_LIBDIR}/app/models/active_storage/blob/analyzable.rb ${GEM_LIBDIR}/app/models/active_storage/blob/identifiable.rb ${GEM_LIBDIR}/app/models/active_storage/blob/representable.rb +${GEM_LIBDIR}/app/models/active_storage/blob/servable.rb ${GEM_LIBDIR}/app/models/active_storage/current.rb ${GEM_LIBDIR}/app/models/active_storage/filename.rb ${GEM_LIBDIR}/app/models/active_storage/named_variant.rb Index: pkgsrc/devel/ruby-activestorage71/distinfo diff -u pkgsrc/devel/ruby-activestorage71/distinfo:1.1 pkgsrc/devel/ruby-activestorage71/distinfo:1.2 --- pkgsrc/devel/ruby-activestorage71/distinfo:1.1 Thu Nov 30 15:26:21 2023 +++ pkgsrc/devel/ruby-activestorage71/distinfo Sun Feb 4 15:15:18 2024 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2023/11/30 15:26:21 taca Exp $ +$NetBSD: distinfo,v 1.2 2024/02/04 15:15:18 taca Exp $ -BLAKE2s (activestorage-7.1.2.gem) = d0d6dfb3aef8770db33d7386672dd868d14e9c5f4e7bd10503a6f724130be3da -SHA512 (activestorage-7.1.2.gem) = fa0e17ae78345573ecb0314b37fc46df11bd52ff11f01d0e63caacc1947efc96048a8e7368ff09153b297c296494287db7aea07a42a4866039568c3a090a2ac0 -Size (activestorage-7.1.2.gem) = 66560 bytes +BLAKE2s (activestorage-7.1.3.gem) = bc90e4510f47c1e237904a82cf104086fa586800cd00eff56f043ce83a859b72 +SHA512 (activestorage-7.1.3.gem) = e04fa9448d9cfb252c02386b022fceb89c29b3628b30cea710c578673485f571b32a978b893d23d85543c659e0d81a1675d9518de68058f4c35e7fcd6784c145 +Size (activestorage-7.1.3.gem) = 67072 bytes SHA1 (patch-lib_active__storage.rb) = a960f1bdc89285eb961cbba44e04a7599eee6cc8 --_----------=_1707059718247750--