Skip to content

Commit

Permalink
Updating version numbers for 2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stahnma committed Sep 30, 2011
1 parent de51f3d commit 4079ab2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
@@ -1,3 +1,13 @@
2.7.5
===
a36f39d Updating version numbers for 2.7.5
de51f3d (#9832) 2.7.4 StoreConfigs regression with PostgreSQL.
1aa9be5 (#9793) "secure" indirector file backed terminus base class.
d76c309 (#9792) Predictable temporary filename in ralsh. (CVE-2011-3871)
b29b178 Drop privileges before creating and chmodding SSH keys.(CVE-2011-3870)
7d4c169 (#9794) k5login can overwrite arbitrary files as root (CVE-2011-3869)


2.7.4
===
47135fb Resist directory traversal attacks through indirections. (CVE-2011-3484)
Expand Down
10 changes: 8 additions & 2 deletions conf/redhat/puppet.spec
Expand Up @@ -5,8 +5,8 @@
%global confdir conf/redhat

Name: puppet
Version: 2.7.2
Release: 0.2.rc1%{?dist}
Version: 2.7.5
Release: 1%{?dist}
Summary: A network tool for managing many disparate systems
License: ASL 2.0
URL: http://puppetlabs.com
Expand Down Expand Up @@ -282,6 +282,12 @@ fi
rm -rf %{buildroot}

%changelog
* Fri Sep 30 2011 Michael Stahnke <stahnma@puppetlabs.com> - 2.7.5-1
- Fixes for CVE-2011-3869, 3870, 3871

* Wed Sep 28 2011 Michael Stahnke <stahnma@puppetlabs.com> - 2.7.4-1
- Fix for CVE-2011-3484

* Wed Jul 06 2011 Michael Stahnke <stahnma@puppetlabs.com> - 2.7.2-0.2.rc1
- Clean up rpmlint errors
- Put man pages in correct package
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet.rb
Expand Up @@ -24,7 +24,7 @@
# it's also a place to find top-level commands like 'debug'

module Puppet
PUPPETVERSION = '2.7.4'
PUPPETVERSION = '2.7.5'

def Puppet.version
PUPPETVERSION
Expand Down

0 comments on commit 4079ab2

Please sign in to comment.