From 342526f14203f79396d83130f0a368319f627e8b Mon Sep 17 00:00:00 2001 From: Harris K Kusuma Date: Mon, 1 Feb 2021 18:06:09 +0700 Subject: getdns: Fix TLS V1.3 Ciphersuites option in Stubby 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 --- libs/getdns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/getdns/Makefile') diff --git a/libs/getdns/Makefile b/libs/getdns/Makefile index b8adde8d5..476368399 100644 --- a/libs/getdns/Makefile +++ b/libs/getdns/Makefile @@ -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 -- cgit v1.2.3