diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-03-24 19:20:39 +0000 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-03-25 13:49:58 -0700 |
commit | 8077d9109b40c48e57a5ad223e31225861e3fa49 (patch) | |
tree | be8e333c6e00325373103012ddbc640506b98d55 /net-dns/dnscrypt-proxy/files | |
parent | net-dns/dnscrypt-proxy: Use new upstream (diff) | |
download | gentoo-8077d9109b40c48e57a5ad223e31225861e3fa49.tar.gz gentoo-8077d9109b40c48e57a5ad223e31225861e3fa49.tar.bz2 gentoo-8077d9109b40c48e57a5ad223e31225861e3fa49.zip |
net-dns/dnscrypt-proxy: Bump to 2.0.41
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/15091
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'net-dns/dnscrypt-proxy/files')
-rw-r--r-- | net-dns/dnscrypt-proxy/files/config-full-paths-r11.patch | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/net-dns/dnscrypt-proxy/files/config-full-paths-r11.patch b/net-dns/dnscrypt-proxy/files/config-full-paths-r11.patch new file mode 100644 index 000000000000..15247d428808 --- /dev/null +++ b/net-dns/dnscrypt-proxy/files/config-full-paths-r11.patch @@ -0,0 +1,74 @@ +--- dnscrypt-proxy-2.0.41/dnscrypt-proxy/example-dnscrypt-proxy.toml ++++ dnscrypt-proxy-2.0.41/dnscrypt-proxy/dnscrypt-proxy.toml +@@ -142,7 +142,7 @@ + + ## log file for the application + +-# log_file = 'dnscrypt-proxy.log' ++# log_file = '/var/log/dnscrypt-proxy/dnscrypt-proxy.log' + + + ## Use the system logger (syslog on Unix, Event Log on Windows) +@@ -399,7 +399,7 @@ + ## Path to the query log file (absolute, or relative to the same directory as the config file) + ## On non-Windows systems, can be /dev/stdout to log to the standard output (also set log_files_max_size to 0) + +- # file = 'query.log' ++ # file = '/var/log/dnscrypt-proxy/query.log' + + + ## Query log format (currently supported: tsv and ltsv) +@@ -425,7 +425,7 @@ + + ## Path to the query log file (absolute, or relative to the same directory as the config file) + +- # file = 'nx.log' ++ # file = '/var/log/dnscrypt-proxy/nx.log' + + + ## Query log format (currently supported: tsv and ltsv) +@@ -460,7 +460,7 @@ + + ## Optional path to a file logging blocked queries + +- # log_file = 'blocked.log' ++ # log_file = '/var/log/dnscrypt-proxy/blocked.log' + + + ## Optional log format: tsv or ltsv (default: tsv) +@@ -488,7 +488,7 @@ + + ## Optional path to a file logging blocked queries + +- # log_file = 'ip-blocked.log' ++ # log_file = '/var/log/dnscrypt-proxy/ip-blocked.log' + + + ## Optional log format: tsv or ltsv (default: tsv) +@@ -516,7 +516,7 @@ + + ## Optional path to a file logging whitelisted queries + +- # log_file = 'whitelisted.log' ++ # log_file = '/var/log/dnscrypt-proxy/whitelisted.log' + + + ## Optional log format: tsv or ltsv (default: tsv) +@@ -585,7 +585,7 @@ + + [sources.'public-resolvers'] + urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/public-resolvers.md', 'https://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md'] +- cache_file = 'public-resolvers.md' ++ cache_file = '/var/cache/dnscrypt-proxy/public-resolvers.md' + minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3' + prefix = '' + +@@ -593,7 +593,7 @@ + + [sources.'relays'] + urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/relays.md', 'https://download.dnscrypt.info/resolvers-list/v2/relays.md'] +- cache_file = 'relays.md' ++ cache_file = '/var/cache/dnscrypt-proxy/parental-control.md' + minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3' + refresh_delay = 72 + prefix = '' |