git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
742ab4a
)
stubby: fix handling of pkis in config (#8888)
author
Jonathan G. Underwood
<redacted>
Thu, 9 May 2019 23:26:38 +0000
(
00:26
+0100)
committer
Jonathan G. Underwood
<redacted>
Thu, 9 May 2019 23:26:38 +0000
(
00:26
+0100)
Signed-off-by: Jonathan G. Underwood <redacted>
net/stubby/files/stubby.init
patch
|
blob
|
history
diff --git
a/net/stubby/files/stubby.init
b/net/stubby/files/stubby.init
index 4a975e39d58114f70c8a82f74e626a279f75ba89..ff2f0ef3ea66526bcda585a99511a5cfb8096207 100755
(executable)
--- a/
net/stubby/files/stubby.init
+++ b/
net/stubby/files/stubby.init
@@
-136,7
+136,7
@@
generate_config()
handle_resolver_spki()
{
local val="$1"
- local digest="${val%/*}"
+ local digest="${val%
%
/*}"
local value="${val#*/}"
if [ "$tls_pubkey_pinset_section" = 0 ]; then
git clone https://git.99rst.org/PROJECT