Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jenny Ryan
ouinet
Commits
4820f8ac
Commit
4820f8ac
authored
Jun 29, 2020
by
Ivan Vilata-i-Balaguer
Browse files
Update zdnsparser, fixes QNAME parsing upstream.
parent
6f30a449
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/dependencies/zdnsparser.cmake
View file @
4820f8ac
...
...
@@ -17,14 +17,11 @@ foreach (patch ${PATCHES})
endforeach
()
externalproject_add
(
zdnsparser
# Th
is is the official repo for zdnsparser
,
#
but please see
<https://github.com/packetzero/dnsparser/pull/3>.
# Th
e specified commit supports answers with QNAME format
,
#
as indicated in
<https://github.com/packetzero/dnsparser/pull/3>.
# Some DoH servers use the mentioned answer format.
#GIT_REPOSITORY https://github.com/packetzero/dnsparser
#GIT_TAG 5ad991cd40dde95a3289e56fd7f65543f1967c67
# In the meanwhile, this branch fixes the issue.
GIT_REPOSITORY https://github.com/connectiblutz/dnsparser
GIT_TAG 7dea48af30306cf00f7cc70b91d5ab1022313d46
GIT_REPOSITORY https://github.com/packetzero/dnsparser
GIT_TAG ad79c9b681f6afede9e9af8837159e1b2fbdb836
PATCH_COMMAND
"
${
PATCH_COMMAND
}
"
UPDATE_COMMAND
""
INSTALL_COMMAND
""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment