summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-07-19 09:02:17 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-07-19 09:05:33 +0200
commit352a5746606edb79b1d04a8006b55eac005ece9b (patch)
tree5f5f758b2be2d204d73f1eaec81de8d85615f2a5
parentf26204a3ee146d9fed277fd2185fb032220f7c65 (diff)
downloadptxdist-352a5746606edb79b1d04a8006b55eac005ece9b.tar.gz
ptxdist-352a5746606edb79b1d04a8006b55eac005ece9b.tar.xz
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 <m.olbrich@pengutronix.de>
-rw-r--r--rules/gnutls.make7
1 files 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