summaryrefslogtreecommitdiff
path: root/devel/ruby-redmine
AgeCommit message (Collapse)AuthorFilesLines
2022-10-09devel/ruby-redmine: drop redmine41 supporttaca1-9/+6
2022-09-03devel/ruby-redmine: update documentation in commenttaca1-5/+5
Document for redmine50.
2022-09-03devel/ruby-redmine: add support for redmine50taca1-5/+8
Add support for redmine50 package.
2021-11-07Typo in an error messagekhorben1-2/+2
NFCI
2021-08-31devel/ruby-redmine: drop Redmine 4.0 supporttaca1-15/+10
* Drop Redmine 4.0 support. * Switch default version of Redmine to 4.2.x.
2021-08-31devel/ruby-redmine: remove Redmine 4.0taca19-10905/+0
Redmine 4.0.9 was last release of Redmine 4.0 seriese. No more fixes including security problem and there are security release for 4.1/4.2 but not for 4.0. Discussing with MAINTAINER, we decide to remove ruby-redmine package. Please migrate to ruby-redmine41 or ruby-redmine42.
2021-08-15*: recursive bump for openexr 3.1wiz1-2/+2
2021-06-23Revbump for MySQL default changenia1-1/+2
2021-06-02devel/ruby-redmine: update to 4.0.9taca3-1441/+1409
4.0.9 (2021-04-26) [Gems support] * Patch #34969: Remove dependency on MimeMagic [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 [UI] * Patch #34955: Update copyright year in the footer to 2021
2021-06-02devel/ruby-redmine/redmine.mk: add support for Redmine 4.2.xtaca1-8/+14
Add basic support for Redmine 4.2.x and change default version of Redmine by Ruby's version.
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2021-04-21revbump for boost-libsadam1-2/+2
2021-04-21revbump for textproc/icuadam1-1/+2
2021-04-11devel/ruby-redmine: update to 4.0.8taca4-82/+47
Security release includes several security fixes, including a fix for a permission bypass in Issues API and a fix for private project name that can be leaked in issue journal details, so upgrading as soon as possible is recommended. You can get more details in Security Advisories: <https://redmine.org/projects/redmine/wiki/Security_Advisories> 4.0.8 (2021-03-21) [Accounts / authentication] * Defect #33926: Rake tasks "db:encrypt" and "db:decrypt" may fail due to validation error [Administration] * Defect #33310: Warnings while running redmine:load_default_data rake task * Patch #32341: Show tooltip when hovering on repeat-value link in Field permission tab [Attachments] * Defect #33459: The order of thumbnails in journals does not match the order of file name list * Defect #33769: When creating more than two identical attachments in a single db transaction, the first one always ends up unreadable [Custom fields] * Defect #33275: Possible values field in list format custom field form is not marked as required [Documentation] * Defect #33939: Unnecessary translation of {{toc}} macros in Russian Wiki formatting help [Filters] * Defect #34375: "is not" operator for Subproject filter incorrectly excludes closed subprojects [Gantt] * Defect #33140: Gantt bar is not displayed if the due date is the leftmost date or the start date is the rightmost date * Defect #33175: Starting or ending marker is not displayed if they are on the leftmost or rightmost boundary of the gantt [Gems support] * Patch #34461: Update Redcarpet to 3.5.1 [Issues] * Defect #33576: Done ratio of a parent issue may be shown as 99% even though all subtasks are completed [Issues list] * Defect #33548: Column header is clickable even when the column is not actually sortable * Defect #34297: Subprojects issues are not displayed on main project when all subprojects are closed [Projects] * Defect #33889: Do not show list for custom fields without list entry on project overview [REST API] * Defect #34615: 'Search' falsy parameters are not respected [SEO] * Defect #6734: robots.txt: disallow crawling issues list with a query string [Security] * Defect #33360: Names of private projects are leaked by issue journal details that contain project_id changes * Defect #33689: Issues API bypasses add_issue_notes permission * Feature #33906: Upgrade Rails to 5.2.4.5 [Themes] * Defect #8251: Classic Theme: Missed base line [Translations] * Defect #34447: Typo in translation string 'setting_issue_list_default_columns': s//Isuses/Issues [UI] * Patch #33958: Jump to end of line in editor when starting list or quote
2021-04-01Remove more reference to ruby25.taca1-2/+2
2021-03-02ruby-readmine{,41}: Remove MySQL 5.5 references from MESSAGEsryoon1-2/+2
2021-02-28devel/ruby-redmine: overhaul packagetaca13-1790/+2123
Overhaul ruby-redmine packge. It is still 4.0.7, latest 4.0 series. * Introduce "redmine.mk" to support Redmine 4.1. - RM_VERSION_DEFAULT select default Redmine release (40 or 41). - RM_VER is set to current Redmine release (40 or 41). * Now PKGNAME contains ${RM_VER}, such as ruby26-redmine40-4.0.7. * Update proper gems in this package. * Remove Gemfile.lock for safety update path.
2020-12-04Revbump for openpam cppflags change months ago, belatedly.riastradh1-2/+2
2020-11-05*: Recursive revbump from textproc/icu-68.1ryoon1-2/+2
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot1-2/+2
2020-06-24devel/ruby-redmine: fix build problemtaca1-5/+11
Fix build problem with PKG_DEVELOPER=yes. Bump PKGREVISION.
2020-06-02Revbump for icuadam1-2/+2
2020-05-22revbump after updating security/nettleadam1-2/+2
2020-05-21*: Revbump for ImageMagick6 updatenia1-1/+2
this unexpectedly increased the major version of a shared object. not sure if anything in pkgsrc actually uses that shared object, but being safe (and leot requested this (:)
2020-05-13devel/ruby-redmine: fix changing permission of filestaca1-2/+4
Fix changing permission of files.
2020-05-07devel/ruby-redmine: update to 4.0.7taca3-1474/+1477
Update ruby-redmine to 4.0.7. pkgsrc change: * Fix childprocess gem build problem. * Explicitly set permission of example files. 4.0.7 (2020-04-06) [Attachments] * Defect #32656: Drag and drop objects from Outlook to Redmine deletes the objects * Defect #32785: X-Sendfile header field is not set if rack 2.1.0 is installed [Custom fields] * Defect #33085: Unable to update the values of a custom field for enumerations when multiple values option is enabled [Database] * Defect #30285: Microsoft SQL server support is broken [Documentation] * Patch #32787: Redmine 4.0 no longer supports Ruby 2.2 [Gantt] * Defect #19248: End markers in gantt PDF are misaligned * Defect #23645: Gantt bars for single-day tasks may be rendered wrongly in PDF [Issues workflow] * Defect #33059: "Role" dropdown in Workflow page is unexpectedly expanded when selecting "all" [REST API] * Defect #33113: Default version and assignee are not exposed via projects API [Rails support] * Patch #33196: Update Rails to 5.2.4.2 [Ruby support] * Patch #32788: Specify supported Ruby version in Gemfile and doc/INSTALL [SCM] * Defect #32449: Diff view for .js files in repositories is broken [Security] * Defect #32850: XSS vulnerability due to missing back_url validation * Defect #32934: XSS vulnerabilities in textile inline links * Defect #33075: Time entries csv export should check issue visibility [Time tracking] * Defect #33052: Missing subject and tracker name in CSV export of time entries report [Translations] * Patch #32917: Bulgarian translation [UI] * Defect #32772: Tabs are displayed on two lines when the total width of the tabs is greater than 2000px * Defect #32829: HTML entity is used in CSS string * Patch #33068: Update copyright year in the footer to 2020 [UI - Responsive] * Feature #33156: Allow zooming on mobile devices
2020-05-06devel/ruby-redmine: fix build problem of rmagicktaca3-1/+793
Fix build problem of rmagick with newer ImageMagick6.
2020-05-03devel/ruby-redmine: remove no-op files from SUBST_FILESrillig1-3/+1
2020-04-12Recursive revision bump after textproc/icu updateadam1-1/+2
2020-03-15devel/ruby-redmine: update to 4.0.6taca13-10161/+9465
Update ruby-redmine to 4.0.6 with the same packaging scheme with 3.3.2. pkgsrc change: * Support ruby25 and ruby26, no more ruby22. Changes from previous release are too many to write here, please refer <https://redmine.org/>.
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz1-2/+2
recursive bump for the dependency change
2020-03-08Revbump packages depending on libffi after .so version change.bsiegert1-2/+2
Requested by Matthias Ferdinand and Oskar on pkgsrc-users.
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2019-11-03devel/{go,ruby}-*: align variable assignmentsrillig1-12/+12
pkglint -Wall -F --only aligned --only indent go-* ruby-* No manual corrections.
2019-07-21*: recursive bump for gdk-pixbuf2-2.38.1wiz1-2/+2
2019-07-20*: recursive bump for nettle 3.5.1wiz1-2/+2
2019-05-23all: replace SUBST_SED with the simpler SUBST_VARSrillig2-6/+6
pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case.
2019-04-03Recursive revbump from textproc/icuryoon1-2/+2
2019-03-18Recursive bump for ghostscript default changegdt1-2/+2
2018-12-09revbump after updating textproc/icuadam1-2/+2
2018-11-14Revbump after cairo 1.16.0 update.kleink1-2/+2
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon1-2/+2
2018-07-20Recursive revbump from textproc/icu-62.1ryoon1-2/+2
2018-04-17Add p11-kit to gnutls/bl3.mk and bump dependencies.wiz1-2/+2
2018-04-16Recursive bump for new fribidi dependency in pango.wiz1-2/+2
2018-04-14revbump after icu updateadam1-2/+2
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-2/+2
2018-01-28Bump PKGREVISION for gdbm shlib major bumpwiz1-2/+2
2018-01-23ruby-redmine: Some files are .so not .${RUBY_DLEXT}jperkin1-3/+3