diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-08-17 09:24:38 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-08-17 09:24:38 +0000 |
commit | a4ced5b06742f1345a2ab248c55fccb43f735c7e (patch) | |
tree | ec837892670b9f60b95acffd3e4fa4924af2699d /devel/bugzilla3/Makefile | |
parent | 3b60af4ebbb996e1d4a110ea27a8f510a084fa5b (diff) | |
download | pkgsrc-a4ced5b06742f1345a2ab248c55fccb43f735c7e.tar.gz |
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 (limited to 'devel/bugzilla3/Makefile')
-rw-r--r-- | devel/bugzilla3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bugzilla3/Makefile b/devel/bugzilla3/Makefile index 95426f733dd..4ec36934897 100644 --- a/devel/bugzilla3/Makefile +++ b/devel/bugzilla3/Makefile @@ -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/} |