From unknown Sat Sep 06 00:11:31 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#54336 <54336@debbugs.gnu.org> To: bug#54336 <54336@debbugs.gnu.org> Subject: Status: [PATCH] gnu: crypto++: Update to 8.6.0. Reply-To: bug#54336 <54336@debbugs.gnu.org> Date: Sat, 06 Sep 2025 07:11:31 +0000 retitle 54336 [PATCH] gnu: crypto++: Update to 8.6.0. reassign 54336 guix-patches submitter 54336 Brendan Tildesley severity 54336 normal tag 54336 patch thanks 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 From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 14 18:32:10 2022 Received: (at 54336-done) by debbugs.gnu.org; 14 Mar 2022 22:32:10 +0000 Received: from localhost ([127.0.0.1]:46743 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nTtEY-0004De-1c for submit@debbugs.gnu.org; Mon, 14 Mar 2022 18:32:10 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59556) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nTtEW-0004DM-Ry for 54336-done@debbugs.gnu.org; Mon, 14 Mar 2022 18:32:09 -0400 Received: from [2001:470:142:3::e] (port=53126 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nTtER-00005Y-EV; Mon, 14 Mar 2022 18:32:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=B0G2KmtXPg6DdLiX6JQc17eogF+7lj1U5IA3nJ9fwGo=; b=j4s3Gcl3fpx+jlJGKR2g IncAmuXjbEqHOvw/a7/XnBVt3F3XgvV+vdRZilEydtM9Nc0NgI2YePajjt63resIAjEnORT8tdilY PwpsAPWAJGf/Ya739UndiB16PEzS2IZ3bNpH/jNpNkiZ+nbdeNbqgBtIenABCMl2JHLRFx8VWvv8x fQlpezOg9wBWDAz+iBah3b/N+27Bohcc33HG+QVllKISNBNDu1Z4DHKk8MDQHAuEc2uJbGaZ4wq43 cGjStbWlM2nlXa6v2Q4VNL2z2VcpJbsbNrsiTRkHIKplJCY5FwWjF+wTw2bdi/3eDGMJ7GApRq9U8 kXrdIKz3PYQRzg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:57875 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nTtEQ-0007lr-Op; Mon, 14 Mar 2022 18:32:03 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Brendan Tildesley Subject: Re: bug#54336: [PATCH] gnu: crypto++: Update to 8.6.0. References: <20220311055619.19565-1-mail@brendan.scot> Date: Mon, 14 Mar 2022 23:32:00 +0100 In-Reply-To: <20220311055619.19565-1-mail@brendan.scot> (Brendan Tildesley's message of "Fri, 11 Mar 2022 16:56:19 +1100") Message-ID: <87lexcp3mn.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54336-done Cc: 54336-done@debbugs.gnu.org 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: -3.3 (---) Hi, Brendan Tildesley skribis: > * 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 Applied, thanks! Ludo=E2=80=99. From unknown Sat Sep 06 00:11:31 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 12 Apr 2022 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator