[Pkg-puppet-devel] [facter] 142/180: (maint) Bump win32-security to at least 0.2.5

Stig Sandbeck Mathisen ssm at debian.org
Mon Jun 30 15:06:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

ssm pushed a commit to branch master
in repository facter.

commit 41fb62d746b4d9be9e338e4c5f11bd370b7b9cc0
Author: Josh Cooper <josh at puppetlabs.com>
Date:   Tue Jun 17 15:32:56 2014 -0700

    (maint) Bump win32-security to at least 0.2.5
    
    Versions of win32-security prior to 0.2.5 contained a bug on x64 due to
    ulong being a 32-bit unsigned integer, whereas the OpenProcessToken method
    takes a uintptr_t, which is 64-bit unsigned integer[1]
    
    [1] https://github.com/djberg96/win32-security/commit/4af3625d61
---
 Gemfile               | 2 +-
 ext/project_data.yaml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Gemfile b/Gemfile
index ace9cdb..ef8a0d4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -42,7 +42,7 @@ platform(*mingw) do
   gem 'ffi', '~> 1.9.3'
   gem 'win32-dir', '~> 0.4.8'
   gem 'windows-pr', '~> 1.2'
-  gem 'win32-security', '>= 0.2.0'
+  gem 'win32-security', '~> 0.2.5'
 end
 
 gem 'facter', ">= 1.0.0", :path => File.expand_path("..", __FILE__)
diff --git a/ext/project_data.yaml b/ext/project_data.yaml
index d136853..7a74fc8 100644
--- a/ext/project_data.yaml
+++ b/ext/project_data.yaml
@@ -22,14 +22,14 @@ gem_platform_dependencies:
       ffi: '~> 1.9.3'
       win32-dir: '~> 0.4.8'
       windows-pr: '~> 1.2'
-      win32-security: '>= 0.2.0'
+      win32-security: '~> 0.2.5'
       win32console: '~> 1.3.2'
   x64-mingw32:
     gem_runtime_dependencies:
       ffi: '~> 1.9.3'
       win32-dir: '~> 0.4.8'
       windows-pr: '~> 1.2'
-      win32-security: '>= 0.2.0'
+      win32-security: '~> 0.2.5'
 bundle_platforms:
   universal-darwin: ruby
   x86-mingw32: mingw

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/facter.git



More information about the Pkg-puppet-devel mailing list