From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] fetchmail: Update to version 6.4.39
Date: Mon, 12 Aug 2024 17:37:57 +0200 [thread overview]
Message-ID: <20240812153808.3944396-3-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20240812153808.3944396-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 2275 bytes --]
- 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(a)ipfire.org>
---
lfs/fetchmail | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/lfs/fetchmail b/lfs/fetchmail
index dbba637ba..6beb0db74 100644
--- a/lfs/fetchmail
+++ b/lfs/fetchmail
@@ -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
--
2.46.0
next prev parent reply other threads:[~2024-08-12 15:37 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-12 15:37 [PATCH] bwm-ng: Update to version 0.6.3 Adolf Belka
2024-08-12 15:37 ` [PATCH] cups: Update to version 2.4.10 Adolf Belka
2024-08-12 15:37 ` Adolf Belka [this message]
2024-08-12 15:37 ` [PATCH] fping: Update to version 5.2 Adolf Belka
2024-08-12 15:37 ` [PATCH] freeradius: Update to version 3.2.5 Adolf Belka
2024-08-12 15:38 ` [PATCH] frr: Update to version 10.1 Adolf Belka
2024-08-12 15:38 ` [PATCH] haproxy: Update to version 3.0.3 Adolf Belka
2024-08-12 15:38 ` [PATCH] hplip: Update to version 3.24.4 Adolf Belka
2024-08-12 15:38 ` [PATCH] iperf: Update to version 2.2.0 Adolf Belka
2024-08-12 15:38 ` [PATCH] keepalived: Update to version 2.3.1 Adolf Belka
2024-08-12 15:38 ` [PATCH] ncat: Update to version 7.95 Adolf Belka
2024-08-12 15:38 ` [PATCH] nmap: " Adolf Belka
2024-08-12 15:38 ` [PATCH] pmacct: Update to version 1.7.9 Adolf Belka
2024-08-12 15:38 ` [PATCH] stunnel: Update to version 5.72 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=20240812153808.3944396-3-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