public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] fetchmail: Update to version 6.6.0
Date: Tue, 11 Nov 2025 13:03:00 +0100	[thread overview]
Message-ID: <20251111120303.34623-4-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20251111120303.34623-1-adolf.belka@ipfire.org>

- 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 <adolf.belka@ipfire.org>
---
 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



  parent reply	other threads:[~2025-11-11 12:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-11 12:02 [PATCH] core199: Ship curl Adolf Belka
2025-11-11 12:02 ` [PATCH] core199: Ship libxcrypt Adolf Belka
2025-11-11 12:02 ` [PATCH] curl: Update to version 8.17.0 Adolf Belka
2025-11-11 12:03 ` Adolf Belka [this message]
2025-11-11 12:03 ` [PATCH] harfbuzz: Update to version 12.2.0 Adolf Belka
2025-11-11 12:03 ` [PATCH] hwdata: Update to version 0.401 Adolf Belka
2025-11-11 12:03 ` [PATCH] libxcrypt: Update to version 4.5.1 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251111120303.34623-4-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox