- 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
This commit is contained in:
2024-08-13 09:53:46 +00:00
committed by Git OBS Bridge
parent 00502b58fe
commit d60a3e019f
6 changed files with 25 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/OpenPrinting/ipp-usb.git</param>
<param name="scm">git</param>
<param name="revision">refs/tags/0.9.25</param>
<param name="revision">refs/tags/0.9.27</param>
<param name="versionformat">@PARENT_TAG@</param>
</service>
<service name="recompress" mode="manual">

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eaead54e7f2badc4b5eff65995f280352f9494f9588a52d5348cc02968202983
size 73743

3
ipp-usb-0.9.27.tar.zst Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5f1834744c5a6213cba3bfff47c78626eb60612f0de7cf556160cf8ee01ba62e
size 93441

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Jul 25 21:41:05 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- 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 <rrahl0@proton.me>

View File

@@ -7,3 +7,6 @@ Wants=avahi-daemon.service
[Service]
Type=simple
ExecStart=/sbin/ipp-usb udev
[Install]
WantedBy=multi-user.target

View File

@@ -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