From cc04592ed6324e04032d774dfda1281c54225873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Fri, 1 Feb 2019 15:07:00 +0000 Subject: vars/build.vars:gnutls: updated to v3.6.6 (via Redfoxmoon.) vars/gnutls.vars: updated (via Redfoxmoon.) patches/gnutls-3.6.[26].local.patch: updated (via Redfoxmoon.) --- patches/gnutls-3.6.2.local.patch | 14 -------------- patches/gnutls-3.6.6.local.patch | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 patches/gnutls-3.6.2.local.patch create mode 100644 patches/gnutls-3.6.6.local.patch (limited to 'patches') diff --git a/patches/gnutls-3.6.2.local.patch b/patches/gnutls-3.6.2.local.patch deleted file mode 100644 index d36d75ee..00000000 --- a/patches/gnutls-3.6.2.local.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ru gnutls-3.6.2.orig/lib/random.c gnutls-3.6.2/lib/random.c ---- gnutls-3.6.2.orig/lib/random.c 2018-02-11 10:49:13.000000000 +0100 -+++ gnutls-3.6.2/lib/random.c 2018-04-05 00:48:31.928381221 +0200 -@@ -42,8 +42,8 @@ - #endif - - /* Per thread context of random generator, and a flag to indicate initialization */ --static _Thread_local void *gnutls_rnd_ctx; --static _Thread_local unsigned rnd_initialized = 0; -+static __thread void *gnutls_rnd_ctx; -+static __thread unsigned rnd_initialized = 0; - - struct rnd_ctx_list_st { - void *ctx; diff --git a/patches/gnutls-3.6.6.local.patch b/patches/gnutls-3.6.6.local.patch new file mode 100644 index 00000000..599a52d5 --- /dev/null +++ b/patches/gnutls-3.6.6.local.patch @@ -0,0 +1,14 @@ +diff -ru gnutls-3.6.6.orig/lib/random.c gnutls-3.6.6/lib/random.c +--- gnutls-3.6.6.orig/lib/random.c 2018-04-01 13:56:13.000000000 +0200 ++++ gnutls-3.6.6/lib/random.c 2019-01-31 20:38:57.815274977 +0100 +@@ -36,8 +36,8 @@ + #endif + + /* Per thread context of random generator, and a flag to indicate initialization */ +-static _Thread_local void *gnutls_rnd_ctx; +-static _Thread_local unsigned rnd_initialized = 0; ++static __thread void *gnutls_rnd_ctx; ++static __thread unsigned rnd_initialized = 0; + + struct rnd_ctx_list_st { + void *ctx; -- cgit v1.2.3