Antoni Villalonga
Antoni Villalonga
Before this changes AMQPSSLConnection class only connect using ssl when $ssl_options is non empty array. This commit fixes that situation. While this request is being reviewed, please avoid the widely...
Please consider applying these three patches from new Debian package. https://salsa.debian.org/med-team/vt/-/tree/8d7a6047a9b5ecb846da38a0175ec394758eef8c/debian/patches * makefile: Get rid of external sources and update to libhts-1.10 * fix-spelling: Spelling fix * test-fail-on-error: Correct exit...
Hi, When running `make tests` on /tmp (tmpfs) I've found that first `du` test FAILs. ``` FAIL: du (no options) echo -ne '' | du -k du_test --- expected 2021-10-28...
Hi, I've found "random":qa chars in generated/help.h file: `419: #define HELP_mke2fs_journal "usage: í^\V [-E stride=###] ...` Steps to reproduce: ``` make allyesconfig make cp generated/help.h help.h-saved make clean make allyesconfig...
Hi, Some `pending` tools call `update_password()` using only 3 arguments while 4 are expected. ``` lib/password.c:int update_password(char *filename, char *username, char *entry, int pos) ``` GCC error: ``` toys/pending/chsh.c:74:13: error:...
Hi, After building toybox using gcc-11.2 on a Debian Sid environment I've found that `cut` test doesn't PASS. The output is: ``` PASS: cut -c japan.txt FAIL: cut -C test1.txt...
Hi, `blkid` and `fstype` implementations differ from `util-linux` and `klibc-utils` implementations. As `initramfs-tools` use both programs I think it make worth to mention it. ### blkid Some details already noted...
A kind of dummy option required by some building scripts. I've found a common output for `uname -p` is "unknown" in Linux boxes. I can't guarantee this is the expected...
Added some alias for existent options in various toys. These alias are used by some building scripts for different tools considered "key-packages".
Homogenize toy commentary formatting