Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Please unblock package horizon * Fix an installation bug that makes most of the functions of the software unavailable (missing javascript files) Please find the debdiff between -4 and -5 attached to this mail. $ diffstat /tmp/4-5.patch changelog | 8 ++++++++ openstack-dashboard-apache.conf | 7 +++++++ 2 files changed, 15 insertions(+) Cheers
diff -Nru horizon-2012.1.1/debian/changelog horizon-2012.1.1/debian/changelog
--- horizon-2012.1.1/debian/changelog 2012-08-28 05:15:06.000000000 +0200
+++ horizon-2012.1.1/debian/changelog 2012-09-04 13:58:53.000000000 +0200
@@ -1,3 +1,11 @@
+horizon (2012.1.1-5) unstable; urgency=low
+
+ * Add the /static/horizon alias to the apache host definition. Without
+ it the javascript files cannot be found and most of the dashboard
+ functions are not working.
+
+ -- Loic Dachary (OuoU) <loic@debian.org> Tue, 04 Sep 2012 13:47:54 +0200
+
horizon (2012.1.1-4) unstable; urgency=high
* CVE-2012-3540: added patch: Disallow login redirects to anywhere other than
diff -Nru horizon-2012.1.1/debian/openstack-dashboard-apache.conf horizon-2012.1.1/debian/openstack-dashboard-apache.conf
--- horizon-2012.1.1/debian/openstack-dashboard-apache.conf 2012-08-28 05:15:06.000000000 +0200
+++ horizon-2012.1.1/debian/openstack-dashboard-apache.conf 2012-09-04 13:58:53.000000000 +0200
@@ -12,6 +12,13 @@
Allow from all
</Directory>
+ Alias /static/horizon /usr/share/pyshared/horizon/static/horizon
+
+ <Directory /usr/share/pyshared/horizon/static/horizon>
+ Order allow,deny
+ Allow from all
+ </Directory>
+
Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static
<Directory /usr/share/openstack-dashboard/openstack_dashboard/static/>
Attachment:
signature.asc
Description: OpenPGP digital signature