[git] GnuPG - branch, master, updated. gnupg-2.1.0beta3-165-g5132ea8

by Daniel Kahn Gillmor cvs at cvs.gnupg.org
Tue Mar 5 11:14:49 CET 2013


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 "The GNU Privacy Guard".

The branch, master has been updated
       via  5132ea8a0d8517dd43cb5b4a4b0921c3b1ca291c (commit)
       via  5bac5040dc93343e1e89916b263390b0e52040bf (commit)
      from  ef1983d58b913306e9bf02a7189e530123839c59 (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 5132ea8a0d8517dd43cb5b4a4b0921c3b1ca291c
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Tue Mar 5 04:24:54 2013 -0500

    Update RFC references to RFC 4880
    
    --

diff --git a/doc/gpg.texi b/doc/gpg.texi
index cf647e1..0462c9e 100644
--- a/doc/gpg.texi
+++ b/doc/gpg.texi
@@ -2418,7 +2418,7 @@ check. @code{value} may be any printable string; it will be encoded in
 UTF8, so you should check that your @option{--display-charset} is set
 correctly. If you prefix @code{name} with an exclamation mark (!), the
 notation data will be flagged as critical
-(rfc2440:5.2.3.15). @option{--sig-notation} sets a notation for data
+(rfc4880:5.2.3.16). @option{--sig-notation} sets a notation for data
 signatures. @option{--cert-notation} sets a notation for key signatures
 (certifications). @option{--set-notation} sets both.
 
@@ -2440,7 +2440,7 @@ meaningful when using the OpenPGP smartcard.
 @opindex sig-policy-url
 @opindex cert-policy-url
 @opindex set-policy-url
-Use @code{string} as a Policy URL for signatures (rfc2440:5.2.3.19).  If
+Use @code{string} as a Policy URL for signatures (rfc4880:5.2.3.20).  If
 you prefix it with an exclamation mark (!), the policy URL packet will
 be flagged as critical. @option{--sig-policy-url} sets a policy url for
 data signatures. @option{--cert-policy-url} sets a policy url for key

commit 5bac5040dc93343e1e89916b263390b0e52040bf
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Feb 25 13:40:10 2013 +0100

    Require libgpg-error 1.11.
    
    * configure.ac: Require libgpg-error 1.11.
    * common/util.h (GPG_ERR_NO_KEYSERVER, GPG_ERR_INV_CURVE)
    (GPG_ERR_UNKNOWN_CURVE): Remove fallback definitions.

diff --git a/common/util.h b/common/util.h
index c8a008f..73ba84e 100644
--- a/common/util.h
+++ b/common/util.h
@@ -34,16 +34,6 @@
 #include <gcrypt.h> /* We need this for the memory function protos. */
 #include <errno.h>  /* We need errno.  */
 #include <gpg-error.h> /* We need gpg_error_t. */
-/* Add error codes available only in newer versions of libgpg-error.  */
-#ifndef GPG_ERR_NO_KEYSERVER
-#define GPG_ERR_NO_KEYSERVER 186
-#endif
-#ifndef GPG_ERR_INV_CURVE
-#define GPG_ERR_INV_CURVE 187
-#endif
-#ifndef GPG_ERR_UNKNOWN_CURVE
-#define GPG_ERR_UNKNOWN_CURVE 188
-#endif
 
 
 /* Hash function used with libksba. */
diff --git a/configure.ac b/configure.ac
index cf5ab3f..353546a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,7 @@ m4_define([mym4_full_version],[mym4_version[]mym4_betastring])
 
 AC_INIT([gnupg],[mym4_full_version], [http://bugs.gnupg.org])
 
-NEED_GPG_ERROR_VERSION=1.10
+NEED_GPG_ERROR_VERSION=1.11
 
 NEED_LIBGCRYPT_API=1
 NEED_LIBGCRYPT_VERSION=1.5.0

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

Summary of changes:
 common/util.h |   10 ----------
 configure.ac  |    2 +-
 doc/gpg.texi  |    4 ++--
 3 files changed, 3 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list