pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-redmine41
Module Name: pkgsrc
Committed By: taca
Date: Sun Aug 22 06:36:30 UTC 2021
Modified Files:
pkgsrc/devel/ruby-redmine41: Makefile distinfo
pkgsrc/devel/ruby-redmine41/patches: patch-Gemfile
Log Message:
devel/ruby-redmine41: update to 4.1.4
4.1.4 (2021-08-01)
[Accounts / authentication]
* Defect #35226: Add SameSite=Lax to cookies to fix warnings in web browsers
[Attachments]
* Defect #33752: Uploading a big file fails with NoMemoryError
[Gantt]
* Defect #34694: Progress bar for a shared version on gantt disappears when
the tree is collapsed and then expanded
[Gems support]
* Defect #35621: Bundler fails to install globalid when using Ruby < 2.6.0
[Issues]
* Defect #35134: Change total spent time link to global time entries when
issue has subtasks that can be on non descendent projects
[Issues filter]
* Defect #35201: Duplicate entries in issue filter values
[Rails support]
* Patch #35214: Update Rails to 5.2.6
[Time tracking]
* Defect #34856: Time entry error on private issue
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-redmine41/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-redmine41/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-redmine41/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-redmine41/Makefile
diff -u pkgsrc/devel/ruby-redmine41/Makefile:1.4 pkgsrc/devel/ruby-redmine41/Makefile:1.5
--- pkgsrc/devel/ruby-redmine41/Makefile:1.4 Wed Jun 2 16:04:39 2021
+++ pkgsrc/devel/ruby-redmine41/Makefile Sun Aug 22 06:36:30 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/06/02 16:04:39 taca Exp $
+# $NetBSD: Makefile,v 1.5 2021/08/22 06:36:30 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= 4.1.3
+RM_VERSION= 4.1.4
NO_BUILD= yes
Index: pkgsrc/devel/ruby-redmine41/distinfo
diff -u pkgsrc/devel/ruby-redmine41/distinfo:1.3 pkgsrc/devel/ruby-redmine41/distinfo:1.4
--- pkgsrc/devel/ruby-redmine41/distinfo:1.3 Wed Jun 2 16:04:39 2021
+++ pkgsrc/devel/ruby-redmine41/distinfo Sun Aug 22 06:36:30 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2021/06/02 16:04:39 taca Exp $
+$NetBSD: distinfo,v 1.4 2021/08/22 06:36:30 taca Exp $
-SHA1 (redmine-4.1.3.tar.gz) = 75056006db8d5b67ca89ddc2f4499d29c14c247f
-RMD160 (redmine-4.1.3.tar.gz) = e319ae04b38dcb09981b5de60c084f4b769c3d14
-SHA512 (redmine-4.1.3.tar.gz) = 8e40465d8ae8cc396fbed0d9be2dc7b64e8da98b509180cfe88144909f12cb060820559e12336e3c4de147079bb5b21ff84d6398413058570abfc7c592c5102e
-Size (redmine-4.1.3.tar.gz) = 2720733 bytes
-SHA1 (patch-Gemfile) = 5e66058f4138d500131dcbb11f8b09f5e93fa5c8
+SHA1 (redmine-4.1.4.tar.gz) = d29f1899b07ec82f98a5fc11cecfed315f0be25c
+RMD160 (redmine-4.1.4.tar.gz) = 971d95d784969723045dfde6999581a02eb1ef9e
+SHA512 (redmine-4.1.4.tar.gz) = 93e46f2ed220c05b83b7bab34327891a7f05a46a01c6cbfc1a5c9bf18613e308d94d84fc3158a8bb7af740b8792448d935bc9d29795ee341bca577c82ac0619b
+Size (redmine-4.1.4.tar.gz) = 2720709 bytes
+SHA1 (patch-Gemfile) = 5dec9dd49f9a33b3148b5e9ea5d2d3c8521716c7
SHA1 (patch-lib_tasks_initializers.rake) = 73c4594c94abd28e628bbd172565b161f0e54fff
Index: pkgsrc/devel/ruby-redmine41/patches/patch-Gemfile
diff -u pkgsrc/devel/ruby-redmine41/patches/patch-Gemfile:1.3 pkgsrc/devel/ruby-redmine41/patches/patch-Gemfile:1.4
--- pkgsrc/devel/ruby-redmine41/patches/patch-Gemfile:1.3 Wed Jun 2 16:04:39 2021
+++ pkgsrc/devel/ruby-redmine41/patches/patch-Gemfile Sun Aug 22 06:36:30 2021
@@ -1,16 +1,17 @@
-$NetBSD: patch-Gemfile,v 1.3 2021/06/02 16:04:39 taca Exp $
+$NetBSD: patch-Gemfile,v 1.4 2021/08/22 06:36:30 taca Exp $
Relax dependency.
---- Gemfile.orig 2021-04-26 14:40:21.000000000 +0000
+--- Gemfile.orig 2021-08-01 08:00:11.000000000 +0000
+++ Gemfile
-@@ -3,18 +3,18 @@ source 'https://rubygems.org'
+@@ -3,19 +3,19 @@ source 'https://rubygems.org'
ruby '>= 2.3.0', '< 2.7.0' if Bundler::VERSION >= '1.12.0'
gem "bundler", ">= 1.5.0"
--gem 'rails', '5.2.5'
-+gem "rails", ">= 5.2.5"
+-gem 'rails', '5.2.6'
++gem 'rails', '~> 5.2.6'
gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5'
+ gem 'globalid', '~> 0.4.2' if Gem.ruby_version < Gem::Version.new('2.6.0')
-gem "rouge", "~> 3.12.0"
-gem "request_store", "~> 1.4.1"
+gem "rouge", ">= 3.12.0"
@@ -28,7 +29,7 @@ Relax dependency.
gem "rbpdf", "~> 1.20.0"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
-@@ -22,7 +22,7 @@ gem 'tzinfo-data', platforms: [:mingw, :
+@@ -23,7 +23,7 @@ gem 'tzinfo-data', platforms: [:mingw, :
# Optional gem for LDAP authentication
group :ldap do
@@ -37,7 +38,7 @@ Relax dependency.
end
# Optional gem for OpenID authentication
-@@ -33,7 +33,7 @@ end
+@@ -34,7 +34,7 @@ end
# Optional gem for exporting the gantt to a PNG file
group :minimagick do
@@ -46,7 +47,7 @@ Relax dependency.
end
# Optional Markdown support, not for JRuby
-@@ -55,7 +55,7 @@ if File.exist?(database_file)
+@@ -56,7 +56,7 @@ if File.exist?(database_file)
when 'mysql2'
gem "mysql2", "~> 0.5.0", :platforms => [:mri, :mingw, :x64_mingw]
when /postgresql/
@@ -55,7 +56,7 @@ Relax dependency.
when /sqlite3/
gem "sqlite3", "~> 1.4.0", :platforms => [:mri, :mingw, :x64_mingw]
when /sqlserver/
-@@ -72,25 +72,6 @@ else
+@@ -73,25 +73,6 @@ else
warn("Please configure your config/database.yml first")
end
Home |
Main Index |
Thread Index |
Old Index