Received: by mail.netbsd.org (Postfix, from userid 605) id 71CEA84EA4; Tue, 7 Jun 2022 15:18:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AB51084E60 for ; Tue, 7 Jun 2022 15:18:04 +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 rdkkisOVRHO0 for ; Tue, 7 Jun 2022 15:18:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1F33F84C2C for ; Tue, 7 Jun 2022 15:18:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 54778FB19; Tue, 7 Jun 2022 15:19:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1654615167264070" MIME-Version: 1.0 Date: Tue, 7 Jun 2022 15:19:27 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/databases/ruby-activerecord70 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220607151927.54778FB19@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1654615167264070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Jun 7 15:19:27 UTC 2022 Modified Files: pkgsrc/databases/ruby-activerecord70: distinfo Log Message: databases/ruby-activerecord70: update to 7.0.3 7.0.3 (2022-05-12) * Some internal housekeeping on reloads could break custom respond_to? methods in class objects that referenced reloadable constants. See #44125 for details. * Fixed MariaDB default function support. Defaults would be written wrong in "db/schema.rb" and not work correctly if using db:schema:load. Further more the function name would be added as string content when saving new records. * Fix remove_foreign_key with :if_exists option when foreign key actually exists. * Remove --no-comments flag in structure dumps for PostgreSQL This broke some apps that used custom schema comments. If you don't want comments in your structure dump, you can use: ActiveRecord::Tasks::DatabaseTasks.structure_dump_flags = ['--no-comments'] * Use the model name as a prefix when filtering encrypted attributes from logs. For example, when encrypting Person#name it will add person.name as a filter parameter, instead of just name. This prevents unintended filtering of parameters with a matching name in other models. * Fix quoting of ActiveSupport::Duration and Rational numbers in the MySQL adapter. * Fix change_column_comment to preserve column's AUTO_INCREMENT in the MySQL adapter To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/ruby-activerecord70/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1654615167264070 Content-Disposition: inline Content-Length: 1091 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/ruby-activerecord70/distinfo diff -u pkgsrc/databases/ruby-activerecord70/distinfo:1.5 pkgsrc/databases/ruby-activerecord70/distinfo:1.6 --- pkgsrc/databases/ruby-activerecord70/distinfo:1.5 Thu May 5 03:41:41 2022 +++ pkgsrc/databases/ruby-activerecord70/distinfo Tue Jun 7 15:19:27 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2022/05/05 03:41:41 taca Exp $ +$NetBSD: distinfo,v 1.6 2022/06/07 15:19:27 taca Exp $ -BLAKE2s (activerecord-7.0.2.4.gem) = dd60eecad26616c746e40c85a1364cd28713405250da039923099d9e7ffe1b04 -SHA512 (activerecord-7.0.2.4.gem) = 7d5bb169a09ace9c0222ef4619b8938ebd97cbd9ff1769badfe8f080247f59def0ac989ed527d44d81b017b16e7b213f8d5fd1c8188d9686864c464e67e61cb7 -Size (activerecord-7.0.2.4.gem) = 473088 bytes +BLAKE2s (activerecord-7.0.3.gem) = 59548ccc12044f0b75e889ecdc878b33a5609a25a36bbf3fe740b200af205379 +SHA512 (activerecord-7.0.3.gem) = 266a3957f4c51a11c76b0f7b61ae61a6881d8ef8524d0110bb20dd15e8cd7a0aaed956ce66c37170fba5ad2ce756f3716c950335a5eb87fc3927cbea18eab975 +Size (activerecord-7.0.3.gem) = 474112 bytes --_----------=_1654615167264070--