+horizon (2012.1.1-8) unstable; urgency=low
+
+ * Syntax error in debian/openstack-dashboard.postinst (Closes: #693479).
+
+ -- Thomas Goirand <zigo@debian.org> Sun, 18 Nov 2012 03:59:08 +0000
+
horizon (2012.1.1-7) unstable; urgency=high
* CVE-2012-5474: The file /etc/openstack-dashboard/local_settings is not
--disabled-password \
--group horizon
- if[ -r /etc/openstack-dashboard/local_settings.py ] ; then
+ if [ -r /etc/openstack-dashboard/local_settings.py ] ; then
chmod 0640 /etc/openstack-dashboard/local_settings.py
chown horizon:horizon /etc/openstack-dashboard/local_settings.py
fi