diff options
author | adrianp <adrianp> | 2007-09-19 22:06:29 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2007-09-19 22:06:29 +0000 |
commit | d4129757a07fc68cc669b0383b9a7d3bf0117ef0 (patch) | |
tree | be63f976a9fa7a163b8d73d9dfbae31632fe91a5 | |
parent | 29502c1ca64599c662fcd67bf2474c53151ced6e (diff) | |
download | pkgsrc-d4129757a07fc68cc669b0383b9a7d3bf0117ef0.tar.gz |
Update to 3.0.2
Bugzilla should now work on Perl 5.9.5 (and thus the upcoming Perl 5.10.0)
Fix for the following security advisory:
http://www.bugzilla.org/security/3.0.1/
* Even with account creation disabled, users can use the WebService to
create an account.
-rw-r--r-- | devel/bugzilla3/Makefile | 4 | ||||
-rw-r--r-- | devel/bugzilla3/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/bugzilla3/Makefile b/devel/bugzilla3/Makefile index e56e1ef6d48..0b275bfb0a9 100644 --- a/devel/bugzilla3/Makefile +++ b/devel/bugzilla3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/08/27 17:51:32 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2007/09/19 22:06:29 adrianp Exp $ # -DISTNAME= bugzilla-3.0.1 +DISTNAME= bugzilla-3.0.2 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA:=webtools/} diff --git a/devel/bugzilla3/distinfo b/devel/bugzilla3/distinfo index 115d8031a79..32751a95e31 100644 --- a/devel/bugzilla3/distinfo +++ b/devel/bugzilla3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/08/27 17:51:33 adrianp Exp $ +$NetBSD: distinfo,v 1.2 2007/09/19 22:06:30 adrianp Exp $ -SHA1 (bugzilla-3.0.1.tar.gz) = acc44e3be050f4f3ad76f376c64037edee8e14eb -RMD160 (bugzilla-3.0.1.tar.gz) = 3e14ebdba1ea93f355a1b9a469d3370fca4bb901 -Size (bugzilla-3.0.1.tar.gz) = 2176902 bytes +SHA1 (bugzilla-3.0.2.tar.gz) = 7151d1fa11a67412fe03193ee21b73c0abc59330 +RMD160 (bugzilla-3.0.2.tar.gz) = 5a03e344e686421c16eddf3a4992f44fbedeff8f +Size (bugzilla-3.0.2.tar.gz) = 2164888 bytes |