Received: by mail.netbsd.org (Postfix, from userid 605) id 0943484D84; Wed, 15 Mar 2023 13:48:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3842C84D27 for ; Wed, 15 Mar 2023 13:47:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id nRND_L4-IEcQ for ; Wed, 15 Mar 2023 13:47:58 +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 422F784CEF for ; Wed, 15 Mar 2023 13:47:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 361B1FA90; Wed, 15 Mar 2023 13:47:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16788880789180" MIME-Version: 1.0 Date: Wed, 15 Mar 2023 13:47:58 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-redmine50 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230315134758.361B1FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16788880789180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Mar 15 13:47:58 UTC 2023 Modified Files: pkgsrc/devel/ruby-redmine50: Makefile distinfo pkgsrc/devel/ruby-redmine50/patches: patch-Gemfile Log Message: devel/ruby-redmine50: update to 5.0.5 5.0.5 (2023-03-05) Code cleanup/refactoring * Patch #38141: Update copyright year to 2023 Documentation * Defect #38114: Example plugin (extra/sample_plugin) breaks Activity page Gems support * Defect #38239: Test failure with Commonmarker 0.23.8 * Patch #38135: Allow use of Puma 6.0.0 or later * Patch #38272: Update RBPDF to 1.21 [Groups] * Patch #38144: Refactoring: Use Group.visible instead of manual visibility check in GroupsController [Importers] * Defect #38254: Time Entry Import fails to import custom fields with "User" format [Issues] * Defect #37755: Mentioning users with certain characters renders incorrectly * Defect #38217: "Property changes" tab does not appear when all issue journals have both notes and property changes [PDF export] * Defect #32740: Incorrect characters when copying out of a Redmine generated PDF * Defect #36452: Infinite loop on PDF export if image included with attributes [Project settings] * Defect #38064: Avoid exception when adding a project without any givable roles defined [Rails support] * Defect #36273: Modifying the source code of a plugin does not reload it after r21295 * Defect #38199: Fix deprecation warning for db:structure:dump in db:migrate when using sql schema format * Patch #38191: Update Rails to 6.1.7.2 [Security] * Defect #38063: Avoid double-render error with ApplicationController#find_optional_project * Defect #38070: Role#permission_tracker? and related does not consider whether the base permission is (still) set * Defect #38133: Update Nokogiri to fix several security issues * Defect #38297: Insufficient permission checks when adding attachments to issues [SEO] * Defect #38201: Fix robots.txt to disallow issue lists with a sort or query_id parameter in any position [Text formatting] * Defect #37881: Thumbnails are no longer fetched for all notes of an issue * Defect #38073: CommonMark Markdown formatter does not support min-width, max-width, min-height, and max-height CSS properties * Defect #38215: Nested CommonMark Markdown task lists are not indented [Time tracking] * Defect #35066: Missing project_id in redirect after clicking "Create and add another" button * Defect #38237: Unable to choose any user other than the current user when logging spent time after clicking "Create and add another" To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-redmine50/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-redmine50/distinfo cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-redmine50/patches/patch-Gemfile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16788880789180 Content-Disposition: inline Content-Length: 5142 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-redmine50/Makefile diff -u pkgsrc/devel/ruby-redmine50/Makefile:1.9 pkgsrc/devel/ruby-redmine50/Makefile:1.10 --- pkgsrc/devel/ruby-redmine50/Makefile:1.9 Thu Feb 23 14:49:24 2023 +++ pkgsrc/devel/ruby-redmine50/Makefile Wed Mar 15 13:47:57 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2023/02/23 14:49:24 taca Exp $ +# $NetBSD: Makefile,v 1.10 2023/03/15 13:47:57 taca Exp $ DISTNAME= redmine-${RM_VERSION} PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/redmine/redmine${RM_VER}/} -PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= https://www.redmine.org/releases/ @@ -11,7 +10,7 @@ HOMEPAGE= https://www.redmine.org/ COMMENT= Flexible project management web application LICENSE= gnu-gpl-v2 # and so on. -RM_VERSION= 5.0.4 +RM_VERSION= 5.0.5 NO_BUILD= yes @@ -33,7 +32,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-marcel>=1.0. DEPENDS+= ${RUBY_PKGPREFIX}-mail>=2.7.1<2.8:../../mail/ruby-mail DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.13.4:../../textproc/ruby-nokogiri DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=1.10.0<1.11:../../devel/ruby-i18n -DEPENDS+= ${RUBY_PKGPREFIX}-rbpdf>=1.20.0<1.21:../../print/ruby-rbpdf +DEPENDS+= ${RUBY_PKGPREFIX}-rbpdf>=1.21.0<1.22:../../print/ruby-rbpdf DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=0:../../net/ruby-addressable DEPENDS+= ${RUBY_PKGPREFIX}-zip>=2.3.0<2.4:../../archivers/ruby-zip DEPENDS+= ${RUBY_PKGPREFIX}-rotp>=6.2.0:../../security/ruby-rotp Index: pkgsrc/devel/ruby-redmine50/distinfo diff -u pkgsrc/devel/ruby-redmine50/distinfo:1.5 pkgsrc/devel/ruby-redmine50/distinfo:1.6 --- pkgsrc/devel/ruby-redmine50/distinfo:1.5 Sun Jan 15 15:10:43 2023 +++ pkgsrc/devel/ruby-redmine50/distinfo Wed Mar 15 13:47:57 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2023/01/15 15:10:43 taca Exp $ +$NetBSD: distinfo,v 1.6 2023/03/15 13:47:57 taca Exp $ -BLAKE2s (redmine-5.0.4.tar.gz) = e33640331e7045baf015ff373c1fae06689a28db5eb25cddfd3cfbbfb1710bc2 -SHA512 (redmine-5.0.4.tar.gz) = e1c0693ae1d4c71de7bef8d78b42e2d81cd53a2bd0bdfa83778528f40b5d43bb118e8e22f29112130f3082ddafd0c8931b05d5409e7a3f8a23dc619c5d84cf78 -Size (redmine-5.0.4.tar.gz) = 3114593 bytes -SHA1 (patch-Gemfile) = d3783506b2b5d09c9b4d5ffc35c9a5c702b98643 +BLAKE2s (redmine-5.0.5.tar.gz) = d467f73578fcf9587b638c18f2304c31f6ba6f4e50190fb1846c6d8e3d9df8e7 +SHA512 (redmine-5.0.5.tar.gz) = 95b7926008ac3ed53b091a05793ad2372a5e9a5194629811f3cefe38c3b550971f0eb424fb5f7eb9fec0c014632c694d90859945544cadae987f7ddff31d6ce4 +Size (redmine-5.0.5.tar.gz) = 3115940 bytes +SHA1 (patch-Gemfile) = 12a10d39ce77c8d95f1e163efcc63270ac661af7 SHA1 (patch-config_additional__environment.rb.example) = 7ad913800c5f31fdd9b71aa92294bdbeea7b77fe SHA1 (patch-lib_tasks_initializers.rake) = 73c4594c94abd28e628bbd172565b161f0e54fff Index: pkgsrc/devel/ruby-redmine50/patches/patch-Gemfile diff -u pkgsrc/devel/ruby-redmine50/patches/patch-Gemfile:1.5 pkgsrc/devel/ruby-redmine50/patches/patch-Gemfile:1.6 --- pkgsrc/devel/ruby-redmine50/patches/patch-Gemfile:1.5 Sun Jan 15 15:10:43 2023 +++ pkgsrc/devel/ruby-redmine50/patches/patch-Gemfile Wed Mar 15 13:47:58 2023 @@ -1,16 +1,16 @@ -$NetBSD: patch-Gemfile,v 1.5 2023/01/15 15:10:43 taca Exp $ +$NetBSD: patch-Gemfile,v 1.6 2023/03/15 13:47:58 taca Exp $ * Relax dependency. * Do not load gem for developemt and test. ---- Gemfile.orig 2022-12-01 15:40:32.000000000 +0000 +--- Gemfile.orig 2023-03-05 21:35:36.000000000 +0000 +++ Gemfile @@ -3,9 +3,9 @@ source 'https://rubygems.org' ruby '>= 2.5.0', '< 3.2.0' gem 'bundler', '>= 1.12.0' --gem 'rails', '6.1.7' -+gem 'rails', '~>6.1' +-gem 'rails', '6.1.7.2' ++gem 'rails', '~> 6.1.7' gem 'globalid', '~> 0.4.2' if Gem.ruby_version < Gem::Version.new('2.6.0') -gem 'rouge', '~> 3.28.0' +gem 'rouge', '~> 3.28' @@ -21,11 +21,11 @@ $NetBSD: patch-Gemfile,v 1.5 2023/01/15 gem 'marcel' gem "mail", "~> 2.7.1" gem 'csv', '~> 3.2.0' --gem 'nokogiri', (Gem.ruby_version < Gem::Version.new('2.6.0') ? '~> 1.12.5' : '~> 1.13.4') +-gem 'nokogiri', (Gem.ruby_version < Gem::Version.new('2.6.0') ? '~> 1.12.5' : '~> 1.13.10') +gem 'nokogiri', (Gem.ruby_version < Gem::Version.new('2.6.0') ? '~> 1.12.5' : '~> 1.13') gem "rexml", require: false if Gem.ruby_version >= Gem::Version.new('3.0') gem 'i18n', '~> 1.10.0' - gem "rbpdf", "~> 1.20.0" + gem 'rbpdf', '~> 1.21.0' @@ -39,7 +39,7 @@ end # Optional gem for exporting the gantt to a PNG file @@ -41,7 +41,7 @@ $NetBSD: patch-Gemfile,v 1.5 2023/01/15 group :common_mark do - gem "html-pipeline", "~> 2.13.2" + gem "html-pipeline", "~> 2.13" - gem "commonmarker", (Gem.ruby_version < Gem::Version.new('2.6.0') ? '0.21.0' : '~> 0.23.6') + gem "commonmarker", (Gem.ruby_version < Gem::Version.new('2.6.0') ? '0.21.0' : '~> 0.23.8') gem "sanitize", "~> 6.0" gem 'deckar01-task_list', '2.3.2' @@ -69,7 +69,7 @@ if File.exist?(database_file) @@ -61,7 +61,7 @@ $NetBSD: patch-Gemfile,v 1.5 2023/01/15 group :development do gem 'listen', '~> 3.3' gem "yard" -@@ -107,6 +108,7 @@ group :test do +@@ -112,6 +113,7 @@ group :test do gem 'rubocop-performance', '~> 1.13.0' gem 'rubocop-rails', '~> 2.14.0' end --_----------=_16788880789180--