Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnscrypt-proxy/files/
Date: Fri, 01 May 2020 07:05:21
Message-Id: 1588316674.56c0f3e1344c21d6a1ea98fc61ed4cec374cdb27.gyakovlev@gentoo
1 commit: 56c0f3e1344c21d6a1ea98fc61ed4cec374cdb27
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Apr 30 16:22:44 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri May 1 07:04:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c0f3e1
7
8 net-dns/dnscrypt-proxy: remove unused patch
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/15577
13 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
14
15 .../files/config-full-paths-r10.patch | 72 ----------------------
16 1 file changed, 72 deletions(-)
17
18 diff --git a/net-dns/dnscrypt-proxy/files/config-full-paths-r10.patch b/net-dns/dnscrypt-proxy/files/config-full-paths-r10.patch
19 deleted file mode 100644
20 index aba278c221a..00000000000
21 --- a/net-dns/dnscrypt-proxy/files/config-full-paths-r10.patch
22 +++ /dev/null
23 @@ -1,72 +0,0 @@
24 ---- dnscrypt-proxy-2.0.9/dnscrypt-proxy/example-dnscrypt-proxy.toml 2018-04-11 05:05:16.000000000 -0700
25 -+++ dnscrypt-proxy-2.0.9/dnscrypt-proxy/dnscrypt-proxy.toml 2018-04-11 22:29:21.810501858 -0700
26 -@@ -96,7 +96,7 @@
27 -
28 - ## log file for the application
29 -
30 --# log_file = 'dnscrypt-proxy.log'
31 -+# log_file = '/var/log/dnscrypt-proxy/dnscrypt-proxy.log'
32 -
33 -
34 - ## Use the system logger (syslog on Unix, Event Log on Windows)
35 -@@ -254,7 +254,7 @@
36 -
37 - ## Path to the query log file (absolute, or relative to the same directory as the executable file)
38 -
39 -- # file = 'query.log'
40 -+ # file = '/var/log/dnscrypt-proxy/query.log'
41 -
42 -
43 - ## Query log format (currently supported: tsv and ltsv)
44 -@@ -280,7 +280,7 @@
45 -
46 - ## Path to the query log file (absolute, or relative to the same directory as the executable file)
47 -
48 -- # file = 'nx.log'
49 -+ # file = '/var/log/dnscrypt-proxy/nx.log'
50 -
51 -
52 - ## Query log format (currently supported: tsv and ltsv)
53 -@@ -315,7 +315,7 @@
54 -
55 - ## Optional path to a file logging blocked queries
56 -
57 -- # log_file = 'blocked.log'
58 -+ # log_file = '/var/log/dnscrypt-proxy/blocked.log'
59 -
60 -
61 - ## Optional log format: tsv or ltsv (default: tsv)
62 -@@ -343,7 +343,7 @@
63 -
64 - ## Optional path to a file logging blocked queries
65 -
66 -- # log_file = 'ip-blocked.log'
67 -+ # log_file = '/var/log/dnscrypt-proxy/ip-blocked.log'
68 -
69 -
70 - ## Optional log format: tsv or ltsv (default: tsv)
71 -@@ -371,7 +371,7 @@
72 -
73 - ## Optional path to a file logging whitelisted queries
74 -
75 -- # log_file = 'whitelisted.log'
76 -+ # log_file = '/var/log/dnscrypt-proxy/whitelisted.log'
77 -
78 -
79 - ## Optional log format: tsv or ltsv (default: tsv)
80 -@@ -441,7 +441,7 @@
81 -
82 - [sources.'public-resolvers']
83 - urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/public-resolvers.md', 'https://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md']
84 -- cache_file = 'public-resolvers.md'
85 -+ cache_file = '/var/cache/dnscrypt-proxy/public-resolvers.md'
86 - minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
87 - refresh_delay = 72
88 - prefix = ''
89 -@@ -451,7 +451,7 @@
90 -
91 - # [sources.'parental-control']
92 - # urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/parental-control.md', 'https://download.dnscrypt.info/resolvers-list/v2/parental-control.md']
93 -- # cache_file = 'parental-control.md'
94 -+ # cache_file = '/var/cache/dnscrypt-proxy/parental-control.md'
95 - # minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'