[ubuntu/precise] nova 2012.1~rc2-0ubuntu1 (Accepted)

Chuck Short zulcss at ubuntu.com
Mon Apr 2 15:20:27 UTC 2012


nova (2012.1~rc2-0ubuntu1) precise; urgency=low

  [ Adam Gandelman ]
  * debian/control: Remove unncessary nova-cert dependency from nova-api.
    (LP: #965356)
  * debian/nova-common.postinst: Clean up spacing, remove redundant chown,
    set blanket 0700 nova.nova permissions on /etc/nova/
  * debian/nova-compute-{kvm, lxc, uml, xen}.postinst: Set proper permissions
    on /etc/nova/nova-compute.conf (LP: #861459)
  * debian/nova-common.postinst:  Ensure default nova.sqlite database is not
    world-readable.
  * debian/{rules, nova-common.{install, postinst}}: Install api-paste.ini 0600
    with nova-common (in prepartion for proper nova-api-* package separation)
  * debian/{nova-common.nova-manage.logrotate,
    nova-network.nova-dhcpbridge.logrotate, rules}: Add lograte files,
    override_dh_installlogrotate. (LP: #942646)
  * Add manpage stubs for nova-api-ec2, nova-api-metadata,
    nova-api-os-{volume, compute}, nova-rootwrap. Use sphinx built manpage
    for nova-manage (nova-common.manpages)
  * debian/nova-compute-{kvm, xen, uml, qemu}.postinst: Remove calls to
    adduser since this is already handled from nova-compute.postsinst in a
    vendor neutral way.  Silences lintian errors regarding adduser dependency

  [ Chuck Short ]
  * New upstream version.
  * debian/patches/libvirt-use-console-pipe.patch: Dropped.
  * debian/patches/nova-console-monitor.patch: Add console-monitor
    option.
  * debian/nova.conf: Enable use_console_monitor
  * debian/patches/fix-ubuntu-tests.patch: Fix nova testsuite.
  * debian/rules: fail package build if testsuite fails.
  * debian/patches/validate_server_name_length.patch: Dropped no longer
    needed.
  * debian/patches/fix-docs-build-without-network.patch: Some docs need
    a network connection in order to build. Disable fetching docs from
    the internet.
  * debian/patches/0001-fix-useexisting-deprecation-warnings.patch:
    Remove deprecated warnings with sqlalchemy.

  [ Tyler Hicks ]
  * SECURITY UPDATE: Denial of service via resource exhaustion in nova-api
    (LP: #968411)
    - debian/patches/validate_server_name_length.patch: Limit server names
      to a maximum of 255 characters to prevent nova-api log files from
      exhausting storage space. Based on upstream patch.
    - CVE-2012-1585

Date: Mon, 02 Apr 2012 11:17:33 -0400
Changed-By: Chuck Short <zulcss at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/nova/2012.1~rc2-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 02 Apr 2012 11:17:33 -0400
Source: nova
Binary: python-nova nova-common nova-compute nova-compute-lxc nova-compute-uml nova-compute-xen nova-compute-qemu nova-compute-kvm nova-compute-xcp nova-xcp-plugins nova-xcp-network nova-cert nova-scheduler nova-volume nova-ajax-console-proxy nova-vncproxy nova-api nova-network nova-objectstore nova-console nova-consoleauth nova-doc nova-api-metadata nova-api-os-compute nova-api-os-volume nova-api-ec2
Architecture: source
Version: 2012.1~rc2-0ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Chuck Short <zulcss at ubuntu.com>
Description: 
 nova-ajax-console-proxy - OpenStack Compute - AJAX console proxy - transitional package
 nova-api   - OpenStack Compute - API frontend
 nova-api-ec2 - OpenStack Compute - EC2 API frontend
 nova-api-metadata - OpenStack Compute - metadata API frontend
 nova-api-os-compute - OpenStack Compute - OpenStack Compute API frontend
 nova-api-os-volume - OpenStack Compute - OpenStack Volume API frontend
 nova-cert  - OpenStack Compute - certificate management
 nova-common - OpenStack Compute - common files
 nova-compute - OpenStack Compute - compute node
 nova-compute-kvm - OpenStack Compute - compute node (KVM)
 nova-compute-lxc - OpenStack Compute - compute node (LXC)
 nova-compute-qemu - OpenStack Compute - compute node (QEmu)
 nova-compute-uml - OpenStack Compute - compute node (UserModeLinux)
 nova-compute-xcp - OpenStack Compute - compute node (XCP)
 nova-compute-xen - OpenStack Compute - compute node (Xen)
 nova-console - OpenStack Compute - Console
 nova-consoleauth - OpenStack Compute - Console Authenticator
 nova-doc   - OpenStack Compute - documentation
 nova-network - OpenStack Compute - Network manager
 nova-objectstore - OpenStack Compute - object store
 nova-scheduler - OpenStack Compute - virtual machine scheduler
 nova-vncproxy - OpenStack Compute - VNC proxy
 nova-volume - OpenStack Compute - storage
 nova-xcp-network - OpenStack Compute network plugin for the Xen Cloud Platform
 nova-xcp-plugins - OpenStack Compute plugin for the Xen Cloud Platform
 python-nova - OpenStack Compute Python libraries
Launchpad-Bugs-Fixed: 861459 942646 965356 968411
Changes: 
 nova (2012.1~rc2-0ubuntu1) precise; urgency=low
 .
   [ Adam Gandelman ]
   * debian/control: Remove unncessary nova-cert dependency from nova-api.
     (LP: #965356)
   * debian/nova-common.postinst: Clean up spacing, remove redundant chown,
     set blanket 0700 nova.nova permissions on /etc/nova/
   * debian/nova-compute-{kvm, lxc, uml, xen}.postinst: Set proper permissions
     on /etc/nova/nova-compute.conf (LP: #861459)
   * debian/nova-common.postinst:  Ensure default nova.sqlite database is not
     world-readable.
   * debian/{rules, nova-common.{install, postinst}}: Install api-paste.ini 0600
     with nova-common (in prepartion for proper nova-api-* package separation)
   * debian/{nova-common.nova-manage.logrotate,
     nova-network.nova-dhcpbridge.logrotate, rules}: Add lograte files,
     override_dh_installlogrotate. (LP: #942646)
   * Add manpage stubs for nova-api-ec2, nova-api-metadata,
     nova-api-os-{volume, compute}, nova-rootwrap. Use sphinx built manpage
     for nova-manage (nova-common.manpages)
   * debian/nova-compute-{kvm, xen, uml, qemu}.postinst: Remove calls to
     adduser since this is already handled from nova-compute.postsinst in a
     vendor neutral way.  Silences lintian errors regarding adduser dependency
 .
   [ Chuck Short ]
   * New upstream version.
   * debian/patches/libvirt-use-console-pipe.patch: Dropped.
   * debian/patches/nova-console-monitor.patch: Add console-monitor
     option.
   * debian/nova.conf: Enable use_console_monitor
   * debian/patches/fix-ubuntu-tests.patch: Fix nova testsuite.
   * debian/rules: fail package build if testsuite fails.
   * debian/patches/validate_server_name_length.patch: Dropped no longer
     needed.
   * debian/patches/fix-docs-build-without-network.patch: Some docs need
     a network connection in order to build. Disable fetching docs from
     the internet.
   * debian/patches/0001-fix-useexisting-deprecation-warnings.patch:
     Remove deprecated warnings with sqlalchemy.
 .
   [ Tyler Hicks ]
   * SECURITY UPDATE: Denial of service via resource exhaustion in nova-api
     (LP: #968411)
     - debian/patches/validate_server_name_length.patch: Limit server names
       to a maximum of 255 characters to prevent nova-api log files from
       exhausting storage space. Based on upstream patch.
     - CVE-2012-1585
Checksums-Sha1: 
 d06820656b0c81a3870040bdd01ad1ea2bcd2ecf 3338 nova_2012.1~rc2-0ubuntu1.dsc
 c8b0013344520ae0c12868d207b4239ce192a804 4299441 nova_2012.1~rc2.orig.tar.gz
 55c3a24f52ca0f2f4677b9c8ba1f5bf0b53ed537 39664 nova_2012.1~rc2-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 a0e3b9bd9b183b1d47de196a37d4dc2de2f3b9a419fa32958d0265db75e8f3bc 3338 nova_2012.1~rc2-0ubuntu1.dsc
 c06fd5f314a1602947f94e7ac0bb8906d0512d9773a67fbf9c97ea902abd7f99 4299441 nova_2012.1~rc2.orig.tar.gz
 8316dcc6731b7fa1e1b93441e436c1990890b1a17b7072862decff54de15cffc 39664 nova_2012.1~rc2-0ubuntu1.debian.tar.gz
Files: 
 fc52ddf87ab085e2dc98b80647c08abc 3338 net extra nova_2012.1~rc2-0ubuntu1.dsc
 0b8f914b361966a6056d8b7662b410ea 4299441 net extra nova_2012.1~rc2.orig.tar.gz
 171a07468810912951bf94f76b4ed9d2 39664 net extra nova_2012.1~rc2-0ubuntu1.debian.tar.gz
Original-Maintainer: Openstack Maintainers <openstack at lists.launchpad.net>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk95w1UACgkQIHZ33voUATvT3ACgoRBClcLuQeyMT9JMsPuw8H/y
G5kAn1Vn+MhfvxgA4+coEpQYC0SWAKDd
=7CC1
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list