fetchmail: Update to version 6.4.39

- Update from version 6.4.38 to 6.4.39
- Update of rootfile not required
- Changelog
    6.4.39
	# BUG FIXES:
		* When a server offers STARTTLS although the connection is already wrapped
		  in TLS, fetchmail would issue a bogus "WARNING: server offered STARTTLS
		  but sslproto '' given." (or STLS for POP3).  In situations where we wrap
		  the connection in TLS, suppress the warning. Reported by Mike Pope.
		* If fetchmail was running localized, generate an error e-mail message
		  locally, and if the selected translation would require the Subject: line
		  to wrap inside an RFC-2047 encoded word (=?UTF-8?Q?...?=), the wrapped
		  encoded-word was not indented, thus not marked as a continuation line.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Adolf Belka
2024-08-12 17:37:57 +02:00
committed by Michael Tremer
parent 5a9f439d24
commit 49c377c7eb

View File

@@ -26,7 +26,7 @@ include Config
SUMMARY = Full-Featured POP and IMAP Mail Retrieval Daemon
VER = 6.4.38
VER = 6.4.39
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 = 16
PAK_VER = 17
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_BLAKE2 = 6bb743b0e1f47143f69e3790ba2ad8849d2ec216c5fd7cc427a737e00183f2e3a65007df9dc5ffdebd991bd13e079a501519b271d02b1fd75151032d74e84dd2
$(DL_FILE)_BLAKE2 = 2d03f6668d2882e7dd1d4e83e8643a2a4c81576a143c75ff1b24327873fa6112fa313f9723373a268e04697b76b3b638cbbd7a04c21cba946cd1532b6aaf201d
install : $(TARGET)
@@ -83,11 +83,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE)
$(UPDATE_AUTOMAKE)
cd $(DIR_APP) && PYTHON=python3 \
./configure \
--prefix=/usr \
--with-ssl \
--disable-nls
./configure \
--prefix=/usr \
--with-ssl \
--disable-nls
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install