Ken Thomases : opengl32: Download OpenGL registry files even if server certificate can' t be verified.

Alexandre Julliard julliard at winehq.org
Thu Jan 16 14:52:26 CST 2014


Module: wine
Branch: master
Commit: fbf2e243fe62fa1fb483b85f53a0789071fade37
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fbf2e243fe62fa1fb483b85f53a0789071fade37

Author: Ken Thomases <ken at codeweavers.com>
Date:   Wed Jan 15 13:46:52 2014 -0600

opengl32: Download OpenGL registry files even if server certificate can't be verified.

---

 dlls/opengl32/make_opengl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/opengl32/make_opengl b/dlls/opengl32/make_opengl
index fa6d514..b0b9c00 100755
--- a/dlls/opengl32/make_opengl
+++ b/dlls/opengl32/make_opengl
@@ -389,8 +389,8 @@ if ($version eq "1.0") {
 #
 # Fetch the registry files
 #
--f "gl.xml" || system "wget https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/gl.xml" || die "cannot download gl.xml";
--f "wgl.xml" || system "wget https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/wgl.xml" || die "cannot download wgl.xml";
+-f "gl.xml" || system "wget --no-check-certificate https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/gl.xml" || die "cannot download gl.xml";
+-f "wgl.xml" || system "wget --no-check-certificate https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/wgl.xml" || die "cannot download wgl.xml";
 
 
 #




More information about the wine-cvs mailing list