diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2018-04-07 03:44:29 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2018-04-07 03:51:06 +0200 |
commit | 5ad56a41f1ee2e61abca079f5ea8909f895ac2dd (patch) | |
tree | 07a13ad92a7eb245badbba1127cfbe44c61dc9d8 | |
parent | 357684863dcd62d0ab23af033ce03812576dedec (diff) | |
download | zsh-5ad56a41f1ee2e61abca079f5ea8909f895ac2dd.tar.gz zsh-5ad56a41f1ee2e61abca079f5ea8909f895ac2dd.zip |
Upload to unstable as 5.4.2-4
-rw-r--r-- | debian/changelog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c56970594..186393b28 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +zsh (5.4.2-4) unstable; urgency=medium + + * [d49689fe] Cherry-pick upstream patches to fix: + + CVE-2018-1071 (Check bounds when copying path in "hashcmd()". + Closes: #894044) + + CVE-2018-1083 (Check bounds on PATH_MAX-sized buffer used for file + completion candidates. Closes: #894043) + * [01004557] Drop zsh-static lintian override for no more emitted tag. + * [5c603baa] Update Vcs-* headers for move to Salsa. + * [35768486] Declare compliance with Debian Policy 4.1.4. (No other + changes were required.) + + -- Axel Beckert <abe@debian.org> Sat, 07 Apr 2018 03:50:13 +0200 + zsh (5.4.2-3) unstable; urgency=low * debian/rules: |