From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id eFySKmLhJGN5QgAAbAwnHQ (envelope-from ) for ; Fri, 16 Sep 2022 22:49:38 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id +ElhKmLhJGMyZAAAauVa8A (envelope-from ) for ; Fri, 16 Sep 2022 22:49:38 +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 4458022A65 for ; Fri, 16 Sep 2022 22:49:37 +0200 (CEST) Received: from localhost ([::1]:55886 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oZIHI-0005am-9J for larch@yhetil.org; Fri, 16 Sep 2022 16:49:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55628) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oZIFo-0004hm-Ia for guix-patches@gnu.org; Fri, 16 Sep 2022 16:48:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45357) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oZIFm-0005tX-EV for guix-patches@gnu.org; Fri, 16 Sep 2022 16:48:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oZIFl-0006QE-VH for guix-patches@gnu.org; Fri, 16 Sep 2022 16:48:01 -0400 Subject: bug#57707: [PATCH core-updates 0/2] Upgrade googletest. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 16 Sep 2022 20:48:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 57707 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Greg Hogan , 57707-done@debbugs.gnu.org Cc: Greg Hogan Mail-Followup-To: 57707@debbugs.gnu.org, marius@gnu.org, code@greghogan.com Received: via spool by 57707-done@debbugs.gnu.org id=D57707.166336122924535 (code D ref 57707); Fri, 16 Sep 2022 20:48:01 +0000 Received: (at 57707-done) by debbugs.gnu.org; 16 Sep 2022 20:47:09 +0000 Received: from localhost ([127.0.0.1]:44434 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oZIEu-0006Nf-Ns for submit@debbugs.gnu.org; Fri, 16 Sep 2022 16:47:08 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39900) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oZIEp-0006N3-SU for 57707-done@debbugs.gnu.org; Fri, 16 Sep 2022 16:47:07 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46412) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oZIEj-0005lh-2C; Fri, 16 Sep 2022 16:46: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:Date:References:In-Reply-To:Subject:To: From; bh=0JsMuZY3dA4T9XOkhpR30O2VMgJ+0t3lIRn2V30qnuE=; b=SnITy2bdCLGZRB1es0OG 8C+ozAm1rK/jH1YoCpDvF6hzUYjXs6Ls6a9gegWxIL61EFORmpvtmpW4t571iz1JGS2fpDKNQFSUy K/BVFySXBm0aWOszqY3ZcoIUkwMgF09qqciM4/EuVQfCqxKoqJcfZDbFK2m2dJrcEuRlZHAwGs59o rpjwbfMPOtnwWfUIyTLr7kj0vCy7uSLg3V84qpqVcspU+6vmXyexsIIYgEz0XD8KsPg4T+EjUAqAT iK1qGtFhiZK1PHZVMk1dn1wtEiZQ1FVL6CQQhvC9Dxrqem4ad7VdytQguqUqYMXZl+PjN/4GvKHG8 PhD8T78+EEq+BA==; Received: from [84.214.173.6] (port=55268 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oZIEi-0005LJ-Jf; Fri, 16 Sep 2022 16:46:56 -0400 From: Marius Bakke In-Reply-To: References: Date: Fri, 16 Sep 2022 22:46:54 +0200 Message-ID: <871qsbyrlt.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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=1663361378; 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: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=0JsMuZY3dA4T9XOkhpR30O2VMgJ+0t3lIRn2V30qnuE=; b=YWHkuNFWVrrk2xKmNhuL9Mf2DL2Y0F7Rn61Hwfl7POWtFMivseRqIdeRxGTpCGmeLZJc1A xh037IfweoSurQ9beL05afxcKmQ1za20hfY8mrc5W/0JyvlPphy6VpRaIKeN1Gt3VM4JCd iHAc35BMzc09ubbuTOP545ELLAHdNCSmo5W1qEoqyFHY9OgA3/l1FsJrKoZV7HLUZ16rkd T6h1euxv1tEws72kgXt6D7aqM6ikf2LKxpt3WRxS5/Id8PvCF6SJo4usCg7fEDMO4kJv2e xELFTcHxNU5Di75EhPR2NQlOTgJTgjySuuRZHNYsbWLVAVATGc9LJlsZqfshmQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1663361378; a=rsa-sha256; cv=none; b=qxLbkIvbrI1KyDsIB3534mqBHlqxLK42+7YAPn27T8sXW2f8uJP76kAxbcg5GFqu2XLlcN onbMfNCtqCEQBsMnT2f6yaGfpqSvBCBB4ALbh9mAAir3tBOxeBlIWEsTeX47gNtIvoptxm Q/0uRAQXKxSOpB8hiXd6ytc4+0EuAyNwOkr0zJjsVSb2bK6dKfSvqU0tEnCijskSxLrRJx jGJRe7NFtKnEPH+26AzpG4Q9+9Y8JyHVIPePQM8szLqY2EXgCQ89knregl3zoApQ5FmFcn 69nBnHeRyHajVGFFrPZzufjgfTTAKfukbKF3dD2tJQMFQqfAR1jZo3fiViKQTA== 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=SnITy2bd; 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.83 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=SnITy2bd; 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: 4458022A65 X-Spam-Score: -5.83 X-Migadu-Scanner: scn1.migadu.com X-TUID: 7g7aRUNO3Gin --=-=-= Content-Type: text/plain Greg Hogan skriver: > Greg Hogan (2): > gnu: googletest: Update to 1.12.1. > gnu: abseil-cpp: Re-enable testing. Pushed in: 85c7e40ca8 gnu: googletest: Update to 1.12.1. 5339cb1161 gnu: abseil-cpp: Re-enable testing. Thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEARYKAC0WIQRNTknu3zbaMQ2ddzTocYulkRQQdwUCYyTgvg8cbWFyaXVzQGdu dS5vcmcACgkQ6HGLpZEUEHe7ywEA9HGqvVGOzMkaA62HQqK0t9aRNu/fIs7f7N+6 sw9fADQA/1KE8DVtKx6qlMYGWXS7mtelLu0JjM7FIRNq2JP0MYEN =3Cyi -----END PGP SIGNATURE----- --=-=-=--