pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-redmine60
Module Name: pkgsrc
Committed By: taca
Date: Wed Oct 8 14:09:48 UTC 2025
Modified Files:
pkgsrc/devel/ruby-redmine60: Makefile distinfo
pkgsrc/devel/ruby-redmine60/patches: patch-Gemfile
Log Message:
devel/ruby-redmine60: update to 6.0.7
6.0.7 (2025-09-21)
[Administration]
* Defect #43174: CookieOverflow error when deleting a tracker used by
many projects
[Code cleanup/refactoring]
* Patch #43035: Remove empty rubyonrails.yml on 6.0-stable branch
[Documentation]
* Defect #43204: Adds missing documentation for issue macro to fr and
ru languages
[Gantt]
* Defect #43014: Content in selected columns overflows to the right in
Gantt chart
[Importers]
* Defect #42957: Incorrect "for" attribute in labels of issue
relations import
[Issues]
* Defect #43192: Done ratio interval in issue context menu does not
respect Done Ratio Interval setting
[Rails support]
* Patch #43141: Update Rails to 7.2.2.2
[Security]
* Defect #42998: Username and password stored in login form
* Defect #43083: Information disclosure in Two-Factor Authentication
* Defect #43161: When copying issues, all existing custom values are
set to the new issue without sufficient validation
[SCM]
* Defect #43002: RepositoriesSubversionControllerTest fails in
5.1-stable due to missing foo.js in test repository
[Translations]
* Patch #42971: Italian translation update for 6.0-stable
[UI]
* Defect #43004: Watchers list is not properly displayed in Gantt table
* Defect #43175: Fix some issues with missing or misplaced html tags
* Patch #43008: Display icon-actions on hover with the same color as links
* Patch #43196: Improve spacing of checkboxes in CSV export options dialog
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-redmine60/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-redmine60/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-redmine60/patches/patch-Gemfile
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-redmine60/Makefile
diff -u pkgsrc/devel/ruby-redmine60/Makefile:1.8 pkgsrc/devel/ruby-redmine60/Makefile:1.9
--- pkgsrc/devel/ruby-redmine60/Makefile:1.8 Mon Aug 11 08:38:44 2025
+++ pkgsrc/devel/ruby-redmine60/Makefile Wed Oct 8 14:09:47 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2025/08/11 08:38:44 taca Exp $
+# $NetBSD: Makefile,v 1.9 2025/10/08 14:09:47 taca Exp $
DISTNAME= redmine-${RM_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/redmine/redmine${RM_VER}/}
@@ -10,7 +10,7 @@ HOMEPAGE= https://www.redmine.org/
COMMENT= Flexible project management web application
LICENSE= gnu-gpl-v2 # and so on.
-RM_VERSION= 6.0.6
+RM_VERSION= 6.0.7
NO_BUILD= yes
Index: pkgsrc/devel/ruby-redmine60/distinfo
diff -u pkgsrc/devel/ruby-redmine60/distinfo:1.5 pkgsrc/devel/ruby-redmine60/distinfo:1.6
--- pkgsrc/devel/ruby-redmine60/distinfo:1.5 Mon Aug 11 08:38:44 2025
+++ pkgsrc/devel/ruby-redmine60/distinfo Wed Oct 8 14:09:47 2025
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.5 2025/08/11 08:38:44 taca Exp $
+$NetBSD: distinfo,v 1.6 2025/10/08 14:09:47 taca Exp $
-BLAKE2s (redmine-6.0.6.tar.gz) = 6dc2629c2e1246656c5f70a259be0c108ceee544999e9d16a88d968e2ee89d03
-SHA512 (redmine-6.0.6.tar.gz) = 08b56b59ca15a154a9f57b93f147872214cad281a7c61fd997745c23c343d92f3627fec894fe95f33f6e252ed8103be35a0a55d42d20b8a3e04696491a31d9a9
-Size (redmine-6.0.6.tar.gz) = 4068009 bytes
-SHA1 (patch-Gemfile) = d2cce8bf015232e878702703cf5a51b85d5fe750
+BLAKE2s (redmine-6.0.7.tar.gz) = c89da9bee5005430d5a17a4f9a2e49a0408634fd4df6f7ff2217cbfa172fa3fd
+SHA512 (redmine-6.0.7.tar.gz) = a623b9029200b96fc14dc83fb1fad3f0ee86cafde761b69ed22ed4ce111b0f2d719b1961a10ceeac41aa5d18744a783af38abf8f345ecd4ea9e6f431684430df
+Size (redmine-6.0.7.tar.gz) = 4070327 bytes
+SHA1 (patch-Gemfile) = 6b6806545cdb54222597987b0d390f17bb2509e3
SHA1 (patch-config_additional__environment.rb.example) = 7ad913800c5f31fdd9b71aa92294bdbeea7b77fe
SHA1 (patch-lib_redmine_scm_adapters_mercurial_redminehelper.py) = 87db1005896b2a962b8b93ec5b5b7d313ae6f691
SHA1 (patch-lib_tasks_initializers.rake) = d5ccb73cff6baedee9dfbe7563e25925f1ff9d85
Index: pkgsrc/devel/ruby-redmine60/patches/patch-Gemfile
diff -u pkgsrc/devel/ruby-redmine60/patches/patch-Gemfile:1.3 pkgsrc/devel/ruby-redmine60/patches/patch-Gemfile:1.4
--- pkgsrc/devel/ruby-redmine60/patches/patch-Gemfile:1.3 Sun Mar 16 12:29:40 2025
+++ pkgsrc/devel/ruby-redmine60/patches/patch-Gemfile Wed Oct 8 14:09:48 2025
@@ -1,15 +1,15 @@
-$NetBSD: patch-Gemfile,v 1.3 2025/03/16 12:29:40 taca Exp $
+$NetBSD: patch-Gemfile,v 1.4 2025/10/08 14:09:48 taca Exp $
* Relax dependency.
* Do not load gem for developemt and test.
---- Gemfile.orig 2025-03-10 23:30:05.000000000 +0000
+--- Gemfile.orig 2025-09-21 10:15:05.000000000 +0000
+++ Gemfile
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
ruby '>= 3.1.0', '< 3.4.0'
--gem 'rails', '7.2.2.1'
+-gem 'rails', '7.2.2.2'
+gem 'rails', '~>7.2.2'
gem 'rouge', '~> 4.5'
gem 'mini_mime', '~> 1.1.0'
Home |
Main Index |
Thread Index |
Old Index