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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 85EA8158012 for ; Tue, 13 Sep 2022 09:08:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8D3CE08F0; Tue, 13 Sep 2022 09:08:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 91E32E08F0 for ; Tue, 13 Sep 2022 09:08:37 +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 ADFA2340D67 for ; Tue, 13 Sep 2022 09:08:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E9CD5C7 for ; Tue, 13 Sep 2022 09:08:35 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1663060113.8d70c17557e854d21d7d5bed5b669fab3acac3c2.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/librnp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/librnp/librnp-0.16.1.ebuild X-VCS-Directories: dev-util/librnp/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 8d70c17557e854d21d7d5bed5b669fab3acac3c2 X-VCS-Branch: master Date: Tue, 13 Sep 2022 09:08:35 +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: 5d831c4c-5c6f-44bd-9629-866f82fa9066 X-Archives-Hash: 7e3261fd5ef38ed115053b47d6a08aa2 commit: 8d70c17557e854d21d7d5bed5b669fab3acac3c2 Author: Joonas Niilola gentoo org> AuthorDate: Tue Sep 13 09:06:03 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Sep 13 09:08:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d70c175 dev-util/librnp: add another upstream issue link to 0.16.1 Signed-off-by: Joonas Niilola gentoo.org> dev-util/librnp/librnp-0.16.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/librnp/librnp-0.16.1.ebuild b/dev-util/librnp/librnp-0.16.1.ebuild index 4d26065cfc69..b6ba813ff651 100644 --- a/dev-util/librnp/librnp-0.16.1.ebuild +++ b/dev-util/librnp/librnp-0.16.1.ebuild @@ -51,6 +51,7 @@ src_configure() { # OpenSSL support is still not as complete as botan. # https://github.com/rnpgp/rnp/issues/1642 AEAD, + # https://github.com/rnpgp/rnp/issues/1902 BRAINPOOL, # https://github.com/rnpgp/rnp/issues/1877 SM2, # https://github.com/openssl/openssl/issues/2046 TWOFISH. else