Path to this page:
./
devel/bugzilla3,
Web based bug tracking system
Branch: pkgsrc-2008Q2,
Version: 3.0.5,
Package name: bugzilla-3.0.5,
Maintainer: adrianpBugzilla 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:[
databases/p5-DBD-mysql] [
databases/p5-DBI] [
mail/p5-Email-MIME-Modifier] [
mail/p5-Email-Send] [
www/p5-CGI] [
www/p5-Template-Toolkit] [
lang/perl5] [
time/p5-TimeDate]
Required to build:[
www/apache22]
Package options: mysql
Master sites: (Expand)
SHA1: 8b373ad0d9d2c7fedf905279df9cfb9e76ff1373
RMD160: ef8eb3fead99a79c9fb2fd673241c8265956a3d8
Filesize: 2362.585 KB
Version history: (Expand)
- (2008-08-19) Updated to version: bugzilla-3.0.5
- (2008-07-14) Package added to pkgsrc.se, version bugzilla-3.0.4 (created)
CVS history: (Expand)
2008-08-19 01:27:06 by Tyler R. Retzlaff | Files touched by this commit (3) | |
Log message:
pullup ticket #2493 - requested by adrianp
bugzilla3: update package for security issues
revisions pulled up:
pkgsrc/devel/bugzilla3/Makefile 1.8
pkgsrc/devel/bugzilla3/PLIST 1.3
pkgsrc/devel/bugzilla3/distinfo 1.4
Module Name: pkgsrc
Committed By: adrianp
Date: Sun Aug 17 09:24:38 UTC 2008
Modified Files:
pkgsrc/devel/bugzilla3: Makefile PLIST distinfo
Log message:
Update to 3.0.5
* If you don't have permission to set a flag, it will now appear
unchangeable in the UI. (Bug 433851)
* If you were running mod_perl, Bugzilla was not correctly closing its
connections to the database since 3.0.3, and so sometimes the DB would run
out of connections. (Bug 441592)
* The installation script is now clear about exactly which Email:: modules
are required in Perl, thus avoiding the problem where emails show up with a
body like SCALAR(0xBF126795). (Bug 441541)
* email_in.pl is no longer case-sensitive for values of @product. (Bug
365697)
Also addresses a new security issue:
http://www.bugzilla.org/security/2.22.4/
|