Bug#862596: libasyncns0: Assignment instead of check for equality in assert: asyncns_setuserdata, asyncns_getuserdata

2017-05-14 Thread Myhailo Danylenko
Package: libasyncns0 Severity: minor Tags: upstream patch Hello. Since I forwarded my bugreport, I'll also forward this one, quite obvious, and still present one, reported by Olof Sivertsson: https://bugs.freedesktop.org/show_bug.cgi?id=91859 Bug applies to libasyncns release 0.8 and current

Bug#862594: libasyncns0: libasyncns using pthreads blocks until workers die on free()

2017-05-14 Thread Myhailo Danylenko
Package: libasyncns0 Severity: normal Tags: patch upstream Hello, Forwarding here this bug, since there's no any action from upstream: https://bugs.freedesktop.org/show_bug.cgi?id=94849 When using libasyncns with pthreads support, it freezes entire application, when you try to asyncns_free()

Bug#813355: kinfocenter_oui.sh exits with non-zero status

2016-01-31 Thread Myhailo Danylenko
Package: kinfocenter Version: 4:5.4.3-1 Severity: normal Hi! Script /var/lib/ieee-data/update.d/kinfocenter_oui.sh contains next lines: if [ "oui.txt" != $(basename "$filename") ]; then exit 1 fi and it is called from monthly cronjob /usr/bin/update-oui, that calls it with

Bug#693552: ncmpcpp: segfaults on querying info from missing .ogg

2012-11-17 Thread Myhailo Danylenko
Package: ncmpcpp Version: 0.5.10-1 Severity: normal Dear Maintainer, When i press `i` (query info) on something virtual, that ends with .ogg - file, that appears to be not there (unmounted nfs partition) or internet radio stream url, ncmpcpp segfaults. Querying anything other - mp3, flac, etc

Bug#692759: ikiwiki: format+highlight directive unexpectedly expands directives/wikilinks

2012-11-08 Thread Myhailo Danylenko
Package: ikiwiki Version: 3.20120629 Severity: normal Dear Maintainer, Ikiwiki documentation states, that 'highlight' plugin does directive/wikilink expansion, when highlighting entire files, but does not state, that it does this, when used in 'format' directive. Still, it does this, and

Bug#692415: [patch] Possible solution

2012-11-06 Thread Myhailo Danylenko
Hi! I've dug this a bit, and by analogue with footnotes, added unsescaping of special chars to references - and that worked well. The change is simple and looks logical, but I don't know, if it will break anything. --- /usr/share/perl5/Text/MultiMarkdown.pm 2011-04-26 12:27:23.0

Bug#692415: libtext-multimarkdown-perl: Renders underscores in links in references into hexadecimal sequence

2012-11-05 Thread Myhailo Danylenko
Package: libtext-multimarkdown-perl Version: 1.34-1 Severity: normal Dear Maintainer, When underscore symbol '_' appears in url in reference definition, multimarkdown replaces it with some hexadecimal sequence (some hash value?). Applies to all kinds of links: ..., [...](...), [...][...].

Bug#645237: ffproxy: unable to resolve ip in chroot

2011-10-13 Thread Myhailo Danylenko
Package: ffproxy Version: 1.6-7 Severity: important Hi! ffproxy's initscript tries to copy libns* and libresolv* from /lib, whereas they now are not there, but in /lib/i386-linux-gnu. I do not know naming scheme for this directory on other platforms, so, I am not sending the patch for that, but

Bug#401841: mount: Possible patch to fix options duplication

2011-07-11 Thread Myhailo Danylenko
Hi. I can confirm this bug. It affects only fs'es, options for which are not in fstab. On laptop fs remounts are frequent (laptop-mode, pm-utils), thus, this bug makes mount output pretty unreadable, when you use mounts not in fstab, eg schroot'ed: ... /home/mirror on

Bug#542297: sha1sum segfaults in qemu-system-x86_64 on i386 host

2009-08-18 Thread Myhailo Danylenko
Package: qemu Version: 0.10.6-1 Severity: normal Hi. When running image of debian sqeeze with amd64 architecture (image was originally built on amd64 machine using debootstrap) on i386 host machine, sha1sum segfaults (preventing installation of newer debian kernel). Eg. isb...@build64:~$

Bug#512957: Patch to fix problem

2009-05-22 Thread Myhailo Danylenko
Hi. There is patch to fix that problem. That bug is caused by the fact, that ncurses colorpairs should be in range 1..COLOR_PAIRS-1, and black on black in weechat's terms is color pair 0. I put black on black to pair 64. Also I removed restriction for white on white - IMHO, user should have as

Bug#512957: Patch to fix problem

2009-05-22 Thread Myhailo Danylenko
Fri, May 22, 2009 at 05:04:02PM +0300 рукою Myhailo Danylenko було написано: There is patch to fix that problem. Huh. Sorry, I have not tested that throughly. It works in some places, but not everywhere, so, I'll dig it more. -- Михайло Даниленко --- jabber: isb

Bug#512957: New patch

2009-05-22 Thread Myhailo Danylenko
Hi! After a while, I remembered, that usual pure pc console can handle only 64 color combinations, but curses also reserves colorpair 0 so, programmer have only 63 color pairs and operates 'default' colors. Thus, I decided to switch to on-demand colorpair allocation. Attached patch does this. It

Bug#522662: libloudmouth1-0: Missing lm_connection_get_keep_alive_rate in dynamic library

2009-04-05 Thread Myhailo Danylenko
Package: libloudmouth1-0 Version: 1.4.3-1 Severity: normal Error message how to reproduce: [isbear:~] cat l.c #include loudmouth/loudmouth.h void main (void) { lm_connection_get_keep_alive_rate (NULL); } [isbear:~] gcc `pkg-config --cflags --libs loudmouth-1.0` l.c l.c: In function

Bug#512957: weechat-curses: displaced status line colors

2009-01-25 Thread Myhailo Danylenko
Package: weechat-curses Version: 0.2.6-1+b2 Severity: minor Status line colors looks like shifted on one char to right starting from channel name. Screenshot: http://isbear.ho.ua/files/weechat-status-colors.png Related color configuration settings: col_status = lightblue col_status_delimiters

Bug#512957: weechat-curses: displaced status line colors

2009-01-25 Thread Myhailo Danylenko
Hi. Sun, Jan 25, 2009 at 03:48:44PM +0100 рукою Emmanuel Bouthenot було написано: is it reproductible ? (if yes, how ?) Yes. Further screenshot after restart: http://isbear.ho.ua/files/weechat-status-3.png http://isbear.ho.ua/files/weechat-status-4.png they show more clearly color shifting

Bug#512957: Info received (Bug#512957: weechat-curses: displaced status line colors)

2009-01-25 Thread Myhailo Danylenko
Hi! Seems, like it is related to this bug: https://savannah.nongnu.org/bugs/?23882 After I changed delimiters color from black, it works fine enough (though, in an active channels list comma after a channel where new messages are present is still highlighted with col_chat_highlight (yellow in my

Bug#508703: cgi in lighttpd by default is allowed only in /cgi-bin/, thus /phpmyadmin/ shows 403

2008-12-14 Thread Myhailo Danylenko
Package: phpmyadmin Version: 4:2.11.8.1-4 Severity: normal Error message: Remote machine: [isbear:~] LC_ALL=C wget http://monstruozo/phpmyadmin --2008-12-14 12:58:13-- http://monstruozo/phpmyadmin Resolving monstruozo... 192.168.1.34 Connecting to monstruozo|192.168.1.34|:80... connected.

Bug#508703: cgi in lighttpd by default is allowed only in /cgi-bin/, thus /phpmyadmin/ shows 403

2008-12-14 Thread Myhailo Danylenko
Hi. Sun, Dec 14, 2008 at 01:40:48PM +0100 рукою Michal Čihař було написано: I guess you wanted lighty-enable-mod fastcgi as it is the module which enables PHP handling. We could enable it in postinst, but I think it would be too intrusive for people using customized lighttpd setup. Oh,

Bug#491257: liblua5.1-posix1: posix.rpoll does not works on pipes

2008-07-17 Thread Myhailo Danylenko
Package: liblua5.1-posix1 Version: 5.1.2-3 Severity: normal How to reproduce: [isbear:~] cat one adsf fasdfea adf fdasfeaf fdaaa fdag fdasasddf [isbear:~] cat luatest2.lua -- pipe require ( 'posix' ) f = io.popen ( 'cat one' ) c = 10 while c 0 do c = c - 1 ret =

Bug#489100: libyaml-syck-perl generates double-references and fails to load them back

2008-07-03 Thread Myhailo Danylenko
Package: libyaml-syck-perl Version: 1.05-1 Severity: normal How to reproduce: Run this simple perl script (it does it in two ways to show where error is, first way can be enabled by specifying any argument to script): [isbear:~] cat ./yamltest.pl #! /usr/bin/perl use YAML::Syck; my $db =

Bug#489200: libyaml-perl fails to load back list of hashes, when hash key is quoted

2008-07-03 Thread Myhailo Danylenko
Package: libyaml-perl Version: 0.66-1 Severity: normal How to reproduce: Run this script: [isbear:~] cat yt2.pl #! /usr/bin/perl use strict; use warnings; use YAML; #{ no warnings; $YAML::CompressSeries = 1 }; my $a = [ { 'a ' = 'b' } ]; my $dump = Dump

Bug#485406: Caps led preserves its state while writer changes Caps state

2008-06-09 Thread Myhailo Danylenko
Package: openoffice.org-writer Version: 1:2.4.0-5 Severity: normal No error messages Reproduce: - Open new Writer document - type small letter - turn on CapsLock - type two-three other letters (they will bi in upper register) - type space - Writer detects unattended CapsLock press, - fixes