[git] GnuPG - branch, STABLE-BRANCH-2-2, updated. gnupg-2.2.11-3-g2768293

by Werner Koch cvs at cvs.gnupg.org
Thu Nov 15 16:13:57 CET 2018


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, STABLE-BRANCH-2-2 has been updated
       via  2768293b1ee6f174f216f9006b5bc3e0c10265a2 (commit)
      from  00321a025f90990a71b60b4689ede1f38fbde347 (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 2768293b1ee6f174f216f9006b5bc3e0c10265a2
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Nov 15 16:13:52 2018 +0100

    tools: Let gpg-zip print a deprecation warning.
    
    --
    GnuPG-bug-id: 4251
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/tools/gpg-zip.in b/tools/gpg-zip.in
index 48c4766..9047e36 100644
--- a/tools/gpg-zip.in
+++ b/tools/gpg-zip.in
@@ -34,6 +34,9 @@ Usage: gpg-zip [--help] [--version] [--encrypt] [--decrypt] [--symmetric]
 
 Encrypt or sign files into an archive."
 
+
+echo "gpg-zip: This script is deprecated - please use gpgtar instead." >&2
+
 tar_verbose_opt="v"
 
 while test $# -gt 0 ; do

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

Summary of changes:
 tools/gpg-zip.in | 3 +++
 1 file changed, 3 insertions(+)


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




More information about the Gnupg-commits mailing list