All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] libgpg-error: bump version to 1.24
@ 2016-07-15 10:08 Vicente Olivert Riera
  2016-07-15 10:08 ` [Buildroot] [PATCH 2/3] libgcrypt: bump version to 1.7.2 Vicente Olivert Riera
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Vicente Olivert Riera @ 2016-07-15 10:08 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/libgpg-error/libgpg-error.hash | 2 +-
 package/libgpg-error/libgpg-error.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libgpg-error/libgpg-error.hash b/package/libgpg-error/libgpg-error.hash
index 7e06b91..85d433d 100644
--- a/package/libgpg-error/libgpg-error.hash
+++ b/package/libgpg-error/libgpg-error.hash
@@ -1,2 +1,2 @@
 # Locally calculated after checking pgp signature
-sha256	0939cd4bd9bc027ae24a8b05a698af962b5af3d7a34c1fea15279ea69ea27abc	libgpg-error-1.23.tar.gz
+sha256 88cb2d2370f8378fd38452b99dc1419a80fd5897739b7198a4a7996364507803  libgpg-error-1.24.tar.gz
diff --git a/package/libgpg-error/libgpg-error.mk b/package/libgpg-error/libgpg-error.mk
index b074ff6..4acd32c 100644
--- a/package/libgpg-error/libgpg-error.mk
+++ b/package/libgpg-error/libgpg-error.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBGPG_ERROR_VERSION = 1.23
+LIBGPG_ERROR_VERSION = 1.24
 LIBGPG_ERROR_SITE = ftp://ftp.gnupg.org/gcrypt/libgpg-error
 LIBGPG_ERROR_LICENSE = GPLv2+, LGPLv2.1+
 LIBGPG_ERROR_LICENSE_FILES = COPYING COPYING.LIB
-- 
2.7.3

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

* [Buildroot] [PATCH 2/3] libgcrypt: bump version to 1.7.2
  2016-07-15 10:08 [Buildroot] [PATCH 1/3] libgpg-error: bump version to 1.24 Vicente Olivert Riera
@ 2016-07-15 10:08 ` Vicente Olivert Riera
  2016-07-15 10:08 ` [Buildroot] [PATCH 3/3] libassuan: bump version to 2.4.3 Vicente Olivert Riera
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Vicente Olivert Riera @ 2016-07-15 10:08 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/libgcrypt/libgcrypt.hash | 6 +++---
 package/libgcrypt/libgcrypt.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/libgcrypt/libgcrypt.hash b/package/libgcrypt/libgcrypt.hash
index 272d332..63148d4 100644
--- a/package/libgcrypt/libgcrypt.hash
+++ b/package/libgcrypt/libgcrypt.hash
@@ -1,4 +1,4 @@
-# From https://lists.gnupg.org/pipermail/gnupg-announce/2016q1/000384.html
-sha1	c3a5a13e717f7b3e3895650afc1b6e0d3fe9c726	libgcrypt-1.6.5.tar.bz2
+# From https://lists.gnupg.org/pipermail/gnupg-announce/2016q3/000392.html
+sha1 85a6a936bcab4c3c05f5efbf6ce847f23d35c0c4  libgcrypt-1.7.2.tar.bz2
 # Calculated based on the hash above
-sha256	f49ebc5842d455ae7019def33eb5a014a0f07a2a8353dc3aa50a76fd1dafa924	libgcrypt-1.6.5.tar.bz2
+sha256 3d35df906d6eab354504c05d749a9b021944cb29ff5f65c8ef9c3dd5f7b6689f  libgcrypt-1.7.2.tar.bz2
diff --git a/package/libgcrypt/libgcrypt.mk b/package/libgcrypt/libgcrypt.mk
index 7c27a22..5eb54a4 100644
--- a/package/libgcrypt/libgcrypt.mk
+++ b/package/libgcrypt/libgcrypt.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBGCRYPT_VERSION = 1.6.5
+LIBGCRYPT_VERSION = 1.7.2
 LIBGCRYPT_SOURCE = libgcrypt-$(LIBGCRYPT_VERSION).tar.bz2
 LIBGCRYPT_LICENSE = LGPLv2.1+
 LIBGCRYPT_LICENSE_FILES = COPYING.LIB
-- 
2.7.3

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

* [Buildroot] [PATCH 3/3] libassuan: bump version to 2.4.3
  2016-07-15 10:08 [Buildroot] [PATCH 1/3] libgpg-error: bump version to 1.24 Vicente Olivert Riera
  2016-07-15 10:08 ` [Buildroot] [PATCH 2/3] libgcrypt: bump version to 1.7.2 Vicente Olivert Riera
@ 2016-07-15 10:08 ` Vicente Olivert Riera
  2016-07-15 12:31 ` [Buildroot] [PATCH 1/3] libgpg-error: bump version to 1.24 Thomas Petazzoni
  2016-07-15 12:33 ` Yann E. MORIN
  3 siblings, 0 replies; 5+ messages in thread
From: Vicente Olivert Riera @ 2016-07-15 10:08 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/libassuan/libassuan.hash | 2 +-
 package/libassuan/libassuan.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libassuan/libassuan.hash b/package/libassuan/libassuan.hash
index a019f76..01ade11 100644
--- a/package/libassuan/libassuan.hash
+++ b/package/libassuan/libassuan.hash
@@ -1,2 +1,2 @@
 # From https://www.gnupg.org/download/integrity_check.html
-sha1  c21b86482f6a3624c2b46b91e20f8415f244233a  libassuan-2.2.1.tar.bz2
+sha1 27391cf4a820b5350ea789c30661830c9a271518  libassuan-2.4.3.tar.bz2
diff --git a/package/libassuan/libassuan.mk b/package/libassuan/libassuan.mk
index 3656ea5..c4d2e4f 100644
--- a/package/libassuan/libassuan.mk
+++ b/package/libassuan/libassuan.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBASSUAN_VERSION = 2.2.1
+LIBASSUAN_VERSION = 2.4.3
 LIBASSUAN_SITE = ftp://ftp.gnupg.org/gcrypt/libassuan
 LIBASSUAN_SOURCE = libassuan-$(LIBASSUAN_VERSION).tar.bz2
 LIBASSUAN_LICENSE = LGPLv2.1+ (library), GPLv3 (tests, doc)
-- 
2.7.3

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

* [Buildroot] [PATCH 1/3] libgpg-error: bump version to 1.24
  2016-07-15 10:08 [Buildroot] [PATCH 1/3] libgpg-error: bump version to 1.24 Vicente Olivert Riera
  2016-07-15 10:08 ` [Buildroot] [PATCH 2/3] libgcrypt: bump version to 1.7.2 Vicente Olivert Riera
  2016-07-15 10:08 ` [Buildroot] [PATCH 3/3] libassuan: bump version to 2.4.3 Vicente Olivert Riera
@ 2016-07-15 12:31 ` Thomas Petazzoni
  2016-07-15 12:33 ` Yann E. MORIN
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2016-07-15 12:31 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 15 Jul 2016 11:08:41 +0100, Vicente Olivert Riera wrote:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/libgpg-error/libgpg-error.hash | 2 +-
>  package/libgpg-error/libgpg-error.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Series applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 1/3] libgpg-error: bump version to 1.24
  2016-07-15 10:08 [Buildroot] [PATCH 1/3] libgpg-error: bump version to 1.24 Vicente Olivert Riera
                   ` (2 preceding siblings ...)
  2016-07-15 12:31 ` [Buildroot] [PATCH 1/3] libgpg-error: bump version to 1.24 Thomas Petazzoni
@ 2016-07-15 12:33 ` Yann E. MORIN
  3 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2016-07-15 12:33 UTC (permalink / raw)
  To: buildroot

Vincent, All,

On 2016-07-15 11:08 +0100, Vicente Olivert Riera spake thusly:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Too late as it's already been applied, but you could have referenced the
numerous build failures that this fixes:
    http://autobuild.buildroot.org/?reason=libgpg-error-1.23

Regards,
Yann E. MORIN.

> ---
>  package/libgpg-error/libgpg-error.hash | 2 +-
>  package/libgpg-error/libgpg-error.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/libgpg-error/libgpg-error.hash b/package/libgpg-error/libgpg-error.hash
> index 7e06b91..85d433d 100644
> --- a/package/libgpg-error/libgpg-error.hash
> +++ b/package/libgpg-error/libgpg-error.hash
> @@ -1,2 +1,2 @@
>  # Locally calculated after checking pgp signature
> -sha256	0939cd4bd9bc027ae24a8b05a698af962b5af3d7a34c1fea15279ea69ea27abc	libgpg-error-1.23.tar.gz
> +sha256 88cb2d2370f8378fd38452b99dc1419a80fd5897739b7198a4a7996364507803  libgpg-error-1.24.tar.gz
> diff --git a/package/libgpg-error/libgpg-error.mk b/package/libgpg-error/libgpg-error.mk
> index b074ff6..4acd32c 100644
> --- a/package/libgpg-error/libgpg-error.mk
> +++ b/package/libgpg-error/libgpg-error.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -LIBGPG_ERROR_VERSION = 1.23
> +LIBGPG_ERROR_VERSION = 1.24
>  LIBGPG_ERROR_SITE = ftp://ftp.gnupg.org/gcrypt/libgpg-error
>  LIBGPG_ERROR_LICENSE = GPLv2+, LGPLv2.1+
>  LIBGPG_ERROR_LICENSE_FILES = COPYING COPYING.LIB
> -- 
> 2.7.3
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2016-07-15 12:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-15 10:08 [Buildroot] [PATCH 1/3] libgpg-error: bump version to 1.24 Vicente Olivert Riera
2016-07-15 10:08 ` [Buildroot] [PATCH 2/3] libgcrypt: bump version to 1.7.2 Vicente Olivert Riera
2016-07-15 10:08 ` [Buildroot] [PATCH 3/3] libassuan: bump version to 2.4.3 Vicente Olivert Riera
2016-07-15 12:31 ` [Buildroot] [PATCH 1/3] libgpg-error: bump version to 1.24 Thomas Petazzoni
2016-07-15 12:33 ` Yann E. MORIN

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.