Skip to content

Commit 83a425f

Browse files
author
taca
committed
devel/ruby-redmine51: update to 5.1.11
5.1.11 (2026-01-05) Code cleanup/refactoring * Defect #43441: Fix failures in test/system/issues_test.rb * Patch #43638: Update copyright year to 2026 Gems support * Defect #43609: Tests fail with minitest 6.0 Security * Defect #43451: PostScript disguised as PDF can lead to arbitrary file operations via thumbnail generation * Defect #43634: Authorization bypass in Redmine allows modification of attachment metadata on invisible issues * Defect #43635: Authorization bypass in Redmine allows deletion of attachment on invisible issues external
1 parent e42cdff commit 83a425f

3 files changed

Lines changed: 2269 additions & 2266 deletions

File tree

devel/ruby-redmine51/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $NetBSD: Makefile,v 1.18 2025/11/03 07:12:04 taca Exp $
1+
# $NetBSD: Makefile,v 1.19 2026/01/18 15:48:16 taca Exp $
22

33
DISTNAME= redmine-${RM_VERSION}
44
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/redmine/redmine${RM_VER}/}
5-
PKGREVISION= 1
65
CATEGORIES= devel
76
MASTER_SITES= https://www.redmine.org/releases/
87

@@ -11,7 +10,7 @@ HOMEPAGE= https://www.redmine.org/
1110
COMMENT= Flexible project management web application
1211
LICENSE= gnu-gpl-v2 # and so on.
1312

14-
RM_VERSION= 5.1.10
13+
RM_VERSION= 5.1.11
1514

1615
NO_BUILD= yes
1716

0 commit comments

Comments
 (0)