pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-redmine42



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Mar 15 13:45:00 UTC 2023

Modified Files:
        pkgsrc/devel/ruby-redmine42: Makefile distinfo
        pkgsrc/devel/ruby-redmine42/patches: patch-Gemfile

Log Message:
devel/ruby-redmine42: update to 4.2.10

4.2.10 (2023-03-05)

Code cleanup/refactoring

* Patch #38141: Update copyright year to 2023

Documentation

* Defect #38114: Example plugin (extra/sample_plugin) breaks Activity page

Gems support

* Patch #38272: Update RBPDF to 1.21

Issues

* Defect #38217: "Property changes" tab does not appear when all issue
  journals have both notes and property changes

[PDF export]

* Defect #32740: Incorrect characters when copying out of a Redmine
  generated PDF

* Defect #36452: Infinite loop on PDF export if image included with
  attributes

[Project settings]

* Defect #38064: Avoid exception when adding a project without any givable
  roles defined

[Security]

* Defect #38063: Avoid double-render error with
  ApplicationController#find_optional_project

* Defect #38070: Role#permission_tracker? and related does not consider
  whether the base permission is (still) set

* Defect #38133: Update Nokogiri to fix several security issues

* Defect #38297: Insufficient permission checks when adding attachments to
  issues

[SEO]

* Defect #38201: Fix robots.txt to disallow issue lists with a sort or
  query_id parameter in any position

[Time tracking]

* Defect #35066: Missing project_id in redirect after clicking "Create and
  add another" button

* Defect #38237: Unable to choose any user other than the current user when
  logging spent time after clicking "Create and add another"


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ruby-redmine42/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-redmine42/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-redmine42/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-redmine42/Makefile
diff -u pkgsrc/devel/ruby-redmine42/Makefile:1.19 pkgsrc/devel/ruby-redmine42/Makefile:1.20
--- pkgsrc/devel/ruby-redmine42/Makefile:1.19   Thu Feb 23 14:49:24 2023
+++ pkgsrc/devel/ruby-redmine42/Makefile        Wed Mar 15 13:45:00 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2023/02/23 14:49:24 taca Exp $
+# $NetBSD: Makefile,v 1.20 2023/03/15 13:45:00 taca Exp $
 
 DISTNAME=      redmine-${RM_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/redmine/redmine${RM_VER}/}
-PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  https://www.redmine.org/releases/
 
@@ -13,7 +12,7 @@ LICENSE=      gnu-gpl-v2 # and so on.
 
 USE_TOOLS+=    pax
 
-RM_VERSION=    4.2.9
+RM_VERSION=    4.2.10
 
 NO_BUILD=      yes
 
@@ -44,7 +43,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-mail>=2.7.1<
 DEPENDS+=      ${RUBY_PKGPREFIX}-csv>=3.1.1:../../textproc/ruby-csv
 DEPENDS+=      ${RUBY_PKGPREFIX}-nokogiri>=1.13.6:../../textproc/ruby-nokogiri
 DEPENDS+=      ${RUBY_PKGPREFIX}-i18n>=1.8.2<2:../../devel/ruby-i18n
-DEPENDS+=      ${RUBY_PKGPREFIX}-rbpdf>=1.20.0<1.21:../../print/ruby-rbpdf
+DEPENDS+=      ${RUBY_PKGPREFIX}-rbpdf>=1.21.0<1.22:../../print/ruby-rbpdf
 DEPENDS+=      ${RUBY_PKGPREFIX}-addressable>=0:../../net/ruby-addressable
 DEPENDS+=      ${RUBY_PKGPREFIX}-zip>=2.3.0<2.4:../../archivers/ruby-zip
 #DEPENDS+=     ${RUBY_PKGPREFIX}-tzinfo-data>=1:../../time/ruby-tzinfo-data

Index: pkgsrc/devel/ruby-redmine42/distinfo
diff -u pkgsrc/devel/ruby-redmine42/distinfo:1.13 pkgsrc/devel/ruby-redmine42/distinfo:1.14
--- pkgsrc/devel/ruby-redmine42/distinfo:1.13   Sun Jan 15 15:09:32 2023
+++ pkgsrc/devel/ruby-redmine42/distinfo        Wed Mar 15 13:45:00 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2023/01/15 15:09:32 taca Exp $
+$NetBSD: distinfo,v 1.14 2023/03/15 13:45:00 taca Exp $
 
-BLAKE2s (redmine-4.2.9.tar.gz) = f13f82335fd8c8d069a51dd556ff4487d7b5f90b9cab0eb569bd49099c4b8fe7
-SHA512 (redmine-4.2.9.tar.gz) = b0c6cade20dbcb4dd5c88081fb44f63dc3687b3735d47572e71bfeff0e17d2e4c9281afc10cf3b9679ab1e492a71a260a1d3fac5b660af5226849ccac4e0dd36
-Size (redmine-4.2.9.tar.gz) = 3043566 bytes
-SHA1 (patch-Gemfile) = 9b2e4d2ebe70fa34ed2ec2535b60e8faddb0543c
+BLAKE2s (redmine-4.2.10.tar.gz) = 7a4f3da055d3c582a261209f465f278e81c19e49e162fa10c744cb4c26e3c1df
+SHA512 (redmine-4.2.10.tar.gz) = dc33b80f53d8d6781ced190328a5b4953f58ce80c187e83effa81a95b905354a604702a1d34ddfc2a105500716e07ec523a9f9819448a2181acd99b6b86b7e6b
+Size (redmine-4.2.10.tar.gz) = 3045016 bytes
+SHA1 (patch-Gemfile) = 4f02c22830734167f6f6e9f2a71b8577d7e27d4b
 SHA1 (patch-lib_tasks_initializers.rake) = 73c4594c94abd28e628bbd172565b161f0e54fff

Index: pkgsrc/devel/ruby-redmine42/patches/patch-Gemfile
diff -u pkgsrc/devel/ruby-redmine42/patches/patch-Gemfile:1.9 pkgsrc/devel/ruby-redmine42/patches/patch-Gemfile:1.10
--- pkgsrc/devel/ruby-redmine42/patches/patch-Gemfile:1.9       Sun Jan 15 15:09:32 2023
+++ pkgsrc/devel/ruby-redmine42/patches/patch-Gemfile   Wed Mar 15 13:45:00 2023
@@ -1,8 +1,8 @@
-$NetBSD: patch-Gemfile,v 1.9 2023/01/15 15:09:32 taca Exp $
+$NetBSD: patch-Gemfile,v 1.10 2023/03/15 13:45:00 taca Exp $
 
 Relax dependency.
 
---- Gemfile.orig       2022-12-01 15:40:06.000000000 +0000
+--- Gemfile.orig       2023-03-05 21:35:15.000000000 +0000
 +++ Gemfile
 @@ -3,25 +3,25 @@ source 'https://rubygems.org'
  ruby '>= 2.4.0', '< 2.8.0'
@@ -28,12 +28,12 @@ Relax dependency.
                   elsif Gem.ruby_version < Gem::Version.new('2.6.0')
                     '~> 1.12.5'
                   else
--                   '~> 1.13.6'
+-                   '~> 1.13.10'
 +                   '~> 1.13'
                   end)
 -gem 'i18n', '~> 1.8.2'
 +gem 'i18n', '~> 1.8'
- gem "rbpdf", "~> 1.20.0"
+ gem 'rbpdf', '~> 1.21.0'
  gem 'addressable'
  gem 'rubyzip', '~> 2.3.0'
 @@ -47,7 +47,7 @@ end



Home | Main Index | Thread Index | Old Index