Path to this page:
NOTICE: This package has been removed from pkgsrc./
devel/ruby-redmine42,
Flexible project management web application
Branch: CURRENT,
Version: 4.2.10nb1,
Package name: ruby27-redmine42-4.2.10nb1,
Maintainer: pkgsrc-usersRedmine is a flexible project management web application using the
Ruby on Rails framework, it is cross-platform and cross-database.
Redmine 4.2 introduces these new features in these categories:
Authentication / User accounts
* two-factor authentication.
* email domains restriction for user accounts.
Notifications
* Notify users about high issues (only).
Issues
* Bulk addition of related issues.
* Query links for subtasks on issue page.
And more:
Watchers
Text formatting
Keyboard shortcuts
Activity improvements
DEINSTALL [+/-]#!@SH@
#
# $NetBSD: DEINSTALL,v 1.1 2021/06/02 16:23:48 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:
Filesize: 2973.648 KB
Version history: (Expand)
- (2023-05-31) Package deleted from pkgsrc
- (2023-04-29) Updated to version: ruby27-redmine42-4.2.10nb1
- (2023-03-15) Updated to version: ruby27-redmine42-4.2.10
- (2023-02-23) Updated to version: ruby27-redmine42-4.2.9nb2
- (2023-01-15) Updated to version: ruby27-redmine42-4.2.9nb1
- (2022-12-03) Updated to version: ruby27-redmine42-4.2.9
CVS history: (Expand)
2023-05-30 16:43:51 by Takahiro Kambe | Files touched by this commit (17) | |
Log message:
devel/ruby-redmine42: remove package
Remove package which suported by ruby27 only.
|
2023-04-29 17:38:32 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
devel/ruby-redmine42: relax dependency
Relax dependency to ruby-net-ldap (net-ldap gem).
Bump PKGREVISION.
|
2023-03-15 14:45:00 by Takahiro Kambe | Files touched by this commit (3) | |
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"
|
2023-02-23 15:49:24 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Comment out dependency to misc/ruby-bundler
Since all ruby*-base contains bundler as default gem, no need to depend
on misc/ruby-bundler package.
|
2023-01-15 16:09:32 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
devel/ruby-redmine42: relax dependency
Relax dependency to mini-magick and nokogiri.
Bump PKGREVISION.
|
2022-12-03 07:40:09 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-redmine42: update to 4.2.9
4.2.9 (2022-12-01)
This is security release.
* Fix CVE-2022-44031: Persistent XSS in textile formatting due to blockquote
citation (#37751)
* Fix CVE-2021-44637: Redmine contains a cross-site scripting vulnerability
(#37767)
* Open Redirect in attachments#download_all (#37880)
|
2022-10-10 05:24:52 by Takahiro Kambe | Files touched by this commit (9) |
Log message:
Drop ruby26 support.
|
2022-10-09 17:31:47 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
devel/ruby-redmine42: update to 4.2.8
4.2.8 (2022-10-02)
[Code cleanup/refactoring]ΒΆ
* Defect #37449: Passing a wrong parameter to `with_settings` in
UserTest::test_random_password_include_required_characters
[Filters]
* Defect #36940: Chained custom field filter doesn't work for User fields
* Defect #37349: Chained custom field filter for User fields returns 500
internal server error when filtering after a float value
[Issues]
* Defect #37473: Focus IssueId not working when linking issues
[Issues list]
* Defect #37268: Performance problem with Redmine 4.2.7 and 5.0.2
[Rails support]
* Patch #37465: Update Rails to 5.2.8.1
[Security]
* Defect #37492: Update jQuery UI to 1.13.2
[SCM]
* Defect #37718: Repository browser does not show "+" (plus sign) in
filename
[Text formatting]
* Defect #37379: Thumbnail macro does not work when a file is attached and
preview is displayed immediately
[Translations]
* Patch #37698: Persian translation update for 4.2-stable
[UI]
* Defect #36901: Jump to project is misaligned in Safari 15.4 and later
* Defect #37282: Subtask isn't displayed correctly since 4.2.7
* Defect #37481: Fix the unintentional selection of rows with the context
menu
* Defect #37566: The number of the ordered list in the project description
is not displayed and the indentation does not match the unordered list
|