diff options
author | adrianp <adrianp> | 2007-08-25 09:49:33 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2007-08-25 09:49:33 +0000 |
commit | 86d4837447fe364cbdd3bcca4d00dbff4e933d50 (patch) | |
tree | fd050f460c0fa160998f8a87878c6973943ca379 /devel/bugzilla | |
parent | 5106aeddedadbf22495908e0a9fabe288f2140d6 (diff) | |
download | pkgsrc-86d4837447fe364cbdd3bcca4d00dbff4e933d50.tar.gz |
Update to 2.22.3
+ Bug lists in iCal format were cutting off bug summaries if they had
a comma in them. (bug 274408)
+ If collectstats.pl encountered an invalid series when collecting data for
New Charts, it would stop processing all series, silently. This means
that several series may not have been collecting data. On PostgreSQL,
all series were failing, thus meaning that New Charts were not working
at all on PostgreSQL. (bug 257351)
Diffstat (limited to 'devel/bugzilla')
-rw-r--r-- | devel/bugzilla/Makefile | 4 | ||||
-rw-r--r-- | devel/bugzilla/PLIST | 3 | ||||
-rw-r--r-- | devel/bugzilla/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile index 4a97aacc2c8..9048b7ae7db 100644 --- a/devel/bugzilla/Makefile +++ b/devel/bugzilla/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2007/07/04 20:54:37 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2007/08/25 09:49:33 adrianp Exp $ # -DISTNAME= bugzilla-2.22.2 +DISTNAME= bugzilla-2.22.3 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA:=webtools/} diff --git a/devel/bugzilla/PLIST b/devel/bugzilla/PLIST index 9195e196d7b..d2512a55852 100644 --- a/devel/bugzilla/PLIST +++ b/devel/bugzilla/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2007/02/03 17:21:02 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.13 2007/08/25 09:49:34 adrianp Exp $ share/bugzilla/Bugzilla.pm share/bugzilla/Bugzilla/Attachment.pm share/bugzilla/Bugzilla/Auth.pm @@ -138,6 +138,7 @@ share/bugzilla/docs/html/security-mysql.html share/bugzilla/docs/html/security-os.html share/bugzilla/docs/html/security-webserver.html share/bugzilla/docs/html/security.html +share/bugzilla/docs/html/timetracking.html share/bugzilla/docs/html/trbl-dbdsponge.html share/bugzilla/docs/html/trbl-index.html share/bugzilla/docs/html/trbl-passwd-encryption.html diff --git a/devel/bugzilla/distinfo b/devel/bugzilla/distinfo index f9bfec38feb..75847ac364c 100644 --- a/devel/bugzilla/distinfo +++ b/devel/bugzilla/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2007/02/03 17:21:02 adrianp Exp $ +$NetBSD: distinfo,v 1.14 2007/08/25 09:49:34 adrianp Exp $ -SHA1 (bugzilla-2.22.2.tar.gz) = 3ec98c83404c73eca13f011843bfff0e52517d10 -RMD160 (bugzilla-2.22.2.tar.gz) = bbf64a2b880e77548d91621856f8044beba096dd -Size (bugzilla-2.22.2.tar.gz) = 1937836 bytes +SHA1 (bugzilla-2.22.3.tar.gz) = 461d1a754cdc4a9e26fc6936c48fbd7cf71fab14 +RMD160 (bugzilla-2.22.3.tar.gz) = 787f84e343297b1a8caee8310354e01f7c8cc2f8 +Size (bugzilla-2.22.3.tar.gz) = 1940974 bytes SHA1 (patch-aa) = 1139740aac7497c85f274ae4153a867abe8194a2 |