Merge pull request #14621 from har-riz/master
getdns: Fix TLS V1.3 Ciphersuites option in Stubby
This commit is contained in:
commit
f9b62982aa
2 changed files with 14 additions and 1 deletions
|
@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=getdns
|
PKG_NAME:=getdns
|
||||||
PKG_VERSION:=1.6.0
|
PKG_VERSION:=1.6.0
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
13
libs/getdns/patches/030-typo-cmake-fix-stubby.patch
Normal file
13
libs/getdns/patches/030-typo-cmake-fix-stubby.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
--- a/cmake/include/cmakeconfig.h.in
|
||||||
|
+++ b/cmake/include/cmakeconfig.h.in
|
||||||
|
@@ -91,8 +91,8 @@
|
||||||
|
#cmakedefine HAVE_OPENSSL_VERSION 1
|
||||||
|
|
||||||
|
#cmakedefine HAVE_SSL_CTX_DANE_ENABLE 1
|
||||||
|
-#cmakedefine HAVE_SSL_CTX_SET_CIPHERSUITS 1
|
||||||
|
-#cmakedefine HAVE_SSL_SET_CIPHERSUITS 1
|
||||||
|
+#cmakedefine HAVE_SSL_CTX_SET_CIPHERSUITES 1
|
||||||
|
+#cmakedefine HAVE_SSL_SET_CIPHERSUITES 1
|
||||||
|
|
||||||
|
#cmakedefine HAVE_OPENSSL_INIT_CRYPTO 1
|
||||||
|
|
Loading…
Reference in a new issue