#991166 ftpsync: Contents* and dep11/* metadata are incorrectly updated in stage1

Package:
ftpsync
Source:
archvsync
Submitter:
Raphaël Hertzog
Date:
2021-07-16 10:39:14 UTC
Severity:
important
Tags:
#991166#5
Date:
2021-07-16 09:56:32 UTC
From:
To:
In Kali we encountered many failed "apt update" with a mirror that was
slow to update and it always failed due to invalid checksums on
"Contents-amd64.gz".

Looking more closely, I discovered that "ftpsync" was not really kept
up-to-date with other files that are listed in the Release file and that
should be updated in stage 2 instead of stage 1.

I noticed in particular that dep11/* should also be handled like we
do for "i18n/*". And we might want to do it also for MD5SUMS/SHA256SUMS
files of debian-installer... although updates there are not very frequent.

Thank you in advance!

#991166#10
Date:
2021-07-16 10:37:39 UTC
From:
To:
Control: tags -1 + patch

I have prepared a MR for this:
https://salsa.debian.org/mirror-team/archvsync/-/merge_requests/2

Changes are trivial but they are currently untested.

Cheers,