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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F7BC1581EC for ; Fri, 22 Nov 2024 23:22:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2682E0883; Fri, 22 Nov 2024 23:22:20 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5740E0883 for ; Fri, 22 Nov 2024 23:22:20 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE243340C39 for ; Fri, 22 Nov 2024 23:22:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D18431F45 for ; Fri, 22 Nov 2024 23:22:16 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1732317719.de7582c0b7f83aea822b0ee037ec32a7a695b369.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nss/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/nss/files/nss-3.106-disable-broken-tests.patch X-VCS-Directories: dev-libs/nss/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: de7582c0b7f83aea822b0ee037ec32a7a695b369 X-VCS-Branch: master Date: Fri, 22 Nov 2024 23:22:16 +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: 88b33446-ffcc-42ce-8dae-c918f9c6b11c X-Archives-Hash: 0f031c9756b89e34e1b32a7473c4969f commit: de7582c0b7f83aea822b0ee037ec32a7a695b369 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Nov 20 16:48:36 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Nov 22 23:21:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de7582c0 dev-libs/nss: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> .../nss/files/nss-3.106-disable-broken-tests.patch | 30 ---------------------- 1 file changed, 30 deletions(-) diff --git a/dev-libs/nss/files/nss-3.106-disable-broken-tests.patch b/dev-libs/nss/files/nss-3.106-disable-broken-tests.patch deleted file mode 100644 index 2e711070344e..000000000000 --- a/dev-libs/nss/files/nss-3.106-disable-broken-tests.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff '--color=auto' -Naur a/tests/tools/tools.sh b/tests/tools/tools.sh ---- a/tests/tools/tools.sh 2024-10-27 18:25:18.489626868 +0200 -+++ b/tests/tools/tools.sh 2024-10-27 18:29:33.732940327 +0200 -@@ -540,26 +540,6 @@ - ret=$? - html_msg $ret 0 "Importing private key pbmac1 hmac-sha-512 from PKCS#12 file" - check_tmpfile -- -- echo "${BINDIR}/pk12util -l ${TOOLSDIR}/data/pbmac1-invalid-bad-iter.p12 -d ${P_R_COPYDIR} -k ${R_PWFILE} -W '1234'" -- ${BINDIR}/pk12util -l ${TOOLSDIR}/data/pbmac1-invalid-bad-iter.p12 -d ${P_R_COPYDIR} -k ${R_PWFILE} -W '1234' 2>&1 -- ret=$? -- html_msg $ret 19 "Fail to list private key with bad iterator" -- check_tmpfile -- -- echo "${BINDIR}/pk12util -l ${TOOLSDIR}/data/pbmac1-invalid-bad-salt.p12 -d ${P_R_COPYDIR} -k ${R_PWFILE} -W '1234'" -- ${BINDIR}/pk12util -l ${TOOLSDIR}/data/pbmac1-invalid-bad-salt.p12 -d ${P_R_COPYDIR} -k ${R_PWFILE} -W '1234' 2>&1 -- ret=$? -- echo "Fail to list private key with bad salt val=$ret" -- html_msg $ret 19 "Fail to import private key with bad salt" -- check_tmpfile -- -- echo "${BINDIR}/pk12util -l ${TOOLSDIR}/data/pbmac1-invalid-no-length.p12 -d ${P_R_COPYDIR} -k ${R_PWFILE} -W '1234'" -- ${BINDIR}/pk12util -l ${TOOLSDIR}/data/pbmac1-invalid-no-length.p12 -d ${P_R_COPYDIR} -k ${R_PWFILE} -W '1234' 2>&1 -- ret=$? -- echo "Fail to import private key with no length val=$ret" -- html_msg $ret 19 "Fail to import private key with no length" -- check_tmpfile - } - - ############################## tools_p12 ###############################