midipix / build / midipix_build

Forked from build/midipix_build 4 years ago
Clone

Blame patches/bind-9.11.2.local.patch

Lucio Andrés Illanes Albornoz 7e2143
diff -ru bind-9.11.2.orig/bin/check/Makefile.in bind-9.11.2/bin/check/Makefile.in
Lucio Andrés Illanes Albornoz 7e2143
--- bind-9.11.2.orig/bin/check/Makefile.in	2017-07-24 07:36:50.000000000 +0200
Lucio Andrés Illanes Albornoz 7e2143
+++ bind-9.11.2/bin/check/Makefile.in	2017-09-13 16:09:24.589543862 +0200
Lucio Andrés Illanes Albornoz 7e2143
@@ -20,7 +20,7 @@
Lucio Andrés Illanes Albornoz 7e2143
 CDEFINES = 	@CRYPTO@ -DNAMED_CONFFILE=\"${sysconfdir}/named.conf\"
Lucio Andrés Illanes Albornoz 7e2143
 CWARNINGS =
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
-DNSLIBS =	../../lib/dns/libdns.@A@ @DNS_CRYPTO_LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+DNSLIBS =	../../lib/dns/libdns.@A@
Lucio Andrés Illanes Albornoz 7e2143
 ISCCFGLIBS =	../../lib/isccfg/libisccfg.@A@
Lucio Andrés Illanes Albornoz 7e2143
 ISCLIBS =	../../lib/isc/libisc.@A@
Lucio Andrés Illanes Albornoz 7e2143
 ISCNOSYMLIBS =	../../lib/isc/libisc-nosymtbl.@A@
Lucio Andrés Illanes Albornoz 7e2143
@@ -31,8 +31,8 @@
Lucio Andrés Illanes Albornoz 7e2143
 ISCDEPLIBS =	../../lib/isc/libisc.@A@
Lucio Andrés Illanes Albornoz 7e2143
 BIND9DEPLIBS =	../../lib/bind9/libbind9.@A@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
-LIBS =		${ISCLIBS} @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
-NOSYMLIBS =	${ISCNOSYMLIBS} @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+LIBS =		${ISCLIBS} @DNS_CRYPTO_LIBS@ @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+NOSYMLIBS =	${ISCNOSYMLIBS} @DNS_CRYPTO_LIBS@ @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 SUBDIRS =
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
diff -ru bind-9.11.2.orig/bin/confgen/Makefile.in bind-9.11.2/bin/confgen/Makefile.in
Lucio Andrés Illanes Albornoz 7e2143
--- bind-9.11.2.orig/bin/confgen/Makefile.in	2017-07-24 07:36:50.000000000 +0200
Lucio Andrés Illanes Albornoz 7e2143
+++ bind-9.11.2/bin/confgen/Makefile.in	2017-09-13 16:10:26.857177684 +0200
Lucio Andrés Illanes Albornoz 7e2143
@@ -24,7 +24,7 @@
Lucio Andrés Illanes Albornoz 7e2143
 ISCCCLIBS =	../../lib/isccc/libisccc.@A@
Lucio Andrés Illanes Albornoz 7e2143
 ISCLIBS =	../../lib/isc/libisc.@A@
Lucio Andrés Illanes Albornoz 7e2143
 ISCNOSYMLIBS =	../../lib/isc/libisc-nosymtbl.@A@
Lucio Andrés Illanes Albornoz 7e2143
-DNSLIBS =	../../lib/dns/libdns.@A@ @DNS_CRYPTO_LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+DNSLIBS =	../../lib/dns/libdns.@A@
Lucio Andrés Illanes Albornoz 7e2143
 BIND9LIBS =	../../lib/bind9/libbind9.@A@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 ISCCFGDEPLIBS =	../../lib/isccfg/libisccfg.@A@
Lucio Andrés Illanes Albornoz 7e2143
@@ -36,9 +36,9 @@
Lucio Andrés Illanes Albornoz 7e2143
 RNDCLIBS =	${ISCCFGLIBS} ${ISCCCLIBS} ${BIND9LIBS} ${DNSLIBS} ${ISCLIBS} @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
 RNDCDEPLIBS =	${ISCCFGDEPLIBS} ${ISCCCDEPLIBS} ${BIND9DEPLIBS} ${DNSDEPLIBS} ${ISCDEPLIBS}
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
-LIBS =		${DNSLIBS} ${ISCLIBS} @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+LIBS =		${DNSLIBS} ${ISCLIBS} @DNS_CRYPTO_LIBS@ @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
-NOSYMLIBS =	${DNSLIBS} ${ISCNOSYMLIBS} @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+NOSYMLIBS =	${DNSLIBS} ${ISCNOSYMLIBS} @DNS_CRYPTO_LIBS@ @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 CONFDEPLIBS =	${DNSDEPLIBS} ${ISCDEPLIBS}
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
diff -ru bind-9.11.2.orig/bin/delv/Makefile.in bind-9.11.2/bin/delv/Makefile.in
Lucio Andrés Illanes Albornoz 7e2143
--- bind-9.11.2.orig/bin/delv/Makefile.in	2017-07-24 07:36:50.000000000 +0200
Lucio Andrés Illanes Albornoz 7e2143
+++ bind-9.11.2/bin/delv/Makefile.in	2017-09-13 16:11:30.200805972 +0200
Lucio Andrés Illanes Albornoz 7e2143
@@ -20,7 +20,7 @@
Lucio Andrés Illanes Albornoz 7e2143
 CWARNINGS =
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 ISCCFGLIBS =	../../lib/isccfg/libisccfg.@A@
Lucio Andrés Illanes Albornoz 7e2143
-DNSLIBS =	../../lib/dns/libdns.@A@ @DNS_CRYPTO_LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+DNSLIBS =	../../lib/dns/libdns.@A@
Lucio Andrés Illanes Albornoz 7e2143
 ISCNOSYMLIBS =	../../lib/isc/libisc-nosymtbl.@A@
Lucio Andrés Illanes Albornoz 7e2143
 ISCLIBS =	../../lib/isc/libisc.@A@
Lucio Andrés Illanes Albornoz 7e2143
 IRSLIBS =	../../lib/irs/libirs.@A@
Lucio Andrés Illanes Albornoz 7e2143
@@ -32,8 +32,8 @@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 DEPLIBS =	${DNSDEPLIBS} ${IRSDEPLIBS} ${ISCCFGDEPLIBS} ${ISCDEPLIBS}
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
-LIBS =		${DNSLIBS} ${IRSLIBS} ${ISCCFGLIBS} ${ISCLIBS} @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
-NOSYMLIBS =	${DNSLIBS} ${IRSLIBS} ${ISCCFGLIBS} ${ISCNOSYMLIBS} @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+LIBS =		${DNSLIBS} ${IRSLIBS} ${ISCCFGLIBS} ${ISCLIBS} @DNS_CRYPTO_LIBS@ @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+NOSYMLIBS =	${DNSLIBS} ${IRSLIBS} ${ISCCFGLIBS} ${ISCNOSYMLIBS} @DNS_CRYPTO_LIBS@ @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 SUBDIRS =
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
diff -ru bind-9.11.2.orig/bin/dig/Makefile.in bind-9.11.2/bin/dig/Makefile.in
Lucio Andrés Illanes Albornoz 7e2143
--- bind-9.11.2.orig/bin/dig/Makefile.in	2017-07-24 07:36:50.000000000 +0200
Lucio Andrés Illanes Albornoz 7e2143
+++ bind-9.11.2/bin/dig/Makefile.in	2017-09-13 16:12:11.496564031 +0200
Lucio Andrés Illanes Albornoz 7e2143
@@ -22,7 +22,7 @@
Lucio Andrés Illanes Albornoz 7e2143
 CWARNINGS =
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 ISCCFGLIBS =	../../lib/isccfg/libisccfg.@A@
Lucio Andrés Illanes Albornoz 7e2143
-DNSLIBS =	../../lib/dns/libdns.@A@ @DNS_CRYPTO_LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+DNSLIBS =	../../lib/dns/libdns.@A@
Lucio Andrés Illanes Albornoz 7e2143
 BIND9LIBS =	../../lib/bind9/libbind9.@A@
Lucio Andrés Illanes Albornoz 7e2143
 ISCLIBS =	../../lib/isc/libisc.@A@
Lucio Andrés Illanes Albornoz 7e2143
 ISCNOSYMLIBS =	../../lib/isc/libisc-nosymtbl.@A@
Lucio Andrés Illanes Albornoz 7e2143
@@ -38,10 +38,10 @@
Lucio Andrés Illanes Albornoz 7e2143
 		${ISCCFGDEPLIBS} ${LWRESDEPLIBS}
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 LIBS =		${LWRESLIBS} ${BIND9LIBS} ${ISCCFGLIBS} \
Lucio Andrés Illanes Albornoz 7e2143
-		${ISCLIBS} @IDNLIBS@ @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+		${ISCLIBS} @DNS_CRYPTO_LIBS@ @IDNLIBS@ @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 NOSYMLIBS =	${LWRESLIBS} ${BIND9LIBS} ${ISCCFGLIBS} \
Lucio Andrés Illanes Albornoz 7e2143
-		${ISCNOSYMLIBS} @IDNLIBS@ @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+		${ISCNOSYMLIBS} @DNS_CRYPTO_LIBS@ @IDNLIBS@ @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 SUBDIRS =
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
diff -ru bind-9.11.2.orig/bin/dnssec/Makefile.in bind-9.11.2/bin/dnssec/Makefile.in
Lucio Andrés Illanes Albornoz 7e2143
--- bind-9.11.2.orig/bin/dnssec/Makefile.in	2017-07-24 07:36:50.000000000 +0200
Lucio Andrés Illanes Albornoz 7e2143
+++ bind-9.11.2/bin/dnssec/Makefile.in	2017-09-13 16:12:31.476447075 +0200
Lucio Andrés Illanes Albornoz 7e2143
@@ -20,7 +20,7 @@
Lucio Andrés Illanes Albornoz 7e2143
 		@CRYPTO@ -DPK11_LIB_LOCATION=\"@PKCS11_PROVIDER@\"
Lucio Andrés Illanes Albornoz 7e2143
 CWARNINGS =
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
-DNSLIBS =	../../lib/dns/libdns.@A@ @DNS_CRYPTO_LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+DNSLIBS =	../../lib/dns/libdns.@A@
Lucio Andrés Illanes Albornoz 7e2143
 ISCLIBS =	../../lib/isc/libisc.@A@
Lucio Andrés Illanes Albornoz 7e2143
 ISCNOSYMLIBS =	../../lib/isc/libisc-nosymtbl.@A@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
@@ -29,9 +29,9 @@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 DEPLIBS =	${DNSDEPLIBS} ${ISCDEPLIBS}
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
-LIBS =		${DNSLIBS} ${ISCLIBS} @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+LIBS =		${DNSLIBS} ${ISCLIBS} @DNS_CRYPTO_LIBS@ @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
-NOSYMLIBS =	${DNSLIBS} ${ISCNOSYMLIBS} @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+NOSYMLIBS =	${DNSLIBS} ${ISCNOSYMLIBS} @DNS_CRYPTO_LIBS@ @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 # Alphabetically
Lucio Andrés Illanes Albornoz 7e2143
 TARGETS =	dnssec-keygen@EXEEXT@ dnssec-signzone@EXEEXT@ \
Lucio Andrés Illanes Albornoz 7e2143
diff -ru bind-9.11.2.orig/bin/Makefile.in bind-9.11.2/bin/Makefile.in
Lucio Andrés Illanes Albornoz 7e2143
--- bind-9.11.2.orig/bin/Makefile.in	2017-07-24 07:36:50.000000000 +0200
Lucio Andrés Illanes Albornoz 7e2143
+++ bind-9.11.2/bin/Makefile.in	2017-09-13 16:13:03.324260771 +0200
Lucio Andrés Illanes Albornoz 7e2143
@@ -10,7 +10,7 @@
Lucio Andrés Illanes Albornoz 7e2143
 VPATH =		@srcdir@
Lucio Andrés Illanes Albornoz 7e2143
 top_srcdir =	@top_srcdir@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
-SUBDIRS =	named rndc dig delv dnssec tools tests nsupdate \
Lucio Andrés Illanes Albornoz 7e2143
+SUBDIRS =	named rndc dig delv dnssec tools nsupdate \
Lucio Andrés Illanes Albornoz 7e2143
 		check confgen @NZD_TOOLS@ @PYTHON_TOOLS@ @PKCS11_TOOLS@
Lucio Andrés Illanes Albornoz 7e2143
 TARGETS =
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
diff -ru bind-9.11.2.orig/bin/named/Makefile.in bind-9.11.2/bin/named/Makefile.in
Lucio Andrés Illanes Albornoz 7e2143
--- bind-9.11.2.orig/bin/named/Makefile.in	2017-07-24 07:36:50.000000000 +0200
Lucio Andrés Illanes Albornoz 7e2143
+++ bind-9.11.2/bin/named/Makefile.in	2017-09-13 16:13:34.788076866 +0200
Lucio Andrés Illanes Albornoz 7e2143
@@ -44,7 +44,7 @@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 CWARNINGS =
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
-DNSLIBS =	../../lib/dns/libdns.@A@ @DNS_CRYPTO_LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+DNSLIBS =	../../lib/dns/libdns.@A@
Lucio Andrés Illanes Albornoz 7e2143
 ISCCFGLIBS =	../../lib/isccfg/libisccfg.@A@
Lucio Andrés Illanes Albornoz 7e2143
 ISCCCLIBS =	../../lib/isccc/libisccc.@A@
Lucio Andrés Illanes Albornoz 7e2143
 ISCLIBS =	../../lib/isc/libisc.@A@
Lucio Andrés Illanes Albornoz 7e2143
@@ -64,11 +64,11 @@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 LIBS =		${LWRESLIBS} ${DNSLIBS} ${BIND9LIBS} \
Lucio Andrés Illanes Albornoz 7e2143
 		${ISCCFGLIBS} ${ISCCCLIBS} ${ISCLIBS} \
Lucio Andrés Illanes Albornoz 7e2143
-		${DLZDRIVER_LIBS} ${DBDRIVER_LIBS} @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+		${DLZDRIVER_LIBS} ${DBDRIVER_LIBS} @DNS_CRYPTO_LIBS@ @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 NOSYMLIBS =	${LWRESLIBS} ${DNSLIBS} ${BIND9LIBS} \
Lucio Andrés Illanes Albornoz 7e2143
 		${ISCCFGLIBS} ${ISCCCLIBS} ${ISCNOSYMLIBS} \
Lucio Andrés Illanes Albornoz 7e2143
-		${DLZDRIVER_LIBS} ${DBDRIVER_LIBS} @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+		${DLZDRIVER_LIBS} ${DBDRIVER_LIBS} @DNS_CRYPTO_LIBS@ @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 SUBDIRS =	unix
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
diff -ru bind-9.11.2.orig/bin/nsupdate/Makefile.in bind-9.11.2/bin/nsupdate/Makefile.in
Lucio Andrés Illanes Albornoz 7e2143
--- bind-9.11.2.orig/bin/nsupdate/Makefile.in	2017-07-24 07:36:50.000000000 +0200
Lucio Andrés Illanes Albornoz 7e2143
+++ bind-9.11.2/bin/nsupdate/Makefile.in	2017-09-13 16:14:07.755884315 +0200
Lucio Andrés Illanes Albornoz 7e2143
@@ -26,7 +26,7 @@
Lucio Andrés Illanes Albornoz 7e2143
 CWARNINGS =
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 LWRESLIBS =	../../lib/lwres/liblwres.@A@
Lucio Andrés Illanes Albornoz 7e2143
-DNSLIBS =	../../lib/dns/libdns.@A@ @DNS_CRYPTO_LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+DNSLIBS =	../../lib/dns/libdns.@A@
Lucio Andrés Illanes Albornoz 7e2143
 BIND9LIBS =	../../lib/bind9/libbind9.@A@
Lucio Andrés Illanes Albornoz 7e2143
 ISCLIBS =	../../lib/isc/libisc.@A@
Lucio Andrés Illanes Albornoz 7e2143
 ISCNOSYMLIBS =	../../lib/isc/libisc-nosymtbl.@A@
Lucio Andrés Illanes Albornoz 7e2143
@@ -40,9 +40,9 @@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 DEPLIBS =	${DNSDEPLIBS} ${BIND9DEPLIBS} ${ISCDEPLIBS} ${ISCCFGDEPLIBS}
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
-LIBS =		${LWRESLIBS} ${DNSLIBS} ${BIND9LIBS} ${ISCCFGLIBS} ${ISCLIBS} @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+LIBS =		${LWRESLIBS} ${DNSLIBS} ${BIND9LIBS} ${ISCCFGLIBS} ${ISCLIBS} @DNS_CRYPTO_LIBS@ @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
-NOSYMLIBS =	${LWRESLIBS} ${DNSLIBS} ${BIND9LIBS} ${ISCCFGLIBS} ${ISCNOSYMLIBS} @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+NOSYMLIBS =	${LWRESLIBS} ${DNSLIBS} ${BIND9LIBS} ${ISCCFGLIBS} ${ISCNOSYMLIBS} @DNS_CRYPTO_LIBS@ @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 SUBDIRS =
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
diff -ru bind-9.11.2.orig/bin/rndc/Makefile.in bind-9.11.2/bin/rndc/Makefile.in
Lucio Andrés Illanes Albornoz 7e2143
--- bind-9.11.2.orig/bin/rndc/Makefile.in	2017-07-24 07:36:50.000000000 +0200
Lucio Andrés Illanes Albornoz 7e2143
+++ bind-9.11.2/bin/rndc/Makefile.in	2017-09-13 16:14:38.291706093 +0200
Lucio Andrés Illanes Albornoz 7e2143
@@ -24,7 +24,7 @@
Lucio Andrés Illanes Albornoz 7e2143
 ISCCCLIBS =	../../lib/isccc/libisccc.@A@
Lucio Andrés Illanes Albornoz 7e2143
 ISCLIBS =	../../lib/isc/libisc.@A@
Lucio Andrés Illanes Albornoz 7e2143
 ISCNOSYMLIBS =	../../lib/isc/libisc-nosymtbl.@A@
Lucio Andrés Illanes Albornoz 7e2143
-DNSLIBS =	../../lib/dns/libdns.@A@ @DNS_CRYPTO_LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+DNSLIBS =	../../lib/dns/libdns.@A@
Lucio Andrés Illanes Albornoz 7e2143
 BIND9LIBS =	../../lib/bind9/libbind9.@A@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 ISCCFGDEPLIBS =	../../lib/isccfg/libisccfg.@A@
Lucio Andrés Illanes Albornoz 7e2143
@@ -33,8 +33,8 @@
Lucio Andrés Illanes Albornoz 7e2143
 DNSDEPLIBS =	../../lib/dns/libdns.@A@
Lucio Andrés Illanes Albornoz 7e2143
 BIND9DEPLIBS =	../../lib/bind9/libbind9.@A@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
-LIBS =		${ISCLIBS} @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
-NOSYMLIBS =	${ISCNOSYMLIBS} @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+LIBS =		${ISCLIBS} @DNS_CRYPTO_LIBS@ @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+NOSYMLIBS =	${ISCNOSYMLIBS} @DNS_CRYPTO_LIBS@ @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 RNDCDEPLIBS =	${ISCCFGDEPLIBS} ${ISCCCDEPLIBS} ${BIND9DEPLIBS} ${DNSDEPLIBS} ${ISCDEPLIBS}
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
diff -ru bind-9.11.2.orig/bin/tools/Makefile.in bind-9.11.2/bin/tools/Makefile.in
Lucio Andrés Illanes Albornoz 7e2143
--- bind-9.11.2.orig/bin/tools/Makefile.in	2017-07-24 07:36:50.000000000 +0200
Lucio Andrés Illanes Albornoz 7e2143
+++ bind-9.11.2/bin/tools/Makefile.in	2017-09-13 16:15:59.075235122 +0200
Lucio Andrés Illanes Albornoz 7e2143
@@ -19,9 +19,9 @@
Lucio Andrés Illanes Albornoz 7e2143
 CDEFINES =	@CRYPTO@ -DVERSION=\"${VERSION}\"
Lucio Andrés Illanes Albornoz 7e2143
 CWARNINGS =
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
-DNSLIBS =	../../lib/dns/libdns.@A@ @DNS_CRYPTO_LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+DNSLIBS =	../../lib/dns/libdns.@A@
Lucio Andrés Illanes Albornoz 7e2143
 BIND9LIBS =	../../lib/bind9/libbind9.@A@
Lucio Andrés Illanes Albornoz 7e2143
-ISCLIBS =	../../lib/isc/libisc.@A@ @DNS_CRYPTO_LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+ISCLIBS =	../../lib/isc/libisc.@A@
Lucio Andrés Illanes Albornoz 7e2143
 ISCNOSYMLIBS =	../../lib/isc/libisc-nosymtbl.@A@
Lucio Andrés Illanes Albornoz 7e2143
 ISCCFGLIBS = 	../../lib/isccfg/libisccfg.@A@
Lucio Andrés Illanes Albornoz 7e2143
 LWRESLIBS =	../../lib/lwres/liblwres.@A@
Lucio Andrés Illanes Albornoz 7e2143
@@ -32,8 +32,8 @@
Lucio Andrés Illanes Albornoz 7e2143
 ISCCFGDEPLIBS = ../../lib/isccfg/libisccfg.@A@
Lucio Andrés Illanes Albornoz 7e2143
 LWRESDEPLIBS =	../../lib/lwres/liblwres.@A@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
-LIBS =		${ISCLIBS} @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
-NOSYMLIBS =	${ISCNOSYMLIBS} @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+LIBS =		${ISCLIBS} @DNS_CRYPTO_LIBS@ @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+NOSYMLIBS =	${ISCNOSYMLIBS} @DNS_CRYPTO_LIBS@ @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 SUBDIRS =
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
diff -ru bind-9.11.2.orig/configure.in bind-9.11.2/configure.in
Lucio Andrés Illanes Albornoz 7e2143
--- bind-9.11.2.orig/configure.in	2017-07-24 07:36:50.000000000 +0200
Lucio Andrés Illanes Albornoz 7e2143
+++ bind-9.11.2/configure.in	2017-09-13 16:21:26.765330737 +0200
Lucio Andrés Illanes Albornoz 7e2143
@@ -2335,9 +2335,9 @@
Lucio Andrés Illanes Albornoz 7e2143
 		esac
Lucio Andrés Illanes Albornoz 7e2143
 		;;
Lucio Andrés Illanes Albornoz 7e2143
 	*)
Lucio Andrés Illanes Albornoz 7e2143
-		if test -f "$use_libxml2/bin/xml2-config" ; then
Lucio Andrés Illanes Albornoz 7e2143
-			libxml2_libs=`$use_libxml2/bin/xml2-config --libs`
Lucio Andrés Illanes Albornoz 7e2143
-			libxml2_cflags=`$use_libxml2/bin/xml2-config --cflags`
Lucio Andrés Illanes Albornoz 7e2143
+		if test -f "$use_libxml2" ; then
Lucio Andrés Illanes Albornoz 7e2143
+			libxml2_libs=`$use_libxml2 --libs`
Lucio Andrés Illanes Albornoz 7e2143
+			libxml2_cflags=`$use_libxml2 --cflags`
Lucio Andrés Illanes Albornoz 7e2143
 		fi
Lucio Andrés Illanes Albornoz 7e2143
 		;;
Lucio Andrés Illanes Albornoz 7e2143
 esac
Lucio Andrés Illanes Albornoz 7e2143
diff -ru bind-9.11.2.orig/lib/irs/Makefile.in bind-9.11.2/lib/irs/Makefile.in
Lucio Andrés Illanes Albornoz 7e2143
--- bind-9.11.2.orig/lib/irs/Makefile.in	2017-07-24 07:36:50.000000000 +0200
Lucio Andrés Illanes Albornoz 7e2143
+++ bind-9.11.2/lib/irs/Makefile.in	2017-09-13 16:17:32.502691292 +0200
Lucio Andrés Illanes Albornoz 7e2143
@@ -35,7 +35,7 @@
Lucio Andrés Illanes Albornoz 7e2143
 		gai_strerror.c getaddrinfo.c getnameinfo.c \
Lucio Andrés Illanes Albornoz 7e2143
 		resconf.c
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
-LIBS =		@LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+LIBS =		@LIBS@ -L../isc -lisc -L../dns -ldns -L../isccfg -lisccfg
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 SUBDIRS =	include
Lucio Andrés Illanes Albornoz 7e2143
 TESTDIRS =	@UNITTESTS@
Lucio Andrés Illanes Albornoz 7e2143
diff -ru bind-9.11.2.orig/lib/isc/Makefile.in bind-9.11.2/lib/isc/Makefile.in
Lucio Andrés Illanes Albornoz 7e2143
--- bind-9.11.2.orig/lib/isc/Makefile.in	2017-07-24 07:36:50.000000000 +0200
Lucio Andrés Illanes Albornoz 7e2143
+++ bind-9.11.2/lib/isc/Makefile.in	2017-09-13 16:25:11.723950416 +0200
Lucio Andrés Illanes Albornoz 7e2143
@@ -108,26 +108,16 @@
Lucio Andrés Illanes Albornoz 7e2143
 	${AR} ${ARFLAGS} $@ ${OBJS} ${SYMTBLOBJS}
Lucio Andrés Illanes Albornoz 7e2143
 	${RANLIB} $@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
-libisc-nosymtbl.@SA@: ${OBJS}
Lucio Andrés Illanes Albornoz 7e2143
-	${AR} ${ARFLAGS} $@ ${OBJS}
Lucio Andrés Illanes Albornoz 7e2143
-	${RANLIB} $@
Lucio Andrés Illanes Albornoz 7e2143
-
Lucio Andrés Illanes Albornoz 7e2143
 libisc.la: ${OBJS} ${SYMTBLOBJS}
Lucio Andrés Illanes Albornoz 7e2143
 	${LIBTOOL_MODE_LINK} \
Lucio Andrés Illanes Albornoz 7e2143
 		${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libisc.la -rpath ${libdir} \
Lucio Andrés Illanes Albornoz 7e2143
 		-version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
Lucio Andrés Illanes Albornoz 7e2143
 		${OBJS} ${SYMTBLOBJS} ${LIBS}
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
-libisc-nosymtbl.la: ${OBJS}
Lucio Andrés Illanes Albornoz 7e2143
-	${LIBTOOL_MODE_LINK} \
Lucio Andrés Illanes Albornoz 7e2143
-		${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libisc-nosymtbl.la -rpath ${libdir} \
Lucio Andrés Illanes Albornoz 7e2143
-		-version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
Lucio Andrés Illanes Albornoz 7e2143
-		${OBJS} ${LIBS}
Lucio Andrés Illanes Albornoz 7e2143
-
Lucio Andrés Illanes Albornoz 7e2143
-timestamp: libisc.@A@ libisc-nosymtbl.@A@
Lucio Andrés Illanes Albornoz 7e2143
+timestamp: libisc.@A@
Lucio Andrés Illanes Albornoz 7e2143
 	touch timestamp
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
-testdirs: libisc.@A@ libisc-nosymtbl.@A@
Lucio Andrés Illanes Albornoz 7e2143
+testdirs: libisc.@A@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 installdirs:
Lucio Andrés Illanes Albornoz 7e2143
 	$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${libdir}
Lucio Andrés Illanes Albornoz 7e2143
@@ -139,5 +129,4 @@
Lucio Andrés Illanes Albornoz 7e2143
 	${LIBTOOL_MODE_UNINSTALL} rm -f ${DESTDIR}${libdir}/libisc.@A@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 clean distclean::
Lucio Andrés Illanes Albornoz 7e2143
-	rm -f libisc.@A@ libisc-nosymtbl.@A@ libisc.la \
Lucio Andrés Illanes Albornoz 7e2143
-	libisc-nosymtbl.la timestamp
Lucio Andrés Illanes Albornoz 7e2143
+	rm -f libisc.@A@ libisc.la timestamp
Lucio Andrés Illanes Albornoz 7e2143
diff -ru bind-9.11.2.orig/lib/Makefile.in bind-9.11.2/lib/Makefile.in
Lucio Andrés Illanes Albornoz 7e2143
--- bind-9.11.2.orig/lib/Makefile.in	2017-07-24 07:36:50.000000000 +0200
Lucio Andrés Illanes Albornoz 7e2143
+++ bind-9.11.2/lib/Makefile.in	2017-09-13 16:19:00.166181699 +0200
Lucio Andrés Illanes Albornoz 7e2143
@@ -14,7 +14,7 @@
Lucio Andrés Illanes Albornoz 7e2143
 # Attempt to disable parallel processing.
Lucio Andrés Illanes Albornoz 7e2143
 .NOTPARALLEL:
Lucio Andrés Illanes Albornoz 7e2143
 .NO_PARALLEL:
Lucio Andrés Illanes Albornoz 7e2143
-SUBDIRS =	isc isccc dns isccfg bind9 lwres irs tests samples
Lucio Andrés Illanes Albornoz 7e2143
+SUBDIRS =	isc isccc dns isccfg bind9 lwres irs samples
Lucio Andrés Illanes Albornoz 7e2143
 TARGETS =
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 @BIND9_MAKE_RULES@
Lucio Andrés Illanes Albornoz 7e2143
diff -ru bind-9.11.2.orig/lib/samples/Makefile.in bind-9.11.2/lib/samples/Makefile.in
Lucio Andrés Illanes Albornoz 7e2143
--- bind-9.11.2.orig/lib/samples/Makefile.in	2017-07-24 07:36:50.000000000 +0200
Lucio Andrés Illanes Albornoz 7e2143
+++ bind-9.11.2/lib/samples/Makefile.in	2017-09-13 16:19:36.149972702 +0200
Lucio Andrés Illanes Albornoz 7e2143
@@ -22,7 +22,7 @@
Lucio Andrés Illanes Albornoz 7e2143
 CWARNINGS =
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 ISCLIBS =	../isc/libisc.@A@
Lucio Andrés Illanes Albornoz 7e2143
-DNSLIBS =	../dns/libdns.@A@ @DNS_CRYPTO_LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+DNSLIBS =	../dns/libdns.@A@
Lucio Andrés Illanes Albornoz 7e2143
 ISCCFGLIBS =	../isccfg/libisccfg.@A@
Lucio Andrés Illanes Albornoz 7e2143
 IRSLIBS =	../irs/libirs.@A@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
@@ -33,7 +33,7 @@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 DEPLIBS =	${DNSDEPLIBS} ${ISCCFGDEPLIBS} ${ISCDEPLIBS}
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
-LIBS =		${DNSLIBS} ${ISCCFGLIBS} ${ISCLIBS} @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
+LIBS =		${DNSLIBS} ${ISCCFGLIBS} ${ISCLIBS} @DNS_CRYPTO_LIBS@ @LIBS@
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz 7e2143
 SUBDIRS =
Lucio Andrés Illanes Albornoz 7e2143
 
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
diff -ru bind-9.11.2.orig/lib/dns/openssldh_link.c bind-9.11.2/lib/dns/openssldh_link.c
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
--- bind-9.11.2.orig/lib/dns/openssldh_link.c   2017-07-24 07:36:50.000000000 +0200
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
+++ bind-9.11.2/lib/dns/openssldh_link.c        2018-04-03 22:59:19.495540759 +0200
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
@@ -68,7 +68,7 @@
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
 static BIGNUM *bn2, *bn768, *bn1024, *bn1536;
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
-#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
+#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL)
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
 /*
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
  * DH_get0_key, DH_set0_key, DH_get0_pqg and DH_set0_pqg
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
  * are from OpenSSL 1.1.0.
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
diff -ru bind-9.11.2.orig/lib/dns/openssldsa_link.c bind-9.11.2/lib/dns/openssldsa_link.c
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
--- bind-9.11.2.orig/lib/dns/openssldsa_link.c  2017-07-24 07:36:50.000000000 +0200
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
+++ bind-9.11.2/lib/dns/openssldsa_link.c       2018-04-03 22:57:53.448001297 +0200
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
@@ -48,7 +48,7 @@
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
 static isc_result_t openssldsa_todns(const dst_key_t *key, isc_buffer_t *data);
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
-#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
+#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL)
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
 static void
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
 DSA_get0_pqg(const DSA *d, const BIGNUM **p, const BIGNUM **q,
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
             const BIGNUM **g)
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
diff -ru bind-9.11.2.orig/lib/dns/opensslecdsa_link.c bind-9.11.2/lib/dns/opensslecdsa_link.c
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
--- bind-9.11.2.orig/lib/dns/opensslecdsa_link.c        2017-07-24 07:36:50.000000000 +0200
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
+++ bind-9.11.2/lib/dns/opensslecdsa_link.c     2018-04-03 23:04:46.094300264 +0200
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
@@ -41,7 +41,7 @@
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
 #define DST_RET(a) {ret = a; goto err;}
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
-#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
+#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL)
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
 /* From OpenSSL 1.1 */
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
 static void
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
 ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) {
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
diff -ru bind-9.11.2.orig/lib/dns/opensslrsa_link.c bind-9.11.2/lib/dns/opensslrsa_link.c
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
--- bind-9.11.2.orig/lib/dns/opensslrsa_link.c  2017-07-24 07:36:50.000000000 +0200
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
+++ bind-9.11.2/lib/dns/opensslrsa_link.c       2018-04-03 22:58:49.591700657 +0200
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
@@ -120,7 +120,7 @@
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
 #endif
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
 #define DST_RET(a) {ret = a; goto err;}
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
-#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
+#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL)
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
 /* From OpenSSL 1.1.0 */
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
 static int
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8
 RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) {
Lucio Andrés Illanes Albornoz (arab, vxp) 860ca8