Commit: a5bc674e8856ed0a21650b489051fcc9ad2b5e85
Author: Sybren A. Stüvel
Date:   Thu Mar 10 16:58:09 2016 +0100
Branches: blender-v2.77-release
https://developer.blender.org/rBa5bc674e8856ed0a21650b489051fcc9ad2b5e85

Include requests' cacert.pem file

This allows us to verify certificates of HTTPS connections, which is
mandatory for logins like on Blender ID.

Reviewers: campbellbarton

Differential Revision: https://developer.blender.org/D1845

===================================================================

M       source/creator/CMakeLists.txt

===================================================================

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 74b26d1..e825f53 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -584,7 +584,6 @@ if(UNIX AND NOT APPLE)
                                        PATTERN "__pycache__" EXCLUDE           
# * any cache *
                                        PATTERN "*.pyc" EXCLUDE                 
# * any cache *
                                        PATTERN "*.pyo" EXCLUDE                 
# * any cache *
-                                       PATTERN "cacert.pem" EXCLUDE            
# for now we don't deal with security
                                )
                                # On some platforms requests does have extra 
dependencies.
                                set(_requests_deps "chardet" "urllib3")

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to