All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] gnupg2: bump to version 2.0.28
@ 2015-06-04 12:52 Gustavo Zacarias
  2015-06-04 12:52 ` [Buildroot] [PATCH 2/2] libassuan: bump to version 2.2.1 Gustavo Zacarias
  2015-06-04 13:34 ` [Buildroot] [PATCH 1/2] gnupg2: bump to version 2.0.28 Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2015-06-04 12:52 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/gnupg2/gnupg2.hash | 4 ++--
 package/gnupg2/gnupg2.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gnupg2/gnupg2.hash b/package/gnupg2/gnupg2.hash
index 404c40b..2a2305c 100644
--- a/package/gnupg2/gnupg2.hash
+++ b/package/gnupg2/gnupg2.hash
@@ -1,2 +1,2 @@
-# From http://lists.gnupg.org/pipermail/gnupg-announce/2015q1/000362.html
-sha1	d065be185f5bac8ea07b210ab7756e79b83b63d4	gnupg-2.0.27.tar.bz2
+# From http://lists.gnupg.org/pipermail/gnupg-announce/2015q2/000367.html
+sha1	9a1050f72b6c9afe2b4a0a3f2e9dca2abba8e4ef	gnupg-2.0.28.tar.bz2
diff --git a/package/gnupg2/gnupg2.mk b/package/gnupg2/gnupg2.mk
index aa35c36..ab3a59a 100644
--- a/package/gnupg2/gnupg2.mk
+++ b/package/gnupg2/gnupg2.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GNUPG2_VERSION = 2.0.27
+GNUPG2_VERSION = 2.0.28
 GNUPG2_SOURCE = gnupg-$(GNUPG2_VERSION).tar.bz2
 GNUPG2_SITE = ftp://ftp.gnupg.org/gcrypt/gnupg
 GNUPG2_LICENSE = GPLv3+
-- 
2.3.6

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

* [Buildroot] [PATCH 2/2] libassuan: bump to version 2.2.1
  2015-06-04 12:52 [Buildroot] [PATCH 1/2] gnupg2: bump to version 2.0.28 Gustavo Zacarias
@ 2015-06-04 12:52 ` Gustavo Zacarias
  2015-06-04 13:34   ` Peter Korsgaard
  2015-06-04 13:34 ` [Buildroot] [PATCH 1/2] gnupg2: bump to version 2.0.28 Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Gustavo Zacarias @ 2015-06-04 12:52 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 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 15a4a82..a019f76 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  56ac91973c2818a91d4f16ed48265a2b5daf45d3  libassuan-2.1.3.tar.bz2
+sha1  c21b86482f6a3624c2b46b91e20f8415f244233a  libassuan-2.2.1.tar.bz2
diff --git a/package/libassuan/libassuan.mk b/package/libassuan/libassuan.mk
index b86f086..3656ea5 100644
--- a/package/libassuan/libassuan.mk
+++ b/package/libassuan/libassuan.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBASSUAN_VERSION = 2.1.3
+LIBASSUAN_VERSION = 2.2.1
 LIBASSUAN_SITE = ftp://ftp.gnupg.org/gcrypt/libassuan
 LIBASSUAN_SOURCE = libassuan-$(LIBASSUAN_VERSION).tar.bz2
 LIBASSUAN_LICENSE = LGPLv2.1+ (library), GPLv3 (tests, doc)
-- 
2.3.6

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

* [Buildroot] [PATCH 1/2] gnupg2: bump to version 2.0.28
  2015-06-04 12:52 [Buildroot] [PATCH 1/2] gnupg2: bump to version 2.0.28 Gustavo Zacarias
  2015-06-04 12:52 ` [Buildroot] [PATCH 2/2] libassuan: bump to version 2.2.1 Gustavo Zacarias
@ 2015-06-04 13:34 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2015-06-04 13:34 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] libassuan: bump to version 2.2.1
  2015-06-04 12:52 ` [Buildroot] [PATCH 2/2] libassuan: bump to version 2.2.1 Gustavo Zacarias
@ 2015-06-04 13:34   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2015-06-04 13:34 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2015-06-04 13:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-04 12:52 [Buildroot] [PATCH 1/2] gnupg2: bump to version 2.0.28 Gustavo Zacarias
2015-06-04 12:52 ` [Buildroot] [PATCH 2/2] libassuan: bump to version 2.2.1 Gustavo Zacarias
2015-06-04 13:34   ` Peter Korsgaard
2015-06-04 13:34 ` [Buildroot] [PATCH 1/2] gnupg2: bump to version 2.0.28 Peter Korsgaard

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.