Bug#1073996: Info received (Bug#1073996: twisted: autopkgtest fails on test_flatten: "builtins.KeyError: 'root'")

2024-06-21 Thread Florent 'Skia' Jacquet
@@ +twisted (24.3.0-2) unstable; urgency=medium + + * Patch: fix test_flatten in autopkgtest. (Closes: #1073996) +This patch can probably be dropped after next upstream release. + + -- Florent 'Skia' Jacquet Fri, 21 Jun 2024 11:20:23 +0200 + twisted (24.3.0-1) unstable; urgency=medium * New

Bug#1073996: twisted: autopkgtest fails on test_flatten: "builtins.KeyError: 'root'"

2024-06-21 Thread Florent 'Skia' Jacquet
@@ +twisted (24.3.0-2) unstable; urgency=medium + + * Patch: fix test_flatten in autopkgtest. (Closes: #1073996) +This patch can probably be dropped after next upstream release. + + -- Florent 'Skia' Jacquet Fri, 21 Jun 2024 11:20:23 +0200 + twisted (24.3.0-1) unstable; urgency=medium * New

Bug#1073996: twisted: autopkgtest fails on test_flatten: "builtins.KeyError: 'root'"

2024-06-21 Thread Florent 'Skia' Jacquet
Kernel: Linux 6.8.0-31-generic (SMP w/12 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LS

Bug#1067672: openvas-scanner: Use distro-wide _FORTIFY_SOURCE instead of hard-coded from upstream

2024-03-25 Thread Florent 'Skia' Jacquet
: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=sh: 0: getcwd() failed: No such file or directory UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled From: Florent 'Skia' Jacquet Date

Bug#1061794: crmsh fails its autopkg tests with Python 3.12

2024-02-13 Thread Florent 'Skia' Jacquet
Hi, Those two patches should fix autopkgtest. The importlib one shouldn't be a problem. The looseversion one, otoh, requires a bit more attention. LooseVersion was part of distutils, and got removed with Python 3.12, but there doesn't seem to be any replacement anywhere in the standard

Bug#1055694: klibc-utils: Patch to fix cp warning

2023-12-13 Thread Florent 'Skia' Jacquet
Hi, There is a Merge Request on Salsa to fix this here (didn't test it yet): https://salsa.debian.org/kernel-team/klibc/-/merge_requests/12 Also, here is the corresponding Ubuntu bug: https://bugs.launchpad.net/ubuntu/+source/klibc/+bug/2046336 Cheers Skia