All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libldns: remove --disable-dane-verify configure option
@ 2022-02-05  9:26 Bernd Kuhls
  2022-02-05 12:53 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2022-02-05  9:26 UTC (permalink / raw)
  To: buildroot

Not needed anymore after openssl was bumped to 1.1.x, snippet from
libldns configure:

checking for SSL_get0_dane... yes

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libldns/libldns.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/libldns/libldns.mk b/package/libldns/libldns.mk
index 7deca978da..c934e19136 100644
--- a/package/libldns/libldns.mk
+++ b/package/libldns/libldns.mk
@@ -13,11 +13,9 @@ LIBLDNS_CPE_ID_VENDOR = nlnetlabs
 LIBLDNS_CPE_ID_PRODUCT = ldns
 LIBLDNS_INSTALL_STAGING = YES
 LIBLDNS_DEPENDENCIES = openssl
-# --disable-dane-verify can be removed after openssl bump to 1.1.x
 LIBLDNS_CONF_OPTS = \
 	--with-ssl=$(STAGING_DIR)/usr \
 	--enable-dane \
-	--disable-dane-verify \
 	--enable-ecdsa \
 	--enable-gost \
 	--enable-sha2 \
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/libldns: remove --disable-dane-verify configure option
  2022-02-05  9:26 [Buildroot] [PATCH 1/1] package/libldns: remove --disable-dane-verify configure option Bernd Kuhls
@ 2022-02-05 12:53 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2022-02-05 12:53 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Not needed anymore after openssl was bumped to 1.1.x, snippet from
 > libldns configure:

 > checking for SSL_get0_dane... yes

Also if libressl is used?

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-05 12:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-05  9:26 [Buildroot] [PATCH 1/1] package/libldns: remove --disable-dane-verify configure option Bernd Kuhls
2022-02-05 12:53 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.