Compare commits

...
Sign in to create a new pull request.

6 commits

Author SHA1 Message Date
Emmanuel Seyman
e59bfd5003 Update to 4.4.10 2015-09-13 19:00:09 +02:00
Emmanuel Seyman
0cb68775a8 Use the correct sources 2015-01-31 23:14:44 +01:00
Emmanuel Seyman
c1d017aa86 Use the correct sources 2015-01-31 23:09:52 +01:00
Emmanuel Seyman
c1f8957388 - Update to 4.4.8 (fixes regressions in 4.4.7 which itself
fixed security flaws) (CVE-2014-1571, CVE-2014-8630)
- Remove bundled binary files (#1000245)
- Add webdot directory perms to apache configuration
2015-01-31 22:34:12 +01:00
Emmanuel Seyman
edaa528ead Update to 4.4.6 2014-10-08 08:13:38 +02:00
Emmanuel Seyman
e91c4a8252 Update to 4.4.5 2014-07-25 10:38:42 +02:00
4 changed files with 34 additions and 2 deletions

4
.gitignore vendored
View file

@ -19,3 +19,7 @@ bugzilla-3.6.1.tar.gz
/bugzilla-4.2.7.tar.gz
/bugzilla-4.2.9.tar.gz
/bugzilla-4.4.4.tar.gz
/bugzilla-4.4.5.tar.gz
/bugzilla-4.4.6.tar.gz
/bugzilla-4.4.8.tar.gz
/bugzilla-4.4.10.tar.gz

View file

@ -17,3 +17,7 @@ Alias /bugzilla /usr/share/bugzilla
AddType application/vnd.mozilla.xul+xml .xul
AddType application/rdf+xml .rdf
</Directory>
<Directory /var/lib/bugzilla/data/webdot>
Require all granted
</Directory>

View file

@ -4,7 +4,7 @@
Summary: Bug tracking system
URL: http://www.bugzilla.org/
Name: bugzilla
Version: 4.4.4
Version: 4.4.10
Group: Applications/Publishing
Release: 1%{?dist}
License: MPLv1.1
@ -108,6 +108,11 @@ rm -f Bugzilla/Constants.pm.orig
rm -f Bugzilla/Install/Requirements.pm.orig
# Remove bundled libs
rm -rf lib/CGI*
# Remove bundled binary files
rm -f js/yui/*/*.swf
# these files are only used for testing Bugzilla code
# see https://bugzilla.mozilla.org/show_bug.cgi?id=995209
rm Build.PL MANIFEST.SKIP
# Deal with changing /usr/local paths here instead of via patches
%{__perl} -pi -e 's|/usr/local/bin/python\b|%{__python}|' contrib/*.py
@ -142,6 +147,7 @@ mkdir -p ${RPM_BUILD_ROOT}/%{bzdatadir}
mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/bugzilla
install -m 0644 -D -p %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/bugzilla.conf
install -m 0755 -D -p %{SOURCE3} ${RPM_BUILD_ROOT}%{bzinstallprefix}/bugzilla/cron.daily
rm ${RPM_BUILD_ROOT}%{bzinstallprefix}/bugzilla/LICENSE
%post
(pushd %{bzinstallprefix}/bugzilla > /dev/null
@ -154,6 +160,7 @@ popd > /dev/null)
%{bzinstallprefix}/bugzilla/*.pl
%{bzinstallprefix}/bugzilla/Bugzilla.pm
%{bzinstallprefix}/bugzilla/robots.txt
%{bzinstallprefix}/bugzilla/taskgraph.json
%{bzinstallprefix}/bugzilla/Bugzilla
%{bzinstallprefix}/bugzilla/extensions
%{bzinstallprefix}/bugzilla/images
@ -170,6 +177,7 @@ popd > /dev/null)
%defattr(-,root,root,-)
%doc README
%doc README.fedora
%license LICENSE
%dir %{bzdatadir}
%defattr(0750,root,apache,-)
%dir %{_sysconfdir}/bugzilla
@ -221,6 +229,22 @@ popd > /dev/null)
%{bzinstallprefix}/bugzilla/contrib/Bugzilla.pm
%changelog
* Sun Sep 13 2015 Emmanuel Seyman <emmanuel@seyman.fr> - 4.4.10-1
- Update to 4.4.10
- Use %%license to flag the LICENSE file
* Sat Jan 31 2015 Emmanuel Seyman <emmanuel@seyman.fr> - 4.4.8-1
- Update to 4.4.8 (fixes regressions in 4.4.7 which itself
fixed security flaws) (CVE-2014-1571, CVE-2014-8630)
- Remove bundled binary files (#1000245)
- Add webdot directory perms to apache configuration
* Wed Oct 08 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 4.4.6-1
- Update to 4.4.6
* Fri Jul 25 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 4.4.5-1
- Update to 4.4.5 which fixes a security bug (CVE-2014-1546)
* Mon Jul 07 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 4.4.4-1
- Update to 4.4.4

View file

@ -1 +1 @@
234ee253eed5a38707c4d53f1124a85a bugzilla-4.4.4.tar.gz
c0490b7461a0d6520d118c720e1c3f37 bugzilla-4.4.10.tar.gz