From 71f9b042d8fb4a9ebc87c3ce75c4757e4af73928 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 21 Jun 2019 12:27:47 -0700 Subject: dnscrypt-proxy: Update to latest git revision Includes a security fix. Fixed usage with latest libsodium. Signed-off-by: Rosen Penev --- net/dnscrypt-proxy/patches/010-internal.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/dnscrypt-proxy/patches/010-internal.patch (limited to 'net/dnscrypt-proxy/patches') diff --git a/net/dnscrypt-proxy/patches/010-internal.patch b/net/dnscrypt-proxy/patches/010-internal.patch new file mode 100644 index 000000000..f10a85f1b --- /dev/null +++ b/net/dnscrypt-proxy/patches/010-internal.patch @@ -0,0 +1,11 @@ +--- a/src/proxy/app.c ++++ b/src/proxy/app.c +@@ -391,7 +391,7 @@ dnscrypt_proxy_main(int argc, char *argv[]) + } + logger_noformat(&proxy_context, LOG_NOTICE, "Starting " PACKAGE_STRING); + sodium_mlock(&proxy_context, sizeof proxy_context); +- randombytes_set_implementation(&randombytes_salsa20_implementation); ++ randombytes_set_implementation(&randombytes_internal_implementation); + + #ifdef PLUGINS + if (plugin_support_context_load(app_context.dcps_context) != 0) { -- cgit v1.2.3