[bugzilla/el6] 3.4.12

Xavier Bachelot xavierb at fedoraproject.org
Sun Oct 23 13:49:42 UTC 2011


commit 95a38dd23541989639f60aece53dc72631e62606
Author: Xavier Bachelot <xavier at bachelot.org>
Date:   Thu Sep 15 23:25:37 2011 +0200

    3.4.12

 README.fedora.bugzilla |    2 +-
 bugzilla-httpd-conf    |    4 +++-
 bugzilla.spec          |   11 +++++++++--
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/README.fedora.bugzilla b/README.fedora.bugzilla
index 2611a75..9814898 100644
--- a/README.fedora.bugzilla
+++ b/README.fedora.bugzilla
@@ -20,6 +20,6 @@ put in place after configuration is done.  The first is a daily cron job for
 statistics collection.  This is in the file "cron.daily" and can be enabled by
 simply copying this file to /etc/cron.daily/bugzilla (or any other file name
 in the /etc/cron.daily/ directory).  The second is the "whine" cron job,
-designed to run every 15 minutes.  To enable this job, simply coopy the
+designed to run every 15 minutes.  To enable this job, simply copy the
 cron.whine file to /etc/cron.d/bugzilla (or any othe filename within the
 /etc/cron.d/ directory).
diff --git a/bugzilla-httpd-conf b/bugzilla-httpd-conf
index bf195de..107c405 100644
--- a/bugzilla-httpd-conf
+++ b/bugzilla-httpd-conf
@@ -4,6 +4,8 @@ Alias /bugzilla /usr/share/bugzilla
 <Directory /usr/share/bugzilla>
   AddHandler cgi-script .cgi
   Options +Indexes +ExecCGI +FollowSymLinks
-  DirectoryIndex index.cgi
+  DirectoryIndex index.cgi index.html
   AllowOverride Limit Options FileInfo
+  AddType application/vnd.mozilla.xul+xml .xul
+  AddType application/rdf+xml .rdf
 </Directory>
diff --git a/bugzilla.spec b/bugzilla.spec
index ef929d9..49e0f14 100644
--- a/bugzilla.spec
+++ b/bugzilla.spec
@@ -4,7 +4,7 @@
 Summary: Bug tracking system
 URL: http://www.bugzilla.org/
 Name: bugzilla
-Version: 3.4.11
+Version: 3.4.12
 Group: Applications/Publishing
 Release: 1%{?dist}
 License: MPLv1.1
@@ -121,7 +121,7 @@ rm -rf ${RPM_BUILD_ROOT}
 popd > /dev/null)
 
 %files
-%defattr(-,root,root,-)
+%defattr(-,root,apache,-)
 %dir %{bzinstallprefix}/bugzilla
 %{bzinstallprefix}/bugzilla/*.cgi
 %{bzinstallprefix}/bugzilla/*.pl
@@ -181,6 +181,13 @@ popd > /dev/null)
 %{bzinstallprefix}/bugzilla/contrib/yp_nomail.sh
 
 %changelog
+* Thu Sep 15 2011 Xavier Bachelot <xavier at bachelot.org> - 3.4.12-1
+- Update to 3.4.12 : security fixes for CVE-2011-2379, CVE-2011-2380,
+  CVE-2011-2381, CVE-2011-2978 and CVE-2011-2976 (RHBZ#729158).
+- Fix httpd conf (RHBZ#736579, RHBZ #736584).
+- Fix typo in doc (RHBZ#736581).
+- Fix files ownership (RHBZ#736583).
+
 * Sun May 01 2011 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 3.4.11-1
 - Update to 3.4.11
 


More information about the scm-commits mailing list