From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id yFPjN0xs8F65XwAA0tVLHw (envelope-from ) for ; Mon, 22 Jun 2020 08:31:08 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id kHHAM0xs8F4WDAAAB5/wlQ (envelope-from ) for ; Mon, 22 Jun 2020 08:31:08 +0000 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 6039D9404C3 for ; Mon, 22 Jun 2020 08:31:08 +0000 (UTC) Received: from localhost ([::1]:42996 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jnHr8-0007UP-0j for larch@yhetil.org; Mon, 22 Jun 2020 04:31:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33880) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jnHr4-0007UD-MK for guix-patches@gnu.org; Mon, 22 Jun 2020 04:31:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49958) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jnHr4-0000bM-BX for guix-patches@gnu.org; Mon, 22 Jun 2020 04:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jnHr4-0006EF-6q for guix-patches@gnu.org; Mon, 22 Jun 2020 04:31:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41830] xl2tpd fixes Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 22 Jun 2020 08:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41830 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Ivan Kozlov Cc: "41830@debbugs.gnu.org" <41830-done@debbugs.gnu.org> Received: via spool by 41830-done@debbugs.gnu.org id=D41830.159281461423862 (code D ref 41830); Mon, 22 Jun 2020 08:31:02 +0000 Received: (at 41830-done) by debbugs.gnu.org; 22 Jun 2020 08:30:14 +0000 Received: from localhost ([127.0.0.1]:33271 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jnHqI-0006Co-5G for submit@debbugs.gnu.org; Mon, 22 Jun 2020 04:30:14 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47578) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jnHqG-0006CA-4j for 41830-done@debbugs.gnu.org; Mon, 22 Jun 2020 04:30:12 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38231) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jnHqA-0000KF-Q6; Mon, 22 Jun 2020 04:30:06 -0400 Received: from lfbn-ann-1-136-86.w86-200.abo.wanadoo.fr ([86.200.104.86]:60794 helo=meru) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jnHq6-0007c1-9q; Mon, 22 Jun 2020 04:30:05 -0400 From: Mathieu Othacehe References: <168051591983732@mail.yandex.ru> <87h7veklxi.fsf@gnu.org> <760821592813072@mail.yandex.ru> Date: Mon, 22 Jun 2020 10:29:58 +0200 In-Reply-To: <760821592813072@mail.yandex.ru> (Ivan Kozlov's message of "Mon, 22 Jun 2020 11:09:21 +0300") Message-ID: <87d05rh5a1.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) 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-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: P7W751hcMv0X Hello, > There was a typo in the patch in a compiler flag (-DPPD instead of -DPPPD). Would you please correct that? Oops, fixed. Thanks, Mathieu