getdns: Fix TLS V1.3 Ciphersuites option in Stubby 14670/head
authorHarris K Kusuma <igharris.kk@gmail.com>
Mon, 1 Feb 2021 11:06:09 +0000 (18:06 +0700)
committerJonathan G. Underwood <jonathan.underwood@gmail.com>
Sat, 6 Feb 2021 12:02:26 +0000 (12:02 +0000)
Description :
Fix typo in CMAKE getdns included files, so Stubby can use TLS v1.3 with chipersuites options ON.

This solve issue that's written in here :
https://github.com/getdnsapi/stubby/issues/240
https://github.com/getdnsapi/stubby/issues/257

Signed-off-by: Harris K Kusuma <igharris.kk@gmail.com>
libs/getdns/Makefile
libs/getdns/patches/030-typo-cmake-fix-stubby.patch [new file with mode: 0644]

index 97940c728729090cf131851319a73d014153e6cd..8eec7da1ca11eddde3e3df5fcc22b7210f36effd 100644 (file)
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=getdns
 PKG_VERSION:=1.6.0
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=LICENSE
diff --git a/libs/getdns/patches/030-typo-cmake-fix-stubby.patch b/libs/getdns/patches/030-typo-cmake-fix-stubby.patch
new file mode 100644 (file)
index 0000000..f3fe11f
--- /dev/null
@@ -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