mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
dnscrypt-proxy: Update to latest git revision
Includes a security fix. Fixed usage with latest libsodium. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
11
net/dnscrypt-proxy/patches/010-internal.patch
Normal file
11
net/dnscrypt-proxy/patches/010-internal.patch
Normal file
@@ -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) {
|
||||
Reference in New Issue
Block a user