chore(deps): update dependency openprinting/cups to v2.4.3 #10

Merged
xoxys merged 1 commits from renovate/openprinting-cups-2.x into master 2023-06-05 10:47:17 +02:00
Member

This PR contains the following updates:

Package Update Change
OpenPrinting/cups patch v2.4.2 -> v2.4.3

Release Notes

OpenPrinting/cups

v2.4.3

Compare Source

  • Added a title with device uri for found network printers (Issues #​402, #​393)
  • Added new media sizes defined by IANA (Issues #​501)
  • Added quirk for GoDEX label printers (Issue #​440)
  • Fixed --enable-libtool-unsupported (Issue #​394)
  • Fixed configuration on RISC-V machines (Issue #​404)
  • Fixed the device_uri invalid pointer for driverless printers with .local
    hostname (Issue #​419)
  • Fixed an OpenSSL crash bug (Issue #​409)
  • Fixed a potential SNMP OID value overflow issue (Issue #​431)
  • Fixed an OpenSSL certificate loading issue (Issue #​465)
  • Fixed Brazilian Portuguese translations (Issue #​288)
  • Fixed cupsd default keychain location when building with OpenSSL
    (Issue #​529)
  • Fixed default color settings for CMYK printers as well (Issue #​500)
  • Fixed duplicate PPD2IPP media-type names (Issue #​688)
  • Fixed possible heap buffer overflow in _cups_strlcpy() (fixes CVE-2023-32324)
  • Fixed InputSlot heuristic for photo sizes smaller than 5x7" if there is no
    media-source in the request (Issue #​569)
  • Fixed invalid memory access during generating IPP Everywhere queue
    (Issue #​466)
  • Fixed lprm if no destination is provided (Issue #​457)
  • Fixed memory leaks in create_local_bg_thread() (Issue #​466)
  • Fixed media size tolerance in ippeveprinter (Issue #​487)
  • Fixed passing command name without path into ippeveprinter (Issue #​629)
  • Fixed saving strings file path in printers.conf (Issue #​710)
  • Fixed TLS certificate generation bugs (Issue #​652)
  • ippDeleteValues would not delete the last value (Issue #​556)
  • Ignore some of IPP defaults if the application sends its PPD alternative
    (Issue #​484)
  • Make Letter the default size in ippevepcl (Issue #​543)
  • Now accessing Admin page in Web UI requires authentication (Issue #​518)
  • Now look for default printer on network if needed (Issue #​452)
  • Now we poll media-col-database separately if we fail at first (Issue #​599)
  • Now report fax attributes and values as needed (Issue #​459)
  • Now localize HTTP responses using the Content-Language value (Issue #​426)
  • Raised file size limit for importing PPD via Web UI (Issue #​433)
  • Raised maximum listen backlog size to INT MAX (Issue #​626)
  • Update print-color-mode if the printer is modified via ColorModel PPD option
    (Issue #​451)
  • Use localhost when printing via printer application (Issue #​353)
  • Write defaults into /etc/cups/lpoptions if we're root (Issue #​456)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [OpenPrinting/cups](https://github.com/OpenPrinting/cups) | patch | `v2.4.2` -> `v2.4.3` | --- ### Release Notes <details> <summary>OpenPrinting/cups</summary> ### [`v2.4.3`](https://github.com/OpenPrinting/cups/blob/HEAD/CHANGES.md#Changes-in-CUPS-v243-2023-06-01) [Compare Source](https://github.com/OpenPrinting/cups/compare/v2.4.2...v2.4.3) - Added a title with device uri for found network printers (Issues [#&#8203;402](https://github.com/OpenPrinting/cups/issues/402), [#&#8203;393](https://github.com/OpenPrinting/cups/issues/393)) - Added new media sizes defined by IANA (Issues [#&#8203;501](https://github.com/OpenPrinting/cups/issues/501)) - Added quirk for GoDEX label printers (Issue [#&#8203;440](https://github.com/OpenPrinting/cups/issues/440)) - Fixed `--enable-libtool-unsupported` (Issue [#&#8203;394](https://github.com/OpenPrinting/cups/issues/394)) - Fixed configuration on RISC-V machines (Issue [#&#8203;404](https://github.com/OpenPrinting/cups/issues/404)) - Fixed the `device_uri` invalid pointer for driverless printers with `.local` hostname (Issue [#&#8203;419](https://github.com/OpenPrinting/cups/issues/419)) - Fixed an OpenSSL crash bug (Issue [#&#8203;409](https://github.com/OpenPrinting/cups/issues/409)) - Fixed a potential SNMP OID value overflow issue (Issue [#&#8203;431](https://github.com/OpenPrinting/cups/issues/431)) - Fixed an OpenSSL certificate loading issue (Issue [#&#8203;465](https://github.com/OpenPrinting/cups/issues/465)) - Fixed Brazilian Portuguese translations (Issue [#&#8203;288](https://github.com/OpenPrinting/cups/issues/288)) - Fixed `cupsd` default keychain location when building with OpenSSL (Issue [#&#8203;529](https://github.com/OpenPrinting/cups/issues/529)) - Fixed default color settings for CMYK printers as well (Issue [#&#8203;500](https://github.com/OpenPrinting/cups/issues/500)) - Fixed duplicate PPD2IPP media-type names (Issue [#&#8203;688](https://github.com/OpenPrinting/cups/issues/688)) - Fixed possible heap buffer overflow in `_cups_strlcpy()` (fixes CVE-2023-32324) - Fixed InputSlot heuristic for photo sizes smaller than 5x7" if there is no media-source in the request (Issue [#&#8203;569](https://github.com/OpenPrinting/cups/issues/569)) - Fixed invalid memory access during generating IPP Everywhere queue (Issue [#&#8203;466](https://github.com/OpenPrinting/cups/issues/466)) - Fixed lprm if no destination is provided (Issue [#&#8203;457](https://github.com/OpenPrinting/cups/issues/457)) - Fixed memory leaks in `create_local_bg_thread()` (Issue [#&#8203;466](https://github.com/OpenPrinting/cups/issues/466)) - Fixed media size tolerance in `ippeveprinter` (Issue [#&#8203;487](https://github.com/OpenPrinting/cups/issues/487)) - Fixed passing command name without path into `ippeveprinter` (Issue [#&#8203;629](https://github.com/OpenPrinting/cups/issues/629)) - Fixed saving strings file path in `printers.conf` (Issue [#&#8203;710](https://github.com/OpenPrinting/cups/issues/710)) - Fixed TLS certificate generation bugs (Issue [#&#8203;652](https://github.com/OpenPrinting/cups/issues/652)) - `ippDeleteValues` would not delete the last value (Issue [#&#8203;556](https://github.com/OpenPrinting/cups/issues/556)) - Ignore some of IPP defaults if the application sends its PPD alternative (Issue [#&#8203;484](https://github.com/OpenPrinting/cups/issues/484)) - Make `Letter` the default size in `ippevepcl` (Issue [#&#8203;543](https://github.com/OpenPrinting/cups/issues/543)) - Now accessing Admin page in Web UI requires authentication (Issue [#&#8203;518](https://github.com/OpenPrinting/cups/issues/518)) - Now look for default printer on network if needed (Issue [#&#8203;452](https://github.com/OpenPrinting/cups/issues/452)) - Now we poll `media-col-database` separately if we fail at first (Issue [#&#8203;599](https://github.com/OpenPrinting/cups/issues/599)) - Now report fax attributes and values as needed (Issue [#&#8203;459](https://github.com/OpenPrinting/cups/issues/459)) - Now localize HTTP responses using the Content-Language value (Issue [#&#8203;426](https://github.com/OpenPrinting/cups/issues/426)) - Raised file size limit for importing PPD via Web UI (Issue [#&#8203;433](https://github.com/OpenPrinting/cups/issues/433)) - Raised maximum listen backlog size to INT MAX (Issue [#&#8203;626](https://github.com/OpenPrinting/cups/issues/626)) - Update print-color-mode if the printer is modified via ColorModel PPD option (Issue [#&#8203;451](https://github.com/OpenPrinting/cups/issues/451)) - Use localhost when printing via printer application (Issue [#&#8203;353](https://github.com/OpenPrinting/cups/issues/353)) - Write defaults into /etc/cups/lpoptions if we're root (Issue [#&#8203;456](https://github.com/OpenPrinting/cups/issues/456)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDUuNSIsInVwZGF0ZWRJblZlciI6IjM1LjEwNS41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
renovator added 1 commit 2023-06-01 18:09:57 +02:00
xoxys merged commit 5c2befe23d into master 2023-06-05 10:47:17 +02:00
xoxys deleted branch renovate/openprinting-cups-2.x 2023-06-05 10:47:18 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: rpmbuild/cups#10
No description provided.