From patchwork Sat Jan 1 19:49:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeremy Huntwork X-Patchwork-Id: 2004 Return-Path: Delivered-To: patchwork@archlinux.org Received: from mail.archlinux.org [2a01:4f9:c010:3052::1] by patchwork.archlinux.org with IMAP (fetchmail-6.4.25) for (single-drop); Sat, 01 Jan 2022 19:50:11 +0000 (UTC) Received: from mail.archlinux.org by mail.archlinux.org with LMTP id aIJ+BXOw0GHyqgcAK+/4rw (envelope-from ) for ; Sat, 01 Jan 2022 19:50:11 +0000 Received: from lists.archlinux.org (lists.archlinux.org [95.217.236.249]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.archlinux.org (Postfix) with ESMTPS id 76866BD5DCE; Sat, 1 Jan 2022 19:50:10 +0000 (UTC) Received: from lists.archlinux.org (localhost [IPv6:::1]) by lists.archlinux.org (Postfix) with ESMTP id 6A6AFB5DF08; Sat, 1 Jan 2022 19:50:06 +0000 (UTC) X-Original-To: pacman-dev@lists.archlinux.org Delivered-To: pacman-dev@lists.archlinux.org Received: from mail-qv1-xf32.google.com (mail-qv1-xf32.google.com [IPv6:2607:f8b0:4864:20::f32]) by lists.archlinux.org (Postfix) with ESMTPS id 134D5B5DEEA for ; Sat, 1 Jan 2022 19:50:03 +0000 (UTC) Received: by mail-qv1-xf32.google.com with SMTP id h5so27388655qvh.8 for ; Sat, 01 Jan 2022 11:50:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=merelinux-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=RkG1avRNcMslZTOXauimaDvWc8DmE2p/85KO69+Pd5o=; b=a+jlfAGbFfgg3AcAG9xVfGuDDa2F0PddypKchpU8KS1rxQj3lFsG71J+SQaywtxBTU McSsLL7/cUDjwnDOtB1FHvfP2rDBLki3O6rQ0TuKJTS1s/pkKdMKLvuZalZN1qqCZRI8 JWcHdQH38xbuCaOpJS0PEXY3wPkb4OiH3ATdXZt9n1CjHCyR8dRTLpeAHQY+RgCoQABS ay6gk89RVJhfGSxDRDeZzKOFlXNgaKvnbO7Ei8r96KCJ4A/nIynl63i9lL3v0poAzeUf ieerlrneQmNviYIl2LSZ05ZQHYtjDZZWO9NmGpuEfynxXMr++8PMJM3zASYLF8dhK7GZ duXw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=RkG1avRNcMslZTOXauimaDvWc8DmE2p/85KO69+Pd5o=; b=EQXIWHAcEbSlQ9AhFO8aq/JDolQY8B2w91CByAuBfMmaIhKblTRyjocnneJxhc4VnH CL7HIIJmakKheP734KaeizLysYLutOaD1DX+Z1DrgTd6q9jFWypKpwJsWard7+9lwgac jf+T25BZqT/Gc+XJpjYfN4v6YiZU+hAcpvGzL1CE518RjlkbNS0vaM+iKWwSW9G3AosR 5+lFDxPj8RWDt8IYUSg73bwnkHZn6aup5iEWNA8uDv3XV7jLp8lCXBBx36p8Utw6AZp+ Ce16kjaH8a9DwrUR6ik4UcvxkQANPgcZRlZ/c/x0y/24v14jXOjrXZWPDKOULQcASMlv L4Ow== X-Gm-Message-State: AOAM53034BI8SZ+ZOFbcV81yPpRPypbM1jpiGHhINmJ/KTc0Qzk5GVDa oetEHR2VrFiS7ZLGG91lCiqzaupJ23EzYZPy X-Google-Smtp-Source: ABdhPJyfFvIU5BQDG9JxTL8NBInSuRA9OhO5fDQ9sClKT/zi+EU2QN75/oSDB4EDota79h87KsIeSA== X-Received: by 2002:ad4:5f8b:: with SMTP id jp11mr36590540qvb.131.1641066602249; Sat, 01 Jan 2022 11:50:02 -0800 (PST) Received: from localhost.localdomain ([208.74.141.240]) by smtp.gmail.com with ESMTPSA id s3sm24743353qkp.93.2022.01.01.11.50.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 01 Jan 2022 11:50:01 -0800 (PST) From: Jeremy Huntwork To: pacman-dev@lists.archlinux.org Cc: Jeremy Huntwork Subject: [PATCH 3/4] Add documentation for the AsignifyDir option Date: Sat, 1 Jan 2022 14:49:33 -0500 Message-Id: <20220101194934.8229-4-jeremy@merelinux.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220101194934.8229-1-jeremy@merelinux.org> References: <20220101194934.8229-1-jeremy@merelinux.org> MIME-Version: 1.0 X-BeenThere: pacman-dev@lists.archlinux.org X-Mailman-Version: 2.1.39 Precedence: list List-Id: Discussion list for pacman development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: pacman-dev-bounces@lists.archlinux.org Sender: "pacman-dev" Authentication-Results: mail.archlinux.org; dkim=pass header.d=merelinux-org.20210112.gappssmtp.com header.s=20210112 header.b=a+jlfAGb; dmarc=none; spf=pass (mail.archlinux.org: domain of pacman-dev-bounces@lists.archlinux.org designates 95.217.236.249 as permitted sender) smtp.mailfrom=pacman-dev-bounces@lists.archlinux.org X-Rspamd-Queue-Id: 76866BD5DCE X-Spamd-Result: default: False [-3.91 / 15.00]; REPLY(-4.00)[]; MID_CONTAINS_FROM(1.00)[]; R_MISSING_CHARSET(0.50)[]; RCVD_DKIM_ARC_DNSWL_MED(-0.50)[]; MAILLIST(-0.20)[mailman]; R_DKIM_ALLOW(-0.20)[merelinux-org.20210112.gappssmtp.com:s=20210112]; RCVD_IN_DNSWL_MED(-0.20)[95.217.236.249:from]; R_SPF_ALLOW(-0.20)[+ip4:95.217.236.249:c]; MIME_GOOD(-0.10)[text/plain]; HAS_LIST_UNSUB(-0.01)[]; DMARC_NA(0.00)[merelinux.org]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::f32:received]; PREVIOUSLY_DELIVERED(0.00)[pacman-dev@lists.archlinux.org]; RCVD_VIA_SMTP_AUTH(0.00)[]; ASN(0.00)[asn:24940, ipnet:95.217.0.0/16, country:DE]; FROM_NEQ_ENVFROM(0.00)[jeremy@merelinux.org,pacman-dev-bounces@lists.archlinux.org]; RCPT_COUNT_TWO(0.00)[2]; DKIM_TRACE(0.00)[merelinux-org.20210112.gappssmtp.com:+]; TO_DN_SOME(0.00)[]; ARC_NA(0.00)[]; FORGED_RECIPIENTS_MAILLIST(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; NEURAL_HAM(-0.00)[-1.000]; FORGED_SENDER_MAILLIST(0.00)[] X-Rspamd-Server: mail.archlinux.org Signed-off-by: Jeremy Huntwork --- doc/pacman.conf.5.asciidoc | 8 ++++++++ etc/pacman.conf.in | 1 + 2 files changed, 9 insertions(+) diff --git a/doc/pacman.conf.5.asciidoc b/doc/pacman.conf.5.asciidoc index 77a3907f..36517b9f 100644 --- a/doc/pacman.conf.5.asciidoc +++ b/doc/pacman.conf.5.asciidoc @@ -89,6 +89,14 @@ Options *NOTE*: this is an absolute path, the root path is not automatically prepended. +*AsignifyDir =* /path/to/asignify/dir:: + Overrides the default location of the directory containing trusted asignify + public keys. The default is +{sysconfdir}/pacman.d/asignify/+. + For packages and repositories signed with asignify, install the appropriate + public key counterparts here. + *NOTE*: this is an absolute path, the root path is not automatically + prepended. + *LogFile =* /path/to/log/file:: Overrides the default location of the pacman log file. The default is +{localstatedir}/log/pacman.log+. This is an absolute path and the root directory diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index 1799efc7..cc93060a 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -14,6 +14,7 @@ #CacheDir = @localstatedir@/cache/pacman/pkg/ #LogFile = @localstatedir@/log/pacman.log #GPGDir = @sysconfdir@/pacman.d/gnupg/ +#AsignifyDir = @sysconfdir@/pacman.d/asignify/ #HookDir = @sysconfdir@/pacman.d/hooks/ HoldPkg = pacman glibc #XferCommand = /usr/bin/curl -L -C - -f -o %o %u