public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnssec-root/
Date: Mon,  8 Nov 2021 15:14:59 +0000 (UTC)	[thread overview]
Message-ID: <1636384494.1b0c2f134e2582bdb23a1e2f965e865dba1fbe47.whissi@gentoo> (raw)

commit:     1b0c2f134e2582bdb23a1e2f965e865dba1fbe47
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  8 15:14:43 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Nov  8 15:14:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b0c2f13

net-dns/dnssec-root: don't verify signature chain

We are only interested in verifying root-anchors.xml itself.
We do not care about the signature chain.

Closes: https://bugs.gentoo.org/822447
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-dns/dnssec-root/dnssec-root-20181220-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-dns/dnssec-root/dnssec-root-20181220-r1.ebuild b/net-dns/dnssec-root/dnssec-root-20181220-r1.ebuild
index cf7ee395e9e..7e91c6e3c83 100644
--- a/net-dns/dnssec-root/dnssec-root-20181220-r1.ebuild
+++ b/net-dns/dnssec-root/dnssec-root-20181220-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -36,7 +36,8 @@ src_prepare() {
 		openssl smime -verify \
 			-content root-anchors.xml \
 			-in root-anchors.p7s -inform der \
-			-CAfile icannbundle.pem || die "OpenSSL S/Mime verify failed"
+			-CAfile icannbundle.pem \
+			-noverify || die "OpenSSL S/Mime verify failed"
 	else
 		einfo "dev-libs/openssl is not available, skipping optional validation root-anchors.xml"
 	fi


             reply	other threads:[~2021-11-08 15:15 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-08 15:14 Thomas Deutschmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-02  8:15 [gentoo-commits] repo/gentoo:master commit in: net-dns/dnssec-root/ Marc Schiffbauer
2024-06-20 20:35 Arthur Zamarin
2024-06-20 10:16 Arthur Zamarin
2024-06-20 10:16 Arthur Zamarin
2024-06-20  7:29 Sam James
2024-06-20  7:27 Sam James
2024-06-19 19:43 Arthur Zamarin
2023-06-03  6:02 WANG Xuerui
2022-11-10  0:35 Marc Schiffbauer
2022-11-02  5:11 Jakov Smolić
2022-01-25 21:25 Sam James
2020-07-23 12:47 Kent Fredric
2019-11-30  1:52 Thomas Deutschmann
2019-11-30  1:45 Thomas Deutschmann
2019-03-13 22:58 Thomas Deutschmann
2019-03-01  1:30 Thomas Deutschmann
2018-12-02  8:52 Thomas Deutschmann
2018-10-11 14:56 Andreas Hüttel
2018-10-06 19:46 Matt Turner
2018-10-06 19:46 Matt Turner
2018-10-05 18:37 Thomas Deutschmann
2018-10-05 13:41 Mikle Kolyada
2018-10-05 12:25 Thomas Deutschmann
2018-10-05  3:20 Thomas Deutschmann
2018-10-05  2:52 Thomas Deutschmann
2017-06-05 15:54 Thomas Deutschmann
2017-03-16 12:23 Michael Weber
2017-02-17 10:42 Agostino Sarubbo
2017-02-17 10:15 Agostino Sarubbo
2017-02-16 22:02 Michael Weber
2016-07-05  5:47 Yixun Lan
2016-05-04 21:53 Manuel Rüger
2016-03-27 17:32 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1636384494.1b0c2f134e2582bdb23a1e2f965e865dba1fbe47.whissi@gentoo \
    --to=whissi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox