No problem :) > On 29 Mar 2021, at 21:36, Matthias Fischer wrote: > > On 29.03.2021 22:23, Michael Tremer wrote: >> Hello, >> >> This did not apply, because we are on 1.25 in next?! > > Oh no, not again - my branch was on 1.27 already. > > Sorry, I'll send a new patch. > >> -Michael >> >>> On 27 Mar 2021, at 16:15, Matthias Fischer wrote: >>> >>> For details see: >>> https://metacpan.org/changes/distribution/Net-DNS >>> >>> Signed-off-by: Matthias Fischer >>> --- >>> lfs/Net-DNS | 6 +++--- >>> 1 file changed, 3 insertions(+), 3 deletions(-) >>> >>> diff --git a/lfs/Net-DNS b/lfs/Net-DNS >>> index 452416aee..8bd2356c2 100644 >>> --- a/lfs/Net-DNS >>> +++ b/lfs/Net-DNS >>> @@ -1,7 +1,7 @@ >>> ############################################################################### >>> # # >>> # IPFire.org - A linux based firewall # >>> -# Copyright (C) 2007-2020 IPFire Team # >>> +# Copyright (C) 2007-2021 IPFire Team # >>> # # >>> # 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 # >>> @@ -24,7 +24,7 @@ >>> >>> include Config >>> >>> -VER = 1.27 >>> +VER = 1.29_02 >>> >>> THISAPP = Net-DNS-$(VER) >>> DL_FILE = $(THISAPP).tar.gz >>> @@ -40,7 +40,7 @@ objects = $(DL_FILE) >>> >>> $(DL_FILE) = $(DL_FROM)/$(DL_FILE) >>> >>> -$(DL_FILE)_MD5 = 204e08e5c8042ce0e7d7f0851af46d50 >>> +$(DL_FILE)_MD5 = 2bf25bccd13ce2dcc4f10a6bef9cae25 >>> >>> install : $(TARGET) >>> >>> -- >>> 2.18.0 >>> >> >