Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2019 08:46:21 -0600
From:      Adam Weinberger <adamw@adamw.org>
To:        koobs@freebsd.org
Cc:        Adam Weinberger <adamw@freebsd.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r509948 - head/security/gnupg
Message-ID:  <478CF5F9-08D4-49C8-B227-C56350958FB3@adamw.org>
In-Reply-To: <adfd137e-7a16-aec9-4898-f6d8a5297062@FreeBSD.org>
References:  <201908261441.x7QEfMHM020117@repo.freebsd.org> <adfd137e-7a16-aec9-4898-f6d8a5297062@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> On Aug 26, 2019, at 08:43, Kubilay Kocak <koobs@freebsd.org> wrote:
>=20
>> On 27/08/2019 12:41 am, Adam Weinberger wrote:
>> Author: adamw
>> Date: Mon Aug 26 14:41:22 2019
>> New Revision: 509948
>> URL: https://svnweb.freebsd.org/changeset/ports/509948
>> Log:
>>   gnupg: enable the WKS server
>>      Cristoph Lukas asked me why the WKS server was disabled, and I have
>>   no idea. It was added r462573, and that commit message and associated
>>   bug report don't list why --disable-wks-tools was added. (Folks,
>>   please use commit messages for writing, you know, messages.)
>>      We've been installing the gpg-wks-server manpage, so this commit
>>   enables the WKS server and installs the binary, and bumps PORTREVISION
>>   for it.
>=20
> Seems like a great candidate for an OPTION (enabled by default) ?

I=E2=80=99m not opposed to it, but I=E2=80=99m also not sure it=E2=80=99s ne=
cessary. It brings in no new dependencies, and adds a negligible amount to t=
he disk usage. I know very little about the keyserver; is it something that a=
 significant proportion wouldn=E2=80=99t want installed?

# Adam


=E2=80=94
Adam Weinberger
adamw@adamw.org
https://www.adamw.org

>=20
>>   While here, sort the plist.
>> Modified:
>>   head/security/gnupg/Makefile
>>   head/security/gnupg/pkg-plist
>> Modified: head/security/gnupg/Makefile
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
>> --- head/security/gnupg/Makefile    Mon Aug 26 13:47:28 2019    (r509947)=

>> +++ head/security/gnupg/Makefile    Mon Aug 26 14:41:22 2019    (r509948)=

>> @@ -2,7 +2,7 @@
>>    PORTNAME=3D    gnupg
>>  PORTVERSION=3D    2.2.17
>> -PORTREVISION=3D    1
>> +PORTREVISION=3D    2
>>  CATEGORIES=3D    security
>>  MASTER_SITES=3D    GNUPG
>>  @@ -28,8 +28,7 @@ USES=3D        compiler:c11 cpe gmake iconv pkgconfig r=
eadline
>>  CONFLICTS=3D    gnupg-2.0.* dirmngr-[0-9]*
>>  CPE_VENDOR=3D    gnupg
>>  -CONFIGURE_ARGS=3D    --disable-ntbtls --disable-wks-tools \
>> -        --enable-gpg-is-gpg2 --enable-symcryptrun
>> +CONFIGURE_ARGS=3D    --disable-ntbtls --enable-gpg-is-gpg2 --enable-symc=
ryptrun
>>  GNU_CONFIGURE=3D    yes
>>  INFO=3D        gnupg
>>  TEST_TARGET=3D    check
>> Modified: head/security/gnupg/pkg-plist
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
>> --- head/security/gnupg/pkg-plist    Mon Aug 26 13:47:28 2019    (r509947=
)
>> +++ head/security/gnupg/pkg-plist    Mon Aug 26 14:41:22 2019    (r509948=
)
>> @@ -1,10 +1,11 @@
>> -bin/gpg-agent
>>  bin/dirmngr
>>  bin/dirmngr-client
>> +bin/gpg-connect-agent
>> +bin/gpg-agent
>>  bin/gpgscm
>>  bin/gpgsm
>>  bin/gpgtar
>> -bin/gpg-connect-agent
>> +bin/gpg-wks-server
>>  bin/kbxutil
>>  %%SUID_GPG%%@(,,4555) bin/gpg2
>>  %%NO_SUID_GPG%%bin/gpg2
>=20



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?478CF5F9-08D4-49C8-B227-C56350958FB3>