Bug#812657: feh and GIF images: imlib2 problem

2016-02-04 Thread Daniel Friesel
Hi, Thanks a lot for looking into it! On Tue, Feb 02, 2016 at 04:57:26PM +0200, Peter Pentchev wrote: > At least on my Debian testing machine, there are indeed 100 failures out of > 100 attempts. I can reproduce that on my Debian sid machine, and also confirm that it works fine on Debian jessie

Bug#812657: feh: FTBFS - Can't exec "mandoc"

2016-02-02 Thread Daniel Friesel
tags 812657 upstream retitle 812657 feh: FTBFS: test failure when preloading gif images thanks Hi, The missing mandoc binary is not the issue here, the test expects that and silently passes. However, some library difference between stable and unstable causes the gif preload / list test to fail

Bug#612035: Ping: Bug#612035: [Pkg-phototools-devel] Bug#612035: vulnerability: rewrite arbitrary user file

2012-02-03 Thread Daniel Friesel
Hi, On Thu, Jan 19, 2012 at 12:47:06PM +, Jonathan Wiltshire wrote: On Fri, Jul 08, 2011 at 08:06:17PM +0200, Julien Cristau wrote: [...] ick. mkdtemp(3), please. Any news on this? the attached patches (created against the unpatched 1.3.4.dfsg.1-1 / 1.8-1 packages) use mkdtemp for the

Bug#612035: Fixed in 1.12

2011-03-12 Thread Daniel Friesel
Hi, feh 1.12 has just been released, which fixes this bug by switching from wget to mkstemp + libcurl. http://feh.finalrewind.org/changelog http://feh.finalrewind.org/feh-1.12.tar.bz2 --Daniel signature.asc Description: Digital signature

Bug#598820: mcabber: Segmentation fault when connecting to prosody server

2010-10-02 Thread Daniel Friesel
Package: mcabber Version: 0.10.0-1 Severity: serious Hi all, mcabber dies with a segmentation fault as soon as it tries to connect to a prosody server. I'm not sure what exactly causes the bug, at least connecting to jabber.org (with invalid auth data) does not make mcabber segfault, but

Bug#587205: feh: Arbitrary code execution with --wget-timestamp and URLs

2010-06-26 Thread Daniel Friesel
Package: feh Version: 1.3.4.dfsg.1-1 Severity: grave Tags: security Justification: user security hole Hello, there exists an (IMHO rather unlikely, but still possible) arbitrary code execution hole in feh. All versions = 1.7 down to at least the 1.3.4 in stable (I didn't check earlier ones) are

Bug#585666: feh: FTBFS: Relies on writable home directory?

2010-06-14 Thread Daniel Friesel
Hi, I'm the feh upstream. On Sat, Jun 12, 2010 at 11:50:39PM +0200, Cyril Brulebois wrote: it looks like feh FTBFS when the home directory is missing or write-protected: [...] Being unable to deal with .fehrc seems to lead to extra messages, breaking the comparison with the reference

Bug#563727: Probably caused by faulty initscript

2010-01-04 Thread Daniel Friesel
I think that this bug is caused by the set -e in /etc/init.d/console-screen.sh. On line 85, the script does readlink /proc/self/fd/0 | grep -q -e /dev/vc -e '/dev/tty[^p]' -e /dev/console and then checks $?. Theoretically, this would be the same as if readlink ... | grep ...; then but due to