#1079209 gpg-from-sq: --keyserver option should not require protocol

Package:
gpg-sq
Source:
gpg-sq
Description:
gpg-like OpenPGP CLI toolkit
Submitter:
gregor herrmann
Date:
2025-01-23 17:36:11 UTC
Severity:
normal
Tags:
#1079209#5
Date:
2024-08-04 00:02:49 UTC
From:
To:
After hearing holger's talk about chameleon for the second time I
finally thought I'd try it and installed gpg-sq and gpg-from-sq etc.

As a first test I thought I'd take a look at my key, and:

% gpg --list-sig 0xBB3A68018649AA06
gpg:   error: Error parsing option list-options in /home/gregoa/.gnupg/gpg.conf
gpg: because: Unknown argument "show-photos"

% gpg --list-key 0xBB3A68018649AA06
gpg:   error: Error parsing option list-options in /home/gregoa/.gnupg/gpg.conf
gpg: because: Unknown argument "show-photos"


Not the best start for this new era :)


Cheers,
gregor

#1079209#10
Date:
2024-08-04 00:08:04 UTC
From:
To:
Next one:

% gpg --list-key 0xBB3A68018649AA06
gpg:   error: Error parsing option verify-options in /home/gregoa/.gnupg/gpg.conf
gpg: because: Unknown argument "show-notations"


But after commenting out both it worked :)


Cheers,
gregor

#1079209#15
Date:
2024-08-04 00:15:23 UTC
From:
To:
Next one:

% gpg --keyserver keyserver.ubuntu.com --recv-keys 0xBB3A68018649AA06
gpg: relative URL without a base
[return value 2]


% gpg --keyserver keyserver.ubuntu.com --send-keys 0xBB3A68018649AA06
gpg: The command --send-keys is not yet implemented in the Sequoia
gpg: Chameleon.  To help us prioritize our work, please file a bug at
gpg:   https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg/-/issues
[return value 2]


Hm. Hm.

(Maybe wrong package and this should go to gpg-from-sq; but it looks
like this diverted sq-as-gnupg is not really production-ready.)



Oh, this works (the "base" seems to be a "protocol"):

% gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 0xBB3A68018649AA06
gpg: key BB3A68018649AA06: "gregor herrmann <gregor.herrmann@comodo.priv.at>" 926 new signatures
gpg: Total number processed: 0
gpg:         new signatures: 926

I have 926 new signature which gnupg did not give me? Oh well.



Cheers,
gregor

#1079209#20
Date:
2024-08-21 12:55:03 UTC
From:
To:
control: clone -1 -2
control: clone -1 -3
control: retitle -1 gpg-from-sq: Unknown argument "show-photos"
control: retitle -2 gpg-from-sq: Unknown argument "show-notations"
control: retitle -3 gpg-from-sq: --keyserver option should not require protocol
control: tags -1 + upstream
control: tags -2 + upstream
control: tags -3 + upstream
thanks

Hi gregor,

*g* & many thanks for the bug reports! Please keep them coming! ;)