The NetBSD Project

CVS log for pkgsrc/devel/bugzilla3/PLIST

[BACK] Up to [cvs.netbsd.org] / pkgsrc / devel / bugzilla3

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.8 / (download) - annotate - [select for diffs], Sun Jun 14 18:48:09 2009 UTC (2 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, HEAD
Changes since 1.7: +1 -8 lines
Diff to previous 1.7 (colored)

Convert @exec/@unexec to @pkgdir or drop it.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jun 14 17:48:36 2009 UTC (2 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.6: +1 -72 lines
Diff to previous 1.6 (colored)

Remove @dirrm entries from PLISTs

Revision 1.3.6.1 / (download) - annotate - [select for diffs], Wed Feb 4 21:05:10 2009 UTC (3 years, 3 months ago) by tron
Branch: pkgsrc-2008Q4
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored) next main 1.4 (colored)

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/

Revision 1.6 / (download) - annotate - [select for diffs], Tue Feb 3 23:11:13 2009 UTC (3 years, 3 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Update to 3.2.2
*  Attachments, charts, and graphs would sometimes be garbled on Windows. (Bug 464992)
* 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)
* If you were using the usemenuforusers parameter, and a bug was assigned to (or had a QA Contact of) a disabled user, that field would be reset to the first user in the list when updating a bug. (Bug 465589)
* If you were using the PROJECT environment variable to have multiple Bugzilla installations using one codebase, project-specific templates were being ignored. (Bug 467324)
* 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)
* The font sizes in various places were too small, when using the Classic skin. (Bug 469136)
Security fix for: http://www.bugzilla.org/security/3.0.7/

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 31 12:23:27 2009 UTC (3 years, 3 months ago) by adrianp
Branch: MAIN
Changes since 1.4: +8 -7 lines
Diff to previous 1.4 (colored)

Various PLIST fixes, should address PR#40519
PKGREVISION++

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 4 00:38:11 2009 UTC (3 years, 4 months ago) by adrianp
Branch: MAIN
Changes since 1.3: +173 -121 lines
Diff to previous 1.3 (colored)

Update to 3.2

* Major UI Improvements
* New Default Skin: Dusk
* Custom Status Workflow
* New Custom Field Types
* Easier Installation
* Experimental Oracle Support
* Improved UTF-8 Support
* Group Icons
* Other Enhancements and Changes

For all the details see:
 http://www.bugzilla.org/releases/3.2/release-notes.html

Initial patch supplied in PR #40181

Revision 1.2.4.1 / (download) - annotate - [select for diffs], Mon Aug 18 23:27:06 2008 UTC (3 years, 9 months ago) by rtr
Branch: pkgsrc-2008Q2
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) next main 1.3 (colored)

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/

Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 17 09:24:38 2008 UTC (3 years, 9 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Branch point for: pkgsrc-2008Q4
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

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/

Revision 1.1.1.1.6.1 / (download) - annotate - [select for diffs], Thu May 15 10:48:21 2008 UTC (4 years ago) by rtr
Branch: pkgsrc-2008Q1
Changes since 1.1.1.1: +4 -2 lines
Diff to previous 1.1.1.1 (colored) next main 1.2 (colored)

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)

Revision 1.2 / (download) - annotate - [select for diffs], Tue May 6 19:45:54 2008 UTC (4 years ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, cwrapper
Branch point for: pkgsrc-2008Q2
Changes since 1.1: +4 -2 lines
Diff to previous 1.1 (colored)

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)

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Aug 27 17:51:33 2007 UTC (4 years, 8 months ago) by adrianp
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2008Q1-base, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Branch point for: pkgsrc-2008Q1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import of Bugzilla 3.x branch
New features include:
* Custom Fields
* mod_perl Support
* Shared Saved Searches
* Attachments and Flags on New Bugs
* Custom Resolutions
* Per-Product Permissions
* User Interface Improvements
* XML-RPC Interface
* Skins
* Unchangeable Fields Appear Unchangeable
* All Emails in Templates
* No More Double-Filed Bugs
* Default CC List for Components
* File/Modify Bugs By Email
* Users Who Get All Bug Notifications
* Improved UTF-8 Support
* Automatic Update Notification
* Welcome Page for New Installs
* Other Enhancements and Changes

Revision 1.1 / (download) - annotate - [select for diffs], Mon Aug 27 17:51:33 2007 UTC (4 years, 8 months ago) by adrianp
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>