./devel/bugzilla3, Web based bug tracking system

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


Branch: pkgsrc-2008Q1, Version: 3.0.4, Package name: bugzilla-3.0.4, Maintainer: adrianp

Bugzilla is a "Defect Tracking System" or "Bug-Tracking System". Defect
Tracking Systems allow individual or groups of developers to keep track of
outstanding bugs in their product effectively. Most commercial defect-tracking
software vendors charge enormous licensing fees. Despite being "free", Bugzilla
has many features its expensive counterparts lack. Consequently, Bugzilla has
quickly become a favorite of hundreds of organizations across the globe.

What Does Bugzilla Do?

- Track bugs and code changes
- Communicate with teammates
- Submit and review patches
- Manage quality assurance (QA)

Bugzilla can help you get a handle on the software development process.
Successful projects often are the result of successful organization and
communication. Bugzilla is a powerful tool that will help your team get
organized and communicate effectively.


Required to run:
[time/p5-TimeDate] [www/p5-CGI] [www/p5-Template-Toolkit] [mail/p5-Email-Send] [mail/p5-Email-MIME-Modifier] [lang/perl5] [databases/p5-DBD-mysql] [databases/p5-DBI]

Required to build:
[www/apache22]

Package options: mysql

Master sites: (Expand)

SHA1: ebe25b614db1e37f6ad948ab20c9b0bc1fe4d771
RMD160: 758e3f2d93c8127cb4be7504f4f22a07195fe7ea
Filesize: 2357.53 KB

Version history: (Expand)


CVS history: (Expand)


   2008-05-15 12:48:21 by Tyler R. Retzlaff | Files touched by this commit (3)
Log message:
pullup ticket #2381 - requested by adrianp
bugzilla3: bug fixes, cross-site scripting fixes

revisions pulled up:
- pkgsrc/devel/bugzilla3/Makefile	1.5
- pkgsrc/devel/bugzilla3/PLIST		1.2
- pkgsrc/devel/bugzilla3/distinfo	1.3

   Module Name:	pkgsrc
   Committed By:	adrianp
   Date:		Tue May  6 19:45:54 UTC 2008

   Modified Files:
   	pkgsrc/devel/bugzilla3: Makefile PLIST distinfo

   Log message:
   3.0.4
   * Bugzilla administrators were not being correctly notified about new \ 
releases. (Bug 414726)
   * There could be extra whitespace in email subject lines. (Bug 411544)
   * The priority, severity, OS, and platform fields were always required by the \ 
Bug.create WebService function, even if they had defaults specified. (Bug \ 
384009)
   * Better threading of bugmail in some email clients. (Bug 376453)
   * There were many fixes to the Inbound Email Interface (email_in.pl). (Bug \ 
92274, Bug 377025, Bug 412943, Bug 413672, and Bug 431721)
   * checksetup.pl now handles UTF-8 conversion more reliably during upgrades. \ 
(Bug 374951)
   * Comments written in CJK languages are now correctly word-wrapped. (Bug 388723)
   * All emails will now be sent in the correct language, when the user has \ 
chosen a language for emails. (Bug 405946)
   * On Windows, temporary files created when uploading attachments are now \ 
correctly deleted when the upload is complete. (Bug 414002)
   * checksetup.pl now prints correct installation instructions for Windows \ 
users using Perl 5.10. (Bug 414430)

   3.0.3
   * mod_perl no longer compiles Bugzilla's code for each Apache process \ 
individually. It now compiles code only once and shares it among each Apache \ 
process. This greatly improves performance and highly decreases the memory \ 
footprint. (Bug 398241)
   * You can now search for '---' (without quotes) in versions and milestones. \ 
(Bug 362436)
   * Bugzilla should no longer break lines unnecessarily in email subjects. This \ 
was causing trouble with some email clients. (Bug 374424)
   * If you had selected "I'm added to or removed from this capacity" \ 
option for the "CC" role in your email preferences, you wouldn't get \ 
mail when more than one person was added to the CC list at once. (Bug 394796)
   * Deleting a user account no longer deletes whines from another user who has \ 
the deleted account as addressee. The schedule is simply removed, but the whine \ 
itself is left intact. (Bug 395924)
   * contrib/merge-users.pl now correctly merges all required fields when \ 
merging two user accounts. (Bug 400160)
   * Bugzilla no longer requires Apache::DBI to run under mod_perl. It caused \ 
troubles such as lost connections with the DB and didn't give any important \ 
performance gain. (Bug 408766)

   Security Fixes:
   Unauthorized Bug Change
   Cross-Site Scripting
   Account Impersonation (Minor)