notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: databases/mantis/Makefile

Number of commits found: 78

Saturday, 6 Jan 2024
16:55 Dan Langille (dvl) search for other commits by this committer
databases/mantis: Update to 2.26.0

re: https://mantisbt.org/bugs/changelog_page.php?version_id=360
    https://mantisbt.org/bugs/changelog_page.php?version_id=370

Fixes two CVEs

PR:		276022
Security:	CVE-2023-29197 CVE-2023-44394
commit hash: 3cf4de18e8b4bc8dfbdbfbde68ad9709b64cdd21 commit hash: 3cf4de18e8b4bc8dfbdbfbde68ad9709b64cdd21 commit hash: 3cf4de18e8b4bc8dfbdbfbde68ad9709b64cdd21 commit hash: 3cf4de18e8b4bc8dfbdbfbde68ad9709b64cdd21 3cf4de1
Sunday, 16 Apr 2023
18:09 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Remove merged or non-existent USE_PHP directives

- Remove USE_PHP=hash which is available in default php installation of
  all versions of php
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
  all versions of php
  * devel/pear-PHPTAL: Remove OPTION JSON
  * www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
  and later and has been replaced with sqlsrv module which is Windows
  only
  * www/codeigniter: Remove OPTION MSSQL
  * www/moodle311: Remove OPTION MSSQL
  * www/moodle39: Remove OPTION MSSQL
  * www/moodle40: Remove OPTION MSSQL
  * www/moodle41: Remove OPTION MSSQL
- Remove USE_PHP=openssl which is available in default php installation
  of all versions of php
  * databases/phpmyadmin: Remove OPTION OPENSSL
  * databases/phpmyadmin5: Remove OPTION OPENSSL
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL
  * www/nextcloud: Remove OPTION SSL
  * www/owncloud: Remove OPTION SSL
- Remove USE_PHP=pcre which is available in default php installation of
  all versions of php
  * sysutils/racktables: Remove OPTION PCRE
- Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update
  following ports
  * www/typo3-11
  * www/typo3-12
- Remove USE_PHP=pdf which is no longer available as php module
  * databases/phpmyadmin: Remove OPTION PDF
- Remove USE_PHP=spl which is available in default php installation of
  all versions of php
- Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is
  Windows only php module
  * www/typo3-11: Remove OPTION SQLSRV
  * www/typo3-12: Remove OPTION SQLSRV
- Bump where DEFAULT OPTIONS are affected

Sponsored by:	Bounce Experts

Approved by:	portmgr(blanket)
commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea 0ac3a69
Friday, 10 Mar 2023
11:09 Fernando Apesteguía (fernape) search for other commits by this committer Author: Zoltan ALEXANDERSON BESSE
databases/mantis: Update to 2.25.6

ChangeLog:
https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.25.6

Fixes two CVEs.

PR:		270050
Reported by:	zab@zltech.eu (maintainer)
Security:	CVE-2023-22476 CVE-2022-31129
commit hash: 6a6e6e8e04429742707b45637e1bfbfc3efe9928 commit hash: 6a6e6e8e04429742707b45637e1bfbfc3efe9928 commit hash: 6a6e6e8e04429742707b45637e1bfbfc3efe9928 commit hash: 6a6e6e8e04429742707b45637e1bfbfc3efe9928 6a6e6e8
Saturday, 24 Sep 2022
00:20 Wen Heping (wen) search for other commits by this committer
databases/mantis: Update to 2.25.5

PR:		266057
Reported by:	wen@
Approved by:	maintainer
commit hash: 382881ebe2578f2a01bf127dd637140256ef3a3e commit hash: 382881ebe2578f2a01bf127dd637140256ef3a3e commit hash: 382881ebe2578f2a01bf127dd637140256ef3a3e commit hash: 382881ebe2578f2a01bf127dd637140256ef3a3e 382881e
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
databases: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
  *  Aldis Berjoza <graudeejs@gmail.com>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Logvinov <ports@logvinov,com>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexander Novitsky
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexey Degtyarev <alexey@renatasystems.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@fix.no>
  *  Andrei Antoukh <niwi@niwi.be>
  *  Andrew McNaughton <andrew@scoop.co.nz>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Kostenko <andrey@kostenko.name>
  *  Andrey Simonenko
  *  Andrey Zakhvatov
  *  Anes Mukhametov <anes@anes.su>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Antonio Carlos Venancio Junior (<antonio@php.net>)
  *  Autrijus Tang <autrijus@autrijus.org>
  *  Babak Farrokhi <farrokhi@FreeBSD.org>
  *  Bartek Rutkowski <r@robakdesign.com>
  *  Bernard Spil <brnrd@FreeBSD.org>
  *  Brent J. Nordquist <bjn@visi.com>
  *  Cezary Morga <cm@therek.net>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Choe, Cheng-Dae
  *  Chris D. Faulhaber <jedgar@FreeBSD.org>
  *  Chris Larsen <darth@vader.dk>
  *  Damian Gerow <dgerow@afflictions.org>
  *  Daniel O'Connor
  *  Daniel Wijnands <daniel@itxl.nl>
  *  Dave Green <dg@fastmail.co.uk>
  *  David Thiel <lx@FreeBSD.org>
  *  Davíð Steinn Geirsson <david@isnic.is>
  *  Denis Generalov <gd.workbox@gmail.com>
  *  Denis Generalov <gd@rambler-co.ru>
  *  Denis Shaposhnikov <dsh@bamus.cz>
  *  Dermot Tynan <dtynan@kalopa.com>
  *  Dmitry Liakh <dliakh@ukr.net>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Dmitry Sivachenko <mitya@yandex-team.ru>
  *  Domas Mituzas <midom@dammit.lt>
  *  Dominic Mitchell
  *  Don Owens <don@regexguy.com>
  *  Dryice Dong Liu <dryice@dryice.name>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Espen Tagestad <espen@tagestad.no>
  *  Espen Volden aka voldern <voldern@hoeggen.net>
  *  Evan Sarmiento <bsdports@wayfair.com>
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Frank Wall <fw@moov.de>
  *  Ganbold Tsagaankhuu <ganbold@FreeBSD.org>
  *  Gary Palmer <gpalmer@FreeBSD.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geraud CONTINSOUZAS <geraud@gcu.info>
  *  Gerrit Beine <tux@pinguru.net>
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
  *  Henk van Oers <hvo.pm@xs4all.nl>
  *  Henrik Hodne <henrik@hodne.io>
  *  Hiroyuki Hanai <hanai@FreeBSD.org>
  *  Horia Racoviceanu <horia@racoviceanu.com>
  *  Hye-Shik Chang
  *  Hye-Shik Chang <perky@python.or.kr>
  *  Ilia Chipitsine <ilia@jane.cgu.chel.su>
  *  Ivan Voras <ivoras@FreeBSD.org>
  *  J.F. Dockes
  *  Jaap Boender <jaapb@kerguelen.org>
  *  Jake Smith <jake@xz.cx>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Janos Mohacsi <janos.mohacsi@bsd.hu>
  *  Janos.Mohacsi@bsd.hu
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jens Rehsack <rehsack@liwing.de>
  *  Jeremy Chadwick <koitsu@FreeBSD.org>
  *  Jev Björsell <ports@ecadlabs.com>
  *  Jim Ohlstein <jim@ohlste.in>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Horn <joehorn@gmail.com>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Chen <johnpupu@gmail.com>
  *  John Marino <marino@FreeBSD.org>
  *  John Merryweather Cooper
  *  John Merryweather Cooper et al
  *  Jon Nistor <nistor@snickers.org>
  *  Jonathan Weiss (<jw@innerewut.de>)
  *  Jose Jachuf <jjachuf@gmail.com>
  *  Joshua D. Abraham <jabra@ccs.neu.edu>
  *  Jov <amutu@amutu.com>
  *  Jov amutu@amutu.com
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Julien Laffaye <kimelto@gmail.com>
  *  Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  *  Keith Gaughan <k@sterechro.me>
  *  Kevin Bowling <kbowling@freebsd.org>
  *  Kimo <kimor79@yahoo.com>
  *  Kimura Fuyuki <fuyuki@nigredo.org>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Lars Balker Rasmussen <lbr@FreeBSD.org
  *  Lars Balker Rasmussen <lbr@FreeBSD.org>
  *  Lars Eggert <larse@isi.edu>
  *  Lars Thegler <lars@thegler.dk>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Loïc BARTOLETTI
  *  Loïc BARTOLETTI <lbartoletti@FreeBSD.org>
  *  Lubomir Marinov <lubomir_m@abv.bg>
  *  Mahdi Mokhtari <mokhi64@gmail.com>
  *  Mahlon E. Smith <mahlon@martini.nu>
  *  Marc G. Fournier <scrappy@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Markus Brueffer <markus@FreeBSD.org>
  *  Martin Matuska <martin@matuska.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Mathieu Arnold <m@absolight.net>
  *  Matthew Seaman
  *  Matthias Andree <mandree@FreeBSD.org>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Matthias Petermann <matthias@petermann-it.de>
  *  Max Khon
  *  Max Khon <fjoe@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Winking <mwfp@foldl.net>
  *  Mikael URANKAR and Loïc BARTOLETTI
  *  Mike Carlson (carlson39@llnl.gov)
  *  Mikhail T. <michael@fun-box.ru>
  *  Mikhail Teterin
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Mikolaj Golub <trociny@FreeBSD.org>
  *  Mirko Zinn <mail@derzinn.de>
  *  Mohammad S. Babaei <info@babaei.net>
  *  Muhammad Moinur Rahman <bofh@FreeBSD.org>
  *  Nick Hibma <n_hibma@freebsd.org>
  *  Nick Hilliard <nick@foobar.org>
  *  Nick Sayer <nsayer@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nicolas Embriz <nbari@tequila.io>
  *  Nicolas de Bari Embriz <nbari@dalmp.com>
  *  Oleg Sharoiko <os@rsu.ru>
  *  Olexander Melnyk <olexander.v.melnyk@gmail.com>
  *  Oliver Eikemeier <eikemeier@fillmore-labs.com>
  *  Olivier Duchateau <duchateau.olivier@gmail.com>
  *  Palle Girgensohn <girgen@FreeBSD.org>
  *  Palle Girgensohn <girgen@partitur.se>
  *  Palle Girgensohn <girgen@pingpong.net>
  *  Parv <parv@pair.org>
  *  Pete Fritchman <petef@databits.net>
  *  Peter Avalos <pavalos@theshell.com>
  *  Philip M. Gollucci
  *  Philip M. Gollucci <philip@p6m7g8.com>
  *  Philip Stoev <philip.stoev@galeracluster.com>
  *  Pierre-Emmanuel Andre <pea@raveland.org>
  *  Pietro Cerutti <gahr@FreeBSD.org>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Qing Feng <qingfeng@douban.com>
  *  Quinton Dolan <q@onthenet.com.au>
  *  Radim Kolar
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Rick Miller
  *  Robert Kruus <rob.kruus@gmail.com>
  *  Rod Taylor <ports@rbt.ca>
  *  Roland van Laar <roland@micite.net>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Roy Boerner
  *  Rozhuk Ivan <rozhuk.im@gmail.com>
  *  Rusty Nejdl
  *  Ryan Steinmetz <rpsfa@rit.edu>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Ryan T. Dean <rtdean@cytherianage.net>
  *  Sam Lawrance <boris@brooknet.com.au>
  *  Scott McWhirter <scott@surreytech.co.uk>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sean Chittenden <seanc@FreeBSD.org>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergei Vyshenski <svysh.fbsd@gmail.com>
  *  Sergey A. Osokin <osa@FreeBSD.org.ru>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Matveychuk <sem@FreeBSD.org>
  *  Sergey Skvortsov <skv@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sevan Janiyan <venture37@geeklan.co.uk>
  *  Sheldon Hearn <sheldonh@FreeBSD.org>
  *  Stanislav Svirid <count@211.ru>
  *  Stefan Schmidt <stefan.schmidt@stadtbuch.de>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steve Wills <swills@freebsd.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  T. William Wells <bill@twwells.com>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thierry Thomas (<thierry@pompo.net>)
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Timur I. Bakeyev <bat@cpan.org>
  *  Tom Judge <tj@FreeBSD.org>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Torsten Zuhlsdorff <ports@toco-domains.de>
  *  Toshiya Saitoh (<toshiya@saitoh.nu>)
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Vasil Dimov <vd@FreeBSD.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vladimir Timofeev <vovkasm@gmail.com>
  *  Wen Heping
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen heping <wenheping@gmail.com>
  *  William Grzybowski <wg@FreeBSD.org>
  *  Xin Li <delphij@FreeBSD.org>
  *  Yarema <yds@CoolRat.org>
  *  Yarema <yds@Necessitu.de>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yoichi NAKAYAMA <yoichi@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zach Thompson <hideo@lastamericanempire.com>
  *  Zach Thompson <lin-chi@lastamericanempire.com>
  *  ache@FreeBSD.org
  *  alfred
  *  alp@sfedu.ru
  *  andrew@scoop.co.nz
  *  andrey@kostenko.name
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  clive
  *  clive@FreeBSD.org
  *  clsung@dragon2.net
  *  dcf@aracnet.com
  *  elvstone@gmail.com
  *  erikhb@bgnett.no
  *  erwin@FreeBSD.org
  *  gahr
  *  ijliao
  *  ijlioa
  *  ivoras
  *  johnpupu <johnpupu@gmail.com>
  *  kirk@daycos.com
  *  kuriyama
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  loïc bartoletti <lbartoletti@FreeBSD.org>
  *  mharo@FreeBSD.org
  *  michael johnson <ahze@ahze.net>
  *  milki <milki@rescomp.berkeley.edy>
  *  mm@FreeBSD.org
  *  nbm
  *  nectar@FreeBSD.org
  *  nork@FreeBSD.org
  *  nork@cityfujisawa.ne.jp
  *  olevole@olevole.ru
  *  proler@gmail.com
  *  sergey@migsoft.com.ua
  *  sobomax
  *  spam@rm-rf.kiev.ua
  *  stas
  *  tobez
  *  tremere@cainites.net
  *  vanilla
  *  vanilla@
  *  wen@FreeBSD.org
  *  wenheping<wenheping@gmail.com>
  *  wolman@cs.washington.edu
  * # Created by Kevin Bowling <kbowling@FreeBSD.org>
  * # Created by Matthias Fechner <mfechner@FreeBSD.org>

With hat:	portmgr
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 d076ad9
Saturday, 10 Jul 2021
15:13 Thomas Zander (riggs) search for other commits by this committer
databases/mantis: Update to 2.25.2.

Details:
- Many bugfixes (including some security related) available in the new
  mantis release 2.25.2.

PR:		257066
Reported by:	Zoltan ALEXANDERSON BESSE <zab@zltech.eu> (maintainer)
MFH:		2021Q3
Security:	CVE-2021-3603
		CVE-2021-33557
		CVE-2020-36326
commit hash: 2753d7dfd26f55ccb796810cb18f7ff28a48380b commit hash: 2753d7dfd26f55ccb796810cb18f7ff28a48380b commit hash: 2753d7dfd26f55ccb796810cb18f7ff28a48380b commit hash: 2753d7dfd26f55ccb796810cb18f7ff28a48380b 2753d7d
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 10 Mar 2021
14:55 lwhsu search for other commits by this committer
databases/mantis: Update to 2.24.4

PR:		252639
Submitted by:	Zoltan ALEXANDERSON BESSE <zab@zltech.eu> (maintainer)
MFH:		2020Q1
Security:	2dc8927b-54e0-11eb-9342-1c697a013f4b
Original commitRevision:568008 
Saturday, 14 Nov 2020
19:47 pi search for other commits by this committer
databases/mantis: update 2.24.2 -> 2.24.3, fix 3 CVEs

- submitter takes maintainer
- added files/patch-.imgbotconfig
  original exists in git repo but not included in official 2.24.3 package,
  there might be some users with configured imgbot depending on it and
  there is a PLIST_FILES entry in Makefile

QA:
- run-tests are fine, no functional changes
- database schema: unchanged (checked on pg-12)

PR:		251141
Submitted by:	Zoltan Alexanderson Besse <zab@zltech.eu>
MFH:		2020Q4
Relnotes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.24.3
Security:	CVE-2020-25781, CVE-2020-25288, CVE-2020-25830
Original commitRevision:555143 
Monday, 28 Sep 2020
05:05 tobik search for other commits by this committer
Reset MAINTAINER
Original commitRevision:550400 
Tuesday, 11 Aug 2020
16:44 tobik search for other commits by this committer
databases/mantis: Update to 2.24.2

Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.24.2
Original commitRevision:544692 
Monday, 4 May 2020
04:27 tobik search for other commits by this committer
databases/mantis: Update to 2.24.1

Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.24.1
Original commitRevision:533892 
Tuesday, 17 Mar 2020
23:11 tobik search for other commits by this committer
databases/mantis: Update to 2.24.0

Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.24.0
Original commitRevision:528612 
Wednesday, 11 Dec 2019
07:09 tobik search for other commits by this committer
databases/mantis: Update to 2.23.0

Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.23.0
Original commitRevision:519787 
Friday, 27 Sep 2019
09:18 tobik search for other commits by this committer
databases/mantis: Update to 2.22.1

Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.22.1
Original commitRevision:513010 
Tuesday, 27 Aug 2019
04:30 tobik search for other commits by this committer
databases/mantis: Update to 2.22.0

Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.22.0
Original commitRevision:509986 
Tuesday, 20 Aug 2019
10:53 tobik search for other commits by this committer
databases/mantis: Update to 2.21.2

Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.21.2
Original commitRevision:509418 
Friday, 14 Jun 2019
11:36 tobik search for other commits by this committer
databases/mantis: Update to 2.21.1

Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.21.1
Original commitRevision:504176 
Sunday, 21 Apr 2019
09:44 tobik search for other commits by this committer
databases/mantis: Update to 2.21.0

Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.20.1
Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.21.0
Security:	CVE-2019-10905
MFH:		2019Q2
Original commitRevision:499531 
Sunday, 17 Mar 2019
07:02 tobik search for other commits by this committer
databases/mantis: Update to 2.20.0

Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.20.0
MFH:		2019Q1
Original commitRevision:496014 
Sunday, 10 Mar 2019
10:42 danfe search for other commits by this committer
Fix various misspellings of PORTREVISION.
Original commitRevision:495247 
Sunday, 6 Jan 2019
08:04 tobik search for other commits by this committer
databases/mantis: Add missing run dependencies

PR:		234597
Submitted by:	dvl
Original commitRevision:489441 
Thursday, 3 Jan 2019
08:50 tobik search for other commits by this committer
databases/mantis: Update to 2.19.0

Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.19.0
MFH:		2019Q1 (bug fixes)
Original commitRevision:489136 
Thursday, 18 Oct 2018
09:02 tobik search for other commits by this committer
databases/mantis: Update to 2.18.0

- Update plugins to their latest versions

Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.18.0
Original commitRevision:482335 
Tuesday, 25 Sep 2018
14:09 tobik search for other commits by this committer
databases/mantis: Update to 2.17.1

Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.17.1
Security:	6bf71117-c0c9-11e8-b760-6023b685b1ee
MFH:		2018Q3 (with r479187)
Original commitRevision:480664 
Friday, 7 Sep 2018
11:06 tobik search for other commits by this committer
databases/mantis: Update to 2.17.0

Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.17.0
Original commitRevision:479187 
Wednesday, 29 Aug 2018
12:03 tobik search for other commits by this committer
databases/mantis: Update to 2.16.0

- Use upstream release tarball instead of doing our own vendoring
- Add missing PHP extensions
- Flavorize
- Update plugins and install them by default
- Add LICENSE
- Improve pkg-descr

Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.16.0
PR:		229880
Reviewed by:	dvl, mat, ndowens@yahoo.com
MFH:		2018Q3 (with r477954, r477984)
Security:	0822a4cf-9318-11e8-8d88-00e04c1ea73d
Differential Revision:	https://reviews.freebsd.org/D16890
Original commitRevision:478349 
Friday, 24 Aug 2018
22:14 tobik search for other commits by this committer
Take maintainership of databases/mantis
Original commitRevision:477984 
10:32 tobik search for other commits by this committer
databases/mantis: Revert fake update from r475644

The checksums and sizes from 2.9.0 and 2.15.0 are identical because
GH_TAGNAME was not updated as well, so the update to 2.15.0 never
actually happened.

PR:		229880
Pointy hat:	joneum
MFH:		2018Q3
Security:	0822a4cf-9318-11e8-8d88-00e04c1ea73d
Original commitRevision:477954 
Sunday, 29 Jul 2018
10:51 joneum search for other commits by this committer
databases/mantis: Update to 2.15.0

Changelog:
https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.15.0

PR:		229880
Submitted by:	Nathan <ndowens.fbsd@yandex.com>
MFH:		2018Q3
Security:	0822a4cf-9318-11e8-8d88-00e04c1ea73d
Original commitRevision:475644 
Wednesday, 18 Jul 2018
15:52 swills search for other commits by this committer
databases/mantis: update to 2.9.0

PR:		224145
Submitted by:	rozhuk.im@gmail.com
Original commitRevision:474875 
Tuesday, 31 Oct 2017
14:51 olgeni search for other commits by this committer
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
Original commitRevision:453238 
Monday, 2 Oct 2017
23:47 dvl search for other commits by this committer
Upgrade to 2.6.0
Original commitRevision:451104 
Tuesday, 22 Aug 2017
14:55 dvl search for other commits by this committer
Upgrade to 2.5.1

give up MAINTAINER

PR:	220689
Original commitRevision:448537 
Thursday, 15 Sep 2016
01:41 swills search for other commits by this committer
Unmark broken on powerpc64

These ports built successfully
Original commitRevision:422175 
Thursday, 21 Apr 2016
16:43 swills search for other commits by this committer
many ports: mark broken on powerpc64
Original commitRevision:413746 
Wednesday, 23 Dec 2015
21:20 dvl search for other commits by this committer
patch with security fix for CVE-2015-5059

Submitted by: Torsten Zuhlsdorff & Jason Unovitch
PR: 201106 202865
Approved by: mat (mentor)
Differential Review: D4196
Original commitRevision:404324 
Thursday, 5 Mar 2015
19:47 dvl search for other commits by this committer
Update to 1.2.19

NOTE: doc/en was not included in this release
Approved by: mat (mentor)
Original commitRevision:380549 
Sunday, 4 Jan 2015
22:38 dvl search for other commits by this committer
Update to 1.2.18

- while here, remove directories no longer used
- use standard method for copying tress
- use pkg-plist to chown, not Makefile

PR:           195733
Submitted by: Andrew Berg
Approved by:  mat (mentor)
Original commitRevision:376277 
Thursday, 16 Oct 2014
08:55 ak search for other commits by this committer
- Fix various distinfo errors
- Remove unused USE_* knobs
- Fix typos in USE_* knobs
- Remove empty lines after .include <bsd.port.mk>

Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D911
Original commitRevision:370983 
Monday, 8 Sep 2014
13:22 dvl search for other commits by this committer
* Upgrade to 1.2.17
* Change maintainer to my @FreeBSD.org address

PR:                 193419
Submitted by:       Andrew Berg <aberg010@my.hennepintech.edu>
Approved by:	    wg (mentor)
Original commitRevision:367621 
Tuesday, 10 Jun 2014
07:39 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
Original commitRevision:357277 
Thursday, 6 Feb 2014
12:16 miwi search for other commits by this committer
- Stage support
Original commitRevision:343057 
Friday, 20 Sep 2013
16:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Original commitRevision:327717 
Wednesday, 3 Jul 2013
20:20 lippe search for other commits by this committer
- Update to 1.2.15.

PR:		ports/179295
Submitted by:	Torsten Zuhlsdorff <foo@meisterderspiele.de>
Approved by:	maintainer timeout
Original commitRevision:322253 
Wednesday, 13 Mar 2013
12:57 bdrewery search for other commits by this committer
- Update to 1.2.14

PR:		ports/171917
Submitted by:	Dan Langille <dan@langille.org> (maintainer)
Original commitRevision:314081 
Wednesday, 13 Jun 2012
01:39 wxs search for other commits by this committer
Update to 1.2.11.

PR:             ports/168983
Submitted by:   Dan Langille <dan@langille.org> (maintainer)
Security:       55587adb-b49d-11e1-8df1-0004aca374af
Original commit
Monday, 5 Sep 2011
15:55 eadler search for other commits by this committer
- Update to 1.2.7

PR:             ports/160368
Submitted by:   gjb
Approved by:    dvl (maintainer), bapt (mentor)
Security:       CVE-2011-2938
Original commit
Tuesday, 3 May 2011
19:01 beech search for other commits by this committer
-Update to 1.2.5

-MantisBT 1.2.5 is a maintenance update for the stable 1.2.x branch.
 It is recommended that all MantisBT users (including those still using
 1.1.x or earlier versions) upgrade to this latest release.

-This release brings improved translations in many languages as well as
 numerous bug fixes across a range of MantisBT features.

-A full changelog for 1.2.5 can be found on the official site:
 http://www.mantisbt.org/bugs/changelog_page.php?version_id=113

PR:             ports/156763
Submitted by:   Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Approved by:    itetcu (mentor)(implicit)
Original commit
Saturday, 29 Jan 2011
14:30 miwi search for other commits by this committer
- Update to 1.2.4

PR:             154047
Submitted by:   Marek Holienka <marekholienka@gmail.com>
Approved by:    maintainer
Feature safe:   yes
Original commit
Saturday, 9 Oct 2010
16:55 sunpoet search for other commits by this committer
- Add missing PHP dependency: hash & session
- Bump PORTREVISION
- While I'm here, remove outdated no-op pre-everything::

PR:             ports/151267
Submitted by:   Frederic Praca <frederic.praca@freebsd-fr.org>
Approved by:    Dan Langille <dan@langille.org> (maintainer), pgollucci (mentor,
implicit)
Original commit
Wednesday, 15 Sep 2010
14:30 pav search for other commits by this committer
- Update to 1.2.3

PR:             ports/150580
Submitted by:   Dan Langille <dan@langille.org> (maintainer)
Original commit
Saturday, 17 Apr 2010
08:14 wen search for other commits by this committer
- Update to 1.2.0

PR:             ports/145281
Submitted by:   Wen Heping (myself)
Approved by:    mainatainer
Original commit
Saturday, 22 Aug 2009
00:18 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
Original commit
Sunday, 5 Jul 2009
22:24 miwi search for other commits by this committer
- Update to 1.1.8

PR:             135887
Submitted by:   Hung-Yi Chen <gaod@hychen.org>
Approved by:    maintainer via irc
Original commit
Saturday, 13 Dec 2008
15:33 miwi search for other commits by this committer
- Update to 1.1.6

PR:             129562
Submitted by:   Dan Langille <dan@langille.org> (maintainer)
Original commit
Saturday, 6 Dec 2008
22:39 miwi search for other commits by this committer
- Update to 1.1.5

PR:             129437
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by:    maintainer
Security:      
http://www.vuxml.org/freebsd/29255141-c3df-11dd-a721-0030843d3802.html
               
http://www.vuxml.org/freebsd/00d6040a-b8e0-11dd-a578-0030843d3802.html
Original commit
Saturday, 22 Nov 2008
21:08 miwi search for other commits by this committer
- Update to 1.1.4

PR:             128938
Submitted by:   artem.sidorenko@t-online.de (Artem Sidorenko)
Approved by:    maintainer via irc
Original commit
Wednesday, 27 Aug 2008
03:32 edwin search for other commits by this committer
[MAINTAINER-UPDATE] databases/mantis upgrade to latest version

PR:             ports/126871
Submitted by:   Dan Langille <dan@langille.org>
Original commit
Wednesday, 19 Mar 2008
21:09 lippe search for other commits by this committer
- bump PORTREVISION.
- Use SF macro.
- Add missing dependency.

PR:             ports/121819
Submitted by:   "Mark D. Foster" <mark@foster.cc>
Approved by:    araujo (mentor), Dan Langille <dan@langille.org> (maintainer)
Original commit
Thursday, 24 Jan 2008
22:01 miwi search for other commits by this committer
- Update to 1.1.1

PR:             119932
Submitted by:   Thomas Sandford <freebsduser@paradisegreen.co.uk>
Approved by:    maintainer (via irc)
Original commit
Saturday, 12 Jan 2008
13:11 miwi search for other commits by this committer
- Update to 1.1.0

PR:             119528
Submitted by:   Thomas Sandford <freebsduser@paradisegreen.co.uk>
Approved by:    maintainer
Original commit
Sunday, 15 Jul 2007
21:58 pav search for other commits by this committer
- Allow Apache 2.0+

PR:             ports/114485
Submitted by:   Sture Ahlin <sture.ahlin@telia.com>
Approved by:    Dan Langille <dan@langille.org> (maintainer)
Original commit
Monday, 18 Jun 2007
15:23 itetcu search for other commits by this committer
Fix typo.

Submitted by:   sat@
Original commit
Sunday, 17 Jun 2007
21:10 itetcu search for other commits by this committer
- Update to 1.0.7 [1]
- depreciate own hackish MANTISDIR in favor od WWWDIR [2]

PR:             ports/113780
Submitted by:   Nils Vogels [1], itetcu@ (me) [2]
Approved by:    Dan Langille [1], [2] (on IRC)
Original commit
Sunday, 3 Dec 2006
22:27 miwi search for other commits by this committer
- Update to 1.0.6

PR:             ports/106263
Submitted by:   TAKAHASHI Kaoru <kaoru@kaisei.org>
Approved by:    maintainer
Original commit
Thursday, 24 Aug 2006
10:59 miwi search for other commits by this committer
- Update to 1.0.5

PR:             ports/101382
Submitted by:   Kian Mohageri <kian.mohageri(at)gmail.com>
Approved by:    krion (mentor), maintainer
Original commit
Saturday, 10 Jun 2006
11:27 pav search for other commits by this committer
- Update to 1.0.3

PR:             ports/98358
Submitted by:   Dan Langille <dan@langille.org> (maintainer)
Original commit
Saturday, 1 Apr 2006
22:42 pav search for other commits by this committer
- Pass maintainership to Dan Langille
- Update pkg-descr

PR:             ports/95201
Submitted by:   Dan Langille <dan@langille.org>
Suggested by:   gioria (maintainer)
Original commit
05:01 edwin search for other commits by this committer
[resurrect port] databases/mantis

        I've been using mantis for some time, but didn't know it
        was in the tree.  I did some research and found that the
        bugs reported have been fixed.

        See my post to the vuxml list for details:

           http://docs.freebsd.org/cgi/mid.cgi?442DB5D7.30037.301FFEF

        One major change to the Makefile: do not overwrite the
        existing config_inc.php

PR:             ports/95189
Submitted by:   Dan Langille <dan@langille.org>
Original commit
Friday, 31 Mar 2006
08:25 linimon search for other commits by this committer
Remove databases/mantis, it has been marked FORBIDDEN for more than 3 months.

Hat:    portmgr
Original commit
Wednesday, 14 Dec 2005
22:10 simon search for other commits by this committer
Mark FORBIDDEN due to remote file inclusion vulnerability (IE.
effectively execute arbitrary PHP code).

Security:      
http://vuxml.FreeBSD.org/82a41084-6ce7-11da-b90c-000e0c2e438a.html
Requested by:   remko
With hat:       secteam
Original commit
Monday, 6 Jun 2005
15:38 pav search for other commits by this committer
- Update to 1.0.0a2

PR:             ports/81145
Submitted by:   John Oxley <john@yoafrica.com>
Approved by:    maintainer timeout (14 days)
Original commit
Wednesday, 31 Mar 2004
14:26 pav search for other commits by this committer
- Update to 0.18.2

PR:             ports/64653
Submitted by:   gioria (maintainer)
Original commit
Friday, 5 Mar 2004
07:05 linimon search for other commits by this committer
Update to 0.18.0 and fix problems with pkg-message and pkg-plist.

This includes about 18 months' worth of changes, which are extensive.
See ChangeLog.  But, note that the new distfile has been switched over
to DOS linebreaks, so the diffs are incredibly painful to read.  I
really wish authors would not do this.

PR:             ports/61368
Submitted by:   Nils Vogels <nivo@yuckfou.org>
Approved by:    gioria@FreeBSD.org (maintainer)
Original commit
Saturday, 10 Jan 2004
10:28 edwin search for other commits by this committer
replace dependency on apache with USE_APACHE
Original commit
09:19 edwin search for other commits by this committer
new ports: databases/mantis

        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. Any web browser should be able to function as a
        client. It is released under the terms of the GNU General
        Public License (GPL).

PR:             ports/46034
Submitted by:   Sebastien Gioria <gioria@FreeBSD.ORG>
Original commit

Number of commits found: 78