Bug#1106784: dovecot-ldap: SASL auth broken

2025-05-29 Thread Jakob Haufe
Package: dovecot-ldap Version: 1:2.4.0+dfsg1-1~exp1 Severity: important Tags: upstream patch Upstream broke LDAP SASL auth in 961275fdb54878fdfa4ee1b9f1a4f00e82bf4a83 (or c7b09562cae61b167522b51d2a493acc16036631 for 2.4.0) while reorganizing code without taking care of the HAVE_LDAP_SASL define.

Bug#1104579: ceph-volume: AttributeError: 'EntryPoints' object has no attribute 'get'

2025-05-02 Thread Jakob Haufe
Package: ceph-volume Version: 18.2.6-1 Severity: important X-Debbugs-Cc: su...@debian.org ceph-volume fails with the following output: exception caught by decorator Traceback (most recent call last): File "/usr/lib/python3/dist-packages/ceph_volume/decorators.py", line 59, in newfunc retur

Bug#1101305: reopening 1101305, affects ceph-fuse

2025-04-30 Thread Jakob Haufe
Control: reopen 1101305 Control: affects 1101305 ceph-fuse Unfortunately, this still affects ceph-fuse. See https://github.com/libfuse/libfuse/pull/1217 for a likely cause and fix. I can provide a patch against 3.17.1+git250416-1 as well, if wanted. Cheers, sur5r -- ceterum censeo microsoftem

Bug#819585: local-apt-repository: add a "suite" name to local-apt-repository.list

2025-04-20 Thread Jakob Haufe
Hi, I played around with options for Release file generation. While it's possible to put Packages/Sources files in a subdirectory and specify that as Suite and Codename when building the Release file, it still doesn't enable the use of e.g. apt install foo/local So unless I'm missing something,

Bug#1075871: /usr/bin/sbuild-createchroot: sbuild-createchroot takes toooooooo long with --include=gpg

2025-04-15 Thread Jakob Haufe
Hi, I just tried to reproduce this on a trixie machine by running sbuild-createchroot --include=gnupg bookworm and the final update step completed without any noticeable delay. gnupg instead of gpg as gpg no longer contains gpg-agent. Can someone still reproduce this? -- ceterum censeo micro

Bug#1102210: ITP: python-django-fsm-2 -- Django friendly finite state machine support

2025-04-06 Thread Jakob Haufe
Package: wnpp Severity: wishlist Owner: Jakob Haufe X-Debbugs-Cc: debian-de...@lists.debian.org, debian-pyt...@lists.debian.org * Package name: python-django-fsm-2 Version : 4.0.0 Upstream Contact: https://github.com/django-commons/django-dsm-2/discussions * URL

Bug#1100769: sbuild-debian-developer-setup: Support non-native chroot architectures

2025-04-05 Thread Jakob Haufe
On Tue, 18 Mar 2025 15:12:56 +0100 Johannes Schauer Marin Rodrigues wrote: > that's true! In this case I think either communication channel works just > fine. > We can also do email but then having the patch attached would help. :) > > I'll leave it up to you and Jakob to decide how to figure t

Bug#1101351: Virtual camera no longer works with v4l2loopback 0.14.0

2025-04-05 Thread Jakob Haufe
Package: obs-studio Version: 30.2.3+dfsg-2+b4 Severity: important Tags: upstream obs-studio is no longer able to work with v4l2loopback 0.14.0. Unfortunately, the error message is misleading: > Starting the output failed. Please check the log for details. > > Note: If you are using the NVENC or

Bug#1098636: zabbix-cli: FTBFS: E TypeError: Parameter.make_metavar() missing 1 required positional argument: 'ctx'

2025-04-04 Thread Jakob Haufe
Hi, I just uploaded 3.5.1-1 to unstable. Since I could not reproduce this with 3.5.0 nor 3.5.1, can you please re-check on your side and update this bug accordingly? Thanks, sur5r -- ceterum censeo microsoftem esse delendam. pgpUjtgInN2jF.pgp Description: OpenPGP digital signature

Bug#1086052: ITP: openterface-qt -- Openterface Mini-KVM - QT frontend

2025-02-17 Thread Jakob Haufe
On Mon, 17 Feb 2025 23:23:57 +0100 Daniel Gröber wrote: > Sound good. I think I wasn't clear before though: even with the permissions > fixed the USB HID input doesn't work :-( Bummer. If only Fedex would do something about my shipment... > Guess we have to go report an upstream issue about tha

Bug#1086052: ITP: openterface-qt -- Openterface Mini-KVM - QT frontend

2025-02-17 Thread Jakob Haufe
Regarding the crash: Given this is a null pointer dereference: Can you check whether the serial port is opened by the program in the first place, e.g. using lsof? Do the control functions (USB host/target switch, etc.) work before changing the baudrate? For me, it crashes as well with no hardwar

Bug#1086052: ITP: openterface-qt -- Openterface Mini-KVM - QT frontend

2025-02-17 Thread Jakob Haufe
On Mon, 17 Feb 2025 00:14:04 +0100 Daniel Gröber wrote: > The video input seems to basically work but HID control isn't working at > all. I had to fix a /dev/hidraw* permission error so we should add a udev > rules file. Ah yes, I completely forgot about that. Upstream doesn't ship them, they on

Bug#1013345: ITP: west -- Description: meta tool for Zephyr RTOS

2025-02-16 Thread Jakob Haufe
Hi Lena, thanks for bumping this. I was indeed looking at west again during the last couple of days but didn't have time to do anything visible. I actually started a repo on salsa as well, see [1]. Given you're a python team member as well, I suggest we continue there under the python team umbr

Bug#1086052: ITP: openterface-qt -- Openterface Mini-KVM - QT frontend

2025-02-15 Thread Jakob Haufe
I've finished the initial packaging and it's now waiting to clear NEW. It's also available on salsa: [1] So you can either build it yourself or, assuming amd64 or i386, grab the .deb from the pipeline artifacts at [2]. [1] https://salsa.debian.org/sur5r/openterface-qt [2] https://salsa.debian.o

Bug#1086052: ITP: openterface-qt -- Openterface Mini-KVM - QT frontend

2025-02-14 Thread Jakob Haufe
On Fri, 14 Feb 2025 12:30:54 +0100 Daniel Gröber wrote: > I have the hardware now. Lucky you :) Mine is stuck in Memphis for more than two weeks now... > Do you have packaging ready for testing by any chance? Not yet, but good to know someone is able to test. Will continue the packaging work a

Bug#606983: redmine: needs a way to run as a separate user per instance

2025-02-12 Thread Jakob Haufe
> 1. What would need to be done to fully implement this? I haven't looked into it in detail yet, but from a cursory look: - Decide how instance users will be named (admin choice, _redmine-$INSTANCE, ...) - Decide how they will be created (systemd-sysusers? adduser?) - Enhance debconf templates

Bug#1095808: Baseline violation on amd64, SIGILL on non-SSE4.1 systems

2025-02-12 Thread Jakob Haufe
Package: libfreerdp3-3 Version: 3.11.1+dfsg-1 Severity: serious Tags: upstream patch libfreerdp 3.11 introduced SSE4.1 optimizations but the runtime check is implemented incorrectly, leading to SIGILL on machines without SSE4.1. A fix is scheduled for 3.12 in [1]. I did a local rebuild with those

Bug#606983: redmine: needs a way to run as a separate user per instance

2025-02-12 Thread Jakob Haufe
Just a note: Isn't this actually fixed with #1022815? I guess more debconf integration would be very nice to have, but some foundations are there already. -- ceterum censeo microsoftem esse delendam. pgpIdK2T6x0X6.pgp Description: OpenPGP digital signature

Bug#989566: freeaptx is in Debian

2025-02-10 Thread Jakob Haufe
Just to prevents others from spending more time digging into this: libfreeaptx, which is a fork of libopenaptx 0.2.0, is available in Debian since bookworm. The only reverse dependency of libopenaptx at the time of writing is baresip. AIUI, there's currently no functional difference between both

Bug#1094650: redmine: replace thin with puma as thin is broken with ruby-rack 3

2025-01-29 Thread Jakob Haufe
Thin has seen some commits regarding rack 3 compatibility today. Is there particular reason to remove thin instead of fixing it? Cheers, sur5r -- ceterum censeo microsoftem esse delendam. pgpr0ZRClg2o2.pgp Description: OpenPGP digital signature

Bug#1079105: coreutils: printf "%.8f" outputs huge random looking number when read from a variable

2024-12-04 Thread Jakob Haufe
Are you sure this is in coreutils and not in bash? To me, this seems to be the same bug as https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078556 Cheers, sur5r -- ceterum censeo microsoftem esse delendam. pgpjFn6z7hokx.pgp Description: OpenPGP digital signature

Bug#1087956: ITP: zabbix-cli -- Command-line interface for Zabbix

2024-11-20 Thread Jakob Haufe
Package: wnpp Severity: wishlist Owner: Jakob Haufe X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: zabbix-cli Version : 3.3.0 Upstream Contact: Name * URL : https://github.com/unioslo/zabbix-cli * License : GPL3 Programming Lang: Python

Bug#1086052: ITP: openterface-qt -- Openterface Mini-KVM - QT frontend

2024-10-25 Thread Jakob Haufe
Package: wnpp Severity: wishlist Owner: Jakob Haufe X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: openterface-qt Version : TBA, still in early development Upstream Contact: TechxArtisan Studio * URL : https://github.com/TechxArtisanStudio/Openterface_QT

Bug#1084796: RM: minitube -- ROM; Non-dfsg-free license in new upstream version

2024-10-08 Thread Jakob Haufe
Package: ftp.debian.org Severity: normal X-Debbugs-Cc: minit...@packages.debian.org Control: affects -1 + src:minitube User: ftp.debian@packages.debian.org Usertags: remove Please remove minitube from unstable. The next upstream version, 4.0, contains a new version of QtSingleApplication which

Bug#1078539: schroot: fails to start in a systemd-nspawn container

2024-08-15 Thread Jakob Haufe
Hi, Thanks for the feedback. Can you try again with 1.6.13-4 and patching /etc/schroot/setup.d/10mount and replace the line 306 which reads mknod -m700 "$CHROOT_PATH/dev/console" c 5 1 by touch "$CHROOT_PATH/dev/console" You can undo the change you did to fstab, it's unrelated. Cheers, sur

Bug#1077161: Should recommend sonnet-plugins

2024-07-26 Thread Jakob Haufe
Package: ghostwriter Version: 23.04.3+ds-1+b1 Severity: wishlist I tried to get spell checking to work in ghostwriter and initially couldn't figure out what "No backend found for spell checking" was supposed to mean. Only after looking at the terminal output of ghostwriter, where it said kf.sonne

Bug#1072888: RFP: turbocase -- quickly generate openscad files for pcb cases

2024-07-09 Thread Jakob Haufe
Control: retitle 1072888 ITP: turbocase -- quickly generate openscad files for pcb cases Initial packaging at [1]. Testers welcome. Repo might move to electronics team if feasible. Todo: Long description, manpage [1] https://salsa.debian.org/sur5r/turbocase -- ceterum censeo microsoftem esse

Bug#1007924: RFS: rshell/0.0.31-1 [ITP] -- Remote shell for working with MicroPython boards

2024-06-05 Thread Jakob Haufe
Hi Dave, are you still interested in maintaining rshell in Debian? I would be willing to sponsor your uploads. Cheers, sur5r -- ceterum censeo microsoftem esse delendam. pgph0MTgFykP0.pgp Description: OpenPGP digital signature

Bug#1070194: Please package new upstream version

2024-05-01 Thread Jakob Haufe
Package: ansible-lint Version: 6.17.2-1 Severity: wishlist Dear maintainers of ansible-lint, ansible-lint has had several upstream releases which include various bug fixes. It would be nice to have those in Debian as well. Cheers, sur5r -- System Information: Debian Release: trixie/sid APT pr

Bug#963872: RFP: automx2 - Email client configuration made easy (replaces "automx")

2024-04-21 Thread Jakob Haufe
(cc'ing Jérôme as he expressed interest) (cc'ing Juri as he started packaging at [1]) I recently learned about automx2 and would love to see it packaged in Debian as well. Does either of you still plan to maintain it? Is there anything I can help with? Cheers, sur5r [1] https://salsa.debian.org

Bug#1066554: iec16022: FTBFS: iec16022.c:158:17: error: implicit declaration of function ‘close’; did you mean ‘pclose’? [-Werror=implicit-function-declaration]

2024-03-15 Thread Jakob Haufe
Control: fixed -1 0.2.5 This has been fixed upstream by [1]. I'm working on updating iec16022 to 0.3.1. [1] https://github.com/rdoeffinger/iec16022/commit/bcd23c55d7176fdea9d40e68b93100567903ce14 pgpNdTb0bBxe7.pgp Description: OpenPGP digital signature

Bug#1065319: notfound 1065319 in 0.5.2-1

2024-03-07 Thread Jakob Haufe
notfound 1065319 0.5.2-1 thanks I just re-checked and could not reproduce this in bookworm. Cheers, sur5r -- ceterum censeo microsoftem esse delendam. pgpvkzKeZXUdO.pgp Description: OpenPGP digital signature

Bug#1036231: mbedtls: please update to 3.4.0 for cmake support

2024-02-21 Thread Jakob Haufe
On Wed, 17 May 2023 21:51:44 +0200 Andrea Pappacoda wrote: > I'd love to package the 3.x branch, but there currently isn't any LTS > release for it; the latest LTS is 2.28.x. I'm not going to package > non-LTS versions in Debian, since they don't fit nicely with the stable > release scheme. I

Bug#1064314: Crash on NXDOMAIN in exempt_spf_addresses

2024-02-19 Thread Jakob Haufe
Package: postfix-policyd-spf-perl Version: 2.011-2 Severity: normal When /etc/postfix/exempt_spf_addresses contains a hostname that returns NXDOMAIN, postfix-policyd-spf-perl crashes with Can't call method "contains" on an undefined value at /usr/sbin/postfix-policyd-spf-perl line 296, line 2.

Bug#1063198: gitlab: GraphQL returns 500 when moving issues on issue board

2024-02-05 Thread Jakob Haufe
On Mon, 5 Feb 2024 22:39:41 +0530 Pirate Praveen wrote: > One thing I can think of is newer graphql gem. See if manually > installing [1] graphql 2.0.27 fixes it. Yes, you are right. Downgrading graphql to 2.0.27 fixes it. Sad fact: Even 16.8 still locks to 2.0.27. -- ceterum censeo microsoft

Bug#1063198: gitlab: GraphQL returns 500 when moving issues on issue board

2024-02-05 Thread Jakob Haufe
Package: gitlab Version: 16.6.6-2~fto12+1 Severity: normal from production.log: - GraphQL::RequiredImplementationMissingError (GitlabSchema.resolve_type(type, obj, ctx) must be implemented to use Union types, Interface types, or `loads:` (tried to resolve: Types::BoardType)): app/graphql/

Bug#1062815: heads up: ruby-rqrcode major update 2.x is coming to unstable

2024-02-04 Thread Jakob Haufe
Hi, thanks for the heads up. There's only a single usage of RQRCode in app/views/twofa/totp/_new.html.erb which seems to be compatible with the current API. I will test it and report back. Cheers, sur5r -- ceterum censeo microsoftem esse delendam. pgp_0lKvChxvs.pgp Description: OpenPGP digi

Bug#1062953: python3-pyocd: Module is unusable (missing runtime dependencies)

2024-02-04 Thread Jakob Haufe
Hi, thanks for the report. I also noticed this while working on the adoption of the package. This particular problem can be worked around easily, but it's unfortunately not the only one. My current plan is to disable jlink support as a first step as it needs non-free components. The other prob

Bug#1033088: Seems to be fixed with upstream version 1.2.3

2024-01-09 Thread Jakob Haufe
Hi all, just to add some info: I imported 1.2.3 and built a package. A quick check from an AD Windows host and using ntpdig both returned success. Necessary changes: - drop all accepted and forwarded patches - quilt refresh debian/patches/use-etc-ntpsec.patch - drop "--enable-debug-gdb" in debian

Bug#1055776: mount 2.39 breaks remounting of FUSE and overlayfs

2023-11-11 Thread Jakob Haufe
Package: util-linux Version: 2.39.1-1 Severity: important Tags: upstream X-Debbugs-Cc: su...@debian.org Control: affects -1 ceph-fuse util-linux 2.39 switched to the new mount API using fsconfig. Unfortunately, this breaks remounting of FUSE and overlayfs mounts as it tries to re-set existing moun

Bug#1013345: ITP: west -- Description: meta tool for Zephyr RTOS

2023-10-16 Thread Jakob Haufe
Hi Zygmunt, On Tue, 21 Mar 2023 12:07:03 +0100 Jakob Haufe wrote: > That would be great. Do you still intend to work on this? Any news on this? -- ceterum censeo microsoftem esse delendam. pgpaEDgUyHGBz.pgp Description: OpenPGP digital signature

Bug#1043131: hcrypto: rename abort to _afscrypto_abort

2023-09-28 Thread Jakob Haufe
> https://git.openafs.org/?p=openafs.git;a=commit;h=c4c1689 That by itself is not enough it seems: CC [M] /var/lib/dkms/openafs/1.8.10/build/src/libafs/MODLOAD-6.5.0-1-amd64-SP/osi_sysctl.o /var/lib/dkms/openafs/1.8.10/build/src/libafs/MODLOAD-6.5.0-1-amd64-SP/osi_sysctl.c:250:10: error: ‘st

Bug#1028912: Please build with C++20 to enable multi-symbol detection support for DataMatrix

2023-09-14 Thread Jakob Haufe
> Looks okay. I am not sure about whether it will bring ABI breakage; given > the current transition freeze, I plan to enable it with zxing-cpp 2.0 upload > after Debian 12 release. Given the release is done, it would be great to have a newer zxing along with a C++20 build. Are there any blockers?

Bug#1042072: schroot: Support appending options to union-mount-options

2023-07-26 Thread Jakob Haufe
Control: tag -1 + upstream Being a feature request this needs to be adressed upstream. Cheers, sur5r pgpwrb0jBhf1G.pgp Description: OpenPGP digital signature

Bug#1039017: qflipper: crash when uploading files

2023-06-25 Thread Jakob Haufe
Thanks for the report! I will try and reproduce this on a fresh Debian+KDE installation. > Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, > TAINT_UNSIGNED_MODULE Which kernel modules are responsible for this? In case it's proprietary NVIDIA/AMD graphics stuff, can you please tr

Bug#1036011: unblock: slop/7.6-4

2023-05-12 Thread Jakob Haufe
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock X-Debbugs-Cc: s...@packages.debian.org Control: affects -1 + src:slop Please unblock package slop This fixes RC bug #1034953 which could affect users upgrading from bullseye to bookworm. I

Bug#1013345: ITP: west -- Description: meta tool for Zephyr RTOS

2023-03-21 Thread Jakob Haufe
On Sun, 19 Mar 2023 16:07:24 +0100 "Zygmunt Krynicki" wrote: > I forgot about this entirely, having changed jobs. > > Let me share what I made once I'm home. That would be great. Do you still intend to work on this? Cheers, sur5r -- ceterum censeo microsoftem esse delendam. pgpYfuSegeiKc.p

Bug#1013345: ITP: west -- Description: meta tool for Zephyr RTOS

2023-03-17 Thread Jakob Haufe
Hi Zygmunt, I would be interested in having west packaged in Debian as well. Feel free to contact me for review or sponsorship either by mail or (preferably for more interactive work) via IRC (#debian-mentors on OFTC). Cheers, sur5r -- ceterum censeo microsoftem esse delendam. pgpfDxIRzsLfR.

Bug#1031811: redmine: mercurial helper broken

2023-02-24 Thread Jakob Haufe
On Fri, 24 Feb 2023 15:11:35 +0100 Adi Kriegisch wrote: > Dear Jakob, > > > I've enhanced the patch from the upstream bugtracker by file name > > encoding support as configured in redmine. > that is ingenious! Thank you very much! > > > Could you test the new patch [1]? > > > > [1] > > htt

Bug#1031811: redmine: mercurial helper broken

2023-02-24 Thread Jakob Haufe
I've enhanced the patch from the upstream bugtracker by file name encoding support as configured in redmine. Could you test the new patch [1]? [1] https://salsa.debian.org/ruby-team/redmine/-/blob/bts1031811/debian/patches/mercurial-py3-fix -- ceterum censeo microsoftem esse delendam. pgpS4p

Bug#1019267: Missing dependeny on libavahi-client-dev

2023-02-22 Thread Jakob Haufe
I guess this was meant for #1023926? Will reply there. Cheers, sur5r -- ceterum censeo microsoftem esse delendam. pgpwLbAgeON_3.pgp Description: OpenPGP digital signature

Bug#1025409: libxcb-cursor0: Causes X11 errors for non-existing cursors / please update to a newer upstream release

2023-02-21 Thread Jakob Haufe
Control: fixed -1 0.1.4-1 Control: close I somehow lost the Closes: entry while preparing the upload, closing manually. Cheers, sur5r -- ceterum censeo microsoftem esse delendam. pgpeQLYZsS9Xt.pgp Description: OpenPGP digital signature

Bug#1031685: redmine doesn't work as thin instance

2023-02-21 Thread Jakob Haufe
We currently consider fixing this in a more automatic manner. See [1]. Cheers, sur5r [1] https://salsa.debian.org/ruby-team/redmine/-/merge_requests/4 -- ceterum censeo microsoftem esse delendam. pgpzYol2UFqwR.pgp Description: OpenPGP digital signature

Bug#1031685: redmine doesn't work as thin instance

2023-02-20 Thread Jakob Haufe
Control: tag -1 + help On Mon, 20 Feb 2023 15:57:23 +0100 Andre Heider wrote: > Adding "gem 'thin'" to /usr/share/redmine/Gemfile fixes it for me. > > I've no idea about ruby stuff, so that's probably not an appropriate > solution. Does this need to be fixed or can I solve that without > modi

Bug#1031505: redmine: Install (upgrade) 5.x on Bullseye fails on NameError Redmine::Plugin

2023-02-19 Thread Jakob Haufe
Control: notfound -1 5.0.4-2~bpo11+1 Control: tag -1 - moreinfo After further investigation, we found the following: The plugin redmine_mermaid_macro[1] was installed to /usr/share/redmine/lib/plugins instead of /usr/share/redmine/plugins. While this seems to have worked with 4.x, this no longer

Bug#1031505: redmine: Install (upgrade) 5.x on Bullseye fails on NameError Redmine::Plugin

2023-02-17 Thread Jakob Haufe
Control: tag -1 + moreinfo unreproducible We discussed this in IRC (#debian-ruby in OFTC, feel free to pass by) and couldn't reproduce the problem. We installed redmine 4.0 from buster backports and updated the VM to bullseye, once by installing only the minimum set of packages from backports and

Bug#1031117: Fails to deliver data, logs failing assertion

2023-02-11 Thread Jakob Haufe
Package: approx Version: 5.11-1 Severity: important Starting with 5.11-1, approx does not deliver data to clients anymore. Clients receive 404 and the following assertion error is logged: Connection from [REDACTED] port 57282 Request: GET /debian-security/dists/bullseye-security/InRelease Host:

Bug#1029823: bullseye-pu: package ruby-cfpropertylist/2.2.8-1.1+deb11u1

2023-02-04 Thread Jakob Haufe
On Sat, 04 Feb 2023 18:14:38 + "Adam D. Barratt" wrote: > Does that imply that the package has been broken for a very long time? > ruby 1.8 was removed from the archive nearly a decade ago. Most probably, yes. > In any case, please go ahead. Thanks, will do. Cheers, sur5r -- ceterum cen

Bug#1004729: bind9-dyndb-ldap: fails to load dyndb-ldap backend

2023-02-02 Thread Jakob Haufe
On Wed, 1 Feb 2023 21:10:57 +0100 Matej Zagiba wrote: > I believe real problem lies in package management procedures - there > should be trigger to recompile and repackage (and retest) > bind9-dyndb-ldap after each version change and/or repackage of > bind9-libs. This action should be done aut

Bug#1021692: zint: incorrect Homepage link

2023-01-29 Thread Jakob Haufe
On Thu, 13 Oct 2022 11:45:25 +0800 Paul Wise wrote: > $ curl -s https://sourceforge.net/projects/zint/ | grep -i web.site | > html2markdown | tr -s '\n' ' ' > [Zint Barcode Generator Web Site](http://www.zint.org.uk/ "Zint Barcode > Generator Web Site") This results in [Zint Barcode Generator

Bug#1029823: bullseye-pu: package ruby-cfpropertylist/2.2.8-1.1+deb11u1

2023-01-28 Thread Jakob Haufe
Package: release.debian.org Severity: normal Tags: bullseye User: release.debian@packages.debian.org Usertags: pu X-Debbugs-Cc: ruby-cfpropertyl...@packages.debian.org, su...@debian.org Control: affects -1 + src:ruby-cfpropertylist This update fixes #1029726 in bullseye. This bug was introduc

Bug#1029726: ruby-cfpropertylist: Injects Enumerable::Enumerator into global namespace, breaks unrelated software

2023-01-26 Thread Jakob Haufe
Package: ruby-cfpropertylist Version: 2.2.8-1.1 Severity: serious Tags: patch upstream Justification: Breaks unrelated software While the infamous "Showing diffs returns 500" problem on Debian packaged gitlab, it was noticed that the current version of ruby-cfpropertylist in Debian injects an Enum

Bug#1028912: Please build with C++20 to enable multi-symbol detection support for DataMatrix

2023-01-20 Thread Jakob Haufe
On Sun, 15 Jan 2023 19:37:40 -0500 Boyuan Yang wrote: > Looks okay. I am not sure about whether it will bring ABI breakage; given > the current transition freeze, I plan to enable it with zxing-cpp 2.0 upload > after Debian 12 release. Yes, you are right, it does break the ABI. abi-compliance-ch

Bug#1028912: Please build with C++20 to enable multi-symbol detection support for DataMatrix

2023-01-14 Thread Jakob Haufe
LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled -- ceterum censeo microsoftem esse delendam. From 3af7efcab6eef37182f8544a1c4618b1da242fa3 Mon Sep 17 00:00:00 2001 From: Jakob Haufe Date: Sat, 14 Jan 2023 21:02:49 +0100 Subj

Bug#970815: provide .desktop file so fstl could be added as an application to open files in Files GUI

2022-12-29 Thread Jakob Haufe
Control: tags -1 + upstream Control: forwarded -1 https://github.com/fstl-app/fstl/issues/40 There's a related upstream issue, so I'm linking it here. -- ceterum censeo microsoftem esse delendam. pgp1k6TEklSre.pgp Description: OpenPGP digital signature

Bug#1027159: ITP: glabels-qt -- Label Designer (Qt/C++)

2022-12-28 Thread Jakob Haufe
Package: wnpp Severity: wishlist Owner: Jakob Haufe X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: glabels-qt Version : 3.99-master564 Upstream Contact: Jim Evins * URL : https://github.com/jimevins/glabels-qt * License : GPL, LGPL, MIT/X

Bug#1025409: libxcb-cursor0: Causes X11 errors for non-existing cursors / please update to a newer upstream release

2022-12-16 Thread Jakob Haufe
On Tue, 6 Dec 2022 10:24:25 +0100 Michael Stapelberg wrote: > sur5r, would you be interested in picking this tiny package up? > Otherwise, I’ll file a bug to orphan it. Yes, I will pick this up before the freeze. Cheers, sur5r -- ceterum censeo microsoftem esse delendam. pgpeFy99hVSle.pgp D

Bug#1024029: minitube: FTBFS with mpv 0.35

2022-11-13 Thread Jakob Haufe
Thanks for the report! The upstream bugtracker already contains a proposed fix. I will try it against mpv from experimental.

Bug#1023926: Missing dependeny on libavahi-client-dev

2022-11-12 Thread Jakob Haufe
Package: libpappl-dev Version: 1.2.1-1 Severity: normal While pappl.pc contains Requires.private: avahi-client libjpeg, libpng >= 1.6, libusb-1.0 >= 1.0, gnutls >= 3.0, zlib >= 1.0 libpappl-dev does not depend on libavahi-client-dev, which in turn makes pkg-config believe it's unavailable, i.e.

Bug#833035: linux-image-3.16.0-4-amd64: Keyspan USB serial adapter USA-49WLC failed to load firmware

2022-11-11 Thread Jakob Haufe
On Fri, 11 Nov 2022 16:12:32 +0100 Salvatore Bonaccorso wrote: > Jakob, were you able to forward the patch upstream? I'm including > Johan and linux-usb list in this reply now. No, I originally wanted to understand the differences of the firmware loading mechanism as I assumed a patch migrating

Bug#1023291: gitlab-sidekiq spamming logs after upgrade to gitlab 15.4.2

2022-11-02 Thread Jakob Haufe
On Wed, 2 Nov 2022 06:52:41 +0100 Maximilian Stein wrote: > I can confirm this, the same is happening on my system, too. I worked around this by setting ForwardToSyslog=no in /etc/systemd/journald.conf as I don't see any benefit in duplicated logging. -- ceterum censeo microsoftem esse delen

Bug#1022762: Please enable python bindings

2022-10-25 Thread Jakob Haufe
Source: libsigrok Version: 0.5.2-3 Severity: wishlist Subject says it all. It would be nice if libsigrok could be built with its python bindings enabled. Cheers, sur5r -- System Information: Debian Release: bookworm/sid APT prefers testing APT policy: (501, 'testing'), (500, 'stable-security

Bug#1019403: gitlab: failed to fetch comments in issue (500 Internal Server Error)

2022-10-19 Thread Jakob Haufe
> An alternative fix is to replace: > #{"style=\"background-color: #{h bg_color}\"" if bg_color} > with: > #{"style=\"background-color: #{html_escape bg_color}\"" if bg_color} > > I think "h" is supposed to be a method alias for "html_escape", but > is not loaded due to something missing in our se

Bug#1020489: mgr modules fail to run due to "PY_SSIZE_T_CLEAN macro must be defined for '#' formats"

2022-10-14 Thread Jakob Haufe
I did a build using the patch from [1] which solved the issue for me. The modified source and a bookworm/amd64 build can be found using: -✂-✂-✂-✂-✂-✂-✂-✂-✂-✂-✂-✂-✂-✂-✂-✂-✂-✂-✂-✂-✂-✂-✂-✂-✂-✂-✂-✂- Types: deb URIs: https://debian.sur5r.net/ceph Suites: bookworm Components: main Signed-By: -BEGI

Bug#918925: i3: Status and title bar text do not appear with default config file

2022-10-02 Thread Jakob Haufe
Does this issue persist? If so, is this on RaspiOS or Debian? -- ceterum censeo microsoftem esse delendam. pgpeiViOH38hD.pgp Description: OpenPGP digital signature

Bug#913905: i3-wm: focus sometimes stucks on the previous window

2022-10-02 Thread Jakob Haufe
Control: tags -1 + moreinfo Does this still apply to current versions of i3? -- ceterum censeo microsoftem esse delendam. pgpo9Oah4xWkb.pgp Description: OpenPGP digital signature

Bug#1020489: mgr modules fail to run due to "PY_SSIZE_T_CLEAN macro must be defined for '#' formats"

2022-09-22 Thread Jakob Haufe
Source: ceph Version: 16.2.10+ds-2 Severity: important Tags: upstream Ceph is missing the fix for https://tracker.ceph.com/issues/53441. This results in: # ceph health detail HEALTH_ERR 2 mgr modules have failed [ERR] MGR_MODULE_ERROR: 2 mgr modules have failed Module 'balancer' has failed:

Bug#1019587: qflipper: Missing dependency on qml-module-qt-labs-platform

2022-09-13 Thread Jakob Haufe
Control: tag -1 + pending On Mon, 12 Sep 2022 10:56:40 -0700 Francois Marier wrote: > After installing the qml-module-qt-labs-platform package, everything starts > up fine. > > Please add the missing dependency (or at the very least a Recommends). Thanks for the report. Will fix this in combi

Bug#1010777: Packaging qflipper - comaintainers wanted

2022-08-01 Thread Jakob Haufe
I just pushed some initial packaging work to salsa[1]. This is still unclean and not exactly tested. Two main points need to be taken care of before uploading: - Proper d/copyright. Any help here is highly appreciated - Disable the builtin autoupdater Comaintenance or a team umbrella to put this

Bug#1015738: xcb-util-xrm fails to parse resources like *.foo

2022-07-20 Thread Jakob Haufe
On Wed, 20 Jul 2022 08:28:11 +0200 Michael Stapelberg wrote: > sur5r, is updating libxcb-xrm something you’d be able to help with? Yes, but I will not be able to have a look for at least another week. > The alternative is orphaning that package and updating it via the QA team, > I suppose. Do

Bug#1015302: Upgrading 14.10.5 to 15.0.4 aborts on db:migrate

2022-07-19 Thread Jakob Haufe
I have not upgraded to 15.0.4 yet but found the following jobs being in failed state on my instance: id | status | job_class_name | table_name | column_name | job_arguments ++++-+---

Bug#833035: linux-image-3.16.0-4-amd64: Keyspan USB serial adapter USA-49WLC failed to load firmware

2022-02-07 Thread Jakob Haufe
This still affects 5.15.0-3-amd64: [624300.704569] usb 5-1: new full-speed USB device number 2 using ohci-pci [624300.901723] usb 5-1: New USB device found, idVendor=06cd, idProduct=011a, bcdDevice=80.01 [624300.901746] usb 5-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [624300.90

Bug#1003851: ITS: iec16022

2022-01-16 Thread Jakob Haufe
Source: iec16022 Version: 0.2.4-1.3 Severity: important X-Debbugs-CC: Jan Lübbe X-Debbugs-CC: Chen Baozi X-Debbugs-CC: m...@qa.debian.org Dear maintainer, The iec16022 package is in need of salvaging. The packages was severly out of date regarding both packaging and upstream releases. The pac

Bug#1003832: glabels: please package 4.x

2022-01-16 Thread Jakob Haufe
On Sun, 16 Jan 2022 16:15:43 + Philip Wyett wrote: > On Sun, 2022-01-16 at 16:24 +0100, Félix Sipma wrote: > > It would be nice to have glabels 4.x in Debian. Could you consider > > packaging it? Yes, I already thought about it. Given its development came a long way now, it might make sense

Bug#999074: iec16022: missing required debian/rules targets build-arch and/or build-indep

2022-01-12 Thread Jakob Haufe
Debdiff attached -- ceterum censeo microsoftem esse delendam. iec16022_0.2.4-1.3.debdiff Description: Binary data pgpOOIv0YySy9.pgp Description: OpenPGP digital signature

Bug#961201: marked as done (ceph-common does not include /usr/bin/ceph-crush-location (but it should))

2022-01-11 Thread Jakob Haufe
ceph-crush-location was removed upstream with the 13.0.1 release (mimic). See https://github.com/ceph/ceph/pull/19881/files for details. -- ceterum censeo microsoftem esse delendam. pgpRQ60j6B6kS.pgp Description: OpenPGP digital signature

Bug#999074: iec16022: missing required debian/rules targets build-arch and/or build-indep

2021-12-15 Thread Jakob Haufe
I just had a look at this and so far it looks easy to convert to dh. I intend to prepare an NMU for this. Debdiff will follow. Jan: Is that ok with you? Also: Would you be interested in a co-maintainer for iec16022? I am sort of scratching my own itch here as iec16022 is a reverse dependency of

Bug#998108: Rebuild w/ new toolchain

2021-11-08 Thread Jakob Haufe
On Mon, 8 Nov 2021 10:25:24 +0100 Matthias Urlichs wrote: > Looks like the problem is a toolchain matter and requires a rebuild with > Rust 1.56. > > https://bugzilla.opensuse.org/show_bug.cgi?id=1192067 According to the build log, 94.0-1 has been built with 1.56. -- ceterum censeo microsoft

Bug#998108: Acknowledgement (firefox freezes shortly after start)

2021-11-03 Thread Jakob Haufe
On Wed, 03 Nov 2021 18:44:12 +0100 Christoph Anton Mitterer wrote: > Oh and as a warning for everyone who wants to try out. > > Stupid *zilla seems to no prevent downgrade of the profiles... so once > upgraded you cannot downgrade without throwing away your old profile > with all data in it. Won

Bug#998108: Does not happen on a fresh unstable installation

2021-11-03 Thread Jakob Haufe
Package: firefox Version: 94.0-1 Followup-For: Bug #998108 I just did a fresh unstable installation and I can not reproduce the bug there. So some difference in dependencies between bookworm and sid might be causing this. Any idea how to systematically find this? pgpNZSeQSHWBf.pgp Description:

Bug#998108: Still present in 94.0-1

2021-11-03 Thread Jakob Haufe
Package: firefox Version: 94.0-1 Followup-For: Bug #998108 X-Debbugs-Cc: su...@debian.org I just tried 94.0-1 and it froze a couple of seconds after entering a BBB session.

Bug#998114: Missing egg info directory prevents asciidoc cli tools from running

2021-10-30 Thread Jakob Haufe
Source: asciidoc Version: 10.0.1-1 Severity: grave Justification: Causes builds of packages using asciidoc to build documentation to fail Tags: patch X-Debbugs-Cc: su...@debian.org /usr/bin/asciidoc and /usr/bin/a2x rely on python distribution info to locate the entry point. These files are delet

Bug#871621: Needs py2-only virt-sandbox

2021-09-15 Thread Jakob Haufe
block 871621 936935 kthxbye I just had another look at virt-bootstrap. As it depends on virt-sandbox, which is py2-only, I will wait for #936935 to be fixed (or try and come up with a fix myself) before continuing to work on virt-bootstrap. Cheers, sur5r -- ceterum censeo microsoftem esse delen

Bug#981100: FTBFS with bind9 >= 9.16.10

2021-01-26 Thread Jakob Haufe
Source: bind-dyndb-ldap Version: 11.6-1 Severity: normal Tags: upstream patch ftbfs X-Debbugs-Cc: su...@debian.org Bind9 9.16.10 and 9.16.11 introduced API changes which break existing installations of bind9-dyndb-ldap when bind9 gets updated and also prevent bind9-dyndb-ldap to be built from sour

Bug#871621: Status of the ITP for virt-bootstrap

2021-01-23 Thread Jakob Haufe
Hi, I just stumbled across this ITP. Given that skopeo is packaged now I was wondering what the status of the packaging for virt-bootstrap is. Cheers, sur5r -- ceterum censeo microsoftem esse delendam. pgpeD7GPipTgU.pgp Description: OpenPGP digital signature

Bug#979083: i3-wm: config file error. $mod+d is in the file twice

2021-01-02 Thread Jakob Haufe
Control: tags 979083 + upstream Control: tags 979083 + pending Control: forwarded 979083 https://github.com/i3/i3/issues/4304 Thanks for the report! The problem was introduced in [1]. I reported it upstream in [2] and will include a bugfix in the next upload. Cheers, sur5r [1] https://github.c

Bug#974741: Needs to be updated in lockstep with bind9 upstream releases

2020-11-14 Thread Jakob Haufe
Source: bind-dyndb-ldap X-Debbugs-Cc: su...@debian.org Version: 11.5-1 Severity: important The update to bind9 9.16.8 broke bind9-dyndb-ldap as it was compiled against 9.16.6, linking to libdns.so.1605 and libisc.so.1606 which both got an SONAME bump in 9.16.8 to libdns.so.1608 and libisc.so.1607

Bug#972335: i3lock: Cannot read image from pipe

2020-10-18 Thread Jakob Haufe
Control: tags + pending Seems I completely missed this. Will take care of it in the next few days. Cheers. sur5r -- ceterum censeo microsoftem esse delendam. pgpcG1spre5oT.pgp Description: OpenPGP digital signature

Bug#933749: fail2ban: ever-growing fail2ban sqlite database

2020-09-13 Thread Jakob Haufe
Hi all, I forgot about this, so a quick followup from my side: On Wed, 1 Apr 2020 05:29:21 +0200 Salvatore Bonaccorso wrote: > Understandable, would not do as as well to install unstable packages > into production systems. Was just hoping you have a way to > trigger/reproduce and confirm. I i

Bug#957349: Should be fixed already

2020-07-23 Thread Jakob Haufe
On Fri, 17 Apr 2020 17:30:00 +0200 Michael Stapelberg wrote: > This was fixed upstream with > https://github.com/i3/i3/commit/f517b5aa57216a6c55fc00053dfaad378d9392fa Which in turn is part of 4.18. So this should already be fixed. I will do a rebuild with GCC 10 and update this bug accordingly.

  1   2   3   >