[git] GPGME - branch, master, updated. gpgme-1.5.1-8-gcde19f9

by Werner Koch cvs at cvs.gnupg.org
Wed Sep 24 15:03:43 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, master has been updated
       via  cde19f94d60145309494a929633fc24a8c3d2c9c (commit)
       via  2e8ecc24cf74f918c303c315da3bb18636a5e288 (commit)
       via  36997e0f746ce2d38de997055141542583cc0f52 (commit)
      from  4160ef90a1b1b778c735f31f98a6966ba3b3ea90 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cde19f94d60145309494a929633fc24a8c3d2c9c
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Sep 18 16:00:34 2014 +0200

    Add ftp and git URLs to AUTHORS.
    
    --

diff --git a/AUTHORS b/AUTHORS
index 65e6368..688f9ec 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,7 @@
 Package: gpgme
 Homepage: http://www.gnupg.org/related_software/gpgme/
+Download: ftp://ftp.gnupg.org/gcrypt/gpgme/
+Repository: git://git.gnupg.org/gpgme.git
 Maintainer: Werner Koch <wk at gnupg.org>
 Bug reports: http://bugs.gnupg.org (use category "gpgme")
 Security related bug reports: security at gnupg.org

commit 2e8ecc24cf74f918c303c315da3bb18636a5e288
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Sep 18 16:00:34 2014 +0200

    tests: Delay some test file extraction until "make check".
    
    * tests/gpg/Makefile.am (all-local): Change to check-local.
    * tests/gpgsm/Makefile.am (all-local): Ditto.

diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am
index b428cf2..5c1266e 100644
--- a/tests/gpg/Makefile.am
+++ b/tests/gpg/Makefile.am
@@ -70,7 +70,7 @@ clean-local:
 	-$(srcdir)/start-stop-agent --stop
 	-rm -fR private-keys-v1.d
 
-all-local: ./gpg.conf ./gpg-agent.conf ./pubring.gpg \
+check-local: ./gpg.conf ./gpg-agent.conf ./pubring.gpg \
            ./private-keys-v1.d/gpg-sample.stamp
 
 export GNUPGHOME := $(abs_builddir)
diff --git a/tests/gpgsm/Makefile.am b/tests/gpgsm/Makefile.am
index 45b3b50..ecc53a6 100644
--- a/tests/gpgsm/Makefile.am
+++ b/tests/gpgsm/Makefile.am
@@ -47,7 +47,8 @@ clean-local:
 	-gpg-connect-agent KILLAGENT /bye
 	-rm -fR private-keys-v1.d
 
-all-local: ./pubring.kbx ./gpgsm.conf ./private-keys-v1.d/$(key_id).key ./trustlist.txt
+check-local: ./pubring.kbx ./gpgsm.conf \
+             ./private-keys-v1.d/$(key_id).key ./trustlist.txt
 
 export GNUPGHOME := $(abs_builddir)
 

commit 36997e0f746ce2d38de997055141542583cc0f52
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Tue Sep 23 12:46:00 2014 -0400

    Clean up gpgme's tests/gpg when gpg2.1 is available
    
    * tests/gpg/Makefile.am: Clean up .gpg-v21-migrated
    --
    
    We also need to gitignore this file.

diff --git a/tests/gpg/.gitignore b/tests/gpg/.gitignore
index e60bfe5..d79ace7 100644
--- a/tests/gpg/.gitignore
+++ b/tests/gpg/.gitignore
@@ -1,4 +1,5 @@
 .deps
+.gpg-v21-migrated
 .libs
 gpg-agent.conf
 gpg.conf
diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am
index e72bd49..b428cf2 100644
--- a/tests/gpg/Makefile.am
+++ b/tests/gpg/Makefile.am
@@ -43,7 +43,7 @@ TESTS = initial.test $(c_tests) final.test
 
 CLEANFILES = secring.gpg pubring.gpg pubring.kbx trustdb.gpg dirmngr.conf \
 	gpg-agent.conf pubring.kbx~ S.gpg-agent gpg.conf pubring.gpg~ \
-	random_seed S.gpg-agent
+	random_seed S.gpg-agent .gpg-v21-migrated
 
 private_keys = \
         13CD0F3BDF24BE53FE192D62F18737256FF6E4FD \

-----------------------------------------------------------------------

Summary of changes:
 AUTHORS                 |    2 ++
 tests/gpg/.gitignore    |    1 +
 tests/gpg/Makefile.am   |    4 ++--
 tests/gpgsm/Makefile.am |    3 ++-
 4 files changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list