pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/bugzilla Update to 2.22.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8aad61fab18
branches:  trunk
changeset: 520101:b8aad61fab18
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Oct 15 12:36:05 2006 +0000

description:
Update to 2.22.1
+ When sending mail, Bugzilla could throw the error "Insecure dependency in
exec while running with -T switch" (bug 340538).

+ Using the public webdot server (for dependency graphs) should work
again (bug 351243).

+ The "I'm added to or removed from this capacity" email preference
wasn't working for new bugs (bug 349852).

+ The original release of 2.22 incorrectly said it required Template-Toolkit
version 2.08. In actual fact, Bugzilla requires version 2.10 (bug 351478).

+ votes.cgi would crash if your bug was the one confirming a bug (bug 351300).

+ checksetup.pl now correctly reports if your Template::Plugin::GD module
is missing. If missing, it could lead to charts and graphs not working
(bug 345389).

+ The "Keyword" field on buglist.cgi was not sorted alphabetically, so
it wasn't very useful for sorting (bug 342828).

+ Sendmail will no longer complain about there being a newline in the
email address, when Bugzilla sends mail (bug 331365).

+ contrib/bzdbcopy.pl would try to insert an invalid value into the
database, unnecessarily (bug 335572).

+ Deleting a bug now correctly deletes its attachments from the database
(bug 339667).

diffstat:

 devel/bugzilla/Makefile |  6 +++---
 devel/bugzilla/PLIST    |  8 ++++----
 devel/bugzilla/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (84 lines):

diff -r eacdcdbc31ae -r b8aad61fab18 devel/bugzilla/Makefile
--- a/devel/bugzilla/Makefile   Sun Oct 15 12:34:48 2006 +0000
+++ b/devel/bugzilla/Makefile   Sun Oct 15 12:36:05 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2006/10/15 12:21:13 adrianp Exp $
+# $NetBSD: Makefile,v 1.21 2006/10/15 12:36:05 adrianp Exp $
 #
 
-DISTNAME=      bugzilla-2.22
+DISTNAME=      bugzilla-2.22.1
 CATEGORIES=    www devel
 MASTER_SITES=  ${MASTER_SITE_MOZILLA:=webtools/}
 
@@ -14,7 +14,7 @@
 DEPENDS+=      p5-DBI>=1.38:../../databases/p5-DBI
 DEPENDS+=      p5-File-Spec>=0.84:../../devel/p5-File-Spec
 DEPENDS+=      p5-File-Temp-[0-9]*:../../devel/p5-File-Temp
-DEPENDS+=      p5-Template-Toolkit>=2.08:../../www/p5-Template-Toolkit
+DEPENDS+=      p5-Template-Toolkit>=2.10:../../www/p5-Template-Toolkit
 DEPENDS+=      p5-Text-Tabs+Wrap>=2001.0131:../../textproc/p5-Text-Tabs+Wrap
 DEPENDS+=      p5-Storable-[0-9]*:../../devel/p5-Storable
 DEPENDS+=      p5-TimeDate>=1.16:../../time/p5-TimeDate
diff -r eacdcdbc31ae -r b8aad61fab18 devel/bugzilla/PLIST
--- a/devel/bugzilla/PLIST      Sun Oct 15 12:34:48 2006 +0000
+++ b/devel/bugzilla/PLIST      Sun Oct 15 12:36:05 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2006/10/15 12:21:13 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.11 2006/10/15 12:36:05 adrianp Exp $
 share/bugzilla/Bugzilla.pm
 share/bugzilla/Bugzilla/Attachment.pm
 share/bugzilla/Bugzilla/Auth.pm
@@ -139,12 +139,12 @@
 share/bugzilla/docs/html/security-os.html
 share/bugzilla/docs/html/security-webserver.html
 share/bugzilla/docs/html/security.html
-share/bugzilla/docs/html/trbl-bundlebugzilla.html
 share/bugzilla/docs/html/trbl-dbdsponge.html
 share/bugzilla/docs/html/trbl-index.html
 share/bugzilla/docs/html/trbl-passwd-encryption.html
 share/bugzilla/docs/html/trbl-perlmodule.html
 share/bugzilla/docs/html/trbl-relogin-everyone.html
+share/bugzilla/docs/html/trbl-relogin-some.html
 share/bugzilla/docs/html/trbl-testserver.html
 share/bugzilla/docs/html/trouble-filetemp.html
 share/bugzilla/docs/html/troubleshooting.html
@@ -156,7 +156,7 @@
 share/bugzilla/docs/html/versions.html
 share/bugzilla/docs/html/voting.html
 share/bugzilla/docs/html/whining.html
-share/bugzilla/docs/html/x3269.html
+share/bugzilla/docs/html/x757.html
 share/bugzilla/duplicates.cgi
 share/bugzilla/duplicates.xul
 share/bugzilla/editclassifications.cgi
@@ -229,7 +229,6 @@
 share/bugzilla/template/en/default/account/password/set-forgotten-password.html.tmpl
 share/bugzilla/template/en/default/account/prefs/account.html.tmpl
 share/bugzilla/template/en/default/account/prefs/email.html.tmpl
-share/bugzilla/template/en/default/account/prefs/footer.html.tmpl
 share/bugzilla/template/en/default/account/prefs/permissions.html.tmpl
 share/bugzilla/template/en/default/account/prefs/prefs.html.tmpl
 share/bugzilla/template/en/default/account/prefs/saved-searches.html.tmpl
@@ -251,6 +250,7 @@
 share/bugzilla/template/en/default/admin/components/list.html.tmpl
 share/bugzilla/template/en/default/admin/components/select-product.html.tmpl
 share/bugzilla/template/en/default/admin/components/updated.html.tmpl
+share/bugzilla/template/en/default/admin/confirm-action.html.tmpl
 share/bugzilla/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl
 share/bugzilla/template/en/default/admin/fieldvalues/create.html.tmpl
 share/bugzilla/template/en/default/admin/fieldvalues/created.html.tmpl
diff -r eacdcdbc31ae -r b8aad61fab18 devel/bugzilla/distinfo
--- a/devel/bugzilla/distinfo   Sun Oct 15 12:34:48 2006 +0000
+++ b/devel/bugzilla/distinfo   Sun Oct 15 12:36:05 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2006/10/15 12:21:13 adrianp Exp $
+$NetBSD: distinfo,v 1.12 2006/10/15 12:36:05 adrianp Exp $
 
-SHA1 (bugzilla-2.22.tar.gz) = 22a590583e2aec8ef6fcfcb05ee44b7064bfa65c
-RMD160 (bugzilla-2.22.tar.gz) = 2f9e5573e15d3ddcc4b997ac3a645d79585f9ea7
-Size (bugzilla-2.22.tar.gz) = 1956898 bytes
+SHA1 (bugzilla-2.22.1.tar.gz) = 00bfb023b48e6361c49bbc997c9abaa3b7f3c3cd
+RMD160 (bugzilla-2.22.1.tar.gz) = 0001c048f66754ee6810ae19b1db38c550b6bdad
+Size (bugzilla-2.22.1.tar.gz) = 1965543 bytes
 SHA1 (patch-aa) = 1139740aac7497c85f274ae4153a867abe8194a2



Home | Main Index | Thread Index | Old Index