aboutsummaryrefslogtreecommitdiff
path: root/utils/hplip/patches/030-replace_unsafe_memcpy_with_memmove.patch
Commit message (Collapse)AuthorAge
* hplip: move back to compiling with libusbRosen Penev2020-11-29
| | | | | | | | | | | | | Some change in base broke compilation with libusb and this package. From looking at it more carefully, it turns out that the libusb patch needs to be updated so that host paths are not used. libusb-compat also depends on libusb, which increases the overall installed size. Refreshed patches with make package/hplip/refresh . Signed-off-by: Rosen Penev <rosenp@gmail.com>
* hplip: Update to 3.18.9Rosen Penev2018-10-09
| | | | | | | | | | Added patch to fix some glibc-isms. Added PKG_BUILD_PARALLEL for faster compilation. Rearranged slightly for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* hplip: import from oldpackage and update to 3.18.6Luiz Angelo Daros de Luca2018-06-28
hplip was split into subpackages: * hplip-common: generic files * hplip-sane: sane backend - patched to remove cups deps used only for network scanners * hplip-cups: cups driver (currently disabled) Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>