From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] fetchmail: Update to version 6.4.39 Date: Mon, 12 Aug 2024 17:37:57 +0200 Message-ID: <20240812153808.3944396-3-adolf.belka@ipfire.org> In-Reply-To: <20240812153808.3944396-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4038875043349845597==" List-Id: --===============4038875043349845597== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 (=3D?UTF-8?Q?...?=3D), the wrapped encoded-word was not indented, thus not marked as a continuation line. Signed-off-by: Adolf Belka --- 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 =20 SUMMARY =3D Full-Featured POP and IMAP Mail Retrieval Daemon =20 -VER =3D 6.4.38 +VER =3D 6.4.39 =20 THISAPP =3D fetchmail-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D fetchmail -PAK_VER =3D 16 +PAK_VER =3D 17 =20 DEPS =3D =20 @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 6bb743b0e1f47143f69e3790ba2ad8849d2ec216c5fd7cc427a737= e00183f2e3a65007df9dc5ffdebd991bd13e079a501519b271d02b1fd75151032d74e84dd2 +$(DL_FILE)_BLAKE2 =3D 2d03f6668d2882e7dd1d4e83e8643a2a4c81576a143c75ff1b2432= 7873fa6112fa313f9723373a268e04697b76b3b638cbbd7a04c21cba946cd1532b6aaf201d =20 install : $(TARGET) =20 @@ -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=3Dpython3 \ - ./configure \ - --prefix=3D/usr \ - --with-ssl \ - --disable-nls - + ./configure \ + --prefix=3D/usr \ + --with-ssl \ + --disable-nls cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install =20 --=20 2.46.0 --===============4038875043349845597==--