From c3eb23b01a6f3014722da47d15a5a63a8d6564d8 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 24 Jan 2022 13:24:27 +0100 Subject: [PATCH] fetchmail: Update to python-3.10 - Update lfs PAK_VER from 10 to 11 - Update of rootfile Signed-off-by: Adolf Belka --- config/rootfiles/packages/fetchmail | 2 +- lfs/fetchmail | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/packages/fetchmail b/config/rootfiles/packages/fetchmail index 9a6492f0bb..107ceb6e2e 100644 --- a/config/rootfiles/packages/fetchmail +++ b/config/rootfiles/packages/fetchmail @@ -2,7 +2,7 @@ etc/rc.d/init.d/fetchmail root/.fetchmailrc usr/bin/fetchmail #usr/bin/fetchmailconf -#usr/lib/python3.8/site-packages/fetchmailconf.py +#usr/lib/python3.10/site-packages/fetchmailconf.py #usr/share/man/man1/fetchmail.1 #usr/share/man/man1/fetchmailconf.1 var/ipfire/backup/addons/includes/fetchmail diff --git a/lfs/fetchmail b/lfs/fetchmail index aed08aae2b..02b2f284bf 100644 --- a/lfs/fetchmail +++ b/lfs/fetchmail @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = fetchmail -PAK_VER = 10 +PAK_VER = 11 DEPS = -- 2.39.5