summaryrefslogtreecommitdiffstats
path: root/package/gnutls
diff options
context:
space:
mode:
authorSven Neumann2011-07-14 09:10:55 +0200
committerPeter Korsgaard2011-07-15 21:24:24 +0200
commit8a08570c19269dfa138ed5138035c105327ee2f5 (patch)
treea0e758caa76e80ac88adb4ac8ac7b49bd7dd8fe1 /package/gnutls
parentMakefile: unbreak source-check (diff)
downloadbuildroot-8a08570c19269dfa138ed5138035c105327ee2f5.tar.gz
buildroot-8a08570c19269dfa138ed5138035c105327ee2f5.tar.xz
buildroot-8a08570c19269dfa138ed5138035c105327ee2f5.zip
gnutls: update to version 2.10.3
There are newer releases available, but this is the last release that uses libgcrypt. Newer versions prefer nettle over gcrypt. But then there are users of gnutls (for example libsoup and glib-networking) that assume that gnutls uses gcrypt as its crypto backend. They won't compile with a version of gnutls that uses nettle. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gnutls')
-rw-r--r--package/gnutls/gnutls.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gnutls/gnutls.mk b/package/gnutls/gnutls.mk
index 5f31e1e9d..db5d583a3 100644
--- a/package/gnutls/gnutls.mk
+++ b/package/gnutls/gnutls.mk
@@ -4,7 +4,7 @@
#
#############################################################
-GNUTLS_VERSION = 2.8.6
+GNUTLS_VERSION = 2.10.3
GNUTLS_SOURCE = gnutls-$(GNUTLS_VERSION).tar.bz2
GNUTLS_SITE = http://ftp.gnu.org/gnu/gnutls/
GNUTLS_DEPENDENCIES = libgcrypt