Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.4.7_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 ) |
4.4.7 20 Oct 2023 09:43:44 |
Mikael Urankar (mikael) |
www/rt44: Update to 4.4.7
Changes:
https://github.com/bestpractical/rt/releases/tag/rt-4.4.7 |
4.4.6_1 20 Oct 2023 06:08:17 |
Mikael Urankar (mikael) |
www/rt44: 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. |
4.4.6 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 |
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) |
4.4.6 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 ) |
4.4.6 18 Jul 2022 12:21:36 |
Mikael Urankar (mikael) |
www/rt44: Update to 4.4.6
Changes: https://github.com/bestpractical/rt/releases/tag/rt-4.4.6 |
4.4.5 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. |
4.4.5 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) |
4.4.5 17 Sep 2021 07:14:32 |
Mikael Urankar (mikael) |
www/rt44: Fix pkg-plist
PR: 258555
Reported by: Christian Ullrich |
4.4.5 16 Sep 2021 08:33:41 |
Mikael Urankar (mikael) |
www/rt44: Update to 4.4.5
- Update to 4.4.5
- Remove useless REINPLACE_CMD
Changes: https://github.com/bestpractical/rt/releases/tag/rt-4.4.5 |
4.4.4_2 14 Jul 2021 16:10:55 |
Po-Chuan Hsieh (sunpoet) |
www/rt44: Use P5_POD_PARSER
With hat: perl |
4.4.4_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.4.4_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.4.4_2 09 Oct 2020 11:54:59 |
mikael |
www/rt44: 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
PR: 250197
Reported by: David Sieborger
MFH: 2020Q4 (blanket: runtime fix) |
4.4.4_1 17 Jul 2020 17:00:47 |
mikael |
www/rt44: drop devel/jsmin dependency, it's built-in in rt44
From the documentation, docs/UPGRADING-4.4:
The support for C<jsmin> (via the C<$JSMinPath> configuration) has been
removed in favor of a built-in solution. |
4.4.4 17 Jul 2020 16:56:56 |
mikael |
www/rt40: cleanup
- Remove CONFLICTS_INSTALL against rt40 which is long gone from ports.
- Fix the documentation path.
- Gratuitous whitespace fix.
No functionnal changes |
4.4.4 28 May 2020 07:51:53 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 5). |
4.4.4 20 Jan 2020 20:28:40 |
mikael |
Change my mail address to mikael@FreeBSD.org
Approved by: manu (mentor)
Differential Revision: https://reviews.freebsd.org/D23286 |
4.4.4 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
4.4.4 06 Mar 2019 22:25:27 |
matthew |
Security update to 4.4.4
ReleaseNotes: https://docs.bestpractical.com/release-notes/rt/4.4.4
Submitted by: mikael.urankar@gmail.com (maintainer)
MFH: 2019Q1
Security: 416ca0f4-3fe0-11e9-bbdd-6805ca0b3d42 |
4.4.3 18 Jul 2018 16:38:06 |
swills |
www/rt44: update to v4.4.3
PR: 229828
Submitted by: mikael.urankar@gmail.com (maintainer) |
4.4.2_1 05 May 2018 14:58:18 |
danfe |
For ports under `www' category: remove redundant PKGMESSAGE assignment,
which is set appropriately by the b.p.m when `pkg-message' appears on
the SUB_FILES list. |
4.4.2_1 16 Oct 2017 05:18:40 |
matthew |
Bump PORTREVISION, forgotten in previous commit.
PR: 222975 |
4.4.2 16 Oct 2017 05:14:37 |
matthew |
Always install SQL schema files irrespective of the setting of the
DOCS option.
Make increased use of options helpers to reduce the diff against
www/rt42
PR: 222975
Submitted by: mikael.urankar@gmail.com (maintainer)
Reported by: thomas@gibfest.dk |
4.4.2 17 Aug 2017 14:26:39 |
matthew |
Update to 4.4.2
ChangeLog: https://docs.bestpractical.com/release-notes/rt/4.4.2
PR: 221583
Submitted by: mikael.urankar@gmail.com (maintainer) |
4.4.1_3 18 Jun 2017 05:52:24 |
sunpoet |
Remove Perl core modules
- Bump PORTREVISION for dependency change
With hat: perl |
4.4.1_2 16 Jun 2017 14:26:11 |
matthew |
Add security patches from BestPractical in lieu of the upcoming 4.4.2
release.
See: http://lists.bestpractical.com/pipermail/rt-announce/\
2017-June/000297.html
PR: 220031
Approved by: mikael.urankar@gmail.com (maintainer)
MFH: 2017Q2
Security: 7a92e958-5207-11e7-8d7c-6805ca0b3d42 |
4.4.1_1 05 Jun 2017 23:26:43 |
sunpoet |
Remove outdated PERL_LEVEL check
With hat: perl |
4.4.1_1 02 May 2017 20:14:41 |
pi |
www/rt44: add missing dependencies
- Those were missing:
devel/p5-Class-Accessor
textproc/p5-HTML-RewriteAttributes
mail/p5-MIME-Types
textproc/p5-Pod-Parser
PR: 218871
Submitted by: mikael.urankar@gmail.com (maintainer)
Reported by: info@rickvanderzwet.nl |
4.4.1 08 Mar 2017 12:18:57 |
rene |
www/rt44: remove optional dependency on expired databases/p5-DBD-Oracle |
4.4.1 28 Feb 2017 09:47:13 |
sunpoet |
Use real PORTVERSION and update dependent ports
- Add LICENSE_FILE
- Sort PLIST |
4.4.1 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
4.4.1 27 Jul 2016 20:56:45 |
pawel |
Update to version 4.4.1
Changelog: https://docs.bestpractical.com/release-notes/rt/4.4.1
PR: 211404
Submitted by: maintainer |
4.4.0_1 29 Jun 2016 17:20:26 |
amdmi3 |
- Add missing dependency on textproc/p5-CSS-Squish
- While here, add LICENSE_FILE
PR: 210688
Submitted by: mikael.urankar@gmail.com (maintainer)
Reported by: farrokhi@FreeBSD.org |
4.4.0 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
4.4.0 15 Apr 2016 19:16:58 |
pi |
www/rt44: beautify some CONFIG descriptions
PR: 208229
Suggested by: danfe |
4.4.0 15 Apr 2016 16:30:09 |
pi |
www/rt44: remove CONFLICTS_INSTALL on rt3.8
PR: 208229
Submitted by: matthew |
4.4.0 15 Apr 2016 16:28:56 |
pi |
www/rt44: re-surrect as repo-copy of rt42
PR: 208229
Submitted by: mat |
4.4.0 15 Apr 2016 16:25:15 |
pi |
www/rt44: remove, and re-add after repo-copy
PR: 208229
Submitted by: mat |
4.4.0 14 Apr 2016 19:06:55 |
pi |
New port: www/rt44
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/
PR: 208229
Submitted by: mikael.urankar@gmail.com |