Your message dated Sat, 22 Jul 2017 13:18:56 +0100
with message-id <[email protected]>
and subject line Closing bugs for 8.9 fixes
has caused the Debian Bug report #862438,
regarding jessie-pu: package eterm/0.9.6-1+deb8u1
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 [email protected]
immediately.)
--
862438: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862438
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: jessie
User: [email protected]
Usertags: pu
eterm-0.9.6/debian/changelog | 8 ++++++++
src/command.c | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff -u eterm-0.9.6/debian/changelog eterm-0.9.6/debian/changelog
--- eterm-0.9.6/debian/changelog
+++ eterm-0.9.6/debian/changelog
@@ -1,3 +1,11 @@
+eterm (0.9.6-1+deb8u1) jessie; urgency=medium
+
+ * QA upload.
+ * Apply patch from Arnaud Ceyrolle to fix problems when starting
+ or stopping the shell caused by an integer overflow. (Closes: #770369)
+
+ -- Adrian Bunk <[email protected]> Fri, 12 May 2017 19:52:47 +0300
+
eterm (0.9.6-1) unstable; urgency=low
* QA upload.
only in patch2:
unchanged:
--- eterm-0.9.6.orig/src/command.c
+++ eterm-0.9.6/src/command.c
@@ -1561,7 +1561,7 @@
* child processes remain alive upon deletion of the window.
*/
{
- unsigned short i;
+ unsigned long i;
unsigned long max_fds;
/* get number of available file descriptors */
--- End Message ---
--- Begin Message ---
Version: 8.9
Hi,
These bugs all relate for updates which were included in today's jessie
point release.
Regards,
Adam
--- End Message ---