diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-04-29 00:03:04 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-04-29 00:03:04 +0200 |
| commit | 477f32c18bcde4150dbfafc3cb6335ce177fc498 (patch) | |
| tree | 9c14a3059b83209adc52eb5acb0e72487ecaec39 /test | |
| parent | 3e6de9c26e0e32e417629d8d5b90343e94b85ab6 (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 'test')
0 files changed, 0 insertions, 0 deletions
