Bug#953779: xmlindent: New upstream version 0.2.18

2020-03-13 Thread Walter Doekes
Package: xmlindent Version: 0.2.17-6 Severity: wishlist Dear Maintainer, xmlindent has been updated with the fixes from the debian-patches, and an extra fix. It's available here: https://github.com/penberg/xmlindent/releases Cheers, Walter Doekes

Bug#886813: screen: GNU screen wipes X selection (copy buffer / clipboard) on init with TERM=xterm-256color

2018-01-10 Thread Walter Doekes
rm: $ dconf dump /org/gnome/terminal/legacy/profiles:/ | grep command custom-command='/usr/bin/env TERM=xterm /bin/bash' use-custom-command=true Cheers, Walter Doekes OSSO B.V. -- System Information: Debian Release: 9.3 APT prefers stable APT policy: (500, 'stable') A

Bug#818978: systemd crashes in lxc on container stop

2016-12-16 Thread Walter Doekes
essie systemd' has been updated with your patch, in case anyone was using that. Cheers, Walter Doekes OSSO B.V.

Bug#818978: systemd crashes in lxc on container stop

2016-09-29 Thread Walter Doekes
g=215-17+deb8u5 \ systemd-sysv=215-17+deb8u5 libsystemd0=215-17+deb8u5 \ udev=215-17+deb8u5 libudev1=215-17+deb8u5 Cheers, Walter Doekes OSSO B.V. [1] systemd/gir1.2-gudev-1.0_215-17+deb8u5osso1_amd64.deb systemd/libgudev-1.0-0_215-17+deb8u5osso1_amd64.deb systemd/libgudev-1.0-dev_2

Bug#818978: systemd crashes in lxc on container stop

2016-09-09 Thread Walter Doekes
I could unfortunately reproduce the "Assertion 'sd_id128_randomize(&id) >= 0'" issue on my Debian/Jessie with systemd 215-17+deb8u4. I added the attached two patches and then things started working. Cheers, Walter Doekes OSSO B.V. >From 874d3404cbf2363604106c8f

Bug#456943: (no subject)

2016-07-14 Thread Walter Doekes
* in xterm: python -c 'print(" "*'$COLUMNS'+"1234")' | grep --color=auto '[1-9]' Versions (Ubuntu, Trusty, latest): gnome-terminal 3.6.2-0ubuntu1 grep 2.16-1 xterm 297-1ubuntu1 Greetings, Walter Doekes

Bug#823315: (attaching the patch failed due to my chdir, reportbug did not complain)

2016-05-03 Thread Walter Doekes
Oops. Patch didn't come along. Here it is. Cheers, Walter OSSO B.V. Description: xmlindent abort()ed on invalid XML The following gave an abort/coredump: $ echo '"John" ' | xmlindent Author: Walter Doekes --- xmlindent-0.2.17.orig/xmlindent.yy +++ xmlindent-0.2.

Bug#823315: xmlindent abort()s/crashes on invalid XML

2016-05-03 Thread Walter Doekes
ch improves the situation from: $ echo '"John" ' | xmlindent Error: Scanner did not recognize string '<'. Aborted (core dumped) (exitcode SIGABORT) To this: $ echo '"John" ' | ./xmlindent Error: Scanner did not recognize stri

Bug#644973: libedit2: Ctrl+W erases entire line

2015-11-22 Thread Walter Doekes
rev-word See also: http://wjd.nu/notes/2015#asterisk-editline-key-bindings Cheers, Walter Doekes

Bug#805568: encfs --reverse should disallow recursive directory traversal [fixed upstream]

2015-11-19 Thread Walter Doekes
thub.com/vgough/encfs/pull/125 that fixes problems with recursive directory accesses. Author: Walter Doekes Forwarded: https://github.com/vgough/encfs/pull/125 Applied-Upstream: commit:07fb5b8990e0447be775f7871cea2c5f0d2ec38e, v1.8.2(?) Last-Update: 2015-11-19 --- a/encfs/DirNode.cpp +++

Bug#693011: timidity: clicks in the beginning of output

2015-10-18 Thread Walter Doekes
ll the absolute panning (0 = 100% left, 127 = 100% right). With the changes in 2.14.0, it comes out more like 0 = a bit more left and 127 = a bit more right. I'm not sure what else 2.14.0 may be hiding, but I'm not looking for new bugs at this point. Cheers, Walter Doekes Description: Fi

Bug#570623: reprepro: please add multiple version management

2015-04-07 Thread Walter Doekes
keleyDB database: Within packages.db subtable wheezy|acos|amd64 at del: DB_SECONDARY_BAD: Secondary index inconsistent with primary There have been errors! - However, when adding bug570623_version_compare.patch (attached), removal started to work as expected. In summary: - patching the ve

Bug#778746: patches against http://anonscm.debian.org/cgit/pkg-voip/asterisk.git

2015-02-19 Thread Walter Doekes
eanup. debian-asterisk-778746-master.patch debian-asterisk-778746-wheezy-backports.patch Cheers, Walter Doekes OSSO B.V. diff --git a/debian/asterisk.init b/debian/asterisk.init index 0ab18a7..c4d328a 100644 --- a/debian/asterisk.init +++ b/debian/asterisk.init @@ -82,7 +82,7 @@ then fi P

Bug#750460: #750460 is a duplicate of #571120

2014-06-28 Thread Walter Doekes
gt;= 2.2" https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571120 Cheers, Walter Doekes P.S. My html example in that bug report is malformed, with the

Bug#705862: error in crontab manpage example (unescaped percent signs)

2014-04-25 Thread Walter Doekes
: Wed Sep 21 23:22:58 2011 +0200 Escape the '%' in the examples so that they can work when copied over to crontab (Closes: #642309) ... -0 4 8-14 * *test $(date +%u) \-eq 6 && echo "2nd Saturday" +0 4 8-14 * *test $(date +\\%u) \-eq 6 && echo &qu

Bug#520254: unhide leaks handles, overwrites its stack, and so forth

2009-11-01 Thread Walter Doekes
(vpid); + waitpid(vpid, &status, 0); } + /* processes that quit at this point in time create false positives */ + for(y=0; y < maxpid; y++) { if (allpids[y] != '\0') { @@ -497,5

Bug#527907: doxygen: segfault on php conditional comment (if(1){/** comment */})

2009-05-09 Thread Walter Doekes
Package: doxygen Version: 1.5.6-2 Severity: normal When running doxygen on a PHP file with a conditional piece of code, it segfaults. This is not an issue with the current SVN version. == TESTCASE == wal...@wjdsys:0:/tmp/test$ ls 1.php wal...@wjdsys:0:/tmp/test$ cat 1.php wal...@wjdsys:0:/tmp

Bug#518031: doxygen: Similar bug (segfault) in stable (lenny) 1.5.6-2

2009-04-08 Thread Walter Doekes
wlib-php45/KjwCompat.php", fileBuf=0x234bb10 ", " \nCopyright (C) 2006-2009, Walter Doekes\nThis file is part of KjwLib-php45.\n \nKjwLib-php45 is free s"..., rt=0x234f040) at scanner.l:5597 #6 0x0054c9a6 in CLanguageScanner::parseInput (this=0x22a97e0, fileNam

Bug#431044: [php-maint] Bug#431044: Bug#431044: Apache child exits on sql server functions

2007-10-04 Thread Walter Doekes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Steve Steve Langasek wrote: > Walter Doekes wrote: >> > putenv('TDSVER=7.0'); >> $db = sybase_connect($server, $username, $password); >> sybase_select_db('MODULES', $db); >> sybase_query(&qu

Bug#431044: [php-maint] Bug#431044: Apache child exits on sql server functions

2007-09-29 Thread Walter Doekes
World [2] => 244ebbc892d6f24694ab8a08836fa86d ) Obviously it would be better if this is fixed upstream. But this bug has existed since 2005 and for me personally I only need it fixed in Debian and Ubuntu ;-) Regards, Walter Doekes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6

Bug#293466: /usr/bin/g++-3.4: mt_allocator + threads + dlclose = crash

2005-02-03 Thread Walter Doekes
Package: g++-3.4 Version: 3.4.3-6 Severity: important File: /usr/bin/g++-3.4 The g++ package is built with --enable-libstdcxx-allocator=mt This can cause a program to segfault when a thread finishes that had referenced data in an unloaded dynamic library. See more info here: http://gcc.gnu.org/bu