From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B4B315838C for ; Tue, 30 Jan 2024 23:56:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 462BA2BC094; Tue, 30 Jan 2024 23:56:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 2430C2BC094 for ; Tue, 30 Jan 2024 23:56:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id AD0BB3430CB for ; Tue, 30 Jan 2024 23:56:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBE49BC0 for ; Tue, 30 Jan 2024 23:56:30 +0000 (UTC) From: "Alarig Le Lay" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alarig Le Lay" Message-ID: <1706658983.7e25d4bcc522a401daa2aad8dfde0c220caab791.AlarigLeLay@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/rpki-client/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/rpki-client/rpki-client-8.8.ebuild X-VCS-Directories: net-misc/rpki-client/ X-VCS-Committer: AlarigLeLay X-VCS-Committer-Name: Alarig Le Lay X-VCS-Revision: 7e25d4bcc522a401daa2aad8dfde0c220caab791 X-VCS-Branch: dev Date: Tue, 30 Jan 2024 23:56:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f5cf6997-9dd6-4a06-83fc-5488e86ece25 X-Archives-Hash: 49e116203c658f1c389797c5637ce98a commit: 7e25d4bcc522a401daa2aad8dfde0c220caab791 Author: Alarig Le Lay swordarmor fr> AuthorDate: Tue Jan 30 23:55:59 2024 +0000 Commit: Alarig Le Lay swordarmor fr> CommitDate: Tue Jan 30 23:56:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e25d4bc net-misc/rpki-client: Install *.constraints files As per https://datatracker.ietf.org/doc/html/draft-snijders-constraining-rpki-trust-anchors#name-example-listings-of-constra Signed-off-by: Alarig Le Lay swordarmor.fr> net-misc/rpki-client/rpki-client-8.8.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/rpki-client/rpki-client-8.8.ebuild b/net-misc/rpki-client/rpki-client-8.8.ebuild index d2bc9af4f0..7dcbad53e2 100644 --- a/net-misc/rpki-client/rpki-client-8.8.ebuild +++ b/net-misc/rpki-client/rpki-client-8.8.ebuild @@ -44,6 +44,7 @@ src_install() { insinto /etc/rpki doins *.tal + doins *.constraints keepdir "/var/db/${PN}/" fowners -R _rpki-client "/var/db/${PN}/"