From 9f06d578c0d0b79ba5615b5e7bde4fc9f6cb51b1 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Wed, 8 Oct 2014 09:22:05 +0200 Subject: Move 9982ab6f to a cherry-picked patch This reverts our fad0d343 and upstream's 9982ab6f only inside the debian branch. The package built fine that way, but jenkins insisted on building against the zsh-5.0.7 tag. We may need to cherry-pick 9982ab6f in the debian branch before merging the zsh-5.0.8 tag. --- ChangeLog | 5 ---- debian/copyright | 8 ++++++ .../cherry-pick-9982ab6f-missing-changelog-entry | 30 ++++++++++++++++++++++ debian/patches/series | 1 + 4 files changed, 39 insertions(+), 5 deletions(-) create mode 100644 debian/patches/cherry-pick-9982ab6f-missing-changelog-entry diff --git a/ChangeLog b/ChangeLog index 969273b5f..2d25d1d6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,11 +2,6 @@ * unposted: Config/version.mk: 5.0.7 -2014-10-06 Mikael Magnusson - - * 33365: Src/exec.c: avoid buffer overflow for very long fds in >& - fd syntax. - 2014-10-06 Peter Stephenson * unposted (discussed offline): README: update description of diff --git a/debian/copyright b/debian/copyright index 5a302ec4b..a0d881576 100644 --- a/debian/copyright +++ b/debian/copyright @@ -25,6 +25,14 @@ Copyright: 1996 Robert Leslie 2012-2013 Richard Hartmann License: Expat +Files: debian/patches/cherry-pick-* +Copyright: 1992-2014 The Zsh Development Group (Paul Falstad, Richard + Coleman, Zoltán Hidvégi, Andrew Main, Peter W. Stephenson, + Sven Wischnowsky, and others). All rights reserved. + Individual authors, whether or not specifically named, + retain copyright in all changes. +License: Zsh + Files: Src/compat.c Comment: This applies to portions of Src/compat.c, the remainder is under the copyright of The Zsh Development Group and licensed under diff --git a/debian/patches/cherry-pick-9982ab6f-missing-changelog-entry b/debian/patches/cherry-pick-9982ab6f-missing-changelog-entry new file mode 100644 index 000000000..59156b922 --- /dev/null +++ b/debian/patches/cherry-pick-9982ab6f-missing-changelog-entry @@ -0,0 +1,30 @@ +Origin: commit 9982ab6fb5266298c056326ed265fc8560202603 +Author: Mikael Magnusson +Reviewd-by: Axel Beckert +Description: unposted: ChangeLog entry for 33365 + This patch is cherry-picked because it actually should belong to + 5.0.7 as it adds one missing (and not unimportant) changelog entry + for the 5.0.7 release. + . + This was initially part of the 5.0.7 merge from upstream into debian, + but Jenkins insisted on building against the zsh-5.0.7 tag. + . + We may need to cherry-pick 9982ab6f in the debian branch before + merging the zsh-5.0.8 tag. + +diff --git a/ChangeLog b/ChangeLog +index 2d25d1d..969273b 100644 +--- a/ChangeLog ++++ b/ChangeLog +@@ -2,6 +2,11 @@ + + * unposted: Config/version.mk: 5.0.7 + ++2014-10-06 Mikael Magnusson ++ ++ * 33365: Src/exec.c: avoid buffer overflow for very long fds in >& ++ fd syntax. ++ + 2014-10-06 Peter Stephenson + + * unposted (discussed offline): README: update description of diff --git a/debian/patches/series b/debian/patches/series index 8d7c83249..5e195e34f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ replace-texi2html-with-makeinfo +cherry-pick-9982ab6f-missing-changelog-entry -- cgit v1.2.3