From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4d5QCn6rrdz2ytL for ; Tue, 11 Nov 2025 12:03:17 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4d5QCk4KyRz332T for ; Tue, 11 Nov 2025 12:03:14 +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 4d5QCk2w5Jz1hf; Tue, 11 Nov 2025 12:03:14 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1762862594; 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: in-reply-to:in-reply-to:references:references; bh=2TSM/hL7yjqhGVE/gSePk4R2NkgLo338ayo6I9uI+70=; b=F4wmX5TPlSJ87j3I78tLCyl6qiakMYBGxF7ZTzhFajuV43+TAf7Eveqq4eg22IzksS7x6X madFcebokX+Gp8CQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1762862594; 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: in-reply-to:in-reply-to:references:references; bh=2TSM/hL7yjqhGVE/gSePk4R2NkgLo338ayo6I9uI+70=; b=sPKziJwUyq7AnpexC+gW7NVw5bFyqemrOmuT7Fo5JtIO4Ud6B6TgWTCFnsIUg+eKNaOm2K meD+wcoD0Pck/lSKqhgovSW16XiIueNozL5gnxJ0lK30q9ItxR2c6GiRdMtSPO1VkmIp9r aFU0lYd2E/thYNzd3bmtui6zitRU5LmeTBTnXNYa+oLAsiwoGNYcZk2+Ien8kC/bMfRMEE C+Nik+UgRGJgPQVxn0AaaZY+0MhVvMDn4HIl7ugNeWmDr5+JgzuNWKqGP/6D+DDRYbl8UI 1AkZEwda9+wSeYwlZbQJMslUwjre6LSMOPhGxOOanK9uPjUIfB5ORAbyvwE6rQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] fetchmail: Update to version 6.6.0 Date: Tue, 11 Nov 2025 13:03:00 +0100 Message-ID: <20251111120303.34623-4-adolf.belka@ipfire.org> In-Reply-To: <20251111120303.34623-1-adolf.belka@ipfire.org> References: <20251111120303.34623-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.7 to 6.6.0 - Fetchmail 6.5 will go out of support at the end of 2025. The 6.6 releases added a feature compatibly so there is no reason to support an additional branch. - No change in rootfile - Changelog 6.6.0 FEATURE: * SMTP TLS and STARTTLS support. By default, this works opportunistically, attempting to set up a TLS connection to the smtphost if it understands EHLO and offers STARTTLS, but will not enforce peer certificate validity for compatibility, esp. because "localhost" (the default SMTP host) usually isn't listed in the X.509 certificates. Behavior can be tweaked by adding /notls (cleartext connection), /tls (TLS-wrapped connection, negotiating TLS before conversing otherwise), or /starttls (requiring EHLO to offer STARTTLS, requesting the latter and requiring the server certificate to validate) to the SMTP host's name. Also, you can add /tlsproto=... where ... accepts the same parameters as the --sslproto option, which see. Ports, if not specified, default to 25 for opportunistic and /notls modes, 465 for /tls and 587 for /starttls, but can be overridden either by giving, say /25 or /smtp for /starttls. TRANSLATIONS were updated by these fine people (randomized order): * it: Luca Vercelli [Italian] * pl: Jakub Bogusz [Polish] * fr: Frédéric Marchal [French] * sv: Göran Uddeborg [Swedish] * sq: Besnik Bleta [Albanian] * ro: Remus-Gabriel Chelu [Romanian] * ja: Takeshi Hamasaki [Japanese] * de: Matthias Andree [German] * cs: Petr Pisar [Czech] * eo: Keith Bowes [Esperanto] Signed-off-by: Adolf Belka --- lfs/fetchmail | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/fetchmail b/lfs/fetchmail index 32195ac02..d88907db0 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.7 +VER = 6.6.0 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 = 23 +PAK_VER = 24 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 2b1f0538cd288b2a8f96fb1ea0b19153f21fad64961c4a5238c3f61b249d5780660a6a5f589f31acad18fd16637bfcadf1f93406593c99dbbdf0821a3738c0d6 +$(DL_FILE)_BLAKE2 = bf308bfd1769b7092585d3af32aaef91206b315d87bd81794c9f04b65980e3cadd6a6c7ff1f5fd2c7ada0620dccecb14c3022224e17c5d075ea21e391408bdb8 install : $(TARGET) -- 2.51.2