Bug#1050230: dash: Missing argument after test -o gives a Segmentation fault

2023-08-22 Thread Martin Simmons
Package: dash Version: 0.5.11+git20200708+dd9ef66-5 Severity: normal Dear Maintainer, The following incorrect use of test -o causes a Segmentation fault for me: $ dash -c 'echo baz 987654321abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 | while read field data; do test

Bug#1006887: cinnamon: Missing dependency on psmisc (cinnamon-launcher uses killall)

2022-03-07 Thread Martin Simmons
Package: cinnamon Version: 4.8.6-2 Severity: normal Dear Maintainer, /usr/bin/cinnamon-launcher tries to run killall, but this is only available when the psmisc package is installed. Normally psmisc is installed by other dependencies, but I noticed this while testing a minimal live CD. --

Bug#889148: am-utils: incorrect installation installs scripts instead of executables

2020-02-10 Thread Martin Simmons
The problem is that the file m4/macros/libtool.m4 in the am-utils source is out of date relative to the libtool used in the build. The debian/rules script tries to fix this but the fix is overridden by a later stage of the build. The attached patch fixes it for me on Raspbian 10. __Martin On

Bug#850895: bacula: Please migrate to openssl1.1 in buster

2017-11-09 Thread Martin Simmons
Hi Sebastian, Maybe openssl_init_threads and openssl_cleanup_threads (and helper functions) in src/lib/openssl.c should also be conditionalized to remove uses of the old threading and locking APIs? __Martin