./devel/bugzilla3, Web based bug tracking system

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


Branch: CURRENT, Version: 3.2.4nb3, Package name: bugzilla-3.2.4nb3, Maintainer: pkgsrc-users

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:
[www/p5-CGI] [www/p5-Template-Toolkit] [databases/p5-DBI] [databases/p5-DBD-mysql] [lang/perl5] [time/p5-TimeDate] [mail/p5-Email-MIME] [mail/p5-Email-Send]

Required to build:
[www/apache22]

Package options: mysql

Master sites: (Expand)

SHA1: 5db81f3b373b79ad260e0ceb161a1fa15deed956
RMD160: 590f9ae11f417ad133681fd2c568aa6a3bbe9770
Filesize: 2368.831 KB

Version history: (Expand)


CVS history: (Expand)


   2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880)
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
   2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798)
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
   2010-03-14 11:46:55 by S.P.Zeidler | Files touched by this commit (1)
Log message:
remove dependency on p5-Email-MIME-Modifier, which has been superseded by
p5-Email-MIME
   2009-07-17 19:04:56 by Adrian Portelli | Files touched by this commit (2)
Log message:
*  We now require a specific version of the Email::MIME::Encodings Perl module, \ 
to fix an issue where some emails would have too many newlines in them. (Bug \ 
486206)
* Bugzilla's JavaScript and CSS should now be fully compatible with Internet \ 
Explorer 8. (Bug 483150)
* Running a saved search with a saved sort order will now no longer overwrite \ 
your default search order. (Bug 491679)
* You can now confirm a bug by popular vote even if there is no status called \ 
"NEW" in your Bugzilla. (Bug 500900)
* Displaying a bug with lots of comments should now be significantly faster. \ 
(Bug 498318)

This release also contains a security fix. See the Security Fixes Section for \ 
details.
   2009-06-14 20:48:18 by Joerg Sonnenberger | Files touched by this commit (44)
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
   2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454)
Log message:
Remove @dirrm entries from PLISTs
   2009-04-20 11:28:28 by David Brownlee | Files touched by this commit (2) | Package updated
Log message:
Updated devel/bugzilla3 to 3.2.3

Security fix:
 * Attachment editing was vulnerable to a cross-site request forgery.
   Note that this issue was only fixed for 3.2.3 and 3.3.4 even though
   all versions of Bugzilla are affected (see below for an explanation).

bug fixes:
 * Bugzilla is now compatible with MySQL 5.1.x versions 5.1.31
   and greater. (Bug 480001)
 * On Windows, Bugzilla sometimes would send mangled emails (that
   would often fail to send). (Bug 467920)
 * recode.pl would sometimes crash when trying to convert databases
   from older versions of Bugzilla. (Bug 431201)
 * Running a saved search with Unicode characters in its name would
   cause Bugzilla to crash. (Bug 477513)
 * Bugzilla clients like Mylyn can now update bugs again (the bug
   XML format now contains a "token" element that can be used when
   updating a bug). (Bug 476678)
 * For installations using the shadowdb parameter, Bugzilla was
   accidentally writing to the "tokens" table in the shadow database
   (instead of the master database) when using the "Change Several
   Bugs at Once" page. (Bug 476943)