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


Reply via email to