Fri Jul 17 17:04:56 2009 UTC ()
*  We now require a specific version of the Email::MIME::Encodings Perl module, to fix an issue where some emails would have too many newlines in them. (Bug 486206)
* Bugzilla's JavaScript and CSS should now be fully compatible with Internet Explorer 8. (Bug 483150)
* Running a saved search with a saved sort order will now no longer overwrite your default search order. (Bug 491679)
* You can now confirm a bug by popular vote even if there is no status called "NEW" in your Bugzilla. (Bug 500900)
* Displaying a bug with lots of comments should now be significantly faster. (Bug 498318)

This release also contains a security fix. See the Security Fixes Section for details.


(adrianp)
diff -r1.14 -r1.15 pkgsrc/devel/bugzilla3/Makefile
diff -r1.8 -r1.9 pkgsrc/devel/bugzilla3/distinfo

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

--- pkgsrc/devel/bugzilla3/Makefile 2009/04/20 09:28:28 1.14
+++ pkgsrc/devel/bugzilla3/Makefile 2009/07/17 17:04:56 1.15
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.14 2009/04/20 09:28:28 abs Exp $ 1# $NetBSD: Makefile,v 1.15 2009/07/17 17:04:56 adrianp Exp $
2# 2#
3 3
4DISTNAME= bugzilla-3.2.3 4DISTNAME= bugzilla-3.2.4
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= pkgsrc-users@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
18DEPENDS+= p5-Email-MIME-Modifier>=1.442:../../mail/p5-Email-MIME-Modifier 18DEPENDS+= p5-Email-MIME-Modifier>=1.442:../../mail/p5-Email-MIME-Modifier
19 19
20PKG_DESTDIR_SUPPORT= user-destdir 20PKG_DESTDIR_SUPPORT= user-destdir
21 21

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

--- pkgsrc/devel/bugzilla3/distinfo 2009/04/20 09:28:28 1.8
+++ pkgsrc/devel/bugzilla3/distinfo 2009/07/17 17:04:56 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2009/04/20 09:28:28 abs Exp $ 1$NetBSD: distinfo,v 1.9 2009/07/17 17:04:56 adrianp Exp $
2 2
3SHA1 (bugzilla-3.2.3.tar.gz) = ed55491f122225773111dec9d639aa4d1b137b34 3SHA1 (bugzilla-3.2.4.tar.gz) = 5db81f3b373b79ad260e0ceb161a1fa15deed956
4RMD160 (bugzilla-3.2.3.tar.gz) = f22c1a2a6c04549cf6708c5bf1b845bf9ef1e0b4 4RMD160 (bugzilla-3.2.4.tar.gz) = 590f9ae11f417ad133681fd2c568aa6a3bbe9770
5Size (bugzilla-3.2.3.tar.gz) = 2424838 bytes 5Size (bugzilla-3.2.4.tar.gz) = 2425683 bytes