From da5148d26ddc5fad98546caca6c9f08d4f48f1b5 Mon Sep 17 00:00:00 2001 From: abs Date: Mon, 20 Apr 2009 09:28:28 +0000 Subject: 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) --- devel/bugzilla3/Makefile | 4 ++-- devel/bugzilla3/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/bugzilla3/Makefile b/devel/bugzilla3/Makefile index 83496a0e294..7a13ddfaf43 100644 --- a/devel/bugzilla3/Makefile +++ b/devel/bugzilla3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2009/02/13 20:41:33 abs Exp $ +# $NetBSD: Makefile,v 1.14 2009/04/20 09:28:28 abs Exp $ # -DISTNAME= bugzilla-3.2.2 +DISTNAME= bugzilla-3.2.3 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=webtools/} diff --git a/devel/bugzilla3/distinfo b/devel/bugzilla3/distinfo index 270c63f0b9e..c782337b871 100644 --- a/devel/bugzilla3/distinfo +++ b/devel/bugzilla3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2009/02/03 23:11:13 adrianp Exp $ +$NetBSD: distinfo,v 1.8 2009/04/20 09:28:28 abs Exp $ -SHA1 (bugzilla-3.2.2.tar.gz) = 5ed149f1a457b6ab04f76346cfd5d54b5c06c2c3 -RMD160 (bugzilla-3.2.2.tar.gz) = e1c805d9f520c94f3f2aa739a36df82852306b9e -Size (bugzilla-3.2.2.tar.gz) = 2421709 bytes +SHA1 (bugzilla-3.2.3.tar.gz) = ed55491f122225773111dec9d639aa4d1b137b34 +RMD160 (bugzilla-3.2.3.tar.gz) = f22c1a2a6c04549cf6708c5bf1b845bf9ef1e0b4 +Size (bugzilla-3.2.3.tar.gz) = 2424838 bytes -- cgit v1.2.3