puppet 2.7.1-1ubuntu3~maverick1 source package in Ubuntu

Changelog

puppet (2.7.1-1ubuntu3~maverick1) maverick-backports; urgency=low

  * Automated backport upload; no source changes.

puppet (2.7.1-1ubuntu3) oneiric; urgency=low

  * SECURITY UPDATE: k5login can overwrite arbitrary files as root
    - debian/patches/CVE-2011-3869.patch: adjust type/k5login.rb to securely
      open the file before writing to it as root
    - CVE-2011-3869
  * SECURITY UPDATE: didn't drop privileges before creating and changing
    permissions on SSH keys
    - debian/patches/CVE-2011-3870.patch: adjust ssh_authorized_key/parsed.rb
      to drop privileges before creating the ssh directory and setting
      permissions
    - CVE-2011-3870
  * SECURITY UPDATE: fix predictable temporary filename in ralsh
    - debian/patches/CVE-2011-3871.patch: adjust application/resource.rb to
      use an unpredictable filename
    - CVE-2011-3871
  * SECURITY UPDATE: file indirector injection, similar to CVE-2011-3848
    - secure-indirector-file-backed-terminus-base-cla.patch: Since the
      indirector file backed terminus base class is only used by the test
      suite, remove it and update test cases to use a continuing class.

puppet (2.7.1-1ubuntu2) oneiric; urgency=low

  * SECURITY UPDATE: unauthenticated directory traversal allows writing of
    arbitrary files as puppet master
    - debian/patches/CVE-2011-3848.patch: update lib/puppet/indirector.rb,
      lib/puppet/indirector/ssl_file.rb, lib/puppet/indirector/yaml.rb,
      spec/unit/indirector/ssl_file.rb and spec/unit/indirector/yaml.rb to
      perform proper input validation.
    - CVE-2011-3848
    - LP: #861182

puppet (2.7.1-1ubuntu1) oneiric; urgency=low

  * Merge from debian unstable.  Remaining changes:
    - debian/puppetmaster-passenger.postinst: Use cacrl instead of hostcrl to
      set the location of the CRL in apache2 configuration. Fix apache2
      configuration on upgrade as well (LP: #641001)
    - move all puppet dependencies to puppet-common since all the code
      actually located in puppet-common.
    - move libagueas from a recommend to a dependency.

puppet (2.7.1-1) UNRELEASED; urgency=low

  * New upstream version
  * Bump Standards-Version (no changes)
  * Adjust debian/source/options to allow for a VCS-generated patch
  * Tell adduser not to create /var/lib/puppet (Closes: #609896)
  * Use dpkg-statoverride to handle permissions
  * Allow the use of file-rc (Closes: #625638)
  * Use the pkg-ruby-extras watch service

puppet (2.6.8-1ubuntu1) oneiric; urgency=low

  * Merge from debian unstable.  Remaining changes:
    - debian/puppetmaster-passenger.postinst: Use cacrl instead of hostcrl to
      set the location of the CRL in apache2 configuration. Fix apache2
      configuration on upgrade as well (LP: #641001)
    - move all puppet dependencies to puppet-common since all the code
      actually located in puppet-common.
    - move libagueas from a recommend to a dependency.

puppet (2.6.8-1) unstable; urgency=low

  * New upstream version

puppet (2.6.7-2) unstable; urgency=medium

  * Fix puppetmaster-passenger.postinst to get proper
    ssl configs (Closes: #620635)
  * Fix maintainer scripts ignoring errors

puppet (2.6.7-1) unstable; urgency=low

  * New upstream version

puppet (2.6.6-1) unstable; urgency=low

  * New upstream release 2.6.6

puppet (2.6.6~rc1-1) experimental; urgency=low

  * New upstream release candidate

puppet (2.6.5-1) unstable; urgency=low

  * New upstream version (Closes: #612894)
  * Remove renamed configuration files now handled by other packages (Closes: #564947, #611615)

puppet (2.6.4-2ubuntu2) natty; urgency=low

  * debian/puppetmaster.default
    - fix remains of automated merge (LP: #726856)

puppet (2.6.4-2ubuntu1) natty; urgency=low

  * Merge from debian unstable.  Remaining changes:
    - debian/puppetmaster-passenger.postinst: Use cacrl instead of hostcrl to
      set the location of the CRL in apache2 configuration. Fix apache2
      configuration on upgrade as well (LP: #641001)
    - move all puppet dependencies to puppet-common since all the code
      actually located in puppet-common.
    - move libagueas from a recommend to a dependency.

puppet (2.6.4-2) unstable; urgency=low

  * Release for unstable
  * Move puppetstoredconfigclean to puppetmaster-common, and set ruby1.8
    as parser to match the rest of the puppet suite

puppet (2.6.4-1) experimental; urgency=low

  [ Micah Anderson ]
  * Make puppetqd honor flags from /etc/default/puppetqd (Closes: #605510)
  * Remove the puppetqd PID file on stop (Closes: #605512)
  * Add ext/puppetstoredconfigclean to puppetmaster:/usr/sbin
  * Patch ext/logcheck/puppet to handle new puppet-master
    Compiled log lines (Closes: #602336)
  * Fix puppetqd initscript PID location
  * Fix /etc/default/puppetmaster comments to match new section headings
  * Fix puppetmaster/README.Debian to match new section headings
  * Fix Should-Start init header in puppet initscript

  [ Mathias Gug ]
  * New upstream version.

  [ Stig Sandbeck Mathisen ]
  * debian/puppetmaster.logrotate: send SIGUSR2 on log rotation (Closes:
    #602698)
  * puppet-common: Add versioned dependency on sysv-rc

  [ martin f krafft ]
  * Use update-rc.d enable/disable in the "debian" provider in the
    "service" type (Closes: #573551)

puppet (2.6.3-1) experimental; urgency=low

  [ Mathias Gug ]
  * New upstream version.

  [ Stig Sandbeck Mathisen ]
  * debian/control: Adjust dependencies for puppet-testsuite, depend on
    puppet-common instead of puppet and puppetmaster

puppet (2.6.3-0ubuntu1) natty; urgency=low

  * New upstream version.

puppet (2.6.3~rc3-0ubuntu1) natty; urgency=low

  * New upstream version

puppet (2.6.3~rc2-0ubuntu1) natty; urgency=low

  * New upstream version

puppet (2.6.3~rc1-0ubuntu1) natty; urgency=low

  * New upstream version
  * debian/control:
    - move all puppet dependencies to puppet-common since all the code is
      actually located in puppet-common.
    - move libaugeas from a recommend to a dependency.

puppet (2.6.1-1) experimental; urgency=low

  [ Mathias Gug ]
  * New upstream version:
    - Fix "Puppet standalone broken" (Closes: #594575)
  * test/lib/puppettest/fakes.rb: Fix puppettest to use puppet system
    library.
  * debian/puppetmaster-passenger.postinst: Use cacrl instead of hostcrl to
    set the location of the CRL in apache2 configuration. Fix apache2
    configuration on upgrade as well (LP: #641001).
  * debian/control:
    - move all puppet dependencies to puppet-common since all the code is
      actually located in puppet-common.
    - move libaugeas from a recommend to a dependency.

  [ Stig Sandbeck Mathisen ]
  * Fix "require" path for puppet queue.
  * Add dependency on "facter" for "puppet-common"
  * Make sure the "puppet-common" package can be purged even when not fully
    installed (Closes: #596163)
 -- Micah Gersten <email address hidden>   Mon, 23 Jan 2012 12:43:40 +0000

Upload details

Uploaded by:
Micah Gersten
Uploaded to:
Maverick
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
puppet_2.7.1.orig.tar.gz 1.7 MiB 19149758a1414f4642b554eca4fc6f1dca9d879e19434a269e7b71ef9b4595df
puppet_2.7.1-1ubuntu3~maverick1.debian.tar.gz 39.1 KiB db25246a1352125a076ba3d1b0b0a6bf6a59439ed48743bf0023f588400c25d1
puppet_2.7.1-1ubuntu3~maverick1.dsc 1.4 KiB 5e0991363f62e5ff0a884fa93fbd07643c6934a2e0897c284f8045bcc17bd488

View changes file

Binary packages built by this source

puppet: No summary available for puppet in ubuntu maverick.

No description available for puppet in ubuntu maverick.

puppet-common: No summary available for puppet-common in ubuntu maverick.

No description available for puppet-common in ubuntu maverick.

puppet-el: No summary available for puppet-el in ubuntu maverick.

No description available for puppet-el in ubuntu maverick.

puppet-testsuite: No summary available for puppet-testsuite in ubuntu maverick.

No description available for puppet-testsuite in ubuntu maverick.

puppetmaster: No summary available for puppetmaster in ubuntu maverick.

No description available for puppetmaster in ubuntu maverick.

puppetmaster-common: No summary available for puppetmaster-common in ubuntu maverick.

No description available for puppetmaster-common in ubuntu maverick.

puppetmaster-passenger: No summary available for puppetmaster-passenger in ubuntu maverick.

No description available for puppetmaster-passenger in ubuntu maverick.

vim-puppet: No summary available for vim-puppet in ubuntu maverick.

No description available for vim-puppet in ubuntu maverick.