summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2025-04-29 00:03:04 +0200
committerJulian Andres Klode <jak@debian.org>2025-04-29 00:03:04 +0200
commit477f32c18bcde4150dbfafc3cb6335ce177fc498 (patch)
tree9c14a3059b83209adc52eb5acb0e72487ecaec39 /po
parent3e6de9c26e0e32e417629d8d5b90343e94b85ab6 (diff)
debian/NEWS: Document new requirements on trusted.gpg.d
All files in apt directories must follow the run-parts requirements, the only allowed characters are: a-z, A-Z, 0-9, _, -, : and '.' if an extension is required, due to the use of the general GetFilesInDirectory() function. Other characters were previously supported as the directory was not enumerated by apt, but by apt-key, an 850ish line shell script using find "$TRUSTEDPARTS" -mindepth 1 -maxdepth 1 \( -name '*.gpg' -o -name '*.asc' \) which obviously does not share the same requirements. Document the difference in debian/NEWS, as it seems ill-advised to introduce a flag-carrying version of GetFilesInDirectory() for the sole purpose of a deprecated signing mechanism. Closes: #1104320
Diffstat (limited to 'po')
0 files changed, 0 insertions, 0 deletions