From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 11 00:56:56 2022 Received: (at submit) by debbugs.gnu.org; 11 Mar 2022 05:56:56 +0000 Received: from localhost ([127.0.0.1]:36265 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSYGm-0006AV-9q for submit@debbugs.gnu.org; Fri, 11 Mar 2022 00:56:56 -0500 Received: from lists.gnu.org ([209.51.188.17]:34488) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSYGk-0006AO-U0 for submit@debbugs.gnu.org; Fri, 11 Mar 2022 00:56:55 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46098) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nSYGj-0004wd-Rr for guix-patches@gnu.org; Fri, 11 Mar 2022 00:56:54 -0500 Received: from mout-p-101.mailbox.org ([80.241.56.151]:33370) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1nSYGb-0000Y8-I6 for guix-patches@gnu.org; Fri, 11 Mar 2022 00:56:48 -0500 Received: from smtp102.mailbox.org (smtp102.mailbox.org [80.241.60.233]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4KFFYc1DVlz9sk9 for ; Fri, 11 Mar 2022 06:56:36 +0100 (CET) From: Brendan Tildesley DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1646978192; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=NeqBWPHD0DrtXr/OIxxnfvmtUKY3cFraYFQfSUvEwbw=; b=EJd+12MLVRVcNERc0mKfrig1FAyZhbecJ5PR3xFpocCSyd2fdGkFiGxIOjWMFKvlJCs6oN xf2ecT1FnX4BJwiWd4PdnVOTK5vslG36rVcvIp7IhB2rAwry4JSHx0fg3IQFIuFgs8dmlu s5Jh3KZnoq1c0o6tkUAlSoD9Y+rp21hDIwiPlcAPUsl31IPeoafR3d7h57t3LGLBXF+fEh GLgtmUdHLv1MP9qDFz+G7WStts9KS5laWbTnlerIT7yxHSzzFsMkZpfNV5nyo9C4LFsMT+ SO2izR5EOiH1Cc+fpiIi9OzW8L2uW/LTBuTnXATRfIRBGEV3XuHbCo0+yjXY+w== To: guix-patches@gnu.org Subject: [PATCH] gnu: crypto++: Update to 8.6.0. Date: Fri, 11 Mar 2022 16:56:19 +1100 Message-Id: <20220311055619.19565-1-mail@brendan.scot> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=80.241.56.151; envelope-from=mail@brendan.scot; helo=mout-p-101.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.7 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.7 (--) * gnu/packages/crypto.scm (crypto++): Update to 8.6.0. Note: This release includes a fix for a bug where code using AVX2 instructions produced incorrect encrypted files: https://github.com/weidai11/cryptopp/issues/1069 --- gnu/packages/crypto.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index f07be01c97..007119c6de 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -21,7 +21,7 @@ ;;; Copyright © 2020 pukkamustard ;;; Copyright © 2021 Ellis Kenyő ;;; Copyright © 2021 Maxime Devos -;;; Copyright © 2021 Brendan Tildesley +;;; Copyright © 2021, 2022 Brendan Tildesley ;;; ;;; This file is part of GNU Guix. ;;; @@ -731,7 +731,7 @@ (define-public perl-math-random-secure (define-public crypto++ (package (name "crypto++") - (version "8.5.0") + (version "8.6.0") (source (origin (method git-fetch) (uri @@ -743,7 +743,7 @@ (define-public crypto++ (file-name (git-file-name name version)) (sha256 (base32 - "0in7rlazq91vfi519g9wr7bh87hii47cimxv7fmj0f88vhjaidq3")))) + "1vm821wpx59ccz6gr4xplqpxj3f1qq3jijyybj2g4npqmmldhx3b")))) (build-system gnu-build-system) (arguments `(#:make-flags -- 2.34.0