From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 12 13:51:02 2020 Received: (at submit) by debbugs.gnu.org; 12 Jun 2020 17:51:02 +0000 Received: from localhost ([127.0.0.1]:40528 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjnpW-0003YR-6a for submit@debbugs.gnu.org; Fri, 12 Jun 2020 13:51:02 -0400 Received: from lists.gnu.org ([209.51.188.17]:38948) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjnpQ-0003Y2-N6 for submit@debbugs.gnu.org; Fri, 12 Jun 2020 13:51:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54392) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjnpQ-0004DK-EX for guix-patches@gnu.org; Fri, 12 Jun 2020 13:50:56 -0400 Received: from forward105p.mail.yandex.net ([77.88.28.108]:34937) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjnpN-0003l8-Io for guix-patches@gnu.org; Fri, 12 Jun 2020 13:50:55 -0400 Received: from mxback27j.mail.yandex.net (mxback27j.mail.yandex.net [IPv6:2a02:6b8:0:1619::227]) by forward105p.mail.yandex.net (Yandex) with ESMTP id 635A64D40CCE for ; Fri, 12 Jun 2020 20:45:16 +0300 (MSK) Received: from localhost (localhost [::1]) by mxback27j.mail.yandex.net (mxback/Yandex) with ESMTP id W4qeTemMe4-jFm0bW5C; Fri, 12 Jun 2020 20:45:15 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1591983915; bh=A7GbjopLpzJT0ZMohZ+Np2wEvva9q012CCsYFPYwKSc=; h=Message-Id:Date:Subject:To:From; b=uvFkRxT91wyWgd0UE+XfDjadePkcB3gfy2/Ctp3Z7X+Nz+ubupjoa6bfuTrd7OYpL /2VJvgnxo9+773MKI9ia3j3gtXkWrnvOboVAzXUCvmlKIVtOgTtVZaLcfN+S7zO80e L6Pqpbp6dNj4xkcmZfzCfi/Gg+tGShOy2TEmlNuc= Authentication-Results: mxback27j.mail.yandex.net; dkim=pass header.i=@yandex.ru Received: by sas1-5d226e857bd8.qloud-c.yandex.net with HTTP; Fri, 12 Jun 2020 20:45:15 +0300 From: Ivan Kozlov To: guix-patches Subject: xl2tpd fixes MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Fri, 12 Jun 2020 20:45:15 +0300 Message-Id: <168051591983732@mail.yandex.ru> Content-Transfer-Encoding: 7bit Content-Type: text/plain Received-SPF: pass client-ip=77.88.28.108; envelope-from=kanichos@yandex.ru; helo=forward105p.mail.yandex.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/12 13:45:28 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -30 X-Spam_score: -3.1 X-Spam_bar: --- X-Spam_report: (-3.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) xl2tpd runs pppd to complete the connection. It also includes some of the Linux headers (and uses fallbacks otherwise). --- /gnu/store/869i2xd7jih9cdcrccwk8rsxycwksjba-guix-module-union/share/guile/site/3.0/gnu/packages/vpn.scm +++ # @@ -576,9 +576,18 @@ `(#:make-flags (list (string-append "PREFIX=" %output) "CC=gcc") #:phases (modify-phases %standard-phases + (add-before 'build 'setup-environment + (lambda* (#:key inputs #:allow-other-keys) + (setenv "CFLAGS" (string-append "-DPPD=\"" + (assoc-ref inputs "ppp") + "/sbin/pppd\"")) + (setenv "KERNELSRC" (assoc-ref inputs "linux-libre-headers")) + #t)) (delete 'configure)) ; no configure script #:tests? #f)) ; no tests provided - (inputs `(("libpcap" ,libpcap))) + (inputs `(("libpcap" ,libpcap) + ("linux-libre-headers" ,linux-libre-headers) + ("ppp" ,ppp))) (home-page "https://www.xelerance.com/software/xl2tpd/") (synopsis "Layer 2 Tunnelling Protocol Daemon (RFC 2661)") (description Diff finished. Fri Jun 12 20:38:14 2020 From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 14 05:59:32 2020 Received: (at 41830-done) by debbugs.gnu.org; 14 Jun 2020 09:59:32 +0000 Received: from localhost ([127.0.0.1]:42895 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jkPQK-0005Cc-1I for submit@debbugs.gnu.org; Sun, 14 Jun 2020 05:59:32 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47590) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jkPQH-0005CI-1r for 41830-done@debbugs.gnu.org; Sun, 14 Jun 2020 05:59:30 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42801) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jkPQB-0007bz-Ds; Sun, 14 Jun 2020 05:59:23 -0400 Received: from [2a01:e0a:fa:a50:d869:cbcf:2456:40cc] (port=35582 helo=meru) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jkPQA-0005Fx-UH; Sun, 14 Jun 2020 05:59:23 -0400 From: Mathieu Othacehe To: Ivan Kozlov Subject: Re: [bug#41830] xl2tpd fixes References: <168051591983732@mail.yandex.ru> Date: Sun, 14 Jun 2020 11:59:21 +0200 In-Reply-To: <168051591983732@mail.yandex.ru> (Ivan Kozlov's message of "Fri, 12 Jun 2020 20:45:15 +0300") Message-ID: <87h7veklxi.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41830-done Cc: 41830-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) =D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82 =D0=98=D0=B2=D0=B0=D0=BD! Thanks for this patch :). For future contributions, patches should be made on top of Guix git repository, using "git format-patch". You should also follow the guidelines here: https://guix.gnu.org/manual/en/html_node/Submitting-Patches.html#Sending-a-= Patch-Series in particular, regarding the commit message. I applied the patch, added your copyright and a commit message. Thanks, Mathieu From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 22 04:09:31 2020 Received: (at 41830-done) by debbugs.gnu.org; 22 Jun 2020 08:09:31 +0000 Received: from localhost ([127.0.0.1]:33255 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jnHWF-0005ap-A4 for submit@debbugs.gnu.org; Mon, 22 Jun 2020 04:09:31 -0400 Received: from forward500j.mail.yandex.net ([5.45.198.250]:59142) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jnHWC-0005aZ-IY for 41830-done@debbugs.gnu.org; Mon, 22 Jun 2020 04:09:30 -0400 Received: from mxback1q.mail.yandex.net (mxback1q.mail.yandex.net [IPv6:2a02:6b8:c0e:39:0:640:25b3:aea5]) by forward500j.mail.yandex.net (Yandex) with ESMTP id 5D16D11C1DDC; Mon, 22 Jun 2020 11:09:22 +0300 (MSK) Received: from localhost (localhost [::1]) by mxback1q.mail.yandex.net (mxback/Yandex) with ESMTP id 4G3OGng3Oe-9Lne26sj; Mon, 22 Jun 2020 11:09:21 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1592813361; bh=UIPJR1IPdSbgXbGeW/gtNeDSdzQWdkYaNd39KEsJBso=; h=Message-Id:Cc:Subject:In-Reply-To:Date:References:To:From; b=htuCiH08uzfuGc1WHRDq/kYB2S9stH3WPkX+m+H2TBNhVh/PganCLFiLUCZ+1NJ4t Baou7I5LLOcENoxs7t0s03eCwtdFDk23Y7hInU73lzWMRQC+Gyi+zYenbg78qARVP4 VIEL3yFgLYzGGoIJPdpl/JM8t1CgZ5SPUR10z+Es= Authentication-Results: mxback1q.mail.yandex.net; dkim=pass header.i=@yandex.ru Received: by vla1-a4c6eab2e6c6.qloud-c.yandex.net with HTTP; Mon, 22 Jun 2020 11:09:21 +0300 From: Ivan Kozlov To: Mathieu Othacehe In-Reply-To: <87h7veklxi.fsf@gnu.org> References: <168051591983732@mail.yandex.ru> <87h7veklxi.fsf@gnu.org> Subject: Re: [bug#41830] xl2tpd fixes MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Mon, 22 Jun 2020 11:09:21 +0300 Message-Id: <760821592813072@mail.yandex.ru> Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 41830-done Cc: "41830@debbugs.gnu.org" <41830-done@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi, There was a typo in the patch in a compiler flag (-DPPD instead of -DPPPD). Would you please correct that? 14.06.2020, 12:59, "Mathieu Othacehe" : > Привет Иван! > > Thanks for this patch :). For future contributions, patches should be > made on top of Guix git repository, using "git format-patch". You should > also follow the guidelines here: > https://guix.gnu.org/manual/en/html_node/Submitting-Patches.html#Sending-a-Patch-Series > in particular, regarding the commit message. > > I applied the patch, added your copyright and a commit message. > > Thanks, > > Mathieu From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 22 04:30:14 2020 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 To: Ivan Kozlov Subject: Re: [bug#41830] xl2tpd fixes 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-Debbugs-Envelope-To: 41830-done Cc: "41830@debbugs.gnu.org" <41830-done@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) 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 From unknown Wed Jun 18 23:16:06 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 20 Jul 2020 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator