From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 58734C433F5 for ; Thu, 30 Sep 2021 19:06:17 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 61DDD619EC for ; Thu, 30 Sep 2021 19:06:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 61DDD619EC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id ADFC381725; Thu, 30 Sep 2021 21:06:13 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="PAK6oSmg"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 79A6280F9D; Thu, 30 Sep 2021 21:06:01 +0200 (CEST) Received: from mail-qk1-x736.google.com (mail-qk1-x736.google.com [IPv6:2607:f8b0:4864:20::736]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id C031780F6A for ; Thu, 30 Sep 2021 21:05:54 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qk1-x736.google.com with SMTP id b65so6845142qkc.13 for ; Thu, 30 Sep 2021 12:05:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=0ApfE1AVpr/HG9vIaBVJ5vglsPN2tBJGN8LjKFEtTjc=; b=PAK6oSmgOjtorK2KkgBgQI9b4b968DyEZOkM8U7NcmbR6Mk1bebXbx7xcvISoOuvHt 4JAuxb4GnSSVjhQJzPowHmTA4pisOdfJS4KD7ARy68HkrXw4yoTeDQ+UvP3UvIm/pO6B 7ucYP5bU/qaCFhTD7FPq8qpSSYnHyqlA40oB0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=0ApfE1AVpr/HG9vIaBVJ5vglsPN2tBJGN8LjKFEtTjc=; b=3wL+TwzIHDsbsNkxCKdj6AwLVEMPypixQDLhEgrCnXHHqyEdnW1Dal+DLt++wIemry XdD1usUucpCop5QrgD2yHArMqn19X7G2OZWV5fBbNq7x35uiAJaG5Op7hGoNBi+GhRu9 dswBpD54SQaPip+4vUWjAqv0io4L8iK9fG0LSsnA5DKHrMWSdqHHxMKM2kddC8oMRvUJ 9ol5k5+lbDFRwNJhI8oMRIKk8/EyGsg1ZClYlXfeAhYyXQjBYiCVYtrv+lZ/EEfh8S9B ObN8JX7KJ8L1oyYoUM6gX3F4to3OhyHvBG03Qu5nshUQsqbko2dze82rPzDuwx60OJts 07Rw== X-Gm-Message-State: AOAM533Q9wEEsLDjsOliJPwZjbP0FLzXvOWBSJpVd4cbaHeH0uT/l7ZM iDsk0Lukq+3TwDR6QUCHGUG99NnR/6LWJA== X-Google-Smtp-Source: ABdhPJy8eyC7/bqeZ3vRoSm0JEamtpirWIjfVRswL3LexTmvyin0Plyz8DHBmrIuzyGnFjynj+tJZQ== X-Received: by 2002:a37:aa8f:: with SMTP id t137mr6175024qke.381.1633028752994; Thu, 30 Sep 2021 12:05:52 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-545f-08ff-1a69-4a55.res6.spectrum.com. [2603:6081:7b01:cbda:545f:8ff:1a69:4a55]) by smtp.gmail.com with ESMTPSA id h14sm2249718qtx.69.2021.09.30.12.05.51 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 30 Sep 2021 12:05:51 -0700 (PDT) Date: Thu, 30 Sep 2021 15:05:49 -0400 From: Tom Rini To: u-boot@lists.denx.de Subject: Re: CI and ca-certificates packages Message-ID: <20210930190549.GD31748@bill-the-cat> References: <20210930153411.GA31748@bill-the-cat> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Cu2X4S6QpqS+1MBM" Content-Disposition: inline In-Reply-To: <20210930153411.GA31748@bill-the-cat> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.9.4 (2018-02-28) X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean --Cu2X4S6QpqS+1MBM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 30, 2021 at 11:34:11AM -0400, Tom Rini wrote: > Hey all, >=20 > Due to the combination of the Let's Encrypt root certificate change and > the CI images not ending up with a new enough ca-certificates package, > CI is currently failing. It looks like the best fix for this, sadly, is > to rebuild the CI images, so I'll be doing that, uploading to Docker and > pushing those changes as soon as I can. I've now respun both images and pushed a change for master, and next, to use these new images. --=20 Tom --Cu2X4S6QpqS+1MBM Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFWCo0ACgkQFHw5/5Y0 tyyuXwwAo0VPwdjsbAgIarBdkUgjtUANUvOkA/3tYRGuRWX+LrcjToMjuiHMAvXI 8bWBVrl8E6o9SefxSoHCzRNeNfx00s6aQZ/tLW0uZcBlvL/mQBRwHNJL8TVDpwO2 1nacfK3G43D+M80JxfiGVcCH7n21AxBwXkg0fW2bpu8VXEx766ducp+hCHaTXqfZ ecv29TNPmbufKbS9WX42jlC3JLv0UB9Jrf7vPgvrxSmguAuvCO1NEnbMRIqSjMX/ iBMbtLqHQDt7Q95mv70zi5JH4W4w1VjRMFpllxz9Nf2q+pDOIcHZN8waJw4H+oI3 +IIKmKMhqjIpUw4Fx6SWK2DXOCc0GffTwlXZoCstUN5SZvGQiu9/+8i5DR75Xen1 TYz/IVOs8H7A43cFGxUD4WqT6wbKQwa3OSDLgGfGhk0U0OKXk6EemYUcXsE+LNTZ ZRU+3uOEv6idFj1j1Rua8z6+u23hoZRkjSRJgZIKl3X4GbfGiqRsxXfCAb0WAv9R AjgHEuzh =OHWs -----END PGP SIGNATURE----- --Cu2X4S6QpqS+1MBM--