On Mon, Jul 31, 2017 at 5:14 PM, Józef Kucia jkucia@codeweavers.com wrote:
The OpenGL Registry has been moved. See
https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/README.txt.
dlls/opengl32/make_opengl | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dlls/opengl32/make_opengl b/dlls/opengl32/make_opengl
index 45e3f720ea..ef4156686a 100755
--- a/dlls/opengl32/make_opengl
+++ b/dlls/opengl32/make_opengl
@@ -8,8 +8,8 @@ use XML::Simple;
#
# - It needs files from the OpenGL extension registry:
#
-# https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/gl.xml
-# https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/wgl.xml
+# https://raw.github.com/KhronosGroup/OpenGL-Registry/master/xml/gl.xml
+# https://raw.github.com/KhronosGroup/OpenGL-Registry/master/xml/wgl.xml
#
# If they are not found in the current directory the script will
# attempt to download them from there.
@@ -404,8 +404,8 @@ if ($version eq "1.0") {
#
# Fetch the registry files
#
--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";
+-f "gl.xml" || system "wget --no-check-certificate https://raw.github.com/KhronosGroup/OpenGL-Registry/master/xml/gl.xml" || die "cannot download gl.xml";
+-f "wgl.xml" || system "wget --no-check-certificate https://raw.github.com/KhronosGroup/OpenGL-Registry/master/xml/wgl.xml" || die "cannot download wgl.xml";
#
2.13.0
Do we really want to keep the --no-check-certificate now the file is
on github.com? I feel like github's cert is pretty widely trusted, and
likely to stay working. Especially since all of *winehq.org is finally
on HTTPS..
--
-Austin
GPG: 14FB D7EA A041 937B