From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.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 6PmZM4x2YGKrDgEAbAwnHQ (envelope-from ) for ; Wed, 20 Apr 2022 23:09:32 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id wF6tM4x2YGL7hgAA9RJhRA (envelope-from ) for ; Wed, 20 Apr 2022 23:09:32 +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 6AD6F2FAD4 for ; Wed, 20 Apr 2022 23:09:32 +0200 (CEST) Received: from localhost ([::1]:50742 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nhHZr-0004Nf-JG for larch@yhetil.org; Wed, 20 Apr 2022 17:09:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33664) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nhHZP-0004N8-Gm for guix-patches@gnu.org; Wed, 20 Apr 2022 17:09:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53815) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nhHZP-0004bD-4a for guix-patches@gnu.org; Wed, 20 Apr 2022 17:09:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nhHZP-0006g3-04 for guix-patches@gnu.org; Wed, 20 Apr 2022 17:09:03 -0400 Subject: bug#54958: [PATCH 0/12] gnu: aws-sdk-cpp: Update to 1.9.236. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 20 Apr 2022 21:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54958 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Greg Hogan Cc: 54958-done@debbugs.gnu.org Mail-Followup-To: 54958@debbugs.gnu.org, ludo@gnu.org, code@greghogan.com Received: via spool by 54958-done@debbugs.gnu.org id=D54958.165048888825551 (code D ref 54958); Wed, 20 Apr 2022 21:09:02 +0000 Received: (at 54958-done) by debbugs.gnu.org; 20 Apr 2022 21:08:08 +0000 Received: from localhost ([127.0.0.1]:47706 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nhHYW-0006e3-1z for submit@debbugs.gnu.org; Wed, 20 Apr 2022 17:08:08 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40250) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nhHYT-0006dM-NH for 54958-done@debbugs.gnu.org; Wed, 20 Apr 2022 17:08:06 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45896) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nhHYO-0004X1-Eu; Wed, 20 Apr 2022 17:08:00 -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=SeJg8U+DQpady6B8/MVSHBw+MV7/RrJQW7WugrS4+HI=; b=D3n0ED8RkH50eoNDb4QH vJ90sxEaCz81czfJONO2gSet+hZTJiQ2WX/5hESlg7I3QJFMykR9eOzzi2lk2bQ4Ibnx1VSl8gCp6 aHS8XemGU9htBbX3SvkLxuYb4l7Htwdcb6rxyU1EM3uqwWlKMm5DEaYs/lFlRUIC+ie8K1UFYeR4J jYU6nneh2ZHbiNHKmDvEookGaZUpuqWZO50T9W9Koii/t5lDTNvsRMDRNHWlXNTE6IJGSLUubMiLn QHBgFujo0Y46QdYjJGboJK973wealN1d3RHE85bT9e2ona3P/iul+e44rUdlwYU4qTOSpQx50/pwq zZ0T8QHO1KSKJA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:53190 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nhHYO-0007ba-2t; Wed, 20 Apr 2022 17:08:00 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Wed, 20 Apr 2022 23:07:57 +0200 In-Reply-To: (Greg Hogan's message of "Fri, 15 Apr 2022 11:30:31 -0400") Message-ID: <87fsm7mpjm.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-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-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1650488972; 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=SeJg8U+DQpady6B8/MVSHBw+MV7/RrJQW7WugrS4+HI=; b=KfxnJ1Bp9259E1hTPKnpA1OecEQoMm6YEuF+oW1oGUEzFeHw2rHucbZdcio6zPW/yBL3if NvZ+cjH35mbizhM/IpYXDRQSHd4Q1MeCZKfcWWoRcr93qKZOOHBxDPI1V/d9+gR0KndVmg PlJG5z94iEJK+U5klFCdp9N6oxmFBqL8ARoetNe6PkRgrmP+l3Ht5ajfKE5DcgjdSY6YeT KigWvujsUAanvxoN7fOZs3dVhRdt3q7FGw3vcHpbBrjSMv2cLYspXZR16yw7QW5eHEa66t eJHviK/bGDW90VCvmQiK5vvax2MtlYIsGJB7Bin5RC5ziOOy3Ka561SG8LTZXQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1650488972; a=rsa-sha256; cv=none; b=hDsJ7oYbdTdYeL7q6dljy7mq14RDwCY3X6nuwZKFiMZbFxE/4gvXGdnNOhXrNRWBQnUdzd tD7h3SqO020UlQctp+oIsMQqby9p+zU2dq0MuPykXn+E27uhAV85MWRGA2PmjdneN3LaxW Oj/QNI4uNC5WbDaFSSSjLE7WzsmCIhlN9+HUhbqWA7beho7Zk0Q4ByAG8S4IfDmR4BtRl8 rFjuPaqC1CAeyP2zbdIi5IWYmSJukiciApRpobExiPuN3qlH2Z+hCMp+QHn2uu5/D0dwbm EyiFZ4GfYv+P7uLIppkv0BhgvmC0Ooj7pCfkwEM+kTLGn87oAixeP10gmVsWqQ== 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=D3n0ED8R; 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: -5.04 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=D3n0ED8R; 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: 6AD6F2FAD4 X-Spam-Score: -5.04 X-Migadu-Scanner: scn0.migadu.com X-TUID: VqMVtIw6IsFT Greg Hogan skribis: > This patchset updates aws-sdk-cpp and the aws library dependencies. There > are no external dependent packages. Applied the whole series, thanks! Ludo=E2=80=99.