tags 688112 + pending thanks Dear maintainer,
I've prepared an NMU for gummi (versioned as 0.6.3-1.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Funny van Dannen: Rod Weiler
diff -Nru gummi-0.6.3/debian/changelog gummi-0.6.3/debian/changelog --- gummi-0.6.3/debian/changelog 2012-09-01 15:00:43.000000000 +0200 +++ gummi-0.6.3/debian/changelog 2012-09-30 17:29:02.000000000 +0200 @@ -1,3 +1,13 @@ +gummi (0.6.3-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix "gummi leaks file descriptors leading to a crash if the fd limit + is reached": add patch fix_fd_leak.patch from Justus Winter: + close file descriptors. + (Closes: #688112) + + -- gregor herrmann <gre...@debian.org> Sun, 30 Sep 2012 17:27:44 +0200 + gummi (0.6.3-1.1) unstable; urgency=low * Non-maintainer upload. diff -Nru gummi-0.6.3/debian/patches/fix_fd_leak.patch gummi-0.6.3/debian/patches/fix_fd_leak.patch --- gummi-0.6.3/debian/patches/fix_fd_leak.patch 1970-01-01 01:00:00.000000000 +0100 +++ gummi-0.6.3/debian/patches/fix_fd_leak.patch 2012-09-30 17:25:59.000000000 +0200 @@ -0,0 +1,18 @@ +Description: Fix a file descriptor leak + utils_popen_r leaks file descriptors. Fix this by closing them. +Author: Justus Winter <teyth...@thinkbox.jade-hamburg.de> +Bug-Debian: http://bugs.debian.org/688112 +Forwarded: no +Last-Update: 2012-09-30 + +--- a/src/utils.c ++++ b/src/utils.c +@@ -250,6 +250,8 @@ + g_free (rot); + } + ++ close(pout); ++ + #ifndef WIN32 + // TODO: command is not available on win32 systems: + waitpid(typesetter_pid, &status, 0); diff -Nru gummi-0.6.3/debian/patches/series gummi-0.6.3/debian/patches/series --- gummi-0.6.3/debian/patches/series 2012-03-29 23:03:03.000000000 +0200 +++ gummi-0.6.3/debian/patches/series 2012-09-30 17:24:55.000000000 +0200 @@ -1 +1,2 @@ libgthread-2.0_link.patch +fix_fd_leak.patch
signature.asc
Description: Digital signature