summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kowis2009-09-14 13:56:36 -0500
committerDavid Kowis2009-09-14 13:56:36 -0500
commit12035d8f334c31aa07f5fc258eca80ded8c7ae68 (patch)
treeee450a6cb2e75daf0745154e6376ee8fbb2871cb
parent8940e7c35c2f0f9132f99c79836a89891c268e51 (diff)
bugzilla: Security fix! Version to 3.4.2
There are goodies, but I didn't add them, because it's a pain to get all this working right. We're not using the new goodies yet anyhow. It'd be nice to, but we'll get to that eventually.
-rwxr-xr-xcollab/bugzilla/DETAILS6
-rw-r--r--collab/bugzilla/HISTORY4
2 files changed, 7 insertions, 3 deletions
diff --git a/collab/bugzilla/DETAILS b/collab/bugzilla/DETAILS
index 781e2889e8..2c44246571 100755
--- a/collab/bugzilla/DETAILS
+++ b/collab/bugzilla/DETAILS
@@ -1,13 +1,13 @@
SPELL=bugzilla
- VERSION=3.2.2
- SOURCE_HASH=sha512:a8b0ba95c3f48dd5a69ec660f2d4d062ffdf00086af842517f332498f6e0e94cf3e009576a5abf53e3997ad91c4a8ddef922a1c308294941ee951d86cce1801e
+ VERSION=3.4.2
+ SOURCE_HASH=sha512:135aa2523ff494cb6e77c947502e5ca0761637f947119f14a0a6f26fadf5aa968762acae620082f1768f77d99a871938e6fe71e74e064d7d58cc1b078bc5f2df
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE=$SPELL-$VERSION.tar.gz
LICENSE[0]=MPL
SOURCE_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/webtools/$SOURCE
WEB_SITE=http://www.mozilla.org/projects/bugzilla/
ENTERED=20020430
- SECURITY_PATCH=2
+ SECURITY_PATCH=3
GATHER_DOCS=off
KEYWORDS="collab perl"
SHORT='Bugzilla is a web-based defect tracking system written in Perl'
diff --git a/collab/bugzilla/HISTORY b/collab/bugzilla/HISTORY
index 18b8d1ce74..af3899408b 100644
--- a/collab/bugzilla/HISTORY
+++ b/collab/bugzilla/HISTORY
@@ -1,3 +1,7 @@
+2009-09-14 David Kowis <dkowis@shlrm.org>
+ * DETAILS: MORE SECURITY FIX!
+ version to 3.4.2. No new goodies added, too much work :(
+
2009-02-14 David Kowis <dkowis@shlrm.org>
* DETAILS: !!!!!!SECURITY FIX!!!!!!
Version to 3.2.2 fixes security vulnerabilities.