On 2019-02-28, Christian, Mark mark.christian@intel.com wrote:
On Wed, 2019-02-27 at 19:39 -0500, mark wrote:
I just wanted to set up to send an encrypted message, so I went to generate a public/private key pair using gpg on C 6.
Version 2.0.14, copyright 2009?
Isn't there something newer than 10 years old?
Don't mistake copyright for build date.
Try:
"rpm -qfi $(which gpg)" for your answer.
Mark
Don't mistake build date for change date:
head -n 1 $(rpm -qfd $(which gpg) | grep ChangeLog)