Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH branch/next] libgpgme: bump verstion to 1.5.2
@ 2014-11-28 16:13 Vicente Olivert Riera
  2014-12-07 21:47 ` Yann E. MORIN
  2014-12-07 21:53 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2014-11-28 16:13 UTC (permalink / raw)
  To: buildroot

- Bump version to 1.5.2
- Add a hash file

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

diff --git a/package/libgpgme/libgpgme.hash b/package/libgpgme/libgpgme.hash
new file mode 100644
index 0000000..fda2e7d
--- /dev/null
+++ b/package/libgpgme/libgpgme.hash
@@ -0,0 +1,2 @@
+# From https://www.gnupg.org/download/integrity_check.html
+sha1  cb550ea09314a362aa895f1ca92da6ba73fb512a  gpgme-1.5.2.tar.bz2
diff --git a/package/libgpgme/libgpgme.mk b/package/libgpgme/libgpgme.mk
index 17271ad..fd25532 100644
--- a/package/libgpgme/libgpgme.mk
+++ b/package/libgpgme/libgpgme.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBGPGME_VERSION = 1.5.1
+LIBGPGME_VERSION = 1.5.2
 LIBGPGME_SITE = ftp://ftp.gnupg.org/gcrypt/gpgme
 LIBGPGME_SOURCE = gpgme-$(LIBGPGME_VERSION).tar.bz2
 LIBGPGME_LICENSE = LGPLv2.1+
-- 
1.7.1

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

* [Buildroot] [PATCH branch/next] libgpgme: bump verstion to 1.5.2
  2014-11-28 16:13 [Buildroot] [PATCH branch/next] libgpgme: bump verstion to 1.5.2 Vicente Olivert Riera
@ 2014-12-07 21:47 ` Yann E. MORIN
  2014-12-07 21:53 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2014-12-07 21:47 UTC (permalink / raw)
  To: buildroot

Vicente, All,

On 2014-11-28 16:13 +0000, Vicente Olivert Riera spake thusly:
> - Bump version to 1.5.2
> - Add a hash file
> 
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Manually downloaded, and manually verified the hash.

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/libgpgme/libgpgme.hash |    2 ++
>  package/libgpgme/libgpgme.mk   |    2 +-
>  2 files changed, 3 insertions(+), 1 deletions(-)
>  create mode 100644 package/libgpgme/libgpgme.hash
> 
> diff --git a/package/libgpgme/libgpgme.hash b/package/libgpgme/libgpgme.hash
> new file mode 100644
> index 0000000..fda2e7d
> --- /dev/null
> +++ b/package/libgpgme/libgpgme.hash
> @@ -0,0 +1,2 @@
> +# From https://www.gnupg.org/download/integrity_check.html
> +sha1  cb550ea09314a362aa895f1ca92da6ba73fb512a  gpgme-1.5.2.tar.bz2
> diff --git a/package/libgpgme/libgpgme.mk b/package/libgpgme/libgpgme.mk
> index 17271ad..fd25532 100644
> --- a/package/libgpgme/libgpgme.mk
> +++ b/package/libgpgme/libgpgme.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -LIBGPGME_VERSION = 1.5.1
> +LIBGPGME_VERSION = 1.5.2
>  LIBGPGME_SITE = ftp://ftp.gnupg.org/gcrypt/gpgme
>  LIBGPGME_SOURCE = gpgme-$(LIBGPGME_VERSION).tar.bz2
>  LIBGPGME_LICENSE = LGPLv2.1+
> -- 
> 1.7.1
> 
> _______________________________________________
> 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.  |
'------------------------------^-------^------------------^--------------------'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20141207/45b16fc7/attachment.asc>

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

* [Buildroot] [PATCH branch/next] libgpgme: bump verstion to 1.5.2
  2014-11-28 16:13 [Buildroot] [PATCH branch/next] libgpgme: bump verstion to 1.5.2 Vicente Olivert Riera
  2014-12-07 21:47 ` Yann E. MORIN
@ 2014-12-07 21:53 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2014-12-07 21:53 UTC (permalink / raw)
  To: buildroot

Dear Vicente Olivert Riera,

On Fri, 28 Nov 2014 16:13:37 +0000, Vicente Olivert Riera wrote:
> - Bump version to 1.5.2
> - Add a hash file
> 
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/libgpgme/libgpgme.hash |    2 ++
>  package/libgpgme/libgpgme.mk   |    2 +-
>  2 files changed, 3 insertions(+), 1 deletions(-)
>  create mode 100644 package/libgpgme/libgpgme.hash

Applied, thanks.

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

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

end of thread, other threads:[~2014-12-07 21:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-28 16:13 [Buildroot] [PATCH branch/next] libgpgme: bump verstion to 1.5.2 Vicente Olivert Riera
2014-12-07 21:47 ` Yann E. MORIN
2014-12-07 21:53 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox