From 6d870f79b078509b8c8c3d4625db35b35feaae0f Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Fri, 15 Feb 2019 11:50:34 +0000 Subject: [PATCH] remove gpg references --- zpm-bug | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/zpm-bug b/zpm-bug index 892e60f..9b933ba 100755 --- a/zpm-bug +++ b/zpm-bug @@ -3,9 +3,10 @@ # program to submit a bug report # TODO -# gpg encrypt the report. this will require that -# the submitter have gpg set up, we might be able -# to use a system one +# encrypt the report. Use chacha20 and a public key +# for bug submissions. This key will need to be set up +# for zoranix. Should probably use the packager's public +# key as well. # # allow a bug report from stdin @@ -74,8 +75,8 @@ EOR ${EDITOR:-vi} $file -# TODO gpg encrypt the file -# gpg -ea -r bugreport@zoranix.net +# TODO encrypt the file, possibly sign +# if encrypted, should uuencode the lot # submit the file to the bug destination -- 2.40.0