pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-redmine51
Module Name: pkgsrc
Committed By: taca
Date: Mon Aug 11 08:41:05 UTC 2025
Modified Files:
pkgsrc/devel/ruby-redmine51: Makefile distinfo
Log Message:
devel/ruby-redmine51: update to 5.1.9
5.1.9 (2025-07-07)
Code cleanup/refactoring
* Defect #42687: Fix random failures in several system tests with Chrome 133
and later
* Patch #42422: Use Capybara's assert_current_path in "log_user" steps to
wait for page in ApplicationSystemTestCase
* Patch #42600: Suppress "Change your password" popup for stable system
tests
* Patch #42756: Update tests for rails-dom-testing 2.3.0 whitespace
collapsing
Database
* Defect #42622: Joining both atom_token and api_token on the User model
causes an error due to the ambiguous column name "action"
Email receiving
* Defect #42962: Mail handler fails to create issues from emails over 4MB on
Rack >= 3.1.14
Gems support
* Defect #42606: RuboCop warning about deprecated `EnsureNode#body` with
rubocop-ast >= 1.41
I18n
* Defect #42815: Limit available locales to those defined by Redmine itself
no longer works
Issues workflow
* Defect #42875: "Page not found" error when saving workflows with many
statuses on Rack >= 3.1.14
No category
* Patch #42688: Run system tests on GitHub CI
Performance
* Defect #42933: Fix N+1 query issue in Wiki history page when loading
authors of Wiki content versions
SCM
* Defect #42839: Downloading .js files from the repository browser fails
with a 422 error due to ActionController::InvalidCrossOriginRequest
* Patch #42597: Skip some Mercurial tests when using Mercurial 5.1 or later
in Redmine 6.0 or 5.1
Security
* Patch #42662: Require net-imap gem 0.2.5, 0.3.9, 0.4.20, 0.5.7, or later
to address CVE-2025-43857
Text formatting
* Defect #42648: Wiki/CommonMark: Broken references for multiple footnote
usage
[UI]
* Defect #42640: Query totals overlaps query buttons when an RTL language is
used
* Patch #42794: Hide irrelevant information when printing
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-redmine51/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-redmine51/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-redmine51/Makefile
diff -u pkgsrc/devel/ruby-redmine51/Makefile:1.15 pkgsrc/devel/ruby-redmine51/Makefile:1.16
--- pkgsrc/devel/ruby-redmine51/Makefile:1.15 Thu Jun 12 14:30:39 2025
+++ pkgsrc/devel/ruby-redmine51/Makefile Mon Aug 11 08:41:05 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2025/06/12 14:30:39 taca Exp $
+# $NetBSD: Makefile,v 1.16 2025/08/11 08:41:05 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= 5.1.8
+RM_VERSION= 5.1.9
NO_BUILD= yes
Index: pkgsrc/devel/ruby-redmine51/distinfo
diff -u pkgsrc/devel/ruby-redmine51/distinfo:1.10 pkgsrc/devel/ruby-redmine51/distinfo:1.11
--- pkgsrc/devel/ruby-redmine51/distinfo:1.10 Sat May 17 07:23:36 2025
+++ pkgsrc/devel/ruby-redmine51/distinfo Mon Aug 11 08:41:05 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2025/05/17 07:23:36 taca Exp $
+$NetBSD: distinfo,v 1.11 2025/08/11 08:41:05 taca Exp $
-BLAKE2s (redmine-5.1.8.tar.gz) = 38235ce0a1a60d12e2b7a4dd93c7f39feeaef95f58b8d36fb9ce11f0e074c51c
-SHA512 (redmine-5.1.8.tar.gz) = b62701d074eca5e24e1c1994933722993458957928f6bf0e47054ef9cf0067a0a73ae4691edee646def114ef14a7ace33ef37b8cdea203e83288db73d3dd32e7
-Size (redmine-5.1.8.tar.gz) = 3255783 bytes
+BLAKE2s (redmine-5.1.9.tar.gz) = c1a0bd319ed2def97897ba23c8ec9fc9ed544f7b7c49834fa1ba3cff1b22fa5e
+SHA512 (redmine-5.1.9.tar.gz) = 40c3781ad1f4053eefa0fd6f3e9ab4db362018afb9d4d52d2dac6a2009adac6b284558e07f6d6cd2449448ea7ae6f7a1ad0d27277a87f01f97212678e1171b12
+Size (redmine-5.1.9.tar.gz) = 3257644 bytes
SHA1 (patch-Gemfile) = e73bce697b8fba4a2ab4ca5aaf8fed7185da961e
SHA1 (patch-config_additional__environment.rb.example) = 7ad913800c5f31fdd9b71aa92294bdbeea7b77fe
SHA1 (patch-lib_redmine_scm_adapters_mercurial_redminehelper.py) = 87db1005896b2a962b8b93ec5b5b7d313ae6f691
Home |
Main Index |
Thread Index |
Old Index