* [gentoo-dev] [RFC] global USE=gpg
@ 2023-12-29 23:41 Jonas Stein
2023-12-30 5:09 ` Michał Górny
0 siblings, 1 reply; 6+ messages in thread
From: Jonas Stein @ 2023-12-29 23:41 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1.1: Type: text/plain, Size: 257 bytes --]
Dear all,
we have many local gpg useflags which basically just enable gpg.
Should we merge these to one global useflag?
Additionally we have a few gpgme useflags.
See also https://bugs.gentoo.org/679634
What are your ideas?
--
Best,
Jonas
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] [RFC] global USE=gpg
2023-12-29 23:41 [gentoo-dev] [RFC] global USE=gpg Jonas Stein
@ 2023-12-30 5:09 ` Michał Górny
2023-12-30 15:54 ` Andreas K. Huettel
0 siblings, 1 reply; 6+ messages in thread
From: Michał Górny @ 2023-12-30 5:09 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 456 bytes --]
On Sat, 2023-12-30 at 00:41 +0100, Jonas Stein wrote:
> Dear all,
>
> we have many local gpg useflags which basically just enable gpg.
> Should we merge these to one global useflag?
>
> Additionally we have a few gpgme useflags.
> See also https://bugs.gentoo.org/679634
>
> What are your ideas?
>
We have also have a bunch of USE=pgp and USE=openpgp, both of which are
more correct than USE=gpg.
--
Best regards,
Michał Górny
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 512 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] [RFC] global USE=gpg
2023-12-30 5:09 ` Michał Górny
@ 2023-12-30 15:54 ` Andreas K. Huettel
2023-12-30 16:54 ` Ulrich Mueller
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Andreas K. Huettel @ 2023-12-30 15:54 UTC (permalink / raw
To: gentoo-dev; +Cc: Michał Górny
[-- Attachment #1: Type: text/plain, Size: 674 bytes --]
> > we have many local gpg useflags which basically just enable gpg.
> > Should we merge these to one global useflag?
> >
> > Additionally we have a few gpgme useflags.
> > See also https://bugs.gentoo.org/679634
> >
> > What are your ideas?
> >
>
> We have also have a bunch of USE=pgp and USE=openpgp, both of which are
> more correct than USE=gpg.
Yeah, typical case of "formally correct thing being way more difficult to
understand than colloquially practical thing" ...
--
Andreas K. Hüttel
dilfridge@gentoo.org
Gentoo Linux developer
(council, comrel, toolchain, base-system, perl, libreoffice)
https://wiki.gentoo.org/wiki/User:Dilfridge
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] [RFC] global USE=gpg
2023-12-30 15:54 ` Andreas K. Huettel
@ 2023-12-30 16:54 ` Ulrich Mueller
2023-12-31 11:27 ` Florian Schmaus
2024-01-07 22:46 ` Jonas Stein
2 siblings, 0 replies; 6+ messages in thread
From: Ulrich Mueller @ 2023-12-30 16:54 UTC (permalink / raw
To: Andreas K. Huettel; +Cc: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 654 bytes --]
>>>>> On Sat, 30 Dec 2023, Andreas K Huettel wrote:
>> > we have many local gpg useflags which basically just enable gpg.
>> > Should we merge these to one global useflag?
>> >
>> > Additionally we have a few gpgme useflags.
>> > See also https://bugs.gentoo.org/679634
>> >
>> > What are your ideas?
>> >
>>
>> We have also have a bunch of USE=pgp and USE=openpgp, both of which are
>> more correct than USE=gpg.
> Yeah, typical case of "formally correct thing being way more difficult to
> understand than colloquially practical thing" ...
So, how about using gpg as the flag's name and mentioning OpenPGP in its
description?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 507 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] [RFC] global USE=gpg
2023-12-30 15:54 ` Andreas K. Huettel
2023-12-30 16:54 ` Ulrich Mueller
@ 2023-12-31 11:27 ` Florian Schmaus
2024-01-07 22:46 ` Jonas Stein
2 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2023-12-31 11:27 UTC (permalink / raw
To: gentoo-dev; +Cc: Michał Górny, Andreas K. Huettel
[-- Attachment #1.1.1: Type: text/plain, Size: 922 bytes --]
On 30/12/2023 16.54, Andreas K. Huettel wrote:
>>> we have many local gpg useflags which basically just enable gpg.
>>> Should we merge these to one global useflag?
>>>
>>> Additionally we have a few gpgme useflags.
>>> See also https://bugs.gentoo.org/679634
>>>
>>> What are your ideas?
>>>
>>
>> We have also have a bunch of USE=pgp and USE=openpgp, both of which are
>> more correct than USE=gpg.
I am always confused when people use "gpg" to talk about OpenPGP.
> Yeah, typical case of "formally correct thing being way more difficult to
> understand than colloquially practical thing" ...
It is only a matter of time until the more users of gnupg-alternative
libraries, like sequoia or librnp, appear. USE=gpg is probably already
sometimes a misnomer, and will definitely be one if we make it a global
USE flag and there are packages that declare it without pulling in gpg.
- Flow
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 17273 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 618 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] [RFC] global USE=gpg
2023-12-30 15:54 ` Andreas K. Huettel
2023-12-30 16:54 ` Ulrich Mueller
2023-12-31 11:27 ` Florian Schmaus
@ 2024-01-07 22:46 ` Jonas Stein
2 siblings, 0 replies; 6+ messages in thread
From: Jonas Stein @ 2024-01-07 22:46 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1.1: Type: text/plain, Size: 955 bytes --]
>>> we have many local gpg useflags which basically just enable gpg.
>>> Should we merge these to one global useflag?
>>>
>>> Additionally we have a few gpgme useflags.
>>> See also https://bugs.gentoo.org/679634
>>>
>>> What are your ideas?
>>>
>>
>> We have also have a bunch of USE=pgp and USE=openpgp, both of which are
>> more correct than USE=gpg.
>
> Yeah, typical case of "formally correct thing being way more difficult to
> understand than colloquially practical thing" ...
You are right.
I would prefer the formally correct "OpenPGP" after reading a bit more.
This is how it is named in the RFCs [1] and this is what we mean.
If we use either gpg or pgp it will raise new questions and confuse the
users.
It is better to write 4 additional characters and make it simple and
precise.
We can explain all details in the description then.
[1] https://datatracker.ietf.org/doc/html/rfc4880
--
Best,
Jonas
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-01-07 22:46 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-29 23:41 [gentoo-dev] [RFC] global USE=gpg Jonas Stein
2023-12-30 5:09 ` Michał Górny
2023-12-30 15:54 ` Andreas K. Huettel
2023-12-30 16:54 ` Ulrich Mueller
2023-12-31 11:27 ` Florian Schmaus
2024-01-07 22:46 ` Jonas Stein
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox