From 352a5746606edb79b1d04a8006b55eac005ece9b Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 19 Jul 2016 09:02:17 +0200 Subject: gnutls: version bump 3.3.13 -> 3.3.24 This is the latest 3.3.x stable version. 3.4.x or 3.5.x require more changes. Also set the default ca-certificates.crt. Signed-off-by: Michael Olbrich --- rules/gnutls.make | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/gnutls.make b/rules/gnutls.make index 8836a724e..8fe920cef 100644 --- a/rules/gnutls.make +++ b/rules/gnutls.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_GNUTLS) += gnutls # # Paths and names # -GNUTLS_VERSION := 3.3.13 -GNUTLS_MD5 := a7387fe8bf3e604bf518a6da9ab2a4e6 +GNUTLS_VERSION := 3.3.24 +GNUTLS_MD5 := 4057aa38fcceda709b73f4179ca0a21a GNUTLS := gnutls-$(GNUTLS_VERSION) GNUTLS_SUFFIX := tar.xz GNUTLS_URL := ftp://ftp.gnutls.org/gcrypt/gnutls/v$(basename $(GNUTLS_VERSION))/$(GNUTLS).$(GNUTLS_SUFFIX) @@ -74,7 +74,8 @@ GNUTLS_CONF_OPT := \ --without-librt-prefix \ --without-libregex \ --with-zlib \ - --without-libz-prefix + --without-libz-prefix \ + --with-default-trust-store-file=/etc/ssl/certs/ca-certificates.crt # ---------------------------------------------------------------------------- # Target-Install -- cgit v1.2.3