[Bug 257034] print/hplip: dbus abort in libsane-hpaio (without dbus and/or avahi running)
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 257034] graphics/sane-backends: dbus abort in libsane-hpaio"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Mar 2022 14:52:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257034 --- Comment #9 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=982e968ef61a94e0de75d733e9036e5c60afca34 commit 982e968ef61a94e0de75d733e9036e5c60afca34 Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2021-08-25 13:29:51 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2022-03-11 14:49:48 +0000 print/hplip(-plugin): update to 3.22.2 - Convert post-patch to real patches because they are easier to maintain. - Fix a NULL dereference in the scanner backend when D-Bus isn't running. - Depend on sysutils/py-distro to make hp-toolbox (Device Manager) work again. - Upstream switched to Avahi for mDNS support. Rename the SNMP option to NETWORK because it's not just SNMP now. - Don't install some programs related to uninstalling and upgrading of HPLIP and the installation of firmware plugins because they circumvent the package system. - Install icons in share/icons so desktops can choose an appropriate resolution. Portions taken from a patch by Oleg Sidorkin <osidorkin@gmail.com>. PR: 255586, 257034, 257512 print/hplip-plugin/Makefile | 2 +- print/hplip-plugin/distinfo | 6 +- print/hplip/Makefile | 110 ++++++++--------- print/hplip/distinfo | 6 +- print/hplip/files/patch-FindPPD.cpp (new) | 11 ++ print/hplip/files/patch-Makefile.in | 137 +++++++++++---------- print/hplip/files/patch-base_g.py (new) | 29 +++++ print/hplip/files/patch-base_os__utils.py (new) | 11 ++ print/hplip/files/patch-base_queues.py (new) | 11 ++ print/hplip/files/patch-base_utils.py (new) | 17 +++ print/hplip/files/patch-base_validation.py (new) | 11 ++ print/hplip/files/patch-check.py (new) | 35 ++++++ print/hplip/files/patch-common_utils.c (new) | 11 ++ print/hplip/files/patch-configure (new) | 70 +++++++++++ print/hplip/files/patch-doc_index.html (new) | 11 ++ .../files/patch-doc_troubleshooting.html (new) | 46 +++++++ print/hplip/files/patch-fax_backend_hpfax.py (new) | 29 +++++ print/hplip/files/patch-fax_filters_pstotiff (new) | 15 +++ print/hplip/files/patch-hp-uiscan.desktop.in (new) | 14 +++ print/hplip/files/patch-hpdio.py (new) | 11 ++ .../files/patch-hplip-systray.desktop.in (new) | 13 ++ print/hplip/files/patch-hplip.desktop.in (new) | 13 ++ .../files/patch-installer_core__install.py (new) | 11 ++ print/hplip/files/patch-installer_dcheck.py | 4 +- .../files/patch-installer_pluginhandler.py (new) | 56 +++++++++ print/hplip/files/patch-io_hpmud_musb.c | 6 +- print/hplip/files/patch-logcapture.py (new) | 31 +++++ print/hplip/files/patch-prnt_backend_hp.c (new) | 11 ++ print/hplip/files/patch-prnt_cups.py (new) | 88 +++++++++++++ print/hplip/files/patch-prnt_filters_hpps (new) | 20 +++ .../files/patch-prnt_hpcups_CommonDefinitions.h | 2 +- .../hplip/files/patch-prnt_hpcups_ErnieFilter.cpp | 2 +- .../hplip/files/patch-prnt_hpcups_HPCupsFilter.cpp | 74 +++-------- .../patch-prnt_hpcups_SystemServices.cpp (new) | 11 ++ .../files/patch-prnt_hpcups_genJPEGStrips.cpp | 2 +- .../files/patch-prnt_hpijs_hpcupsfax.cpp (new) | 20 +++ print/hplip/files/patch-prnt_hpps_hppsfilter.c | 13 +- .../files/patch-protocol_discovery_mdns.c (gone) | 86 ------------- .../patch-scan_sane_OrbliteScan_BSDCommon.h (gone) | 63 ---------- ...patch-scan_sane_OrbliteScan_LinuxCommon.h (new) | 13 ++ .../files/patch-scan_sane_OrbliteScan_MacCommon.h | 19 ++- print/hplip/files/patch-scan_sane_hpaio.c | 24 ++-- print/hplip/files/patch-scan_sane_io.c (new) | 14 +++ print/hplip/files/patch-scan_sane_orblite.c | 2 +- print/hplip/files/patch-ui5_devmgr5.py (new) | 11 ++ print/hplip/files/patch-ui5_scandialog.py (new) | 23 ++++ print/hplip/pkg-descr | 11 +- print/hplip/pkg-plist | 74 ++++++++--- 48 files changed, 910 insertions(+), 400 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.