package/fetchmail: bump version to 6.6.8

https://sourceforge.net/p/fetchmail/mailman/message/59396310/
"It also includes fetchmail 6.6.7's security bugfix for NTLM, which
has now been assigned CVE-2026-94184."

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-09-23 19:53:46 +02:00
committed by Julien Olivain
parent 15ea2f8221
commit e7bbe36be8
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# From https://sourceforge.net/p/fetchmail/mailman/message/59381086/
sha256 bece8aaaa68e029eed9fd55fffd2adc7dd6cd5e9574d5bf92e2d9208bd97a881 fetchmail-6.6.7.tar.xz
# From https://sourceforge.net/p/fetchmail/mailman/message/59396310/
sha256 fff279d7ffbf4d9449110f715c0deb5ff5a2b13b317914b6f2c810ea12a0b7e1 fetchmail-6.6.8.tar.xz
# Locally computed:
sha256 48aea24325e55932dbd79b30f558b9c87a416d675fe5f94445e8be5cb6606fde COPYING

View File

@@ -5,7 +5,7 @@
################################################################################
FETCHMAIL_VERSION_MAJOR = 6.6
FETCHMAIL_VERSION = $(FETCHMAIL_VERSION_MAJOR).7
FETCHMAIL_VERSION = $(FETCHMAIL_VERSION_MAJOR).8
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