aboutsummaryrefslogtreecommitdiff
path: root/devel/bugzilla50
Commit message (Collapse)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - update to 5.0.3Olli Hauer2016-05-185-177/+26
| | | | | | | | | | Thanks to Mokhi for review latest 5.0.x PR's and patches! Security: CVE-2016-2803 Security: 036d6c38-1c5b-11e6-b9e0-20cf30e32f6d Notes: svn path=/head/; revision=415462
* - fix build with PostgreSQL (s/91/9.1/) as default dbOlli Hauer2016-04-271-1/+1
| | | | | | | | | (PD error: cannot install: unknown PostgreSQL version: 91+) MFH: 2016Q2 Notes: svn path=/head/; revision=414123
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.Mathieu Arnold2016-04-251-1/+1
| | | | | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414014
* - Remove unnecessary PERL_LEVEL checkSunpoet Po-Chuan Hsieh2016-04-232-121/+51
| | | | | | | | | | | | - Add NO_ARCH - Convert to new options helper - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk With hat: perl Approved by: portmgr (blanket) Notes: svn path=/head/; revision=413850
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-53/+53
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - add new OPTIONS_GROUP_EXTENSIONS (MoreBugUrl and Voting)Olli Hauer2016-02-164-1/+120
| | | | | | | | | | | | | | | | - add patch so MoreBugUrl has support for Phabricator URL's [1] - PORTREVISION bump not requied, new OPTIONS are OFF by default [1] Upstream PR: https://bugzilla.mozilla.org/show_bug.cgi?id=1128119 Special Thanks goes to Mahdi Mokhtari for the patches and improving the FreeBSD Bugzilla integration! PR: 207216 Submitted by: Mahdi Mokhtari Notes: svn path=/head/; revision=409014
* - Backport upstream bug #1235395Olli Hauer2016-01-102-1/+151
| | | | | | | | | | PR: 206103 Submitted by: Mahdi Mokhtari <mokhi64 _at_ gmail.com> Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=1235395 MFH: 2016Q1 Notes: svn path=/head/; revision=405729
* - Set submitter_id before calling _check_data() [1]Olli Hauer2015-12-282-0/+24
| | | | | | | | | | | | | - bump PORTREVISION [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1235270 PR: 205657 Submitted by: mokhi64(_at_)gmail.com Reviewed by: koobs@ Notes: svn path=/head/; revision=404619
* - update to 5.0.2Olli Hauer2015-12-234-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release fixes two security issues. See the Security Advisory for details. [1] This release also contains the following bug fixes: o mod_perl now works correctly with mod_access_compat turned off on Apache 2.4. To regenerate the .htaccess files, you must first delete all existing ones in subdirectories: find . -mindepth 2 -name .htaccess -exec rm -f {} \; You must then run checksetup.pl again to recreate them with the correct syntax. (Bug 1223790) o Emails sent by Bugzilla are now correctly encoded as UTF-8. (Bug 714724) o Strawberry Perl is now fully supported on Windows. (Bug 1089448 and bug 987742) o The XML-RPC API now works with IIS on Windows. (Bug 708252) o Some queries should now be faster on PostgreSQL. (Bug 1184431) [1] https://www.bugzilla.org/security/4.2.15/ MFH: 2015Q4 Security: CVE-2015-8508 CVE-2015-8509 vid="54075861-a95a-11e5-8b40-20cf30e32f6d" Notes: svn path=/head/; revision=404284
* - update bugzilla ports to 5.0.1 / 4.4.10Olli Hauer2015-09-142-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | o Users whose login name is not an email address could not log in on installations which use LDAP to authenticate users. o If a mandatory custom field was hidden, it was not possible to create a new bug or to edit existing ones. o A user editing his login name to point to a non-existent email address could cause Bugzilla to stop working, causing a denial of service. o Emails generated during a transaction made PostgreSQL stop working. o Bugs containing a comment with a reference to a bug ID larger than 2^31 could not be displayed anymore using PostgreSQL. o Emails sent by Bugzilla are now correctly encoded as UTF-8. o The date picker in the "Time Summary" page was broken. o If Test::Taint or any other Perl module required to use the JSON-RPC API was not installed or was too old, the UI to tag comments was displayed anyway, you could tag comments, but tags were not persistent (they were lost on page reload). Now the UI to tag comments is not displayed at all until the missing Perl modules are installed and up-to-date. o Custom fields of type INTEGER now accept negative integers. MFH: 2015Q3 Security: CVE-2015-4499 Security: ea893f06-5a92-11e5-98c0-20cf30e32f6d Notes: svn path=/head/; revision=396878
* - add bugzilla 5.0Olli Hauer2015-07-125-260/+78
| | | | | | | | Release Notes: https://www.bugzilla.org/releases/5.0/release-notes.html Notes: svn path=/head/; revision=391770
* - svn copy bugzilla44 to bugzilla50Olli Hauer2015-07-127-0/+1256
Update to 5.x will be done with the next commit because of pre-commit hook! svn: E165001: Commit blocked by pre-commit hook (exit code 1) with output: Do not replace a file. This can lose history. Path: "/head/devel/bugzilla50/Makefile" == Additional errors may compound and may not be accurate == Notes: svn path=/head/; revision=391769