./devel/mantis, PHP/MySQL/web based bugtracking system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.25.3, Package name: php74-mantis-2.25.3, Maintainer: pkgsrc-users

Mantis is a web-based bugtracking system. It is written in the PHP scripting
language and requires the MySQL database and a webserver. Mantis has been
installed on Windows, MacOS, OS/2, and a variety of Unix operating systems.
Almost any web browser should be able to function as a client. It is released
under the terms of the GNU General Public License (GPL).

Mantis is free to use and modify. It is free to redistribute as long as you
abide by the distribution terms of the GPL.


Required to run:
[textproc/php-json] [shells/bash] [databases/php-mysqli]

Required to build:
[pkgtools/cwrappers]

Package options: mysql

Master sites:

Filesize: 14767.938 KB

Version history: (Expand)


CVS history: (Expand)


   2022-04-25 19:24:50 by Christos Zoulas | Files touched by this commit (3)
Log message:
Update from 2.24.5 to 2.25.3 because older one does not work with php7.4.27
See: https://www.mantisbt.org/bugs/changelog_page.php
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2021-03-07 14:21:58 by Takahiro Kambe | Files touched by this commit (17)
Log message:
Switch to use lang/php/json.mk.
   2021-03-06 14:42:07 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/mantis: update to 2.24.5

2.24.5 (2021-03-05)

Security and maintenance release, includes PHP 8.0 compatibility fixes.

* 0027800: [bugtracker] install.php throws SYSTEM WARNINGs (dregad)
* 0027928: [custom fields] Unable to edit Issues having Date custom fields
  on PHP 8.0 (dregad)
* 0027976: [security] User cookie string is not reset upon logout (dregad)
* 0027826: [bugtracker] ERROR_CATEGORY_NOT_FOUND_FOR_PROJECT thrown for
  Category '0' (dregad)
   2021-02-28 18:06:40 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/mantis: update to 2.24.4

Update mantis package to 2.24.4.  Now supports PHP 7.3 and 7.4.

Changes from 2.4.1 are too many to write here, please refer
<https://mantisbt.org/bugs/changelog_page.php>.
   2020-11-28 02:20:03 by David H. Gutteridge | Files touched by this commit (6)
Log message:
Remove superfluous specification characters from pax invocations

A bunch of packages had an extra "p" specification character passed to
the pax -p option. One is enough. Committed to reduce the human parsing
costs, should someone else need to examine this. (In my case because it
seems recent Linux distros have changed such that some -p arguments can
now cause an error to occur, where previously they were accepted.)