Bug 278899

Summary: print/cups: update to 2.4.8
Product: Ports & Packages Reporter: Vladimir Druzenko <vvd>
Component: Individual Port(s)Assignee: Vladimir Druzenko <vvd>
Status: Closed FIXED    
Severity: Affects Many People CC: tijl
Priority: --- Flags: tijl: maintainer-feedback+
vvd: maintainer-feedback?
vvd: merge-quarterly+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://openprinting.github.io/cups-2.4.8/
Attachments:
Description Flags
update to 2.4.8 vvd: maintainer-approval?

Description Vladimir Druzenko freebsd_committer freebsd_triage 2024-05-10 18:49:51 UTC
CUPS 2.4.8 brings many bug fixes which aggregated over the last half a year. It brings the important fix for race conditions and errors which can happen when installing permanent IPP Everywhere printer, support for PAM modules password-auth and system-auth and new option for lpstat which can show only the successful jobs.

Detailed list of changes is available in CHANGES.md:
https://github.com/OpenPrinting/cups/blob/v2.4.8/CHANGES.md

Tested build in poudriere and live system 13.3-p2 amd64.
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2024-05-10 18:50:25 UTC
Created attachment 250571 [details]
update to 2.4.8
Comment 2 Tijl Coosemans freebsd_committer freebsd_triage 2024-05-11 16:04:23 UTC
Approved. Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-05-11 16:26:28 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=172b2c14257c7e6b3747c6dda4d7d5dab45a7aa7

commit 172b2c14257c7e6b3747c6dda4d7d5dab45a7aa7
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-05-11 16:24:03 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-05-11 16:24:03 +0000

    print/cups: update to 2.4.8

    CUPS 2.4.8 brings many bug fixes which aggregated over the last half a year.
    It brings the important fix for race conditions and errors which can happen
    when installing permanent IPP Everywhere printer, support for PAM modules
    password-auth and system-auth and new option for lpstat which can show only
    the successful jobs.

    Detailed list of changes is available in CHANGES.md:
    https://github.com/OpenPrinting/cups/blob/v2.4.8/CHANGES.md

    PR:             278899
    Approved by:    tijl (maintainer)
    MFH:            2024Q2

 print/cups/Makefile | 6 +-----
 print/cups/distinfo | 8 +++-----
 2 files changed, 4 insertions(+), 10 deletions(-)
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-05-11 16:28:30 UTC
A commit in branch 2024Q2 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a3ed4f1f91812a69168e0bc4d1e9fc1823afd1d0

commit a3ed4f1f91812a69168e0bc4d1e9fc1823afd1d0
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-05-11 16:24:03 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-05-11 16:27:55 +0000

    print/cups: update to 2.4.8

    CUPS 2.4.8 brings many bug fixes which aggregated over the last half a year.
    It brings the important fix for race conditions and errors which can happen
    when installing permanent IPP Everywhere printer, support for PAM modules
    password-auth and system-auth and new option for lpstat which can show only
    the successful jobs.

    Detailed list of changes is available in CHANGES.md:
    https://github.com/OpenPrinting/cups/blob/v2.4.8/CHANGES.md

    PR:             278899
    Approved by:    tijl (maintainer)
    MFH:            2024Q2

    (cherry picked from commit 172b2c14257c7e6b3747c6dda4d7d5dab45a7aa7)

 print/cups/Makefile | 6 +-----
 print/cups/distinfo | 8 +++-----
 2 files changed, 4 insertions(+), 10 deletions(-)
Comment 5 Vladimir Druzenko freebsd_committer freebsd_triage 2024-05-11 16:28:55 UTC
Thanks!