Mon Apr 20 09:28:28 2009 UTC ()
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)


(abs)
diff -r1.13 -r1.14 pkgsrc/devel/bugzilla3/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/bugzilla3/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/devel/bugzilla3/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/bugzilla3/Makefile 2009/02/13 20:41:33 1.13
+++ pkgsrc/devel/bugzilla3/Makefile 2009/04/20 09:28:28 1.14
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.13 2009/02/13 20:41:33 abs Exp $ 1# $NetBSD: Makefile,v 1.14 2009/04/20 09:28:28 abs Exp $
2# 2#
3 3
4DISTNAME= bugzilla-3.2.2 4DISTNAME= bugzilla-3.2.3
5CATEGORIES= www devel 5CATEGORIES= www devel
6MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=webtools/} 6MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=webtools/}
7 7
8MAINTAINER= adrianp@NetBSD.org 8MAINTAINER= adrianp@NetBSD.org
9HOMEPAGE= http://www.bugzilla.org/ 9HOMEPAGE= http://www.bugzilla.org/
10COMMENT= Web based bug tracking system 10COMMENT= Web based bug tracking system
11 11
12DEPENDS+= p5-CGI>=3.21:../../www/p5-CGI 12DEPENDS+= p5-CGI>=3.21:../../www/p5-CGI
13DEPENDS+= p5-DBI>=1.41:../../databases/p5-DBI 13DEPENDS+= p5-DBI>=1.41:../../databases/p5-DBI
14DEPENDS+= p5-Template-Toolkit>=2.15:../../www/p5-Template-Toolkit 14DEPENDS+= p5-Template-Toolkit>=2.15:../../www/p5-Template-Toolkit
15DEPENDS+= p5-TimeDate>=1.16:../../time/p5-TimeDate 15DEPENDS+= p5-TimeDate>=1.16:../../time/p5-TimeDate
16DEPENDS+= p5-Email-Send>=2.00:../../mail/p5-Email-Send 16DEPENDS+= p5-Email-Send>=2.00:../../mail/p5-Email-Send
17DEPENDS+= p5-Email-MIME>=1.861:../../mail/p5-Email-MIME 17DEPENDS+= p5-Email-MIME>=1.861:../../mail/p5-Email-MIME

cvs diff -r1.7 -r1.8 pkgsrc/devel/bugzilla3/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/bugzilla3/distinfo 2009/02/03 23:11:13 1.7
+++ pkgsrc/devel/bugzilla3/distinfo 2009/04/20 09:28:28 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2009/02/03 23:11:13 adrianp Exp $ 1$NetBSD: distinfo,v 1.8 2009/04/20 09:28:28 abs Exp $
2 2
3SHA1 (bugzilla-3.2.2.tar.gz) = 5ed149f1a457b6ab04f76346cfd5d54b5c06c2c3 3SHA1 (bugzilla-3.2.3.tar.gz) = ed55491f122225773111dec9d639aa4d1b137b34
4RMD160 (bugzilla-3.2.2.tar.gz) = e1c805d9f520c94f3f2aa739a36df82852306b9e 4RMD160 (bugzilla-3.2.3.tar.gz) = f22c1a2a6c04549cf6708c5bf1b845bf9ef1e0b4
5Size (bugzilla-3.2.2.tar.gz) = 2421709 bytes 5Size (bugzilla-3.2.3.tar.gz) = 2424838 bytes