From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id qLk8OfpZ32RSUAAASxT56A (envelope-from ) for ; Fri, 18 Aug 2023 13:46:03 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id iNMBOfpZ32TimwAAauVa8A (envelope-from ) for ; Fri, 18 Aug 2023 13:46:02 +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 0EC144E6B9 for ; Fri, 18 Aug 2023 13:46:02 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=H+jLiJV3; 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"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1692359162; 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=OHbA+d+1J+c4kuqq71M0CEuw9OJazjllRw1E+No2xmA=; b=PNyyHqmr3Nu8dZqJrhs8+5Go1DvTw36rI2xUrb+H6i5F1zDL8Rwig58SsT+BTX+2vpskDX p+VSuYvjcG1CWsqCG5WUJpeAuEisGdaeXGpnroBN9/b8OR4dBmg+8laSITvb+Bf1+bBeWo TFRX78k84MblEtO47r4Z2g3PQsFK7FY8XncVARYQZFc7UXr+Kt2kE/heVyR27cYhM9Pp8e IhYFkIsDDoWnxMr+qbmzluOlx8iCU4BE88Xuuj9ckl5SDnUm8Zx2GlhWKMfYZ4iuKeQy57 vzjS/9VCS7HcZhtOBNa+KJGQNX0thxWhchTmQCo+PSUlX5evYTf8dZmIPpQytA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=H+jLiJV3; 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"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1692359162; a=rsa-sha256; cv=none; b=jq0JmNCxeVNOWTp0Tq8hVWcqV5fMt6+4L0Q+MdHgnwyneHT6I1VaIJjQJZ7WCG3dfZUmy2 /mGJPOJwSMG82V/GI/3Q6Q1PxMyVHqOcAumwoapxhStiUI4GoI8QSvbHb7YLMtsjki3AQF I79wpj7kiO6URd2Spt8GSfSlRVJWe9Fvo50MxusqIWiJ72bWQql+DLg2sRBoNJPVuCcZVZ hxNJ2ugq71eWmlqlD9QmfWNOu1MmXAGBglg3ka2m8iT6jPWwHbhKR5RK3Ep0/aODeQWlm+ v5H9JYawOsb+wesnmrNczcduoiFk1FLTGO49SiBbLKrUtnXm/DVQxrJBD8lm3w== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qWxvG-0001al-0f; Fri, 18 Aug 2023 07:45:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qWxsi-0000KL-6b for guix-patches@gnu.org; Fri, 18 Aug 2023 07:43:10 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qWxsc-0001Pj-J2 for guix-patches@gnu.org; Fri, 18 Aug 2023 07:43:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qWxsc-0003Gc-J3 for guix-patches@gnu.org; Fri, 18 Aug 2023 07:43:02 -0400 Subject: bug#65293: [PATCH] gnu: Update sbcl-nasdf to 0.1.7. Resent-From: Guillaume Le Vaillant Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 18 Aug 2023 11:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 65293 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Artyom Bologov Cc: 65293-done@debbugs.gnu.org Mail-Followup-To: 65293@debbugs.gnu.org, glv@posteo.net, mail@aartaka.me Received: via spool by 65293-done@debbugs.gnu.org id=D65293.169235895312517 (code D ref 65293); Fri, 18 Aug 2023 11:43:02 +0000 Received: (at 65293-done) by debbugs.gnu.org; 18 Aug 2023 11:42:33 +0000 Received: from localhost ([127.0.0.1]:46193 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qWxs8-0003Fp-Ts for submit@debbugs.gnu.org; Fri, 18 Aug 2023 07:42:33 -0400 Received: from mout01.posteo.de ([185.67.36.65]:36273) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qWxs7-0003Fc-4u for 65293-done@debbugs.gnu.org; Fri, 18 Aug 2023 07:42:32 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id B52FD240029 for <65293-done@debbugs.gnu.org>; Fri, 18 Aug 2023 13:42:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1692358944; bh=OHbA+d+1J+c4kuqq71M0CEuw9OJazjllRw1E+No2xmA=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=H+jLiJV3MdB9zpu/75cyZwIQV6U9FUwSPL17nonNjT/1VbmoYnqW0XFi+bWA4KjDw gt4VccWAFGYHh9Ji+DprHIjylZ3gpJSf3TjN/bBatmP9ZDdb/4a8rggfyV0AvBCuuD 3oJTBsirVj9lcw7q/8Hkh0Tza1EY4nIYWkgvmXyhoB2TZ5qZ+zdTb9dTahV2lnNJrA Al8jm62Kz1AF1z2/GOITGQOYOu+0yqtDQJgoNoMDbAshq8VgN8XhWHcFPm9zRW2zQz fvsw7y1rALqZ5FEFXYWCo+EAEsqlsnU7u6/GGSFHYD4eE6sPaAs/h6VAhW2aLvDRlR 4vTpl7TXAwtIg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4RS0NJ12dKz6tvr; Fri, 18 Aug 2023 13:42:23 +0200 (CEST) References: <87sf8ledh6.fsf@aartaka.me> From: Guillaume Le Vaillant Date: Fri, 18 Aug 2023 11:39:30 +0000 In-reply-to: <87sf8ledh6.fsf@aartaka.me> Message-ID: <87h6ow7f1c.fsf@kitej> 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx2.migadu.com X-Migadu-Spam-Score: 1.22 X-Spam-Score: 1.22 X-Migadu-Queue-Id: 0EC144E6B9 X-TUID: p+l8KKNgUBc4 --=-=-= Content-Type: text/plain I applied a modified version of your patch as d2cfa7a115c44d922edd40ba014ef8b86086cd7a because on the master branch sbcl-nasdf was at 0.1.6, not 0.1.5. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZN9ZHw8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j+WywD/YdhO8tTNbbU8aOAyZDNlsEvP+6A+LIqtlCkY hW6VRnkA/0qrLUWg/siRiwQIM9y3W7OPfb4yDKeNyxEZ5GEUMk8t =RRAB -----END PGP SIGNATURE----- --=-=-=--