nixpkgs/pkgs/misc/drivers/hplip
Yarny0 60311e0957 hplip: patch imageProcessor segfault in hpcups (#58949)
Beginning with version 3.18.7, `hpcups` fails with
> DEBUG: imageProcessorStartPage failed
and segfaults (tested with HP LaserJet 1000 printer).

Upstream bug reports:
* https://bugs.launchpad.net/hplip/+bug/1788706
* https://bugs.launchpad.net/hplip/+bug/1787289

There is a patch available in one of the reports:
https://bugs.launchpad.net/hplip/+bug/1787289/+attachment/5176026/+files/hplip.patch
It applies to 3.18.7, but not to later versions.

This commit adds a slight adaption of
the patch that applies to versions 3.18.9 -- 3.19.6.
The patch fixes https://github.com/NixOS/nixpkgs/issues/58949 .

Note that the patch is merely a workaround:
It simply removes all calls into the
ImageProcessor library from `HPCupsFilter.cpp`.
2019-07-14 10:15:06 +02:00
..
3.16.11.nix hplip: add meta.downloadPage 2019-07-13 09:48:40 +02:00
3.18.5.nix hplip: add meta.downloadPage 2019-07-13 09:48:40 +02:00
default.nix hplip: patch imageProcessor segfault in hpcups (#58949) 2019-07-14 10:15:06 +02:00
hplip.state hplip: ensure plugin version always up-to-date 2015-01-21 07:57:05 -06:00
image-processor.patch hplip: patch imageProcessor segfault in hpcups (#58949) 2019-07-14 10:15:06 +02:00