From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bKLCX4t5mz307R for ; Sat, 14 Jun 2025 15:43:52 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bKLCT1Prbz2y3W for ; Sat, 14 Jun 2025 15:43:49 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4bKLCS2225zQJ; Sat, 14 Jun 2025 15:43:48 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1749915828; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=k5zDrZbjlPXZnHqHmc2hZjp+Gldr/MiLRVciimzXUOA=; b=wLTh9fvh4uZVNSJ9iVIXDEK60XFmcqNgfyII13NQOVUElx5xoy7i8SO/CxU78Sjgww2QOw GY/LmWST6Rzn3/CA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1749915828; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=k5zDrZbjlPXZnHqHmc2hZjp+Gldr/MiLRVciimzXUOA=; b=dg3jC8BpZEuDQADWB0nTKQ/2PncTz3Cq4Yk2PW8iXdLFpdsX9MlmQQv6p1JV8VaKCiM5iK dE47I/pQT9ffMJbDvR2jpM9Bi8TOe6s3OwhOtrwJQB4qp1DlvxxlhcGqA9/gcsiD1j93B1 sqVDo18OTdFX0fm449RrFbgutngMroSJ/+LDvtH9Xr3e73HICHTT0ODmTQ/bNNg1VwWKhG +EmXePkBqeSYJHqN5heL9JeoVKu8OvopOd2EuSMvRS6kajX3DrZAcOcQ7jyAftAv5eHOI6 oOKFbqktzsWwKvtpvJJNKWnpCWe7zqCn3Zs9LB9uwCI5ZHnTBXB+fga70PbpPQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] fetchmail: Update to version 6.5.3 Date: Sat, 14 Jun 2025 17:43:44 +0200 Message-ID: <20250614154345.3548589-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from version 6.5.2 to 6.5.3 - Update of rootfile not required - Changelog 6.5.3 BUGFIXES: * IMAP: Reinstate workaround for missing IDLE support if --idle is requested. This had been a long-standing feature but got broken in fetchmail 6.4.22 (commit 616e8c70). Thanks to Lukáš Tesař for the detailed report including a Git bisect that identified this faulty commit. Fixes Gitlab issue #69. * IMAP: Only print 'will idle after poll' if --idle is enabled and either offered by the server, or forced through --forceidle. This fixes a regression introduced in fetchmail 6.4.22 (commit 616e8c70). TRANSLATIONS: fetchmail's translation was updated, courtesy of: * es: Cristian Othón Martínez Vera [Spanish] Signed-off-by: Adolf Belka --- lfs/fetchmail | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/fetchmail b/lfs/fetchmail index 942babf4b..744de7c1b 100644 --- a/lfs/fetchmail +++ b/lfs/fetchmail @@ -26,7 +26,7 @@ include Config SUMMARY = Full-Featured POP and IMAP Mail Retrieval Daemon -VER = 6.5.2 +VER = 6.5.3 THISAPP = fetchmail-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = fetchmail -PAK_VER = 18 +PAK_VER = 19 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = f0877550b05a68bd32a34f48eea10aaa210a0ed4d22261aaf4b886cbdc3578180d3be6e9d5f69eaec6421712153b5a8d21a9416ad272d7ce942836773cde1dec +$(DL_FILE)_BLAKE2 = 8f8a3b44c8e06fa922579ee4c8c4c60bbfaefcd82c917c9a05ec627d3e59ba1dd319a8c45046eab78f3c5def3a102d5213099e6bf8dc87d774a16823de2ad7a4 install : $(TARGET) -- 2.49.0