Path to this page:
./
devel/ruby-redmine41,
Flexible project management web application
Branch: pkgsrc-2021Q3,
Version: 4.1.5,
Package name: ruby26-redmine41-4.1.5,
Maintainer: pkgsrc-usersRedmine is a flexible project management web application. Written using the Ruby
on Rails framework, it is cross-platform and cross-database.
Redmine is open source and released under the terms of the GNU General Public
License v2 (GPL). Some of the main features of Redmine are:
Multiple projects support
Flexible role based access control
Flexible issue tracking system
Gantt chart and calendar
News, documents & files management
Feeds & email notifications
Per project wiki
Per project forums
Time tracking
Custom fields for issues, time-entries, projects and users
SCM integration (SVN, CVS, Git, Mercurial, Bazaar and Darcs)
Issue creation via email
Multiple LDAP authentication support
User self-registration support
Multilanguage support
Multiple databases support
DEINSTALL [+/-]#!@SH@
#
# $NetBSD: DEINSTALL,v 1.1 2021/02/28 16:50:02 taca Exp $
WWWGRP="@WWWGRP@"
WWWOWN="@WWWOWN@"
RM_DIR="@PREFIX@/@RM_DIR@"
case "${STAGE}" in
DEINSTALL)
cd ${RM_DIR} && ${RM} -f Gemfile.lock;;
esac
Package options: mysql, ruby-unicorn
Master sites:
SHA1: aea70f86149ddb396c103f50daba5fd98a255914
RMD160: 8a2aeb3a9c7203aad71d0229d421d10cc0aeedfb
Filesize: 2659.11 KB
Version history: (Expand)
- (2021-11-24) Updated to version: ruby26-redmine41-4.1.5
- (2021-09-28) Package added to pkgsrc.se, version ruby26-redmine41-4.1.4 (created)
CVS history: (Expand)
2021-11-23 23:34:04 by Thomas Merkel | Files touched by this commit (2) | |
Log message:
Pullup ticket #6540 - requested by taca
devel/ruby-redmine41: security fix
Revisions pulled up:
- devel/ruby-redmine41/Makefile 1.7
- devel/ruby-redmine41/distinfo 1.7
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Nov 8 15:06:37 UTC 2021
Modified Files:
pkgsrc/devel/ruby-redmine41: Makefile distinfo
Log message:
devel/ruby-redmine41: update to 4.1.5
This release includes a fix for a moderate severity issue found in all
recent releases.
4.1.5 (2021-10-10)
[Administration]
* Defect #35731: Password and Confirmation fields are marked as required
when editing a user
[Attachments]
* Defect #35715: File upload fails when run with uWSGI
[Issues]
* Defect #35642: Long text custom field values are not aligned with their
labels
[Issues planning]
* Defect #35669: Prints of Issues Report details are messed-up due to the
size of the graphs
[Permissions and roles]
* Defect #35634: Attachments deletable even though issue edit not permitted
[Security]
* Defect #35789: Redmine is leaking usernames on activities index view
* Patch #35463: Enforce stricter class filtering in WatchersController
[UI]
* Defect #34834: Line breaks in the description of a custom field are
ignored in a tooltip
|