All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] gnutls: security bump to version 2.12.18
@ 2012-03-28 20:34 Gustavo Zacarias
  2012-03-28 21:04 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2012-03-28 20:34 UTC (permalink / raw)
  To: buildroot

Fixes CVE-2012-1573

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/gnutls/gnutls.mk |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/package/gnutls/gnutls.mk b/package/gnutls/gnutls.mk
index 4cda997..c3b8095 100644
--- a/package/gnutls/gnutls.mk
+++ b/package/gnutls/gnutls.mk
@@ -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 = http://ftp.gnu.org/gnu/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))
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] gnutls: security bump to version 2.12.18
  2012-03-28 20:34 [Buildroot] [PATCH] gnutls: security bump to version 2.12.18 Gustavo Zacarias
@ 2012-03-28 21:04 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2012-03-28 21:04 UTC (permalink / raw)
  To: buildroot

On Wednesday 28 March 2012 22:34:53 Gustavo Zacarias wrote:
> +GNUTLS_SITE = http://ftp.gnu.org/gnu/gnutls

 While you're updating this, you could switch to BR2_GNU_MIRROR.

 Regards,
 Arnout

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-28 21:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-28 20:34 [Buildroot] [PATCH] gnutls: security bump to version 2.12.18 Gustavo Zacarias
2012-03-28 21:04 ` Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.