pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2006Q4]: pkgsrc/devel/bugzilla Pullup ticket 2016 - requested ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de1a6c4fdf7d
branches:  pkgsrc-2006Q4
changeset: 523002:de1a6c4fdf7d
user:      salo <salo%pkgsrc.org@localhost>
date:      Wed Feb 07 16:38:02 2007 +0000

description:
Pullup ticket 2016 - requested by adrianp
security update for bugzilla

Revisions pulled up:
- pkgsrc/devel/bugzilla/Makefile                        1.23 (via patch)
- pkgsrc/devel/bugzilla/PLIST                           1.12
- pkgsrc/devel/bugzilla/distinfo                        1.13

   Module Name:         pkgsrc
   Committed By:        adrianp
   Date:                Sat Feb  3 17:21:02 UTC 2007

   Modified Files:
        pkgsrc/devel/bugzilla: Makefile PLIST distinfo

   Log Message:
   Update to 2.22.2
   + Make Bugzilla compatible with Template Toolkit 2.15 (bug 357374)

   + Make Bugzilla compatible with versions of MySQL higher than 5.0.25
     (bug 321645)

   + Sanity Check can now only be run by people with the "admin" privilege.
     (bug 91761)

   + Security [XSS] fix
     https://bugzilla.mozilla.org/show_bug.cgi?id=367674

diffstat:

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

diffs (88 lines):

diff -r 7e8fe2493d98 -r de1a6c4fdf7d devel/bugzilla/Makefile
--- a/devel/bugzilla/Makefile   Wed Feb 07 16:10:48 2007 +0000
+++ b/devel/bugzilla/Makefile   Wed Feb 07 16:38:02 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2006/10/15 12:36:05 adrianp Exp $
+# $NetBSD: Makefile,v 1.21.2.1 2007/02/07 16:38:02 salo Exp $
 #
 
-DISTNAME=      bugzilla-2.22.1
+DISTNAME=      bugzilla-2.22.2
 CATEGORIES=    www devel
 MASTER_SITES=  ${MASTER_SITE_MOZILLA:=webtools/}
 
@@ -105,5 +105,7 @@
        ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${BZDIR}/${i}
 .endfor
 
+       ${CHMOD} ${SHAREMODE} ${BZDIR}/globals.pl
+
 .include "../../mk/apache.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 7e8fe2493d98 -r de1a6c4fdf7d devel/bugzilla/PLIST
--- a/devel/bugzilla/PLIST      Wed Feb 07 16:10:48 2007 +0000
+++ b/devel/bugzilla/PLIST      Wed Feb 07 16:38:02 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2006/10/15 12:36:05 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.11.2.1 2007/02/07 16:38:02 salo Exp $
 share/bugzilla/Bugzilla.pm
 share/bugzilla/Bugzilla/Attachment.pm
 share/bugzilla/Bugzilla/Auth.pm
@@ -73,6 +73,7 @@
 share/bugzilla/docs/html/Bugzilla-Guide.html
 share/bugzilla/docs/html/about.html
 share/bugzilla/docs/html/administration.html
+share/bugzilla/docs/html/attachments.html
 share/bugzilla/docs/html/bug_page.html
 share/bugzilla/docs/html/bugreports.html
 share/bugzilla/docs/html/classifications.html
@@ -87,9 +88,9 @@
 share/bugzilla/docs/html/cust-hooks.html
 share/bugzilla/docs/html/cust-templates.html
 share/bugzilla/docs/html/customization.html
-share/bugzilla/docs/html/dbdoc.html
 share/bugzilla/docs/html/dbmodify.html
 share/bugzilla/docs/html/disclaimer.html
+share/bugzilla/docs/html/edit-values.html
 share/bugzilla/docs/html/extraconfig.html
 share/bugzilla/docs/html/faq.html
 share/bugzilla/docs/html/flags-overview.html
@@ -117,7 +118,6 @@
 share/bugzilla/docs/html/installing-bugzilla.html
 share/bugzilla/docs/html/integration.html
 share/bugzilla/docs/html/lifecycle.html
-share/bugzilla/docs/html/list.html
 share/bugzilla/docs/html/milestones.html
 share/bugzilla/docs/html/modules-manual-download.html
 share/bugzilla/docs/html/modules-manual-instructions.html
@@ -129,7 +129,6 @@
 share/bugzilla/docs/html/parameters.html
 share/bugzilla/docs/html/paranoid-security.html
 share/bugzilla/docs/html/patches.html
-share/bugzilla/docs/html/patchviewer.html
 share/bugzilla/docs/html/products.html
 share/bugzilla/docs/html/query.html
 share/bugzilla/docs/html/quips.html
@@ -156,7 +155,7 @@
 share/bugzilla/docs/html/versions.html
 share/bugzilla/docs/html/voting.html
 share/bugzilla/docs/html/whining.html
-share/bugzilla/docs/html/x757.html
+share/bugzilla/docs/html/x763.html
 share/bugzilla/duplicates.cgi
 share/bugzilla/duplicates.xul
 share/bugzilla/editclassifications.cgi
diff -r 7e8fe2493d98 -r de1a6c4fdf7d devel/bugzilla/distinfo
--- a/devel/bugzilla/distinfo   Wed Feb 07 16:10:48 2007 +0000
+++ b/devel/bugzilla/distinfo   Wed Feb 07 16:38:02 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2006/10/15 12:36:05 adrianp Exp $
+$NetBSD: distinfo,v 1.12.2.1 2007/02/07 16:38:02 salo Exp $
 
-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 (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 (patch-aa) = 1139740aac7497c85f274ae4153a867abe8194a2



Home | Main Index | Thread Index | Old Index