From unknown Thu Sep 11 11:24:22 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#48898 <48898@debbugs.gnu.org> To: bug#48898 <48898@debbugs.gnu.org> Subject: Status: [PATCH] gnu: isync: Update to 1.4.2. Reply-To: bug#48898 <48898@debbugs.gnu.org> Date: Thu, 11 Sep 2025 18:24:22 +0000 retitle 48898 [PATCH] gnu: isync: Update to 1.4.2. reassign 48898 guix-patches submitter 48898 Xinglu Chen severity 48898 normal tag 48898 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 07 08:22:46 2021 Received: (at submit) by debbugs.gnu.org; 7 Jun 2021 12:22:46 +0000 Received: from localhost ([127.0.0.1]:54684 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqEHG-0005wi-00 for submit@debbugs.gnu.org; Mon, 07 Jun 2021 08:22:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:47034) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqEHF-0005wb-5M for submit@debbugs.gnu.org; Mon, 07 Jun 2021 08:22:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33554) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lqEHE-0002ei-Um for guix-patches@gnu.org; Mon, 07 Jun 2021 08:22:44 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:47980 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 1lqEHC-0002nd-MF for guix-patches@gnu.org; Mon, 07 Jun 2021 08:22:44 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1623068556; bh=Ak60IO2Pj4lp7bi2FPf089UqQdnf7suxGu6bi2YrpXo=; h=From:To:Subject:Date; b=bXbzL5cSgOfyykzgBLK8QsrPBen0ywMCjgAqGEOS7sQRmYWnM+qUhETY/vpKmf8F7 i/t/W1J6mKrmNjVtobFK3wNf5O7sZ01zpc4C7/OG2RfTdQCrK5s3rJL+rxccxFoyAi 4lh8k1IGr/beJxt2rUomByITv8O+hj3kUOceREEI= To: guix-patches@gnu.org Subject: [PATCH] gnu: isync: Update to 1.4.2. Message-Id: <2fe7dab3ea6faf46912d761717a7af5bc3a87895.1623068543.git.public@yoctocell.xyz> Date: Mon, 07 Jun 2021 14:22:32 +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.499, FROM_SUSPICIOUS_NTLD_FP=1.594, PDS_OTHER_BAD_TLD=1.997, 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: 2.8 (++) 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 (isync): Update to 1.4.2. --- gnu/packages/mail.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index a8f4e0ed88..a6168d6524 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -2064,14 +2064,14 @@ hashing scheme (such as s [...] Content analysis details: (2.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -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.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.6 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 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.2 (/) * gnu/packages/mail.scm (isync): Update to 1.4.2. --- gnu/packages/mail.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index a8f4e0ed88..a6168d6524 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -2064,14 +2064,14 @@ hashing scheme (such as scrypt) plug-in for @code{Dovecot}.") (define-public isync (package (name "isync") - (version "1.4.1") + (version "1.4.2") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/isync/isync/" version "/isync-" version ".tar.gz")) (sha256 (base32 - "0l01880fcyqn6xq9n8236ha5n2a3wl5g8rmv22z8nv5hgfsxndhd")))) + "0hskfpj4r4q3959k3npyqli353daj3r5d9mfia9bbmig87nyfd8r")))) (build-system gnu-build-system) (native-inputs `(("perl" ,perl))) base-commit: e3611cc412e7b1c750a56d17fb1b7cde684baa3f -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 07 16:05:46 2021 Received: (at 48898-done) by debbugs.gnu.org; 7 Jun 2021 20:05:46 +0000 Received: from localhost ([127.0.0.1]:56735 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqLVK-0001Y1-Eo for submit@debbugs.gnu.org; Mon, 07 Jun 2021 16:05:46 -0400 Received: from tobias.gr ([80.241.217.52]:43934) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqLVI-0001Xm-5O; Mon, 07 Jun 2021 16:05:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=cxCq4d31OYpvhV1lczG/etko5tQmVzDZSdulkmwFTfM=; h=references: in-reply-to:subject:to:from:date; b=YTANOwSKz5saeiIlwIVEoNUrVz/zve+M6a Qq8h4n+TK10XXwaJTvxRIBfWnWt9+uXNPYjUZNEXKikby4sCfDrGyqlwio1M0C7jIrsfpw T3XcrYTqyl2EK7XvVaROAz5x1zQ7l7NB6XkQN4kkKsMBLd21izZhr3IuVoOC3jtxEq+uMw HNYroKlT6Mj9gxxmtGcGcopBizaNxCmp81Aq8owlKU6pmDInGVoHtHnIX1jBvr9fws67xh Uciflq/JBDWjD4yA1UQC4q34ycs7xfc0a3Fk2YbujbyiFwvBWF4wKilhKX5y5cAp9mmKB8 shADg+ywGTmmZnPz+ndy93QbQHpQ== Received: by submission.tobias.gr (OpenSMTPD) with ESMTP id 14ab9d16; Mon, 7 Jun 2021 20:05:41 +0000 (UTC) MIME-Version: 1.0 Date: Mon, 07 Jun 2021 22:05:40 +0200 From: Tobias Geerinckx-Rice To: 48898-done@debbugs.gnu.org, 48900-done@debbugs.gnu.org Subject: Pushed isync & youtube-dl updates In-Reply-To: <20210607200318.EEE6221148@vcs0.savannah.gnu.org> References: <20210607200317.12851.17276@vcs0.savannah.gnu.org> <20210607200318.EEE6221148@vcs0.savannah.gnu.org> Message-ID: Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 48898-done 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 (-) Hi, Pushed as 920dd34a3428e44a4bc60d01f870b7ec49b8df43 et al. Thanks! Kind regards, T G-R Sent from a Web browser. Excuse or enjoy my brevity. From unknown Thu Sep 11 11:24:22 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 06 Jul 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