./devel/bugzilla, Web based bug tracking system

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


Branch: pkgsrc-2008Q1, Version: 2.22.4, Package name: bugzilla-2.22.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:
[converters/p5-MIME-Base64] [time/p5-TimeDate] [www/p5-CGI] [www/p5-Template-Toolkit] [mail/p5-MailTools] [mail/p5-MIME-tools] [lang/perl5] [databases/p5-DBD-mysql] [databases/p5-DBI] [devel/p5-AppConfig] [devel/p5-Storable] [devel/p5-File-Temp] [textproc/p5-Text-Tabs+Wrap]

Required to build:
[www/apache22]

Package options: mysql

Master sites: (Expand)

SHA1: 37b53606e04f00d21460f03f27c9a2dd2fda2820
RMD160: bb5850ffcf85e08b18393569341255edfdd9d672
Filesize: 2064.486 KB

Version history: (Expand)


CVS history: (Expand)


   2008-05-15 12:33:01 by Tyler R. Retzlaff | Files touched by this commit (3) | Package updated
Log message:
pullup ticket #2380 - requested by adrianp
bugzilla: update for cross-site scripting vulnerability

revisions pulled up:
- pkgsrc/devel/bugzilla/Makefile
- pkgsrc/devel/bugzilla/PLIST
- pkgsrc/devel/bugzilla/distinfo

   Module Name:	pkgsrc
   Committed By:	adrianp
   Date:		Tue May  6 19:36:39 UTC 2008

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

   Log message:
   2.22.4

   Class:       Cross-Site Scripting
   Versions:    2.17.2 and higher
   Description: When using the "Format for Printing" view of a bug (or
               the "Long Format" of a bug list, which is the same thing),
   	     there was a cross-site scripting hole--arbitrary text
   	     from a particular URL parameter could be injected into the
      	     page without filtering.