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: Sun Mar 16 12:29:40 UTC 2025
Modified Files:
pkgsrc/devel/ruby-redmine60: Makefile PLIST distinfo
pkgsrc/devel/ruby-redmine60/patches: patch-Gemfile
Log Message:
lang/ruby-redmine60: update to 6.0.4
This is security release.
6.0.4 (2025-03-10)
[Administration]
* Feature #42008: Expose default Rails health check endpoint "/up" for load
balancers and uptime monitoring
[Code cleanup/refactoring]
* Defect #42200: InlineAutocompleteSystemTest login test fails randomly
* Patch #42244: Fix random failures in IssuesTest#test_bulk_copy due to
StaleElementReferenceError
[Custom fields]
* Defect #42233: Float custom values with ',' as decimal separator are not
converted to '.' and cause SQL errors when sorting or summing
[Gems support]
* Defect #42245: 5.1-stable: Redmine fails to start with error: Unknown
database adapter `"mysql2"` found in config/database.yml
[No category]
* Feature #30069: Use GitHub Actions as a secondary CI solution to run tests
through the existing mirroring
[Project settings]
* Defect #42192: Project settings members tab may raise ArgumentError if
orphaned member records exist
[Security]
* Defect #42238: Stored Cross-Site Scripting (XSS) in custom query
* Defect #42326: Stored Cross-Site Scripting (XSS) in macros
* Defect #42352: ProjectQuery leaks details of private projects
* Defect #42194: /my/account does not correctly enforce sudo mode
* Patch #42333: Update Nokogiri to 1.18.3
[Time tracking]
* Defect #42172: `format_hours` method produces incorrect output for
negative time values when `Setting.timespan_format` is "minutes"
[Translations]
* Defect #42170: Fix Turkish translation of field_assignable
* Patch #42239: Czech translation update for 6.0-stable
[UI]
* Defect #42229: Latest news box on home page misses icons
[UI - Responsive]
* Defect #42182: Poor color contrast of icons on flyout menu
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-redmine60/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-redmine60/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-redmine60/distinfo
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/devel/ruby-redmine60/Makefile:1.4
--- pkgsrc/devel/ruby-redmine60/Makefile:1.3 Sun Feb 9 10:31:30 2025
+++ pkgsrc/devel/ruby-redmine60/Makefile Sun Mar 16 12:29:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/02/09 10:31:30 taca Exp $
+# $NetBSD: Makefile,v 1.4 2025/03/16 12:29:39 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.3
+RM_VERSION= 6.0.4
NO_BUILD= yes
@@ -21,7 +21,7 @@ RUBY_RAILS_ACCEPTED= 72
PYTHON_VERSIONS_INCOMPATIBLE= 27
-OVERRIDE_GEMSPEC+= mini-magick>=4.11.0 nokogiri>=1.13.4
+OVERRIDE_GEMSPEC+= mini-magick>=4.11.0
#DEPENDS+= ${RUBY_PKGPREFIX}-bundler>=1.12.0:../../misc/ruby-bundler
DEPENDS+= ${RUBY_RAILS_DEPENDS}
@@ -33,7 +33,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-actionpack${
DEPENDS+= ${RUBY_PKGPREFIX}-roadie-rails${RUBY_RAILS}>=3.2.0<3.3:../../mail/ruby-roadie-rails
DEPENDS+= ${RUBY_PKGPREFIX}-marcel>=1.0.0:../../devel/ruby-marcel
DEPENDS+= ${RUBY_PKGPREFIX}-mail>=2.8.1<2.9:../../mail/ruby-mail
-DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.16<2:../../textproc/ruby-nokogiri
+DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.18.3<1.19:../../textproc/ruby-nokogiri
DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=1.14.1:../../devel/ruby-i18n
DEPENDS+= ${RUBY_PKGPREFIX}-rbpdf>=1.21.3<1.22:../../print/ruby-rbpdf
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=0:../../net/ruby-addressable
Index: pkgsrc/devel/ruby-redmine60/PLIST
diff -u pkgsrc/devel/ruby-redmine60/PLIST:1.1 pkgsrc/devel/ruby-redmine60/PLIST:1.2
--- pkgsrc/devel/ruby-redmine60/PLIST:1.1 Fri Dec 13 17:19:28 2024
+++ pkgsrc/devel/ruby-redmine60/PLIST Sun Mar 16 12:29:39 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2024/12/13 17:19:28 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/03/16 12:29:39 taca Exp $
bin/redmine60_generate_secret_token${RUBY_SUFFIX}.sh
bin/redmine60_load_default_data${RUBY_SUFFIX}.sh
bin/redmine60_migrate_db${RUBY_SUFFIX}.sh
@@ -461,6 +461,7 @@ share/${RUBY_NAME}-redmine60/app/models/
share/${RUBY_NAME}-redmine60/app/models/news.rb
share/${RUBY_NAME}-redmine60/app/models/principal.rb
share/${RUBY_NAME}-redmine60/app/models/project.rb
+share/${RUBY_NAME}-redmine60/app/models/project_admin_query.rb
share/${RUBY_NAME}-redmine60/app/models/project_custom_field.rb
share/${RUBY_NAME}-redmine60/app/models/project_query.rb
share/${RUBY_NAME}-redmine60/app/models/query.rb
@@ -2108,6 +2109,7 @@ share/${RUBY_NAME}-redmine60/test/unit/m
share/${RUBY_NAME}-redmine60/test/unit/message_test.rb
share/${RUBY_NAME}-redmine60/test/unit/news_test.rb
share/${RUBY_NAME}-redmine60/test/unit/principal_test.rb
+share/${RUBY_NAME}-redmine60/test/unit/project_admin_query_test.rb
share/${RUBY_NAME}-redmine60/test/unit/project_copy_test.rb
share/${RUBY_NAME}-redmine60/test/unit/project_members_inheritance_test.rb
share/${RUBY_NAME}-redmine60/test/unit/project_nested_set_concurrency_test.rb
Index: pkgsrc/devel/ruby-redmine60/distinfo
diff -u pkgsrc/devel/ruby-redmine60/distinfo:1.2 pkgsrc/devel/ruby-redmine60/distinfo:1.3
--- pkgsrc/devel/ruby-redmine60/distinfo:1.2 Sun Feb 9 10:31:30 2025
+++ pkgsrc/devel/ruby-redmine60/distinfo Sun Mar 16 12:29:39 2025
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.2 2025/02/09 10:31:30 taca Exp $
+$NetBSD: distinfo,v 1.3 2025/03/16 12:29:39 taca Exp $
-BLAKE2s (redmine-6.0.3.tar.gz) = a0b2c791912e08f08358247f8d1bc8eae669136f99aa75a7eb175c3230bd69d5
-SHA512 (redmine-6.0.3.tar.gz) = d6d949cdf6e55265206b8789acb03059a043e64bf7e3bf1c13f889a251f57ebcd8419f8155feafce762fbfcfca8f687b6d8bc0d55ab6107e7c67f751a4b6baa9
-Size (redmine-6.0.3.tar.gz) = 4057070 bytes
-SHA1 (patch-Gemfile) = 5459b5df84fa400497b5409dc7ed521a9a426606
+BLAKE2s (redmine-6.0.4.tar.gz) = d905b9989cbf1e42c77fdafeb1af56a2c676115ae70a440dac10db28084e307d
+SHA512 (redmine-6.0.4.tar.gz) = ad61ae178a4b0aee1f1bff1bb65757af459f6407a75d00e9b74818ceaf9be783bec2c7f3ad1879d984ffc86e77e71663167361d75f7536a5650c9a5d75d7910a
+Size (redmine-6.0.4.tar.gz) = 4058355 bytes
+SHA1 (patch-Gemfile) = d2cce8bf015232e878702703cf5a51b85d5fe750
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.2 pkgsrc/devel/ruby-redmine60/patches/patch-Gemfile:1.3
--- pkgsrc/devel/ruby-redmine60/patches/patch-Gemfile:1.2 Sun Feb 9 10:31:31 2025
+++ pkgsrc/devel/ruby-redmine60/patches/patch-Gemfile Sun Mar 16 12:29:40 2025
@@ -1,9 +1,9 @@
-$NetBSD: patch-Gemfile,v 1.2 2025/02/09 10:31:31 taca Exp $
+$NetBSD: patch-Gemfile,v 1.3 2025/03/16 12:29:40 taca Exp $
* Relax dependency.
* Do not load gem for developemt and test.
---- Gemfile.orig 2025-01-29 07:55:01.000000000 +0000
+--- Gemfile.orig 2025-03-10 23:30:05.000000000 +0000
+++ Gemfile
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
Home |
Main Index |
Thread Index |
Old Index