Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.0.7 11 Jun 2024 08:13:45
    |
Mikael Urankar (mikael)  |
www/rt50: Update to 5.0.7
Changes:
https://github.com/bestpractical/rt/releases/tag/rt-5.0.7 |
5.0.6 13 May 2024 13:42:30
    |
Mikael Urankar (mikael)  |
www/rt50: Update to 5.0.6
Changes:
https://github.com/bestpractical/rt/releases/tag/rt-5.0.6 |
5.0.5_1 07 Apr 2024 09:36:13
    |
Florian Smeets (flo)  |
databases/p5-DBD-mysql: Fix for MariaDB users
Add a new variable DBD_MYSQL, use that in *_DEPENDS and add mysql to USES
where required. DBD_MYSQL will automatically set the correct DBD dependency.
In cd16748194e2 databases/p5-DBD-mysql was updated to 5.x, in 5.x the
support for MariaDB was removed and only MySQL >= 8.0 is supported.
In the 4.x releases MariaDB is still supported, according to upstream 4.x
will still be supported for a while [1], so use that for now when we detect
that MYSQL_FLAVOUR is set to mariadb. databases/p5-DBD-mysql4 was added in
d95f49cb3b54.
DBD:MariaDB would be another alternative, but migrating to it might need
more analysis than just staying with the 4.x releases of p5-DBD-mysql. This (Only the first 15 lines of the commit message are shown above ) |
5.0.5 07 Nov 2023 12:13:51
    |
Mikael Urankar (mikael)  |
www/rt50: Update to 5.0.5
Changes:
https://github.com/bestpractical/rt/releases/tag/rt-5.0.5
PR: 274607 |
5.0.4_1 20 Oct 2023 06:08:18
    |
Mikael Urankar (mikael)  |
www/rt50: Fix vulnerabilities
The following issues are addressed with these security updates:
- RT is vulnerable to unvalidated email headers in incoming email and the
mail-gateway REST interface.
This vulnerability is assigned CVE-2023-41259.
- RT is vulnerable to information leakage via response messages returned from
requests sent via the mail-gateway REST interface.
This vulnerability is assigned CVE-2023-41260.
- RT 5.0 is vulnerable to information leakage via transaction searches made by
authenticated users in the transaction query builder.
This vulnerability is assigned CVE-2023-45024.
- RT 5.0 can reveal information about data on various RT objects in errors and
other response messages to REST 2 requests. |
5.0.4 29 May 2023 06:42:14
    |
Mikael Urankar (mikael)  |
www/rt50: Fix graphviz dependency.
PR: 271697
Reported by: David Siebörger, Marko Cupać |
5.0.4 25 May 2023 09:11:43
    |
Mikael Urankar (mikael)  |
www/rt50: Update to 5.0.4
Changes:
https://github.com/bestpractical/rt/releases/tag/rt-5.0.4 |
5.0.3 25 Jan 2023 17:54:07
    |
Muhammad Moinur Rahman (bofh)  |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
5.0.3 23 Sep 2022 15:27:24
    |
Mikael Urankar (mikael)  Author: David Siebörger |
www/rt50: Update DBIx::SearchBuilder dependency
RT 5.0.3 requires DBIx::SearchBuilder 1.71
PR: 265584 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.0.3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.0.3 18 Jul 2022 12:21:37
    |
Mikael Urankar (mikael)  |
www/rt50: Update to 5.0.3
Changes: https://github.com/bestpractical/rt/releases/tag/rt-5.0.3 |
5.0.2_1 03 Jun 2022 09:00:55
    |
Po-Chuan Hsieh (sunpoet)  |
Mk/Uses/perl5.mk: Remove outdated P5_POD_PARSER
lang/perl5.30 has been removed in b3fb5d8b3c860bd3c3ebcffafe621aea61379539. |
5.0.2_1 31 Mar 2022 09:10:52
    |
Mikael Urankar (mikael)  Author: David Siebörger |
www/rt50: Fix runtime dependency with EXTERNALAUTH option
Use EXTERNALAUTH_RUN_DEPENDS to register the dependency.
PR: 262947 |
5.0.2 23 Nov 2021 22:11:40
    |
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
5.0.2 15 Sep 2021 08:01:15
    |
Mikael Urankar (mikael)  |
www/rt50: Update to 5.0.2
- Update to 5.0.2
- Remove useless REINPLACE_CMD
Changes: https://github.com/bestpractical/rt/releases/tag/rt-5.0.2 |
5.0.1_1 30 Jul 2021 13:18:16
    |
Mikael Urankar (mikael)  |
www/rt50: add missing dependency
Text::WordDiff is required |
5.0.1 14 Jul 2021 16:10:55
    |
Po-Chuan Hsieh (sunpoet)  |
www/rt50: Use P5_POD_PARSER
With hat: perl |
5.0.1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.0.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
5.0.1 06 Feb 2021 09:57:23
  |
mikael  |
www/rt50: Update to v5.0.1
https://github.com/bestpractical/rt/releases/tag/rt-5.0.1 |
5.0.0_1 02 Nov 2020 15:50:59
  |
mikael  |
www/rt50: fix bad plist substitution
PR: 250798
Reported by: albert.shih@obspm.fr |
5.0.0_1 09 Oct 2020 11:59:16
  |
mikael  |
www/rt50: add dependency on textproc/p5-Pod-Parse
Add dependency on textproc/p5-Pod-Parse:
RT::Shredder::POD uses Pod::Select, which is provided by
textproc/p5-Pod-Parser
While here, fix rt-test-dependencies by providing the correct path
PR: 250197
Reported by: David Sieborger
MFH: 2020Q4 (blanket: runtime fix) |
5.0.0 10 Aug 2020 11:24:41
  |
mikael  |
www/rt50: unbreak
The missing deps are committed |
5.0.0 25 Jul 2020 06:48:03
  |
mikael  |
www/rt50: mark as broken, missing dependencies
Mark as broken until PR 248038 and 248040 are committed.
Reported by: linimon |
5.0.0 24 Jul 2020 11:22:31
  |
mikael  |
www/rt50: create port
RT is a battle-tested issue tracking system which thousands of
organizations use for bug tracking, help desk ticketing, customer
service, workflow processes, change management, network operations,
youth counselling and even more. Organizations around the world have
been running smoothly thanks to RT for over 10 years.
WWW: http://www.bestpractical.com/rt/
Changelog: https://github.com/bestpractical/rt/releases/tag/rt-5.0.0 |