Path to this page:
./
print/cups,
Common UNIX Printing System
Branch: CURRENT,
Version: 2.4.16nb2,
Package name: cups-2.4.16nb2,
Maintainer: sbdThe Common UNIX Printing System provides a portable printing layer for
UNIX operating systems. It has been developed by Easy Software Products
to promote a standard printing solution for all UNIX vendors and users.
CUPS provides the System V and Berkeley command-line interfaces.
CUPS uses the Internet Printing Protocol (IETF-IPP) as the basis for
managing print jobs and queues. The Line Printer Daemon (LPD, RFC1179)
and AppSocket protocols are also supported with reduced functionality.
CUPS adds network printer browsing and PostScript Printer Description
("PPD")-based printing options to support real world applications under
UNIX.
This is a meta-package for installing CUPS and the necessary backends,
filters, and other software that is required for using printer drivers
from CUPS 1.6.0 on.
MESSAGE.libusb [+/-]===========================================================================
$NetBSD: MESSAGE.libusb,v 1.2 2010/06/10 10:28:35 gdt Exp $
With cups 1.4 from pkgsrc, USB printing can use libusb in addition to
traditional USB printer devices.
To see the DeviceURI of all attached printers run:
${PREFIX}/libexec/cups/backend/usb
libusb DeviceURIs start with "usb://".
ulpt(4)/usblp DeviceURIs start with "usb:/dev/" (e.g., "usb:/dev/ulpt0".)
===========================================================================
MESSAGE.nokerberos [+/-]===========================================================================
$NetBSD: MESSAGE.nokerberos,v 1.1 2017/02/16 13:09:19 wiz Exp $
When running a non-kerberized cupsd, you need to remove the kerberos
section from the config file. Otherwise cupsd will not start.
===========================================================================
MESSAGE.pam [+/-]===========================================================================
$NetBSD: MESSAGE.pam,v 1.2 2002/09/24 12:30:32 wiz Exp $
To authenticate for CUPS using PAM, add the contents of the file:
${PREFIX}/share/examples/cups/cups.pam
to your PAM configuration file.
===========================================================================
Required to run:[
print/cups-filters] [
print/cups-base]
Master sites:
Version history: (Expand)
- (2026-02-06) Updated to version: cups-2.4.16nb2
- (2026-01-07) Updated to version: cups-2.4.16nb1
- (2025-12-12) Updated to version: cups-2.4.16
- (2025-11-30) Updated to version: cups-2.4.15
- (2025-10-24) Updated to version: cups-2.4.14nb1
- (2025-09-21) Updated to version: cups-2.4.14
CVS history: (Expand)
| 2026-02-06 11:06:21 by Thomas Klausner | Files touched by this commit (1305) |
Log message:
*: recursive bump for nettle 4.0 shlib major bump
|
| 2026-01-07 09:49:50 by Thomas Klausner | Files touched by this commit (2525) |
Log message:
*: recursive bump for icu 78.1
|
2025-12-12 10:27:40 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
*cups*: update to 2.4.16
Changes in CUPS v2.4.16 (2025-12-04)
------------------------------------
- `cupsUTF8ToCharset` didn't validate 2-byte UTF-8 sequences, potentially
reading past the end of the source string (Issue #1438)
- The web interface did not support domain usernames fully (Issue #1441)
- Fixed an infinite loop issue in the GTK+ print dialog (Issue #1439)
- Fixed stopping scheduler on unknown directive in configuration (Issue #1443)
|
2025-11-30 14:58:06 by Thomas Klausner | Files touched by this commit (7) |  |
Log message:
*cups*: update to 2.4.15
Changes in CUPS v2.4.15 (2025-11-27)
------------------------------------
- Fix various cupsd issues which cause local DoS (CVE-2025-61915)
- Fix unresponsive cupsd process caused by slow client (CVE-2025-58436)
- Fixed potential crash in `cups-driverd` when there are duplicate PPDs
(Issue #1355)
- Fixed error recovery when scanning for PPDs in `cups-driverd` (Issue #1416)
|
| 2025-10-23 22:40:24 by Thomas Klausner | Files touched by this commit (2999) |
Log message:
*: recursive bump for pcre2
Running an old binary against the new pcre doesn't work:
/usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by \
/usr/pkg/lib/libglib-2.0.so.0 not defined
|
2025-09-21 20:27:11 by Thomas Klausner | Files touched by this commit (5) |  |
Log message:
*cups*: update to 2.4.14
Changes in CUPS v2.4.14 (2025-09-11)
------------------------------------
- Fixed installation of localized index.html and templates (Issue #1362)
Changes in CUPS v2.4.13 (2025-09-11)
------------------------------------
- Blocked authentication using alternate methods in cupsd (CVE-2025-58060)
- Fixed extension tag handling in `ipp_read_io()` in libcups (CVE-2025-58364)
- Added `print-as-raster` printer and job attributes for forcing rasterization
(Issue #1282)
- Updated documentation (Issue #1086)
- Updated IPP backend to try a sanitized user name if the printer/server does
not like the value (Issue #1145)
- Updated the scheduler to send the "printer-added" or \
"printer-modified" events
whenever an IPP Everywhere PPD is installed (Issue #1244)
- Updated the scheduler to send the "printer-modified" event whenever \
the system
default printer is changed (Issue #1246)
- Fixed a memory leak in `httpClose` (Issue #1223)
- Fixed missing commas in `ippCreateRequestedArray` (Issue #1234)
- Fixed subscription issues in the scheduler and D-Bus notifier (Issue #1235)
- Fixed media-default reporting for custom sizes (Issue #1238)
- Fixed support for IPP/PPD options with periods or underscores (Issue #1249)
- Fixed parsing of real numbers in PPD compiler source files (Issue #1263)
- Fixed scheduler freezing with zombie clients (Issue #1264)
- Fixed support for the server name in the ErrorLog filename (Issue #1277)
- Fixed job cleanup after daemon restart (Issue #1315)
- Fixed handling of buggy DYMO USB printer serial numbers (Issue #1338)
- Fixed unreachable block in IPP backend (Issue #1351)
- Fixed memory leak in _cupsConvertOptions (Issue #1354)
|
| 2025-08-31 00:46:51 by Thomas Klausner | Files touched by this commit (1355) |
Log message:
*: recursive bump for tiff growing lerc dependency
|
2025-04-28 13:10:20 by Thomas Klausner | Files touched by this commit (5) |  |
Log message:
*cups*: update to 2.4.12
The last planned release of CUPS 2.4.x series (the next will be 2.5.x
series) contains several enhancements among set of bug fixes, such
following cryptographic policies when using GnuTLS crypto provider and
possibility to opt-out from this behavior, logging job debugging
history if print queue backends fails, or raising alerts for
certificate issues in IPPS backend.
|