diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2022-02-12 21:28:28 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2022-02-12 21:28:28 +0100 |
commit | 34379187f8eb6dd27c3ef53f6a7931ec78cc4725 (patch) | |
tree | 78b7551b14c29d1c61da4f670dca9e7154ceb8c9 /debian/zsh.lintian-overrides | |
parent | 6e47a3eda2198a106b9a33b85a9a1a8ae3390ea6 (diff) | |
download | zsh-34379187f8eb6dd27c3ef53f6a7931ec78cc4725.tar.gz zsh-34379187f8eb6dd27c3ef53f6a7931ec78cc4725.zip |
Make paths in lintian overrides agnostic to upstream versions
Diffstat (limited to 'debian/zsh.lintian-overrides')
-rw-r--r-- | debian/zsh.lintian-overrides | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/zsh.lintian-overrides b/debian/zsh.lintian-overrides index e139b15c3..23929e807 100644 --- a/debian/zsh.lintian-overrides +++ b/debian/zsh.lintian-overrides @@ -1,6 +1,6 @@ # Only two of many files affected -> likely a false positive zsh: hardening-no-fortify-functions [usr/lib*/zsh/*/zsh/zleparameter.so] -zsh: hardening-no-fortify-functions [usr/lib/x86_64-linux-gnu/zsh/5.8/zsh/db/gdbm.so] +zsh: hardening-no-fortify-functions [usr/lib/x86_64-linux-gnu/zsh/*/zsh/db/gdbm.so] # Migration wrapper which is not meant to be used zsh: no-manual-page bin/zsh5 # Code either adding all path variants to /etc/shells or fixing |