From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id AOLfGtugTmOu7gAAbAwnHQ (envelope-from ) for ; Tue, 18 Oct 2022 14:49:31 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id wDnhGtugTmMeIAAAauVa8A (envelope-from ) for ; Tue, 18 Oct 2022 14:49:31 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 23FD62CC89 for ; Tue, 18 Oct 2022 14:49:31 +0200 (CEST) Received: from localhost ([::1]:54076 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1okm2E-0003w6-6I for larch@yhetil.org; Tue, 18 Oct 2022 08:49:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53126) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okm1m-0003t2-BT for guix-patches@gnu.org; Tue, 18 Oct 2022 08:49:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52428) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1okm1m-0005dS-1e for guix-patches@gnu.org; Tue, 18 Oct 2022 08:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1okm1l-0003DU-Se for guix-patches@gnu.org; Tue, 18 Oct 2022 08:49:01 -0400 Subject: bug#58388: [PATCH security] gnu: wolfssl: Update to 5.5.1. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 18 Oct 2022 12:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 58388 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Felix Lechner Cc: 58388-done@debbugs.gnu.org Mail-Followup-To: 58388@debbugs.gnu.org, ludo@gnu.org, felix.lechner@lease-up.com Received: via spool by 58388-done@debbugs.gnu.org id=D58388.166609729912295 (code D ref 58388); Tue, 18 Oct 2022 12:49:01 +0000 Received: (at 58388-done) by debbugs.gnu.org; 18 Oct 2022 12:48:19 +0000 Received: from localhost ([127.0.0.1]:51500 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okm14-0003CF-Sg for submit@debbugs.gnu.org; Tue, 18 Oct 2022 08:48:19 -0400 Received: from eggs.gnu.org ([209.51.188.92]:43180) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okm0s-0003BE-9s for 58388-done@debbugs.gnu.org; Tue, 18 Oct 2022 08:48:17 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56344) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okm0c-0005S1-CC; Tue, 18 Oct 2022 08:47:58 -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=FDJIU/GUpu2e3Horijne/rvxYGpJ4QOsCdmAM/eFkuE=; b=Xy76t305gM+B4/ewhJLZ e6HJUm/69l19LtzIAHNNLo0RVdSas7UV/ummjbfGfYDTjFgqMeHc+eI2ExYPeMUic+i2kuLHq2csa BdYERSb1oR1JRVy/Swf/qRmCKG7ww+UnJpVbTug66y5zS9y9WgJhnpQEWIuFg95Czpdh1W7XUcy5i +0VOwb/TtZx1KWGvaAn0Sf/OJPgdrCzZnu6TGGFnv9kqKhUd/km/d/tPKlJxIz3MuECmrVg9rjsQB Fi/rpdmcAF42JIDw7TAz3A3ba34JbRzWgefCSTtGhaoPpTGCf4XoNiuCUmsZlpPA8+u5af1L/Ity3 LU21TLw4enP3Ng==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=34828 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okm0W-0002iu-IM; Tue, 18 Oct 2022 08:47:46 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Tue, 18 Oct 2022 14:47:42 +0200 In-Reply-To: (Felix Lechner's message of "Sat, 8 Oct 2022 23:31:39 -0700") Message-ID: <87fsflnvrl.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1666097371; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=FDJIU/GUpu2e3Horijne/rvxYGpJ4QOsCdmAM/eFkuE=; b=WNzAsWXyfbn3naRLZOpRDcw4TLmHHlw5YPEzCY4KFDYxSsTLBvnAgT7tvE+/LJMg0oGb8E Cqkj44lUI99TKNclWDQx0D4xQr02IUUnukRJcfQWKRIzFVUyX0XiuD+tKFwi5VXApsXy1W VXz6zyXJBouWEHoEOFxqgQR9fK4KVuit2LPsWy9+MaKx2pvn3jAyaiY7dKvbVwjT3uDBiq ohiY90Z6ww6elUmAt4lXxTdPGPsn8xxJb9zQQ4CKh3KFXAWFeJ/qUIjx7CX+kR415Ykk+k QG/RY55Ad5ehD8Fh5ylLNbk9pNHlueD2m23i0dYm4PWQhU19IHGgOqIcIJKBrw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1666097371; a=rsa-sha256; cv=none; b=JRRAqH0ZyxEMBNRvN+Tzj+Z3yp846KeFkd6BaSjeuFuGFRKI4TDYFvWrdh8xGDiSpXmeLb mpsig0uWOgu913l397dk6y10IaxEbZaaFLTBJgY7linpkYxBtjNpwMk0obIjLRME4YEpJD mmF+Li4Plmj1J5D8PtL6mC43cHRMFvEI6OgxVw28JOkhWE18MhMyEQPHCgmf7+JDIhMCuF A4jbcPF5+PgAvbHMVU9uM9pyIF/+ISy9s3Mn0qE8WU6DZKun0W5xyNBMGswpfDvio/QESs DYgXWoJcO5CoN4vxSbBl6KKIni0jLTc7cyO9qCaIGFb6/I247jhrN37Yu9LFGA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Xy76t305; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.82 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Xy76t305; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 23FD62CC89 X-Spam-Score: -3.82 X-Migadu-Scanner: scn1.migadu.com X-TUID: F805IQDm0fxF Hi Felix, Felix Lechner skribis: > From 64c7d601e976ea9113bb06bdfd777a5bd8cee375 Mon Sep 17 00:00:00 2001 > From: Felix Lechner > Date: Sat, 8 Oct 2022 23:24:50 -0700 > Subject: [PATCH] gnu: wolfssl: Update to 5.5.1. > > * gnu/packages/tls.scm (wolfssl): Update to 5.5.1. Applied, thank you & sorry for the delay! Ludo=E2=80=99.