fetchmail: Update to version 6.4.38

- Update from version 6.4.36 to 6.4.38
- Update of rootfile not required
- Changelog
    6.4.38
	# BREAKING CHANGES:
		* Tighten OpenSSL and wolfSSL version requirements again. See README.SSL.
		  Distributors providing older versions that they backport security fixes for
		  may want to patch socket.c but remember to redirect support to your
		  distribution's support channels.
		  The fetchmail maintainer only supports functionally unmodified builds with
		  publicly available SSL/TLS library versions.
		  fetchmail will refuse to build against OpenSSL 1.0.2 older than 1.0.2u,
		  or wolfSSL older than 5.6.2. It will warn about OpenSSL older than 3.0.9,
		  or between 3.1.0 and 3.1.4, or wolfSSL older than 5.6.6.
	# TRANSLATIONS: language translations were updated by these fine people:
		(in reverse alphabetical order of language codes):
		* ru:    Kirill Isakov [Russian]
		* eo:    Keith Bowes [Esperanto]

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-06-03 16:47:27 +02:00
committed by Michael Tremer
parent 981bdaead8
commit 06e9de836c

View File

@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007-2023 IPFire Team <info@ipfire.org> #
# Copyright (C) 2007-2024 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -26,7 +26,7 @@ include Config
SUMMARY = Full-Featured POP and IMAP Mail Retrieval Daemon
VER = 6.4.36
VER = 6.4.38
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 = 15
PAK_VER = 16
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_BLAKE2 = eb2f68d8e9254bd1cabb20aa8058326ee1c1e6819fc2ce011943708018b455d4259a2cf21d6eec0a4898ee1768c14f32d3617302ad418ccfbf6746c75c92c1fa
$(DL_FILE)_BLAKE2 = 6bb743b0e1f47143f69e3790ba2ad8849d2ec216c5fd7cc427a737e00183f2e3a65007df9dc5ffdebd991bd13e079a501519b271d02b1fd75151032d74e84dd2
install : $(TARGET)