Bug#819341: [unison] Please build unison-fsmonitor

2023-11-16 Thread Damian Lukowski
Please consider https://salsa.debian.org/ocaml-team/unison/-/merge_requests/2

Bug#986622: ClamAV 0.103.2 security patch release

2021-04-11 Thread Damian Lukowski
> CVE-2021-1252 : > Fix for Excel XLM parser infinite loop. Affects 0.103.0 and 0.103.1 only. Debian's security tracker claims that stretch and buster are vulnerable. According to the clamav announcement and CVE they shouldn't be.

Bug#952443: libfile-slurp-perl: tempfile without OPEN

2020-02-24 Thread Damian Lukowski
Package: libfile-slurp-perl Version: .26-1 Severity: normal Dear Maintainer, I would like to request a fix of [1] in buster if possible. Regards Damian [1] https://rt.cpan.org/Public/Bug/Display.html?id=129029

Bug#798727: Encode::Unicode decode() dies unnecessarily

2015-09-15 Thread Damian Lukowski
Hi Dominic, the patch has been applied upstream. Regards Damian Am 12.09.2015 um 11:17 schrieb Dominic Hargreaves: > Thanks for the bug report; I've added your patch to the upstream bug > report, and will await comment by them. > > Dominic.

Bug#798727: Acknowledgement (Encode::Unicode decode() dies unnecessarily)

2015-09-12 Thread Damian Lukowski
Unfortunately my first patch does not account for the first two octets when they are not a BOM. In that case one needs to reset the read pointer to the beginning. root@d5305a0f945d:~# cat check-unicode.pl use Encode qw/encode decode/; my $str = 'ABCD'; printf "%s vs %s\n", $str,

Bug#798727: Encode::Unicode decode() dies unnecessarily

2015-09-11 Thread Damian Lukowski
Package: perl Version: 5.20.2-2 The Encode::Unicode documentation states the following: When BE or LE is omitted during decode(), it checks if BOM is at the beginning of the string; if one is found, the endianness is set to what the BOM says. If no BOM is found, the routine dies. To reproduce: