All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libgpgme: bump version to 1.9.0
@ 2017-04-21 13:25 Bernd Kuhls
  2017-04-26  7:04 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2017-04-21 13:25 UTC (permalink / raw)
  To: buildroot

Removed configure option --with-gpg, it was removed upstream in 2013:
https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=commitdiff;h=02ba35c1b6a2cbb3361b2f2ad507c53564b2be0b#patch3

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libgpgme/libgpgme.hash | 2 +-
 package/libgpgme/libgpgme.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libgpgme/libgpgme.hash b/package/libgpgme/libgpgme.hash
index 5ef7b0e5c..cf7c5050f 100644
--- a/package/libgpgme/libgpgme.hash
+++ b/package/libgpgme/libgpgme.hash
@@ -1,2 +1,2 @@
 # Locally calculated after checking pgp signature
-sha256	d0abe1449395315eac37e4e45076bbb82732cedf94210937b37776e10cdc2bb6	gpgme-1.7.1.tar.bz2
+sha256 1b29fedb8bfad775e70eafac5b0590621683b2d9869db994568e6401f4034ceb  gpgme-1.9.0.tar.bz2
diff --git a/package/libgpgme/libgpgme.mk b/package/libgpgme/libgpgme.mk
index 09b6fbe44..11693d1bf 100644
--- a/package/libgpgme/libgpgme.mk
+++ b/package/libgpgme/libgpgme.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBGPGME_VERSION = 1.7.1
+LIBGPGME_VERSION = 1.9.0
 LIBGPGME_SITE = ftp://ftp.gnupg.org/gcrypt/gpgme
 LIBGPGME_SOURCE = gpgme-$(LIBGPGME_VERSION).tar.bz2
 LIBGPGME_LICENSE = LGPL-2.1+
@@ -14,7 +14,7 @@ LIBGPGME_DEPENDENCIES = libassuan libgpg-error
 LIBGPGME_LANGUAGE_BINDINGS = cl
 
 # libgpgme, needs to know the gpg binary path on the target.
-LIBGPGME_CONF_OPTS = --with-gpg=/usr/bin/gpg \
+LIBGPGME_CONF_OPTS = \
 	--with-gpg-error-prefix=$(STAGING_DIR)/usr \
 	--with-libassuan-prefix=$(STAGING_DIR)/usr \
 	--disable-gpgsm-test \
-- 
2.11.0

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

* [Buildroot] [PATCH 1/1] package/libgpgme: bump version to 1.9.0
  2017-04-21 13:25 [Buildroot] [PATCH 1/1] package/libgpgme: bump version to 1.9.0 Bernd Kuhls
@ 2017-04-26  7:04 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2017-04-26  7:04 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Removed configure option --with-gpg, it was removed upstream in 2013:
 > https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=commitdiff;h=02ba35c1b6a2cbb3361b2f2ad507c53564b2be0b#patch3

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>


> ---
 >  package/libgpgme/libgpgme.hash | 2 +-
 >  package/libgpgme/libgpgme.mk   | 4 ++--
 >  2 files changed, 3 insertions(+), 3 deletions(-)

 > diff --git a/package/libgpgme/libgpgme.hash b/package/libgpgme/libgpgme.hash
 > index 5ef7b0e5c..cf7c5050f 100644
 > --- a/package/libgpgme/libgpgme.hash
 > +++ b/package/libgpgme/libgpgme.hash
 > @@ -1,2 +1,2 @@
 >  # Locally calculated after checking pgp signature
 > -sha256	d0abe1449395315eac37e4e45076bbb82732cedf94210937b37776e10cdc2bb6	gpgme-1.7.1.tar.bz2
 > +sha256 1b29fedb8bfad775e70eafac5b0590621683b2d9869db994568e6401f4034ceb  gpgme-1.9.0.tar.bz2
 > diff --git a/package/libgpgme/libgpgme.mk b/package/libgpgme/libgpgme.mk
 > index 09b6fbe44..11693d1bf 100644
 > --- a/package/libgpgme/libgpgme.mk
 > +++ b/package/libgpgme/libgpgme.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -LIBGPGME_VERSION = 1.7.1
 > +LIBGPGME_VERSION = 1.9.0
 >  LIBGPGME_SITE = ftp://ftp.gnupg.org/gcrypt/gpgme
 >  LIBGPGME_SOURCE = gpgme-$(LIBGPGME_VERSION).tar.bz2
 >  LIBGPGME_LICENSE = LGPL-2.1+
 > @@ -14,7 +14,7 @@ LIBGPGME_DEPENDENCIES = libassuan libgpg-error
 >  LIBGPGME_LANGUAGE_BINDINGS = cl
 
 >  # libgpgme, needs to know the gpg binary path on the target.
 > -LIBGPGME_CONF_OPTS = --with-gpg=/usr/bin/gpg \

This comment then no longer makes sense. Committed with that removed,
thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2017-04-26  7:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-21 13:25 [Buildroot] [PATCH 1/1] package/libgpgme: bump version to 1.9.0 Bernd Kuhls
2017-04-26  7:04 ` 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.