gnutls: security bump to version 2.12.18
Fixes CVE-2012-1573 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
adae2f673d
commit
11c5f6971a
@ -4,11 +4,12 @@
|
||||
#
|
||||
#############################################################
|
||||
|
||||
GNUTLS_VERSION = 2.10.5
|
||||
GNUTLS_VERSION = 2.12.18
|
||||
GNUTLS_SOURCE = gnutls-$(GNUTLS_VERSION).tar.bz2
|
||||
GNUTLS_SITE = http://ftp.gnu.org/gnu/gnutls/
|
||||
GNUTLS_DEPENDENCIES = libgcrypt
|
||||
GNUTLS_CONF_OPT += --without-libgcrypt-prefix
|
||||
GNUTLS_SITE = $(BR2_GNU_MIRROR)/gnutls
|
||||
GNUTLS_DEPENDENCIES = host-pkg-config libgcrypt
|
||||
GNUTLS_CONF_OPT = --with-libgcrypt --with-libgcrypt-prefix=$(STAGING_DIR)/usr \
|
||||
--without-p11-kit
|
||||
GNUTLS_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
|
Loading…
Reference in New Issue
Block a user