From d60a3e019f495008e17b2bde27a487f11dbecef2f9f52a12578d2e63b9962f99 Mon Sep 17 00:00:00 2001 From: Martin Wilck Date: Tue, 13 Aug 2024 09:53:46 +0000 Subject: [PATCH] - update to version 0.9.27: * HTTP port allocation takes into consideration /var/ipp-usb/dev/* * If quirk's init-delay is high enough, initialization always times out * Device USB port added to logged device info * Pantum BM5100ADN series quirks: disable-fax = true * inifile.go: removed excessive break statements * UID authentication instrumented * auth: fixed possible race in access to UID lookup cache * auth: don't attempt to resolve UID, if UID is not known * auth: don't try to obtain client UID, if we don't actually use it * TCPClientUID better instrumented * uid auth: fixed to run on systems with disabled IPv6 support - fix service file (missing Install section) OBS-URL: https://build.opensuse.org/package/show/Printing/ipp-usb?expand=0&rev=2 --- _service | 2 +- ipp-usb-0.9.25.tar.zst | 3 --- ipp-usb-0.9.27.tar.zst | 3 +++ ipp-usb.changes | 17 +++++++++++++++++ ipp-usb.service | 3 +++ ipp-usb.spec | 2 +- 6 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 ipp-usb-0.9.25.tar.zst create mode 100644 ipp-usb-0.9.27.tar.zst diff --git a/_service b/_service index e2a1c38..ffc26f4 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ https://github.com/OpenPrinting/ipp-usb.git git - refs/tags/0.9.25 + refs/tags/0.9.27 @PARENT_TAG@ diff --git a/ipp-usb-0.9.25.tar.zst b/ipp-usb-0.9.25.tar.zst deleted file mode 100644 index 3945b04..0000000 --- a/ipp-usb-0.9.25.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eaead54e7f2badc4b5eff65995f280352f9494f9588a52d5348cc02968202983 -size 73743 diff --git a/ipp-usb-0.9.27.tar.zst b/ipp-usb-0.9.27.tar.zst new file mode 100644 index 0000000..faf0604 --- /dev/null +++ b/ipp-usb-0.9.27.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1834744c5a6213cba3bfff47c78626eb60612f0de7cf556160cf8ee01ba62e +size 93441 diff --git a/ipp-usb.changes b/ipp-usb.changes index 66d4a8d..de551bd 100644 --- a/ipp-usb.changes +++ b/ipp-usb.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jul 25 21:41:05 UTC 2024 - Richard Rahl + +- update to version 0.9.27: + * HTTP port allocation takes into consideration /var/ipp-usb/dev/* + * If quirk's init-delay is high enough, initialization always times out + * Device USB port added to logged device info + * Pantum BM5100ADN series quirks: disable-fax = true + * inifile.go: removed excessive break statements + * UID authentication instrumented + * auth: fixed possible race in access to UID lookup cache + * auth: don't attempt to resolve UID, if UID is not known + * auth: don't try to obtain client UID, if we don't actually use it + * TCPClientUID better instrumented + * uid auth: fixed to run on systems with disabled IPv6 support +- fix service file (missing Install section) + ------------------------------------------------------------------- Thu Mar 14 06:36:56 UTC 2024 - Richard Rahl diff --git a/ipp-usb.service b/ipp-usb.service index 0a8eacd..97bf070 100644 --- a/ipp-usb.service +++ b/ipp-usb.service @@ -7,3 +7,6 @@ Wants=avahi-daemon.service [Service] Type=simple ExecStart=/sbin/ipp-usb udev + +[Install] +WantedBy=multi-user.target diff --git a/ipp-usb.spec b/ipp-usb.spec index bb0265f..aaa2df0 100644 --- a/ipp-usb.spec +++ b/ipp-usb.spec @@ -18,7 +18,7 @@ %define import_path github.com/OpenPrinting/ipp-usb Name: ipp-usb -Version: 0.9.25 +Version: 0.9.27 Release: 0 Summary: HTTP reverse proxy, backed by IPP-over-USB connection to device License: BSD-2-Clause