[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#598882: marked as done (release.debian.org: unblock: ncurses/5.7+20100313-4)



Your message dated Sun, 03 Oct 2010 09:24:22 +0100
with message-id <1286094262.6044.2.camel@hathi.jungle.funky-badger.org>
and subject line Re: Bug#598882: release.debian.org: unblock: ncurses/5.7+20100313-4
has caused the Debian Bug report #598882,
regarding release.debian.org: unblock: ncurses/5.7+20100313-4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
598882: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598882
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Sorry to bother you again with ncurses, but I would like to get
5.7+20100313-4 into squeeze to fix bug #597175.  This is effectively a
one line change to the previous version cherry-picked from upstream.
Full debdiff is attached for reference, the relevant commit in our git
repository can be found at [1].

unblock ncurses/5.7+20100313-4


1. http://git.debian.org/?p=collab-maint/ncurses.git;a=commit;h=824d808291ae3071ea7e66cd9be62e17a2eb0e30

reverted:
--- ncurses-5.7+20100313/debian/lib64ncurses5.debhelper.log
+++ ncurses-5.7+20100313.orig/debian/lib64ncurses5.debhelper.log
@@ -1 +0,0 @@
-dh_prep
reverted:
--- ncurses-5.7+20100313/debian/lib64ncurses5-dev.debhelper.log
+++ ncurses-5.7+20100313.orig/debian/lib64ncurses5-dev.debhelper.log
@@ -1 +0,0 @@
-dh_prep
diff -u ncurses-5.7+20100313/debian/changelog ncurses-5.7+20100313/debian/changelog
--- ncurses-5.7+20100313/debian/changelog
+++ ncurses-5.7+20100313/debian/changelog
@@ -1,3 +1,11 @@
+ncurses (5.7+20100313-4) unstable; urgency=low
+
+  * New patch 09-fix-delscreen-segfault.diff taken from upstream
+    patchlevel 20100501, fixes a segfault or infinite loop in applications
+    using multiple screens (Closes: #597175).
+
+ -- Sven Joachim <svenjoac@gmx.de>  Tue, 28 Sep 2010 07:08:17 +0200
+
 ncurses (5.7+20100313-3) unstable; urgency=low
 
   * Fix dangling symlinks in ncurses-term that were introduced by the
diff -u ncurses-5.7+20100313/debian/patches/series ncurses-5.7+20100313/debian/patches/series
--- ncurses-5.7+20100313/debian/patches/series
+++ ncurses-5.7+20100313/debian/patches/series
@@ -6,0 +7 @@
+09-fix-delscreen-segfault.diff
only in patch2:
unchanged:
--- ncurses-5.7+20100313.orig/debian/patches/09-fix-delscreen-segfault.diff
+++ ncurses-5.7+20100313/debian/patches/09-fix-delscreen-segfault.diff
@@ -0,0 +1,20 @@
+Description: Fix segfault or infinite loop in delscreen()
+ Patch taken from upstream patchlevel 20100501.
+Bug-Debian: http://bugs.debian.org/597175
+Author: Thomas Dickey <dickey@his.com>
+Last-Update: 2010-09-17
+---
+ ncurses/base/lib_set_term.c |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/ncurses/base/lib_set_term.c
++++ b/ncurses/base/lib_set_term.c
+@@ -117,7 +117,7 @@
+     for (each_screen(temp)) {
+ 	if (temp == sp) {
+ 	    if (last)
+-		last = sp->_next_screen;
++		last->_next_screen = sp->_next_screen;
+ 	    else
+ 		_nc_screen_chain = sp->_next_screen;
+ 	    result = TRUE;

Attachment: pgpUu2g4dneKc.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
On Sat, 2010-10-02 at 20:59 +0200, Sven Joachim wrote:
> Sorry to bother you again with ncurses, but I would like to get
> 5.7+20100313-4 into squeeze to fix bug #597175.  This is effectively a
> one line change to the previous version cherry-picked from upstream.

Unblocked.

Regards,

Adam



--- End Message ---

Reply to: