[git] Scute - branch, master, updated. scute-1.3.0-56-gdc7dff1

by Damien Goutte-Gattat cvs at cvs.gnupg.org
Thu Mar 24 10:22:32 CET 2016


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 "PKCS#11 token on top of gpg-agent".

The branch, master has been updated
       via  dc7dff17066510ed4687a2bfdd16afded77f4d27 (commit)
      from  2d8d4f0f7415f368690ecc4164a62598a125d5d9 (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 dc7dff17066510ed4687a2bfdd16afded77f4d27
Author: Damien Goutte-Gattat <dgouttegattat at incenp.org>
Date:   Wed Mar 23 23:09:45 2016 +0100

    Update required libgpg-error version.
    
    * configure.ac: Set required version of libgpg-error to 1.14.
    * README: Update documentation accordingly.
    * doc/manual/scute.texi: Likewise.
    * doc/website/download.xhtml: Likewise.
    --
    
    Since commit 097a29f, Scute needs the gpgrt_*printf functions,
    which were introduced in libgpg-error-1.14.
    
    Signed-off-by: Damien Goutte-Gattat <dgouttegattat at incenp.org>

diff --git a/README b/README
index aab45b7..5483062 100644
--- a/README
+++ b/README
@@ -34,7 +34,7 @@ Prerequisites
 =============
 
 For the compilation:
-* libgpg-error 1.4
+* libgpg-error 1.14
 * libassuan 2.0.0
 
 At runtime:
diff --git a/configure.ac b/configure.ac
index 598f437..1e4137d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,7 @@ LIBSCUTE_LT_REVISION=2
 VERSION_MAJOR=1
 VERSION_MINOR=0
 
-NEED_GPG_ERROR_VERSION=1.4
+NEED_GPG_ERROR_VERSION=1.14
 NEED_LIBASSUAN_VERSION=2.0.0
 NEED_GPGSM_VERSION=1.9.6
 # Some status variables to give feedback at the end of a configure run.
diff --git a/doc/manual/scute.texi b/doc/manual/scute.texi
index 42078a8..35e0af2 100644
--- a/doc/manual/scute.texi
+++ b/doc/manual/scute.texi
@@ -241,7 +241,7 @@ following packages at build time:
 @table @code
 @item libgpg-error
 Scute uses the GnuPG 2.0 framework for error handling, so it depends on
-the GPG error library.  The minimum version required is 1.4.
+the GPG error library.  The minimum version required is 1.14.
 
 @item libassuan
 Scute uses the GnuPG 2.0 framework for communication with the GPG Agent,
diff --git a/doc/website/download.xhtml b/doc/website/download.xhtml
index 311d41c..457b5b9 100644
--- a/doc/website/download.xhtml
+++ b/doc/website/download.xhtml
@@ -145,9 +145,9 @@
 	  <caption>Compile-time dependencies of Scute</caption>
 	  <tr><th>Package</th><th>Min. Version</th></tr>
 	  <tr><td><a
-	  href="http://www.gnupg.org/related_software/libgpg-error/">libgpg-error</a></td><td>0.7</td></tr>
+	  href="http://www.gnupg.org/related_software/libgpg-error/">libgpg-error</a></td><td>1.14</td></tr>
 	  <tr><td><a
-	  href="http://www.gnupg.org/related_software/libassuan/">libassuan</a></td><td>0.6.10</td></tr>
+	  href="http://www.gnupg.org/related_software/libassuan/">libassuan</a></td><td>2.0.0</td></tr>
 	</table>
 	</p>
 	<p>Scute also requires the following packages to run:

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

Summary of changes:
 README                     | 2 +-
 configure.ac               | 2 +-
 doc/manual/scute.texi      | 2 +-
 doc/website/download.xhtml | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
PKCS#11 token on top of gpg-agent
http://git.gnupg.org




More information about the Gnupg-commits mailing list