[Bf-blender-cvs] [9f8311e] master: Include requests' cacert.pem file

Sybren A. Stüvel noreply at git.blender.org
Fri Mar 11 07:58:21 CET 2016


Commit: 9f8311ee8871b979ce8318eb637bf062cdcd9ecc
Author: Sybren A. Stüvel
Date:   Thu Mar 10 16:58:09 2016 +0100
Branches: master
https://developer.blender.org/rB9f8311ee8871b979ce8318eb637bf062cdcd9ecc

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 676e869..13a5b83 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -593,7 +593,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")




More information about the Bf-blender-cvs mailing list