pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/bugzilla3 Update to 3.0.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21a6fa7bac83
branches:  trunk
changeset: 545917:21a6fa7bac83
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Aug 17 09:24:38 2008 +0000

description:
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/

diffstat:

 devel/bugzilla3/Makefile |  4 ++--
 devel/bugzilla3/PLIST    |  4 ++--
 devel/bugzilla3/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r 3c3828e1f015 -r 21a6fa7bac83 devel/bugzilla3/Makefile
--- a/devel/bugzilla3/Makefile  Sun Aug 17 09:22:01 2008 +0000
+++ b/devel/bugzilla3/Makefile  Sun Aug 17 09:24:38 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2008/05/26 02:13:17 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2008/08/17 09:24:38 adrianp Exp $
 #
 
-DISTNAME=      bugzilla-3.0.4
+DISTNAME=      bugzilla-3.0.5
 CATEGORIES=    www devel
 MASTER_SITES=  ${MASTER_SITE_MOZILLA_ALL:=webtools/}
 
diff -r 3c3828e1f015 -r 21a6fa7bac83 devel/bugzilla3/PLIST
--- a/devel/bugzilla3/PLIST     Sun Aug 17 09:22:01 2008 +0000
+++ b/devel/bugzilla3/PLIST     Sun Aug 17 09:24:38 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2008/05/06 19:45:54 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.3 2008/08/17 09:24:38 adrianp Exp $
 share/bugzilla/Bugzilla.pm
 share/bugzilla/Bugzilla/Attachment.pm
 share/bugzilla/Bugzilla/Attachment/PatchReader.pm
@@ -173,7 +173,7 @@
 share/bugzilla/docs/html/trbl-relogin-some.html
 share/bugzilla/docs/html/trbl-testserver.html
 share/bugzilla/docs/html/troubleshooting.html
-share/bugzilla/docs/html/upgrading.html
+share/bugzilla/docs/html/upgrade.html
 share/bugzilla/docs/html/useradmin.html
 share/bugzilla/docs/html/userpreferences.html
 share/bugzilla/docs/html/using-intro.html
diff -r 3c3828e1f015 -r 21a6fa7bac83 devel/bugzilla3/distinfo
--- a/devel/bugzilla3/distinfo  Sun Aug 17 09:22:01 2008 +0000
+++ b/devel/bugzilla3/distinfo  Sun Aug 17 09:24:38 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2008/05/06 19:45:54 adrianp Exp $
+$NetBSD: distinfo,v 1.4 2008/08/17 09:24:38 adrianp Exp $
 
-SHA1 (bugzilla-3.0.4.tar.gz) = ebe25b614db1e37f6ad948ab20c9b0bc1fe4d771
-RMD160 (bugzilla-3.0.4.tar.gz) = 758e3f2d93c8127cb4be7504f4f22a07195fe7ea
-Size (bugzilla-3.0.4.tar.gz) = 2414111 bytes
+SHA1 (bugzilla-3.0.5.tar.gz) = 8b373ad0d9d2c7fedf905279df9cfb9e76ff1373
+RMD160 (bugzilla-3.0.5.tar.gz) = ef8eb3fead99a79c9fb2fd673241c8265956a3d8
+Size (bugzilla-3.0.5.tar.gz) = 2419287 bytes



Home | Main Index | Thread Index | Old Index