From patchwork Mon Oct 30 21:06:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 55673 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id DA10127BBEA; Mon, 30 Oct 2023 21:10:27 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 1582527BBE2 for ; Mon, 30 Oct 2023 21:10:26 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxZWg-0007Dt-Bz; Mon, 30 Oct 2023 17:10:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qxZVq-0006oD-Bh for guix-patches@gnu.org; Mon, 30 Oct 2023 17:09:31 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qxZVp-0004t6-CF for guix-patches@gnu.org; Mon, 30 Oct 2023 17:09:29 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qxZWM-0000pU-Mw; Mon, 30 Oct 2023 17:10:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66839] [PATCH 18/19] gnu: rust-sha-1-0.10: Downgrade to 0.10.1 Resent-From: Steve George Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, guix-patches@gnu.org Resent-Date: Mon, 30 Oct 2023 21:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66839 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66839@debbugs.gnu.org Cc: Steve George , efraim@flashner.co.il X-Debbugs-Original-Xcc: efraim@flashner.co.il Received: via spool by 66839-submit@debbugs.gnu.org id=B66839.16987001583086 (code B ref 66839); Mon, 30 Oct 2023 21:10:02 +0000 Received: (at 66839) by debbugs.gnu.org; 30 Oct 2023 21:09:18 +0000 Received: from localhost ([127.0.0.1]:46867 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZVd-0000ni-Qm for submit@debbugs.gnu.org; Mon, 30 Oct 2023 17:09:18 -0400 Received: from mailtransmit04.runbox.com ([2a0c:5a00:149::25]:38774) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZVY-0000me-TA for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 17:09:13 -0400 Received: from mailtransmit02.runbox ([10.9.9.162] helo=aibo.runbox.com) by mailtransmit04.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1qxZUv-00FbOl-Is for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:08:33 +0100 Received: from [10.9.9.72] (helo=submission01.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qxZUv-0005Gq-4q for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:08:33 +0100 Received: by submission01.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qxZUg-006vUC-Fi; Mon, 30 Oct 2023 22:08:18 +0100 From: Steve George Date: Mon, 30 Oct 2023 21:06:24 +0000 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches Later versions of this crate are yanked upstream. * gnu/packages/crates-io.scm (rust-sha-1): Downgrade to 0.10.1 -- >8 -- * rebuild rust-sequoia-openpgp-1 which depends on this crate * rebuilt & quick test of sequoia-sq application * rebuilt rust-hkdf-0.12 crate --- gnu/packages/crates-io.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index c9829a7bb9..fe3f375bd6 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -65378,7 +65378,7 @@ (define-public rust-servo-fontconfig-sys-5 (define-public rust-sha-1-0.10 (package (name "rust-sha-1") - (version "0.10.5") + (version "0.10.1") (source (origin (method url-fetch) @@ -65387,10 +65387,10 @@ (define-public rust-sha-1-0.10 (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1jr2a7pi67s8nxm4m09df9nnzsdlpif5hnk29hl8xk55fx975y2y")))) + "1700fs5aiiailpd5h0ax4sgs2ngys0mqf3p4j0ry6j2p2zd8l1gm")))) (build-system cargo-build-system) (arguments - `(#:tests? #f ; use of undeclared crate or module `sha1` + `(#:tests? #t ; use of undeclared crate or module `sha1` #:cargo-inputs (("rust-cfg-if" ,rust-cfg-if-1) ("rust-cpufeatures" ,rust-cpufeatures-0.2)