pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/bugzilla - Update to 2.18.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69a3df153b83
branches:  trunk
changeset: 493822:69a3df153b83
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun May 15 17:04:32 2005 +0000

description:
- Update to 2.18.1
- Two "Information Disclosure" security bugs fixed
- From the ChangeLog:
> + You can now enter a negative time for "Hours Worked"
>   in the time-tracking area. (Bug 271276)
>
> + The BugMail.pm customization required for Windows (as
>   described in the Bugzilla Guide) now actually works. (Bug 280911)
>
> + Users who were using Bugzilla 2.8 can now successfully upgrade
>   to 2.18.1 (they couldn't upgrade to 2.18). (Bug 283403)
>
> + Dependency mails are now properly sent during a mass-change of bugs.
>   (Bug 178157)

diffstat:

 devel/bugzilla/DESCR    |  22 +++++++++++-----------
 devel/bugzilla/MESSAGE  |   6 +++---
 devel/bugzilla/Makefile |   8 +++++---
 devel/bugzilla/PLIST    |  31 +++++++++++++++++--------------
 devel/bugzilla/distinfo |   8 ++++----
 5 files changed, 40 insertions(+), 35 deletions(-)

diffs (187 lines):

diff -r 5666dcdf4fc6 -r 69a3df153b83 devel/bugzilla/DESCR
--- a/devel/bugzilla/DESCR      Sun May 15 16:53:29 2005 +0000
+++ b/devel/bugzilla/DESCR      Sun May 15 17:04:32 2005 +0000
@@ -1,18 +1,18 @@
-Bugzilla is a "Defect Tracking System" or "Bug-Tracking System". Defect 
-Tracking Systems allow individual or groups of developers to keep track of 
-outstanding bugs in their product effectively. Most commercial defect-tracking 
+Bugzilla is a "Defect Tracking System" or "Bug-Tracking System". Defect
+Tracking Systems allow individual or groups of developers to keep track of
+outstanding bugs in their product effectively. Most commercial defect-tracking
 software vendors charge enormous licensing fees. Despite being "free", Bugzilla
-has many features its expensive counterparts lack. Consequently, Bugzilla has 
+has many features its expensive counterparts lack. Consequently, Bugzilla has
 quickly become a favorite of hundreds of organizations across the globe.
 
 What Does Bugzilla Do?
 
-- Track bugs and code changes 
-- Communicate with teammates 
-- Submit and review patches 
-- Manage quality assurance (QA) 
+- Track bugs and code changes
+- Communicate with teammates
+- Submit and review patches
+- Manage quality assurance (QA)
 
-Bugzilla can help you get a handle on the software development process. 
-Successful projects often are the result of successful organization and 
-communication. Bugzilla is a powerful tool that will help your team get 
+Bugzilla can help you get a handle on the software development process.
+Successful projects often are the result of successful organization and
+communication. Bugzilla is a powerful tool that will help your team get
 organized and communicate effectively.
diff -r 5666dcdf4fc6 -r 69a3df153b83 devel/bugzilla/MESSAGE
--- a/devel/bugzilla/MESSAGE    Sun May 15 16:53:29 2005 +0000
+++ b/devel/bugzilla/MESSAGE    Sun May 15 17:04:32 2005 +0000
@@ -1,5 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2005/01/02 13:39:52 adrianp Exp $
+$NetBSD: MESSAGE,v 1.2 2005/05/15 17:04:32 adrianp Exp $
 
 To complete the setup you will need to read the Bugzilla-Guide.txt in order
 to setup mySQL properly.  In particular secion 2.2.2 of the document deals
@@ -12,11 +12,11 @@
 You will need to make Bugzilla accessible through your HTTP server.
 If you are running Apache then you may add the following lines to httpd.conf:
 
-       DirectoryIndex index.cgi index.html                     
+       DirectoryIndex index.cgi index.html
        Include ${PKG_SYSCONFDIR}/httpd/bugzilla.conf
 
 to make Bugzilla accessible through:
-       
+
        http://www.domain.com/bugzilla/index.cgi
 
 IMPORTANTLY: CHANGE YOUR DATABASE PASSWORD FROM THE DEFAULT !!
diff -r 5666dcdf4fc6 -r 69a3df153b83 devel/bugzilla/Makefile
--- a/devel/bugzilla/Makefile   Sun May 15 16:53:29 2005 +0000
+++ b/devel/bugzilla/Makefile   Sun May 15 17:04:32 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:18 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/05/15 17:04:32 adrianp Exp $
 #
 
-DISTNAME=      bugzilla-2.18
+DISTNAME=      bugzilla-2.18.1
 CATEGORIES=    www devel
 MASTER_SITES=  http://ftp.mozilla.org/pub/mozilla.org/webtools/
 
@@ -13,7 +13,7 @@
 DEPENDS+=      p5-CGI>=2.93:../../www/p5-CGI
 DEPENDS+=      p5-File-Spec>=0.82:../../devel/p5-File-Spec
 DEPENDS+=      p5-File-Temp-[0-9]*:../../devel/p5-File-Temp
-#DEPENDS+=     p5-Template-Toolkit>=2.08:../../www/p5-Template-Toolkit
+DEPENDS+=      p5-Template-Toolkit>=2.08:../../www/p5-Template-Toolkit
 DEPENDS+=      p5-Text-Tabs+Wrap>=2001.0131:../../textproc/p5-Text-Tabs+Wrap
 DEPENDS+=      p5-TimeDate>=1.14:../../time/p5-TimeDate
 DEPENDS+=      p5-DBD-mysql>=2.1010:../../databases/p5-DBD-mysql
@@ -108,6 +108,8 @@
        ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${BZDIR}/template
        ${INSTALL_DATA} ${WRKSRC}/skins/standard/*.css ${BZDIR}/skins/standard
        ${INSTALL_DATA} ${WRKSRC}/docs/images/*.gif ${BZDIR}/docs/images
+       ${INSTALL_DATA} ${WRKSRC}/docs/images/*.png ${BZDIR}/docs/images
+       ${INSTALL_DATA} ${WRKSRC}/docs/images/*.xml ${BZDIR}/docs/images
        ${INSTALL_DATA} ${WRKSRC}/docs/images/callouts/*.gif \
                ${BZDIR}/docs/images/callouts
 
diff -r 5666dcdf4fc6 -r 69a3df153b83 devel/bugzilla/PLIST
--- a/devel/bugzilla/PLIST      Sun May 15 16:53:29 2005 +0000
+++ b/devel/bugzilla/PLIST      Sun May 15 17:04:32 2005 +0000
@@ -1,10 +1,14 @@
-@comment $NetBSD: PLIST,v 1.2 2005/01/17 23:03:17 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/05/15 17:04:32 adrianp Exp $
+share/bugzilla/1x1.gif
 share/examples/bugzilla/bugzilla.conf
 share/examples/bugzilla/localconfig
-share/bugzilla/1x1.gif
 share/bugzilla/Bugzilla.pm
 share/bugzilla/Bugzilla/Attachment.pm
 share/bugzilla/Bugzilla/Auth.pm
+share/bugzilla/Bugzilla/Auth/CGI.pm
+share/bugzilla/Bugzilla/Auth/Cookie.pm
+share/bugzilla/Bugzilla/Auth/DB.pm
+share/bugzilla/Bugzilla/Auth/LDAP.pm
 share/bugzilla/Bugzilla/Bug.pm
 share/bugzilla/Bugzilla/BugMail.pm
 share/bugzilla/Bugzilla/CGI.pm
@@ -22,10 +26,6 @@
 share/bugzilla/Bugzilla/Token.pm
 share/bugzilla/Bugzilla/User.pm
 share/bugzilla/Bugzilla/Util.pm
-share/bugzilla/Bugzilla/Auth/CGI.pm
-share/bugzilla/Bugzilla/Auth/Cookie.pm
-share/bugzilla/Bugzilla/Auth/DB.pm
-share/bugzilla/Bugzilla/Auth/LDAP.pm
 share/bugzilla/Bugzilla/Template/Plugin/Bugzilla.pm
 share/bugzilla/Bugzilla/Template/Plugin/Hook.pm
 share/bugzilla/CGI.pl
@@ -53,6 +53,7 @@
 share/bugzilla/docs/html/bug_page.html
 share/bugzilla/docs/html/bugreports.html
 share/bugzilla/docs/html/cmdline.html
+share/bugzilla/docs/html/cmdline-bugmail.html
 share/bugzilla/docs/html/components.html
 share/bugzilla/docs/html/configuration.html
 share/bugzilla/docs/html/conventions.html
@@ -68,6 +69,7 @@
 share/bugzilla/docs/html/extraconfig.html
 share/bugzilla/docs/html/faq.html
 share/bugzilla/docs/html/flags.html
+share/bugzilla/docs/html/flags-overview.html
 share/bugzilla/docs/html/gfdl-0.html
 share/bugzilla/docs/html/gfdl-1.html
 share/bugzilla/docs/html/gfdl-10.html
@@ -112,8 +114,6 @@
 share/bugzilla/docs/html/using.html
 share/bugzilla/docs/html/versions.html
 share/bugzilla/docs/html/voting.html
-share/bugzilla/docs/html/cmdline-bugmail.html
-share/bugzilla/docs/html/flags-overview.html
 share/bugzilla/docs/html/general-advice.html
 share/bugzilla/docs/html/lifecycle.html
 share/bugzilla/docs/html/modules-manual-optional.html
@@ -125,12 +125,15 @@
 share/bugzilla/docs/html/security.html
 share/bugzilla/docs/html/trbl-index.html
 share/bugzilla/docs/html/trbl-relogin-everyone.html
+share/bugzilla/docs/html/trbl-passwd-encryption.html
 share/bugzilla/docs/html/trouble-filetemp.html
-share/bugzilla/docs/html/x2868.html
-share/bugzilla/docs/html/x2875.html
-share/bugzilla/docs/html/x2885.html
-share/bugzilla/docs/html/x2890.html
-share/bugzilla/docs/html/x2944.html
+share/bugzilla/docs/html/x2918.html
+share/bugzilla/docs/html/x2925.html
+share/bugzilla/docs/html/x2935.html
+share/bugzilla/docs/html/x2940.html
+share/bugzilla/docs/html/x2994.html
+share/bugzilla/docs/images/bzLifecycle.png
+share/bugzilla/docs/images/bzLifecycle.xml
 share/bugzilla/docs/images/callouts/1.gif
 share/bugzilla/docs/images/callouts/2.gif
 share/bugzilla/docs/images/callouts/3.gif
@@ -369,7 +372,7 @@
 @dirrm share/bugzilla/template/en
 @dirrm share/bugzilla/template
 @exec ${MKDIR} %D/share/examples/bugzilla
-@dirrm share/examples/bugzilla        
+@dirrm share/examples/bugzilla
 @dirrm share/doc/bugzilla
 @dirrm share/bugzilla/js
 @dirrm share/bugzilla/docs/html
diff -r 5666dcdf4fc6 -r 69a3df153b83 devel/bugzilla/distinfo
--- a/devel/bugzilla/distinfo   Sun May 15 16:53:29 2005 +0000
+++ b/devel/bugzilla/distinfo   Sun May 15 17:04:32 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 22:24:10 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/05/15 17:04:32 adrianp Exp $
 
-SHA1 (bugzilla-2.18.tar.gz) = 308e306309dbf1f6b284d2f3533e7c463e263558
-RMD160 (bugzilla-2.18.tar.gz) = 1aeaa402e8902a9dbd4b0b1103e8dfd56e4e7090
-Size (bugzilla-2.18.tar.gz) = 1490302 bytes
+SHA1 (bugzilla-2.18.1.tar.gz) = ec582315d2a909929045494b5ad11ffe97fc63bf
+RMD160 (bugzilla-2.18.1.tar.gz) = fbcecb2ec617fc2291aed680787464b72b312a50
+Size (bugzilla-2.18.1.tar.gz) = 1542054 bytes



Home | Main Index | Thread Index | Old Index