- 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 <[email protected]>
---
 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


Reply via email to