-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update puppet to 2.7.5, includes security fixes for
CVE-2011-3484, CVE-2011-3869, CVE-2011-3870 and CVE-2011-3871 ok robert@ (MAINTAINER), aja@
- Loading branch information
Showing
6 changed files
with
796 additions
and
784 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
MD5 (puppet-2.7.3.tar.gz) = 9g2BGO4fPWiyODrPPddtOA== | ||
RMD160 (puppet-2.7.3.tar.gz) = KKVi8ylQLO5aZDyRoDgtk7kjqT8= | ||
SHA1 (puppet-2.7.3.tar.gz) = N95lFuFRFU5sm9P95yJFDYY6sxY= | ||
SHA256 (puppet-2.7.3.tar.gz) = Od+bH/4GwTMfTrptIeYyrP+3hZ5PS54vrt3ZuLaFywk= | ||
SIZE (puppet-2.7.3.tar.gz) = 1710562 | ||
MD5 (puppet-2.7.5.tar.gz) = vSXw5HLECUl+Ck9kjqtIuw== | ||
RMD160 (puppet-2.7.5.tar.gz) = 72f+GocuKbvkzUzRHoOTMMxBuf0= | ||
SHA1 (puppet-2.7.5.tar.gz) = NTFingHAbf+NmebXKsilcF9jYyY= | ||
SHA256 (puppet-2.7.5.tar.gz) = XWbcAxY2Ekx1tiFLBiRmGcppGQSSYO79kZtqG5uwDyw= | ||
SIZE (puppet-2.7.5.tar.gz) = 1732436 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
sysutils/ruby-puppet/patches/patch-lib_puppet_util_run_mode_rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
$OpenBSD: patch-lib_puppet_util_run_mode_rb,v 1.1 2010/10/24 10:23:48 robert Exp $ | ||
--- lib/puppet/util/run_mode.rb.orig Sun Oct 24 12:20:37 2010 | ||
+++ lib/puppet/util/run_mode.rb Sun Oct 24 12:20:40 2010 | ||
$OpenBSD: patch-lib_puppet_util_run_mode_rb,v 1.2 2011/10/05 07:41:43 jasper Exp $ | ||
--- lib/puppet/util/run_mode.rb.orig Tue Oct 4 23:25:45 2011 | ||
+++ lib/puppet/util/run_mode.rb Tue Oct 4 23:25:59 2011 | ||
@@ -34,7 +34,7 @@ module Puppet | ||
|
||
def var_dir | ||
which_dir( | ||
- (Puppet.features.microsoft_windows? ? File.join(Dir::WINDOWS, "puppet", "var") : "/var/lib/puppet"), | ||
+ (Puppet.features.microsoft_windows? ? File.join(Dir::WINDOWS, "puppet", "var") : "/var/puppet"), | ||
- (Puppet.features.microsoft_windows? ? File.join(Dir::COMMON_APPDATA, "PuppetLabs", "puppet", "var") : "/var/lib/puppet"), | ||
+ (Puppet.features.microsoft_windows? ? File.join(Dir::COMMON_APPDATA, "PuppetLabs", "puppet", "var") : "/var/puppet"), | ||
"~/.puppet/var" | ||
) | ||
end |
Oops, something went wrong.