From 55bffaace8b9823330ba1753634597e5b60d1bbd Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Tue, 22 May 2018 23:21:49 -0300 Subject: ldns: Upgrade to version 1.7.0 This version adds compatibility with openssl 1.1.0. Signed-off-by: Eneas U de Queiroz --- libs/ldns/patches/001-perl5-defined-array.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 libs/ldns/patches/001-perl5-defined-array.patch (limited to 'libs/ldns/patches/001-perl5-defined-array.patch') 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 "; -- cgit v1.2.3