* [Buildroot] [PATCH] gnutls: update to version 2.10.3
@ 2011-07-14 7:10 Sven Neumann
2011-07-15 20:10 ` Peter Korsgaard
0 siblings, 1 reply; 5+ messages in thread
From: Sven Neumann @ 2011-07-14 7:10 UTC (permalink / raw)
To: buildroot
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>
---
package/gnutls/gnutls.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/gnutls/gnutls.mk b/package/gnutls/gnutls.mk
index 5f31e1e..db5d583 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
--
1.7.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] gnutls: update to version 2.10.3
@ 2011-07-13 17:05 Sven Neumann
2011-07-13 17:16 ` Peter Korsgaard
0 siblings, 1 reply; 5+ messages in thread
From: Sven Neumann @ 2011-07-13 17:05 UTC (permalink / raw)
To: buildroot
Update gnutls to the latest release that still uses libgcrypt.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
---
package/gnutls/gnutls.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/gnutls/gnutls.mk b/package/gnutls/gnutls.mk
index 5f31e1e..b62ed3c 100644
--- a/package/gnutls/gnutls.mk
+++ b/package/gnutls/gnutls.mk
@@ -4,11 +4,12 @@
#
#############################################################
-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
GNUTLS_CONF_OPT += --without-libgcrypt-prefix
GNUTLS_INSTALL_STAGING = YES
+GNUTLS_DEPENDENCIES = host-pkg-config libglib2 libgcrypt
+
$(eval $(call AUTOTARGETS,package,gnutls))
--
1.7.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] gnutls: update to version 2.10.3
2011-07-13 17:05 Sven Neumann
@ 2011-07-13 17:16 ` Peter Korsgaard
2011-07-13 20:11 ` Sven Neumann
0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2011-07-13 17:16 UTC (permalink / raw)
To: buildroot
>>>>> "Sven" == Sven Neumann <s.neumann@raumfeld.com> writes:
Sven> Update gnutls to the latest release that still uses libgcrypt.
Sven> Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
Sven> ---
Sven> package/gnutls/gnutls.mk | 5 +++--
Sven> 1 files changed, 3 insertions(+), 2 deletions(-)
Sven> diff --git a/package/gnutls/gnutls.mk b/package/gnutls/gnutls.mk
Sven> index 5f31e1e..b62ed3c 100644
Sven> --- a/package/gnutls/gnutls.mk
Sven> +++ b/package/gnutls/gnutls.mk
Sven> @@ -4,11 +4,12 @@
Sven> #
Sven> #############################################################
Sven> -GNUTLS_VERSION = 2.8.6
Sven> +GNUTLS_VERSION = 2.10.3
Sven> GNUTLS_SOURCE = gnutls-$(GNUTLS_VERSION).tar.bz2
Sven> GNUTLS_SITE = http://ftp.gnu.org/gnu/gnutls/
Sven> -GNUTLS_DEPENDENCIES = libgcrypt
Sven> GNUTLS_CONF_OPT += --without-libgcrypt-prefix
Sven> GNUTLS_INSTALL_STAGING = YES
Sven> +GNUTLS_DEPENDENCIES = host-pkg-config libglib2 libgcrypt
So it depends on glib now? Then you should select it as well in
Config.in
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] gnutls: update to version 2.10.3
2011-07-13 17:16 ` Peter Korsgaard
@ 2011-07-13 20:11 ` Sven Neumann
0 siblings, 0 replies; 5+ messages in thread
From: Sven Neumann @ 2011-07-13 20:11 UTC (permalink / raw)
To: buildroot
On Wed, 2011-07-13 at 19:16 +0200, Peter Korsgaard wrote:
> >>>>> "Sven" == Sven Neumann <s.neumann@raumfeld.com> writes:
>
> Sven> Update gnutls to the latest release that still uses libgcrypt.
> Sven> Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
> Sven> ---
> Sven> package/gnutls/gnutls.mk | 5 +++--
> Sven> 1 files changed, 3 insertions(+), 2 deletions(-)
>
> Sven> diff --git a/package/gnutls/gnutls.mk b/package/gnutls/gnutls.mk
> Sven> index 5f31e1e..b62ed3c 100644
> Sven> --- a/package/gnutls/gnutls.mk
> Sven> +++ b/package/gnutls/gnutls.mk
> Sven> @@ -4,11 +4,12 @@
> Sven> #
> Sven> #############################################################
>
> Sven> -GNUTLS_VERSION = 2.8.6
> Sven> +GNUTLS_VERSION = 2.10.3
> Sven> GNUTLS_SOURCE = gnutls-$(GNUTLS_VERSION).tar.bz2
> Sven> GNUTLS_SITE = http://ftp.gnu.org/gnu/gnutls/
> Sven> -GNUTLS_DEPENDENCIES = libgcrypt
> Sven> GNUTLS_CONF_OPT += --without-libgcrypt-prefix
> Sven> GNUTLS_INSTALL_STAGING = YES
>
> Sven> +GNUTLS_DEPENDENCIES = host-pkg-config libglib2 libgcrypt
>
> So it depends on glib now? Then you should select it as well in
> Config.in
Eek, no, it doesn't. Must have been a leftover line from our old gnutls
package that was merged when I updated buildroot. I didn't realize that
it is bogus when I rebased the patches today. Will submit an updated
version tomorrow.
Sven
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-07-15 20:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-14 7:10 [Buildroot] [PATCH] gnutls: update to version 2.10.3 Sven Neumann
2011-07-15 20:10 ` Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2011-07-13 17:05 Sven Neumann
2011-07-13 17:16 ` Peter Korsgaard
2011-07-13 20:11 ` Sven Neumann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox