From 0e5764a096c6a5866973737e16f69b2d6e2325c8 Mon Sep 17 00:00:00 2001
From: atraczyk <andreastraczyk@gmail.com>
Date: Thu, 20 Jul 2017 16:05:32 -0400
Subject: [PATCH] contrib(UWP): revert to gnutls 3.4.17

Until API supported substitutes for certain crypto functions can be
found, reverting to v3.4.17 will allow passage into the store.
This patch also reverts nettle to an earlier commit.

Change-Id: I5d9c2341113ccd3f99512ffa922e95dc7a5b89b6
---
 contrib/src/gnutls/fetch_and_patch.bat | 2 +-
 contrib/src/nettle/fetch_and_patch.bat | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/gnutls/fetch_and_patch.bat b/contrib/src/gnutls/fetch_and_patch.bat
index 656e3df1d2..c624f1aaee 100644
--- a/contrib/src/gnutls/fetch_and_patch.bat
+++ b/contrib/src/gnutls/fetch_and_patch.bat
@@ -1,6 +1,6 @@
 set BUILD=%SRC%..\build
 
-set GNUTLS_VERSION=gnutls_3_5_10
+set GNUTLS_VERSION=f2d0ade53ff644da55244aed79d05eca78d11a2f
 set GNUTLS_URL=https://github.com/ShiftMediaProject/gnutls/archive/%GNUTLS_VERSION%.tar.gz
 
 mkdir %BUILD%
diff --git a/contrib/src/nettle/fetch_and_patch.bat b/contrib/src/nettle/fetch_and_patch.bat
index 697a13d4be..e3414e4c8a 100644
--- a/contrib/src/nettle/fetch_and_patch.bat
+++ b/contrib/src/nettle/fetch_and_patch.bat
@@ -1,6 +1,6 @@
 set BUILD=%SRC%..\build
 
-set NETTLE_VERSION=nettle_3.3_release_20161001
+set NETTLE_VERSION=4e0b2723b76d4163fa37b2b456d41534154ec97c
 set NETTLE_URL=https://github.com/ShiftMediaProject/nettle/archive/%NETTLE_VERSION%.tar.gz
 
 mkdir %BUILD%
-- 
GitLab