From 56ca3cf0591717c3293708a50d86a78a9b71be86 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Wed, 1 Oct 2025 21:44:26 +0200 Subject: [PATCH] package/fetchmail: bump version to 6.5.5 Release notes: https://sourceforge.net/p/fetchmail/mailman/message/59238340/ The COPYING license file was updated in: https://sourceforge.net/p/fetchmail/git/ci/e6597cee1e5261e19106f0f47d11636dcf4161ed/ https://sourceforge.net/p/fetchmail/git/ci/a408d51154616e992be6463b2e75c19f6115ec1a/ This commit updates its hash accordingly. Signed-off-by: Bernd Kuhls [Julien: fix COPYING license file hash] Signed-off-by: Julien Olivain (cherry picked from commit 8082b26a2be1669d9d55b19873d2b2b5e99c77b0) [Thomas: pick to include the 6.5.6 security bump] Signed-off-by: Thomas Perale --- package/fetchmail/fetchmail.hash | 6 +++--- package/fetchmail/fetchmail.mk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/fetchmail/fetchmail.hash b/package/fetchmail/fetchmail.hash index 71c0756b15..c4b968a89a 100644 --- a/package/fetchmail/fetchmail.hash +++ b/package/fetchmail/fetchmail.hash @@ -1,4 +1,4 @@ -# From https://sourceforge.net/p/fetchmail/mailman/message/59196377/ -sha256 c859156e9bff841d4d984cb3fdcb8042b6b31789fc3387c2649baa95a88d698b fetchmail-6.5.4.tar.xz +# From https://sourceforge.net/p/fetchmail/mailman/message/59238340/ +sha256 f989b62729c76afbcd65ec43b9c477f2d990f0913da141ff8166aa4e2bf56025 fetchmail-6.5.5.tar.xz # Locally computed: -sha256 e5768c44445cf051dd88e0cf8bfc16d81f7b1a7cc28f4e0204a4f8d81cd16977 COPYING +sha256 a502ffd59034feee7e924b29500451b984992ae361bd8084736afc470f32135a COPYING diff --git a/package/fetchmail/fetchmail.mk b/package/fetchmail/fetchmail.mk index 90345edf62..3eec63f071 100644 --- a/package/fetchmail/fetchmail.mk +++ b/package/fetchmail/fetchmail.mk @@ -5,7 +5,7 @@ ################################################################################ FETCHMAIL_VERSION_MAJOR = 6.5 -FETCHMAIL_VERSION = $(FETCHMAIL_VERSION_MAJOR).4 +FETCHMAIL_VERSION = $(FETCHMAIL_VERSION_MAJOR).5 FETCHMAIL_SOURCE = fetchmail-$(FETCHMAIL_VERSION).tar.xz FETCHMAIL_SITE = https://downloads.sourceforge.net/project/fetchmail/branch_$(FETCHMAIL_VERSION_MAJOR) FETCHMAIL_LICENSE = GPL-2.0; some exceptions are mentioned in COPYING