./devel/bugzilla3, Web based bug tracking system

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


Branch: pkgsrc-2008Q4, Version: 3.0.8, Package name: bugzilla-3.0.8, 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:
[mail/p5-Email-Send] [mail/p5-Email-MIME-Modifier] [lang/perl5] [databases/p5-DBI] [databases/p5-DBD-mysql] [time/p5-TimeDate] [www/p5-CGI] [www/p5-Template-Toolkit]

Required to build:
[www/apache22]

Package options: mysql

Master sites:

SHA1: d4d4b839298020b1b81697dd1bc1965e172aeda7
RMD160: fbd5186793ccbcc20520ef80372dd63b5debcf6c
Filesize: 2366.101 KB

Version history: (Expand)


CVS history: (Expand)


   2009-02-04 22:05:10 by Matthias Scheler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #2682 - requested by adrianp
bugzilla3: security update

Revisions pulled up:
- devel/bugzilla3/Makefile		patch
- devel/bugzilla3/PLIST			patch
- devel/bugzilla3/distinfo		patch
---
Update "bugzilla3" package to version 3.0.8 via patch:

3.0.8
*  This release fixes one bug that is critical for installations running
3.0.7 under mod_perl. See the Security Advisory  for details.

Security Fix: http://www.bugzilla.org/security/3.0.7/

3.0.7
*  Saving changes to parameters would sometimes fail silently
(particularly on Windows when the web server didn't have the right
permissions to update the params file). Bugzilla will now throw an error
in this case, telling you what is wrong. (Bug 347707)
* Some versions of the SOAP::Lite Perl module had a bug that caused
Bugzilla's XML-RPC service to break. checksetup.pl now checks for these
bad versions and will reject them. (Bug 468009)

Security Fix: http://www.bugzilla.org/security/2.22.6/