diff options
author | Guillem Jover <guillem@debian.org> | 2017-09-16 13:43:52 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2017-10-17 02:28:09 +0200 |
commit | 2e344c2119c5a55a3180ddd61c67f8a657520ceb (patch) | |
tree | 12b0d2283eff98a90b1c350cc2f0fab5a5d7d614 /debian | |
parent | e23943051599ff21e6ca955ac8e5ead4cda1891c (diff) | |
download | dpkg-2e344c2119c5a55a3180ddd61c67f8a657520ceb.tar.gz |
Dpkg::Getopt: Do not normalize args past a passthrough stop word
Some commands pass some arguments through to another command, and those
must not be normalized as that might break their invocation.
Reported-by: Helmut Grohne <helmut@subdivi.de>
Stable-Candidate: 1.17.x 1.18.x
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6231ede13..22af260ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -115,6 +115,10 @@ dpkg (1.19.0) UNRELEASED; urgency=medium the code already handles the commands not being present. - Do not unnecessarily require setting the host_arch in Dpkg::Deps. Closes: #856396 + - Do not normalize args past a passthrough stop word in Dpkg::Getopt. + Some commands pass some arguments through to another command, and + those must not be normalized as that might break their invocation. + Reported by Helmut Grohne <helmut@subdivi.de>. * Documentation: - Document currently accepted syntax for changelogs in deb-changelog(5). Closes: #858579 |