summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsalo <salo>2006-03-15 14:44:48 +0000
committersalo <salo>2006-03-15 14:44:48 +0000
commit18e843d6c194af259f427d8a45d480f885dd1bf6 (patch)
tree73dbf3353eef576987ed7b800129237de84e9183
parent4603a36c2eb8c45620b3319c8e9d6bde025417c8 (diff)
downloadpkgsrc-18e843d6c194af259f427d8a45d480f885dd1bf6.tar.gz
Pullup ticket 1215 - requested by Adrian Portelli
security update for bugzilla Revisions pulled up: - pkgsrc/devel/bugzilla/Makefile 1.17 - pkgsrc/devel/bugzilla/PLIST 1.8 - pkgsrc/devel/bugzilla/distinfo 1.10 Module Name: pkgsrc Committed By: adrianp Date: Tue Feb 21 16:48:55 UTC 2006 Modified Files: pkgsrc/devel/bugzilla: Makefile PLIST distinfo Log Message: Update to 2.20.1 Make pkglint happer This also fixes a number of security issues: http://www.securityfocus.com/archive/1/425584/30/0/threaded > Version 2.20.1 > -------------- > > + Many PostgreSQL fixes, including fixing whine.pl on Pg 8 > (bug 301062) and fixing the --regenerate option of collectstats.pl > for all versions of Pg (bug 316971). However, users who want full > PostgreSQL support are encouraged to use the 2.22 series, as > certain PostgreSQL bugs were discovered that will not be fixed > in 2.20 (their fixes were too complex). > > + In Bugzilla 2.20, the "administrator" user created by checksetup.pl > would not ever be sent email, because their email preferences were > left blank. This has been fixed for 2.20.1. However, if you created > this administrative user with Bugzilla 2.20, make sure to go back > and enable their Email Preferences. (bug 317489) > > + The bzdbcopy.pl script mentioned in these release notes > has now actually been checked-in to the 2.20 branch, and so > it's included in this release. (bug 291776) > > + When there's only one Classification, you now won't be required > to pick a Classification on bug entry. (bug 311489) > > + You can no longer add dependencies on bugs you can't see. > (bug 141593) > > + The CC list is included in "New" bug emails, again. (bug 313661) > > + In the original 2.20, certain scripts were not correctly using > the "shadow database," if it was specified. This has been fixed > in 2.20.1. (bug 313695) > > + "Saved Searches" that were saved before Bugzilla 2.20, would throw > an error if they contained "Days Since Bug Changed." as part of their > criteria. This has been fixed in Bugzilla 2.20.1. (bug 302599) > > + You can now successfully delete a product even when Target Milestones > are turned off. (bug 317025) > > + checksetup.pl now correctly pre-compiles templates for languages other > than English. (bug 304417) > > + The "All Closed" chart that is created by default in New Charts > now actually represents all closed bugs, and not all bugs in the > product. (bug 300473) > > + CSV bug lists with more than 1000 dates now work properly. (bug 257813) > > + Various bugs with upgrading from previous versions of Bugzilla > have been fixed. (bug 307662, bug 311047, bug 310108) > > + Many, many other bug fixes. See > http://www.bugzilla.org/status/changes.html > for details on what was fixed between 2.20 and 2.20.1.
-rw-r--r--devel/bugzilla/Makefile11
-rw-r--r--devel/bugzilla/PLIST6
-rw-r--r--devel/bugzilla/distinfo8
3 files changed, 12 insertions, 13 deletions
diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile
index 002a18dcdb2..f30fd5ac607 100644
--- a/devel/bugzilla/Makefile
+++ b/devel/bugzilla/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2005/12/05 20:50:02 rillig Exp $
+# $NetBSD: Makefile,v 1.14.2.1 2006/03/15 14:44:48 salo Exp $
#
-DISTNAME= bugzilla-2.20
-PKGREVISION= 1
+DISTNAME= bugzilla-2.20.1
CATEGORIES= www devel
MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/webtools/
@@ -33,7 +32,7 @@ SENDMAIL?= /usr/sbin/sendmail
BUILD_DEFS+= BZ_WEB_GROUP SENDMAIL APACHE_USER
-MESSAGE_SUBST+= BZDIR=${BZDIR} PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
+MESSAGE_SUBST+= BZDIR=${BZDIR:Q} PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
BZDIR= ${PREFIX}/share/bugzilla
EGDIR= ${PREFIX}/share/examples/bugzilla
@@ -43,7 +42,7 @@ CONF_FILES= ${EGDIR}/bugzilla.conf ${PKG_SYSCONFDIR}/bugzilla.conf \
SPECIAL_PERMS= ${BZDIR}/localconfig ${APACHE_USER} ${SHAREGRP} 0400
PAX_DIRS= Bugzilla skins template
-REPLACE_PERL= *.pl *.cgi
+REPLACE_PERL+= *.pl *.cgi
SUBST_CLASSES+= conf
SUBST_STAGE.conf= pre-install
@@ -52,7 +51,7 @@ SUBST_SED.conf= -e "s|@BZ_WEB_GROUP@|${BZ_WEB_GROUP}|g" \
-e "s|@PREFIX@|${PREFIX}|g" \
-e "s|@BZDIR@|${BZDIR}|g" \
-e "s|/usr/lib/sendmail|${SENDMAIL}|g"
-SUBST_MESSAGE.conf= "Fixing configuration files."
+SUBST_MESSAGE.conf= Fixing configuration files.
post-extract:
@${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -rf
diff --git a/devel/bugzilla/PLIST b/devel/bugzilla/PLIST
index c80070b6a48..85ca667ec9d 100644
--- a/devel/bugzilla/PLIST
+++ b/devel/bugzilla/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2005/11/02 11:35:57 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.7.2.1 2006/03/15 14:44:48 salo Exp $
share/doc/bugzilla/Bugzilla-Guide.txt
share/doc/bugzilla/QUICKSTART
share/doc/bugzilla/README
@@ -142,7 +142,7 @@ share/bugzilla/docs/html/using.html
share/bugzilla/docs/html/versions.html
share/bugzilla/docs/html/voting.html
share/bugzilla/docs/html/whining.html
-share/bugzilla/docs/html/x3196.html
+share/bugzilla/docs/html/x3190.html
share/bugzilla/doeditparams.cgi
share/bugzilla/duplicates.cgi
share/bugzilla/duplicates.xul
@@ -373,13 +373,13 @@ share/bugzilla/template/en/default/global/variables.none.tmpl
share/bugzilla/template/en/default/index.html.tmpl
share/bugzilla/template/en/default/list/change-columns.html.tmpl
share/bugzilla/template/en/default/list/edit-multiple.html.tmpl
+share/bugzilla/template/en/default/list/list.atom.tmpl
share/bugzilla/template/en/default/list/list-simple.html.tmpl
share/bugzilla/template/en/default/list/list.csv.tmpl
share/bugzilla/template/en/default/list/list.html.tmpl
share/bugzilla/template/en/default/list/list.ics.tmpl
share/bugzilla/template/en/default/list/list.js.tmpl
share/bugzilla/template/en/default/list/list.rdf.tmpl
-share/bugzilla/template/en/default/list/list.rss.tmpl
share/bugzilla/template/en/default/list/quips.html.tmpl
share/bugzilla/template/en/default/list/server-push.html.tmpl
share/bugzilla/template/en/default/list/table.html.tmpl
diff --git a/devel/bugzilla/distinfo b/devel/bugzilla/distinfo
index d245273cb87..78b3ba1b747 100644
--- a/devel/bugzilla/distinfo
+++ b/devel/bugzilla/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2005/10/26 10:16:09 adrianp Exp $
+$NetBSD: distinfo,v 1.9.2.1 2006/03/15 14:44:48 salo Exp $
-SHA1 (bugzilla-2.20.tar.gz) = a4bb8ab156ca5483747a13c315e60fea7ed717d1
-RMD160 (bugzilla-2.20.tar.gz) = 872a681c49a638a0347db2d8c8c0559df0e4e1c7
-Size (bugzilla-2.20.tar.gz) = 1924992 bytes
+SHA1 (bugzilla-2.20.1.tar.gz) = 2c289a6794dac57d2b0351e382c7b92ca92c391b
+RMD160 (bugzilla-2.20.1.tar.gz) = 95881fddec6ef594a48fea3519b4eb3bb50ee553
+Size (bugzilla-2.20.1.tar.gz) = 1918866 bytes
SHA1 (patch-aa) = 1139740aac7497c85f274ae4153a867abe8194a2