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:           Wed Jun  2 16:04:40 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.3

4.1.3 (2021-04-26)

[Activity view]

* Defect #34933: Atom feed of the activity page does not contain items after
  the second page

[Email receiving]

* Defect #35100: MailHandler raises NameError exception when generating
  error message

[Gems support]

* Patch #34969: Remove dependency on MimeMagic

[Issues]

* Defect #34921: Do not journalize attachments that are added during a "Copy
  Issue" operation

[Performance]

* Patch #35034: Improve loading speed of workflow page

[Rails support]

* Patch #34966: Update Rails to 5.2.5

[Security]

* Defect #34367: Allowed filename extensions of attachments can be
  circumvented
* Defect #34950: SysController and MailHandlerController are vulnerable to
  timing attack
* Defect #35045: Mail handler bypasses add_issue_notes permission
* Defect #35085: Arbitrary file read in Git adapter

[Text formatting]

* Defect #34894: User link using @ not working at the end of line

[UI]

* Patch #34955: Update copyright year in the footer to 2021


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-redmine41/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-redmine41/distinfo
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/devel/ruby-redmine41/Makefile:1.4
--- pkgsrc/devel/ruby-redmine41/Makefile:1.3    Sun Apr 11 15:03:22 2021
+++ pkgsrc/devel/ruby-redmine41/Makefile        Wed Jun  2 16:04:39 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/04/11 15:03:22 taca Exp $
+# $NetBSD: Makefile,v 1.4 2021/06/02 16:04: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=    4.1.2
+RM_VERSION=    4.1.3
 
 NO_BUILD=      yes
 
@@ -29,7 +29,6 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-request_stor
 DEPENDS+=      ${RUBY_PKGPREFIX}-mini_mime>=1.0.1<1.1:../../mail/ruby-mini_mime
 DEPENDS+=      ${RUBY_PKGPREFIX}-actionpack${RUBY_RAILS}-xml_parser>=2.0:../../textproc/ruby-actionpack-xml_parser
 DEPENDS+=      ${RUBY_PKGPREFIX}-roadie-rails${RUBY_RAILS}>=2.1.0:../../mail/ruby-roadie-rails
-DEPENDS+=      ${RUBY_PKGPREFIX}-mimemagic-[0-9]*:../../misc/ruby-mimemagic
 DEPENDS+=      ${RUBY_PKGPREFIX}-mail>=2.7.1<2.8:../../mail/ruby-mail
 DEPENDS+=      ${RUBY_PKGPREFIX}-csv>=3.1.1<3.2:../../textproc/ruby-csv
 DEPENDS+=      ${RUBY_PKGPREFIX}-nokogiri>=1.11.0:../../textproc/ruby-nokogiri

Index: pkgsrc/devel/ruby-redmine41/distinfo
diff -u pkgsrc/devel/ruby-redmine41/distinfo:1.2 pkgsrc/devel/ruby-redmine41/distinfo:1.3
--- pkgsrc/devel/ruby-redmine41/distinfo:1.2    Sun Apr 11 15:03:22 2021
+++ pkgsrc/devel/ruby-redmine41/distinfo        Wed Jun  2 16:04:39 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2021/04/11 15:03:22 taca Exp $
+$NetBSD: distinfo,v 1.3 2021/06/02 16:04:39 taca Exp $
 
-SHA1 (redmine-4.1.2.tar.gz) = 0374537f19c430a901a5543cf2cc72e4df120de7
-RMD160 (redmine-4.1.2.tar.gz) = 30c0fc7915a8d70bc8114ba70bdfdde008ee8a2e
-SHA512 (redmine-4.1.2.tar.gz) = a7ed547e8907d98c16c9d7c775fa3fcdb322d3e4494a1e5467cbc37c9710f04b9d5121fbdd9d8444b2028f7c8a842237ccc9d1b62c066c26bdc150cf408afb3b
-Size (redmine-4.1.2.tar.gz) = 2719030 bytes
-SHA1 (patch-Gemfile) = 96a79066cdf320a324e38e7c32559e2890059b37
+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 (patch-lib_tasks_initializers.rake) = 73c4594c94abd28e628bbd172565b161f0e54fff

Index: pkgsrc/devel/ruby-redmine41/patches/patch-Gemfile
diff -u pkgsrc/devel/ruby-redmine41/patches/patch-Gemfile:1.2 pkgsrc/devel/ruby-redmine41/patches/patch-Gemfile:1.3
--- pkgsrc/devel/ruby-redmine41/patches/patch-Gemfile:1.2       Sun Apr 11 15:03:22 2021
+++ pkgsrc/devel/ruby-redmine41/patches/patch-Gemfile   Wed Jun  2 16:04:39 2021
@@ -1,15 +1,15 @@
-$NetBSD: patch-Gemfile,v 1.2 2021/04/11 15:03:22 taca Exp $
+$NetBSD: patch-Gemfile,v 1.3 2021/06/02 16:04:39 taca Exp $
 
 Relax dependency.
 
---- Gemfile.orig       2021-03-21 08:40:24.000000000 +0000
+--- Gemfile.orig       2021-04-26 14:40:21.000000000 +0000
 +++ Gemfile
 @@ -3,18 +3,18 @@ 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.4.5'
-+gem "rails", "~> 5.2"
+-gem 'rails', '5.2.5'
++gem "rails", ">= 5.2.5"
  gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5'
 -gem "rouge", "~> 3.12.0"
 -gem "request_store", "~> 1.4.1"
@@ -18,8 +18,8 @@ Relax dependency.
  gem "mini_mime", "~> 1.0.1"
  gem "actionpack-xml_parser"
 -gem "roadie-rails", (RUBY_VERSION < "2.5" ? "~> 1.3.0" : "~> 2.1.0")
-+gem "roadie-rails", "~> 2.2"
- gem "mimemagic"
++gem "roadie-rails", (RUBY_VERSION < "2.5" ? "~> 1.3.0" : "~> 2.2")
+ gem 'marcel'
  gem "mail", "~> 2.7.1"
  gem 'csv', (RUBY_VERSION < '2.5' ? ['>= 3.1.1', '<= 3.1.5'] : '~> 3.1.1')
  gem 'nokogiri', (RUBY_VERSION < '2.5' ? '~> 1.10.0' : '~> 1.11.1')



Home | Main Index | Thread Index | Old Index