From unknown Mon Jun 23 05:59:14 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#50373 <50373@debbugs.gnu.org> To: bug#50373 <50373@debbugs.gnu.org> Subject: Status: [PATCH] gnu: emacs-ebdb: Update to 0.8.3. Reply-To: bug#50373 <50373@debbugs.gnu.org> Date: Mon, 23 Jun 2025 12:59:14 +0000 retitle 50373 [PATCH] gnu: emacs-ebdb: Update to 0.8.3. reassign 50373 guix-patches submitter 50373 Xinglu Chen severity 50373 normal tag 50373 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 04 11:41:25 2021 Received: (at submit) by debbugs.gnu.org; 4 Sep 2021 15:41:25 +0000 Received: from localhost ([127.0.0.1]:48386 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMXn4-0008AD-J9 for submit@debbugs.gnu.org; Sat, 04 Sep 2021 11:41:25 -0400 Received: from lists.gnu.org ([209.51.188.17]:46116) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMXn2-0008A6-O7 for submit@debbugs.gnu.org; Sat, 04 Sep 2021 11:41:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44726) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mMXn2-0001mf-BX for guix-patches@gnu.org; Sat, 04 Sep 2021 11:41:08 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:59210 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 1mMXmy-0003BW-J8 for guix-patches@gnu.org; Sat, 04 Sep 2021 11:41:08 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1630770059; bh=iPnb6AKPM+cbOGFMC2+ao9AMw5w4aVID2VxDr7VVM38=; h=From:To:Subject:Date; b=iJxYNBs3UUorw1QR+qw2h5TCHrlkFd6KCtSYA43VQMjTZO1YxgfUhw0UoGpGLc/9X WHr7uEKW/fHXj3E7Oqsyqex5wywRjIeCIe3Glro/WPqJIZ5485mUawVpgpyEZZWycu vn+ThZLVLGeoWb7+8VG89vxZvaiRgCYFkIMjIpFU= To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-ebdb: Update to 0.8.3. Message-Id: <481a458558f291e6a804620b10986c340de1f8aa.1630770040.git.public@yoctocell.xyz> Date: Sat, 04 Sep 2021 17:40:58 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 30 X-Spam_score: 3.0 X-Spam_bar: +++ X-Spam_report: (3.0 / 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.5, FROM_SUSPICIOUS_NTLD_FP=1.599, PDS_OTHER_BAD_TLD=1.999, 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.7 (+) 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/emacs-xyz.scm (emacs-ebdb): Update to 0.8.3. --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index f04a0225b3..9e43b6cd77 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -25913,14 +25913,14 @@ fed [...] Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.51.188.17 listed in wl.mailspike.net] -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] 0.5 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD 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: 1.5 (+) 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/emacs-xyz.scm (emacs-ebdb): Update to 0.8.3. --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index f04a0225b3..9e43b6cd77 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -25913,14 +25913,14 @@ fed [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 T_SPF_TEMPERROR SPF: test of record failed (temperror) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.3. --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index f04a0225b3..9e43b6cd77 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -25913,14 +25913,14 @@ federated microblogging social network.") (define-public emacs-ebdb (package (name "emacs-ebdb") - (version "0.8.2") + (version "0.8.3") (source (origin (method url-fetch) (uri (string-append "https://elpa.gnu.org/packages/" "ebdb-" version ".tar")) (sha256 - (base32 "1idwih5v287q9vdhsnr1bsibdv4h61vmy3b82svf2x9aik1a7vir")))) + (base32 "0dnrisszwn0c8kc4gpz3gn6zp41rriqnph1akvgjhsmgcl193ld9")))) (build-system emacs-build-system) (home-page "https://github.com/girzel/ebdb") (synopsis "EIEIO port of BBDB, Emacs's contact-management package") base-commit: e82b103a776e4816682178432fd278aacc3d4004 -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 05 09:35:29 2021 Received: (at 50373) by debbugs.gnu.org; 5 Sep 2021 13:35:30 +0000 Received: from localhost ([127.0.0.1]:49449 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMsIz-0001JL-L9 for submit@debbugs.gnu.org; Sun, 05 Sep 2021 09:35:29 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:38010 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMsIx-0001J7-0C for 50373@debbugs.gnu.org; Sun, 05 Sep 2021 09:35:27 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1630848921; bh=eU7Uo5cbkVIrXF/EkVT4uZRpUm4nmFBzIlVSAmEJxs4=; h=From:To:Subject:In-Reply-To:References:Date; b=OSkX7d8tr/O/kITRhDtW6aOOGqap35IeUnwanON82AcgBZltWrQj/FYNsFONtQtDH Sx07yncQjw2Z1BqA0TL/Q0JQFJZZlU1B7THeQ2JZIGy3/FYGGr0FHCcnsJMV8Kwowg OwsOMW6xoiqRHWXTnkvN+f0ICarHwrznw06YixxE= To: 50373@debbugs.gnu.org Subject: [PATCH v2] gnu: emacs-ebdb: Update to 0.8.4. In-Reply-To: <481a458558f291e6a804620b10986c340de1f8aa.1630770040.git.public@yoctocell.xyz> References: <481a458558f291e6a804620b10986c340de1f8aa.1630770040.git.public@yoctocell.xyz> Message-Id: <0a075542cdbb8e663eb45c7c984d510d5a9c81ea.1630848881.git.public@yoctocell.xyz> Date: Sun, 05 Sep 2021 15:35:20 +0200 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.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/emacs-xyz.scm (emacs-ebdb): Update to 0.8.4. --- Change since v1: * Update to 0.8.4 gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.0 PDS_RDNS_DYNAMIC_FP RDNS_DYNAMIC with FP steps X-Debbugs-Envelope-To: 50373 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.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/emacs-xyz.scm (emacs-ebdb): Update to 0.8.4. --- Change since v1: * Update to 0.8.4 gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Content analysis details: (1.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.0 PDS_RDNS_DYNAMIC_FP RDNS_DYNAMIC with FP steps * gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.4. --- Change since v1: * Update to 0.8.4 gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index f04a0225b3..0e3d4ba2e0 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -25913,14 +25913,14 @@ federated microblogging social network.") (define-public emacs-ebdb (package (name "emacs-ebdb") - (version "0.8.2") + (version "0.8.4") (source (origin (method url-fetch) (uri (string-append "https://elpa.gnu.org/packages/" "ebdb-" version ".tar")) (sha256 - (base32 "1idwih5v287q9vdhsnr1bsibdv4h61vmy3b82svf2x9aik1a7vir")))) + (base32 "0n811af83fqpzq9513gf240gnz7qkwrjw07qs4sra4069q0pwnjr")))) (build-system emacs-build-system) (home-page "https://github.com/girzel/ebdb") (synopsis "EIEIO port of BBDB, Emacs's contact-management package") base-commit: e82b103a776e4816682178432fd278aacc3d4004 -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 06 05:11:04 2021 Received: (at 50373-done) by debbugs.gnu.org; 6 Sep 2021 09:11:04 +0000 Received: from localhost ([127.0.0.1]:51813 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mNAee-00069B-25 for submit@debbugs.gnu.org; Mon, 06 Sep 2021 05:11:04 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:60269) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mNAec-00068E-0p for 50373-done@debbugs.gnu.org; Mon, 06 Sep 2021 05:11:02 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 45898E000E; Mon, 6 Sep 2021 09:10:56 +0000 (UTC) From: Nicolas Goaziou To: Xinglu Chen Subject: Re: [bug#50373] [PATCH v2] gnu: emacs-ebdb: Update to 0.8.4. References: <481a458558f291e6a804620b10986c340de1f8aa.1630770040.git.public@yoctocell.xyz> <0a075542cdbb8e663eb45c7c984d510d5a9c81ea.1630848881.git.public@yoctocell.xyz> Date: Mon, 06 Sep 2021 11:10:54 +0200 In-Reply-To: <0a075542cdbb8e663eb45c7c984d510d5a9c81ea.1630848881.git.public@yoctocell.xyz> (Xinglu Chen's message of "Sun, 05 Sep 2021 15:35:20 +0200") Message-ID: <87pmtmax29.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.0 (++) 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/emacs-xyz.scm (emacs-ebdb): Update to 0.8.4. Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.196 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [217.70.183.196 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 50373-done Cc: 50373-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.0 (+) Hello, Xinglu Chen writes: > * gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.4. Applied. Thank you. Regards, -- Nicolas Goaziou From unknown Mon Jun 23 05:59:14 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, 04 Oct 2021 11:24:09 +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