Date: Wed, 29 Sep 2021 07:51:53 GMT From: Yasuhiro Kimura <yasu@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 183cc245fa - main - committers-guide: Remove 'use-agent' from minimum gpg.conf settings Message-ID: <202109290751.18T7prtT034584@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yasu (ports committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=183cc245faaa2bc69211967e82be60ea98a078c1 commit 183cc245faaa2bc69211967e82be60ea98a078c1 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2021-09-28 09:42:48 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2021-09-29 07:51:06 +0000 committers-guide: Remove 'use-agent' from minimum gpg.conf settings In the gpg2(1) man page 'use-agent' option is explained as following. ---------------------------------------------------------------------- --use-agent --no-use-agent This is dummy option. gpg2 always requires the agent. ---------------------------------------------------------------------- It means adding 'use-agent' to gpg.conf is no-op. So remove it from minimum acceptable defaults of gpg.conf. Approved by: ygy (doc, mentor) --- documentation/content/en/articles/committers-guide/_index.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index 4809ced5a5..7e7dca0e31 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -132,7 +132,6 @@ fixed-list-mode keyid-format 0xlong personal-digest-preferences SHA512 SHA384 SHA256 SHA224 default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 BZIP2 ZLIB ZIP Uncompressed -use-agent verify-options show-uid-validity list-options show-uid-validity sig-notation issuer-fpr@notations.openpgp.fifthhorseman.net=%g
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109290751.18T7prtT034584>