From unknown Sun Jun 15 08:50:46 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#46758 <46758@debbugs.gnu.org> To: bug#46758 <46758@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add l2md. Reply-To: bug#46758 <46758@debbugs.gnu.org> Date: Sun, 15 Jun 2025 15:50:46 +0000 retitle 46758 [PATCH] gnu: Add l2md. reassign 46758 guix-patches submitter 46758 Xinglu Chen severity 46758 normal tag 46758 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 24 13:41:45 2021 Received: (at submit) by debbugs.gnu.org; 24 Feb 2021 18:41:45 +0000 Received: from localhost ([127.0.0.1]:35923 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEz6W-0001cB-SV for submit@debbugs.gnu.org; Wed, 24 Feb 2021 13:41:45 -0500 Received: from lists.gnu.org ([209.51.188.17]:43616) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEz6V-0001c4-Aw for submit@debbugs.gnu.org; Wed, 24 Feb 2021 13:41:43 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:42038) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lEz6U-0007Vi-JU for guix-patches@gnu.org; Wed, 24 Feb 2021 13:41:43 -0500 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:44504 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lEz6S-0003RB-6x for guix-patches@gnu.org; Wed, 24 Feb 2021 13:41:42 -0500 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1614192093; bh=RtcLctXwMQMlMVj0Hcc/hYcJKf8ScTgwM1L4FQS00Dk=; h=From:To:Subject:Date; b=fd/Ju9hqpZ/5SWFbfBrhvO6FIJC5IFyLOkcWOqGxj5EVJH7vaj1NQB4FA2BCKiNF/ Bbn/ZPHsKKqWOViQG1WKN8/oZYrUhMms046jWZHb3fW5a5s9+jGHGDtrFqMhm8dUoR igrKuIGlSqdkXaY6tmWhZX22CozMvrlQTXlXLrcM= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add l2md. Message-Id: Date: Wed, 24 Feb 2021 19:41:32 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 21 X-Spam_score: 2.1 X-Spam_bar: ++ X-Spam_report: (2.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, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=0.735, PDS_OTHER_BAD_TLD=1.967, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.9 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/mail.scm (l2md): New variable. --- gnu/packages/mail.scm | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index bd2e48d533..0d1c253ada 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -40,6 +40,7 @@ ;;; Copyright © 2020 Oleg Pykh [...] Content analysis details: (1.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.51.188.17 listed in wl.mailspike.net] 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.7 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 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: 0.1 (/) * gnu/packages/mail.scm (l2md): New variable. --- gnu/packages/mail.scm | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index bd2e48d533..0d1c253ada 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -40,6 +40,7 @@ ;;; Copyright =C2=A9 2020 Oleg Pykhalov ;;; Copyright =C2=A9 2020 B. Wilson ;;; Copyright =C2=A9 2020 divoplade +;;; Copyright =C2=A9 2021 Xinglu Chen ;;; ;;; This file is part of GNU Guix. ;;; @@ -3921,6 +3922,44 @@ It is a replacement for the @command{urlview} progra= m.") related tools to process winmail.dat files.") (license license:gpl2+))) =20 +(define-public l2md + ;; No official release + (let ((commit "f7286b49bb5fce25c898c143712fe34ad4d7864e") + (revision "1")) + (package + (name "l2md") + (version (git-version "0.1.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://git.kernel.org/pub/scm/linux/kernel/git/dbork= man/l2md.git") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hxz8i70v1xgv30zjclfvmjqszn073c7i8nwmswi2lr6vd7cklvp")))) + (build-system gnu-build-system) + (inputs + `(("libgit2" ,libgit2))) + (arguments + `(#:phases + (modify-phases %standard-phases + (delete 'configure) ; No configure scripts + (delete 'check) ; No tests + (add-before 'install 'mkdir + (lambda* (#:key outputs #:allow-other-keys) + (let ((l2md (string-append (assoc-ref outputs "out") "/bin"= ))) + (mkdir-p l2md))))) + #:make-flags + (list "CC=3Dgcc" (string-append "PREFIX=3D" %output "/bin")))) + (home-page "https://git.kernel.org/pub/scm/linux/kernel/git/dborkman= /l2md.git") + (synopsis "Import public-inbox archives via Git") + (description "The @code{l2md} command line tool imports public-inbox +archives via Git and exports them in maildir format or to an MDA through a +pipe.") + (license license:gpl2)))) + (define-public public-inbox (package (name "public-inbox") --=20 2.30.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 13 08:53:34 2021 Received: (at 46758-done) by debbugs.gnu.org; 13 Mar 2021 13:53:35 +0000 Received: from localhost ([127.0.0.1]:59319 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lL4hy-000448-Ns for submit@debbugs.gnu.org; Sat, 13 Mar 2021 08:53:34 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:50537) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lL4hx-00043v-TD for 46758-done@debbugs.gnu.org; Sat, 13 Mar 2021 08:53:34 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id AED6E1C0004; Sat, 13 Mar 2021 13:53:26 +0000 (UTC) From: Nicolas Goaziou To: Xinglu Chen Subject: Re: [bug#46758] [PATCH] gnu: Add l2md. References: Date: Sat, 13 Mar 2021 14:53:25 +0100 In-Reply-To: (Xinglu Chen's message of "Wed, 24 Feb 2021 19:41:32 +0100") Message-ID: <87o8fnw46i.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello, Xinglu Chen writes: > * gnu/packages/mail.scm (l2md): New variable. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.197 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [217.70.183.197 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] X-Debbugs-Envelope-To: 46758-done Cc: 46758-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: 0.3 (/) Hello, Xinglu Chen writes: > * gnu/packages/mail.scm (l2md): New variable. Applied. Thank you. > + (list "CC=gcc" (string-append "PREFIX=" %output "/bin")))) I used ,(string-append "CC=" (cc-for-target)) above. Regards, -- Nicolas Goaziou From unknown Sun Jun 15 08:50:46 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 11 Apr 2021 11:24:08 +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