Closed s0crat closed 6 years ago
Hi,
The current output of the command gpg --list-packets --list-only disk.bin.gpg differes from previous versions of GPG packaged in Arch.
gpg --list-packets --list-only disk.bin.gpg
Current output:
$ gpg --list-packets --list-only plop.gpg # off=0 ctb=85 tag=1 hlen=3 plen=268 :pubkey enc packet: version 3, algo 1, keyid 02927E70ED932BAE data: [2047 bits] # off=271 ctb=d2 tag=18 hlen=2 plen=120 new-ctb :encrypted data packet: length: 120 mdc_method: 2
The result is that during the installation of the hook, the keyid used to encrypt the key file isn't grabbed and the public keys not imported.
This pull request simplifies and corrects the regexp used to grab the keyid
Pierre.
Fixed in recent releases
Hi,
The current output of the command
gpg --list-packets --list-only disk.bin.gpg
differes from previous versions of GPG packaged in Arch.Current output:
The result is that during the installation of the hook, the keyid used to encrypt the key file isn't grabbed and the public keys not imported.
This pull request simplifies and corrects the regexp used to grab the keyid
Pierre.