[DRE-commits] [ruby-aws-sdk] 03/06: Refresh 'use-correct-path-for-bundled-certificate' patch

David Suárez deiv-guest at moszumanska.debian.org
Mon Sep 8 16:30:08 UTC 2014


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

deiv-guest pushed a commit to branch master
in repository ruby-aws-sdk.

commit 2abb3a081830c018cfa7bb9fdaf81579946ea0f9
Author: David Suárez <david.sephirot at gmail.com>
Date:   Mon Sep 8 20:06:45 2014 +0200

    Refresh 'use-correct-path-for-bundled-certificate' patch
---
 debian/patches/use-correct-path-for-bundled-certificate | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/patches/use-correct-path-for-bundled-certificate b/debian/patches/use-correct-path-for-bundled-certificate
index 444f502..0076824 100644
--- a/debian/patches/use-correct-path-for-bundled-certificate
+++ b/debian/patches/use-correct-path-for-bundled-certificate
@@ -1,16 +1,16 @@
 Description: Use the correct path to load the blunded certificate
 
 Author: David Suárez <david.sephirot at gmail.com>
-Last-Update: 2014-06-15
+Last-Update: 2014-09-08
 
---- ruby-aws-sdk-1.43.2.orig/lib/aws/core/configuration.rb
-+++ ruby-aws-sdk-1.43.2/lib/aws/core/configuration.rb
+--- a/lib/aws/core/configuration.rb
++++ b/lib/aws/core/configuration.rb
 @@ -525,7 +525,7 @@ module AWS
        add_option :ssl_verify_peer, true, :boolean => true
  
        add_option :ssl_ca_file,
 -        File.expand_path(File.dirname(__FILE__) + "/../../../ca-bundle.crt")
-+        File.expand_path(File.dirname(__FILE__) + "/../ca-bundle.crt")
++        File.expand_path("/usr/share/ruby-aws-sdk/ca-bundle.crt")
  
        add_option :ssl_ca_path
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-aws-sdk.git



More information about the Pkg-ruby-extras-commits mailing list