<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/devel/bugzilla3, branch pkgsrc_2008Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-08-18T23:27:06Z</updated>
<entry>
<title>pullup ticket #2493 - requested by adrianp</title>
<updated>2008-08-18T23:27:06Z</updated>
<author>
<name>rtr</name>
<email>rtr</email>
</author>
<published>2008-08-18T23:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4f1e4831812cc57e8fd39a36459298cf4574f410'/>
<id>urn:sha1:4f1e4831812cc57e8fd39a36459298cf4574f410</id>
<content type='text'>
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/
</content>
</entry>
<entry>
<title>Second round of explicit pax dependencies. As reminded by tnn@,</title>
<updated>2008-05-26T02:13:14Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2008-05-26T02:13:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2374ca422f2eb8b46ed600c7bb21740b2865d899'/>
<id>urn:sha1:2374ca422f2eb8b46ed600c7bb21740b2865d899</id>
<content type='text'>
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
</content>
</entry>
<entry>
<title>Conflicts lines for the same package name but different version are</title>
<updated>2008-05-24T13:19:51Z</updated>
<author>
<name>tnn</name>
<email>tnn</email>
</author>
<published>2008-05-24T13:19:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=460d6253cf1caf201f6525d6c69eedd676b14212'/>
<id>urn:sha1:460d6253cf1caf201f6525d6c69eedd676b14212</id>
<content type='text'>
redundant, so drop them.
XXX: should one of the pkgs be renamed?
</content>
</entry>
<entry>
<title>3.0.4</title>
<updated>2008-05-06T19:45:54Z</updated>
<author>
<name>adrianp</name>
<email>adrianp</email>
</author>
<published>2008-05-06T19:45:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b46e1d4c6ee3224af6071e411eaf439b0692daca'/>
<id>urn:sha1:b46e1d4c6ee3224af6071e411eaf439b0692daca</id>
<content type='text'>
* 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)
</content>
</entry>
<entry>
<title>Mechanical changes to add DESTDIR support to packages that install</title>
<updated>2008-03-03T17:45:33Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-03-03T17:45:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7a1142123798f48c48fc2d1fe38690a6b94d1df7'/>
<id>urn:sha1:7a1142123798f48c48fc2d1fe38690a6b94d1df7</id>
<content type='text'>
their files via a custom do-install target.
</content>
</entry>
<entry>
<title>Change MOZILLA master sites difinitions, related to PR 37379.</title>
<updated>2007-12-22T07:22:04Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2007-12-22T07:22:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9e1255a4951e13c472c93f997cba2df8d800e939'/>
<id>urn:sha1:9e1255a4951e13c472c93f997cba2df8d800e939</id>
<content type='text'>
There are three types Mozilla mirrors.
(http://www.mozilla.org/mirroring.html)
 * mozilla-current
        contains only the current version of Firefox and Thunderbird
 * mozilla-release
        contains Firefox, Thunderbird, and Sunbird releases
 * mozilla-all
        complete archive

Define following variables for mozilla master sites:
        MASTER_SITE_MOZILLA_ALL = mozilla-all
        MASTER_SITE_MOZILLA     = mozilla-release
and change some packages to use appropriate variable.

Update contents of MASTER_SITE_MOZILLA with master and primary mirrors
taken from http://www.mozilla.org/mirrors.html and add some sample definitions.
</content>
</entry>
<entry>
<title>Fix builds using PostgreSQL</title>
<updated>2007-09-21T19:32:54Z</updated>
<author>
<name>adrianp</name>
<email>adrianp</email>
</author>
<published>2007-09-21T19:32:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=135ba298e33bcfc6f0f5c020b1f305f63d4a1e5d'/>
<id>urn:sha1:135ba298e33bcfc6f0f5c020b1f305f63d4a1e5d</id>
<content type='text'>
Fix MESSAGE to point to bugzilla.conf in the right directory
Fixes from adam (at) albedo.art.pl via private email.
</content>
</entry>
<entry>
<title>Update to 3.0.2</title>
<updated>2007-09-19T22:06:29Z</updated>
<author>
<name>adrianp</name>
<email>adrianp</email>
</author>
<published>2007-09-19T22:06:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d4129757a07fc68cc669b0383b9a7d3bf0117ef0'/>
<id>urn:sha1:d4129757a07fc68cc669b0383b9a7d3bf0117ef0</id>
<content type='text'>
Bugzilla should now work on Perl 5.9.5 (and thus the upcoming Perl 5.10.0)
Fix for the following security advisory:
	http://www.bugzilla.org/security/3.0.1/
* Even with account creation disabled, users can use the WebService to
  create an account.
</content>
</entry>
<entry>
<title>Import of Bugzilla 3.x branch</title>
<updated>2007-08-27T17:51:32Z</updated>
<author>
<name>adrianp</name>
<email>adrianp</email>
</author>
<published>2007-08-27T17:51:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c4b47b8565dd0c068c8214af36a19bf114f6fd8e'/>
<id>urn:sha1:c4b47b8565dd0c068c8214af36a19bf114f6fd8e</id>
<content type='text'>
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
</content>
</entry>
</feed>
