1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

gpgconf: Print the full commit id.

* autogen.sh: Update to version 2024-07-04 from libgpg-error.
* configure.ac (BUILD_REVISION): Rename the ac_define by
BUILD_COMMITID.
* tools/gpgconf.c (show_version_gnupg): Use it here.
--

(cherry picked from commit 736579331b)
This commit is contained in:
Werner Koch 2024-07-04 17:17:13 +02:00
parent ce73691bd3
commit cf21e473a5
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
3 changed files with 75 additions and 43 deletions

View file

@ -1082,7 +1082,7 @@ show_version_gnupg (estream_t fp, const char *prefix)
ssize_t length;
es_fprintf (fp, "%s%sGnuPG %s (%s)\n%s%s\n", prefix, *prefix?"":"* ",
strusage (13), BUILD_REVISION, prefix, strusage (17));
strusage (13), BUILD_COMMITID, prefix, strusage (17));
/* Show the GnuPG VS-Desktop version in --show-configs mode */
if (prefix && *prefix)