diff options
author | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-05-22 23:21:49 -0300 |
---|---|---|
committer | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-05-22 23:21:49 -0300 |
commit | 55bffaace8b9823330ba1753634597e5b60d1bbd (patch) | |
tree | 6c47f0f15bba74bf8ec47cd20f3d35ae90ba5ca2 /libs/ldns/patches/001-perl5-defined-array.patch | |
parent | d9e9b59159309449df7a7a6d4ab87980dc16eac2 (diff) |
ldns: Upgrade to version 1.7.0
This version adds compatibility with openssl 1.1.0.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Diffstat (limited to 'libs/ldns/patches/001-perl5-defined-array.patch')
-rw-r--r-- | libs/ldns/patches/001-perl5-defined-array.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libs/ldns/patches/001-perl5-defined-array.patch b/libs/ldns/patches/001-perl5-defined-array.patch deleted file mode 100644 index 5e193d9ea..000000000 --- a/libs/ldns/patches/001-perl5-defined-array.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/doc/doxyparse.pl -+++ b/doc/doxyparse.pl -@@ -273,7 +273,7 @@ foreach (keys %manpages) { - - print MAN $MAN_MIDDLE; - -- if (defined(@$also)) { -+ if (@$also) { - print MAN "\n.SH SEE ALSO\n\\fI"; - print MAN join "\\fR, \\fI", @$also; - print MAN "\\fR.\nAnd "; |