Up to [cvs.NetBSD.org] / pkgsrc / print / cups-base / patches
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4, Tue May 10 20:47:37 2022 UTC (8 months, 3 weeks ago) by markd
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -1
lines
FILE REMOVED
{cups,cups-base,libcups}: update to 2.4.1 Changes in CUPS v2.4.1 (27th January 2022) ------------------------------------------ - The default color mode now is now configurable and defaults to the printer's reported default mode - Configuration script now checks linking for -Wl,-pie flags - Fixed memory leaks - in testi18n, in `cups_enum_dests()`, in `_cupsEncodeOption()` and `http_tls_upgrade()` - Fixed missing bracket in de/index.html - Fixed typos in configuration scripts - Removed remaining legacy code for `RIP_MAX_CACHE` environment variable - Removed deprecated directives from cupsctl and cups-files.conf - Removed `purge-jobs` legacy code from CGI scripts and templates Changes in CUPS v2.4.0 (29th November 2021) ------------------------------------------- - Added configure option --with-idle-exit-timeout - Added --with-systemd-timeoutstartsec configure option - DigestOptions now are applied for MD5 Digest authentication defined by RFC 2069 as well - Fixed compilation on Solaris - Fixed and improved German translations Changes in CUPS v2.4rc1 (12th November 2021) -------------------------------------------- - Added warning and debug messages when loading printers if the queue is raw or with driver - Compilation now uses -fstack-protector-strong if available Changes in CUPS v2.4b1 (27th October 2021) ------------------------------------------ - Added support for CUPS running in a Snapcraft snap. - Added basic OAuth 2.0 client support - Added support for AirPrint and Mopria clients - Added configure support for specifying systemd dependencies in the CUPS service file - Added a JSON output mode for `ipptool`. - The `ipptool` command now correctly reports an error when a test file cannot be found. - CUPS library now uses thread safe `getpwnam_r` and `getpwuid_r` functions - Fixed Kerberos authentication for the web interface - The ZPL sample driver now supports more "standard" label sizes - Fixed reporting of printer instances when enumerating and when no options are set for the main instance - Reverted USB read limit enforcement change from CUPS 2.2.12 - The IPP backend did not return the correct status code when a job was canceled at the printer/server - The `testlang` unit test program now loops over all of the available locales by default - The `cupsfilter` command now shows error messages when options are used incorrectly - The PPD functions now treat boolean values as case-insensitive - Temporary queue names no longer end with an underscore - The USB backend now runs as root - Added pkg-config file for libcups - Fixed a PPD memory leak caused by emulator definitions - Fixed a `DISPLAY` bug in `ipptool` - The scheduler now includes the `[Job N]` prefix for job log messages, even when using syslog logging - Added support for locales using the GB18030 character set - `httpReconnect2` did not reset the socket file descriptor when the TLS negotiation failed - `httpUpdate` did not reset the socket file descriptor when the TLS negotiation failed - The IPP backend now retries Validate-Job requests - Now show better error messages when a driver interface program fails to provide a PPD file - Added dark mode support to the CUPS web interface - Added a workaround for Solaris in `httpAddrConnect2` - Fixed an interaction between `--remote-admin` and `--remote-any` for the `cupsctl` command - Now use a 60 second timeout for reading USB backchannel data - The USB backend now tries harder to find a serial number - Fixed `@IF(name)` handling in `cupsd.conf` - Fixed documentation and added examples for CUPS' limited CGI support - Fixed the `lpc` command prompt - Now always pass "localhost" in the `Host:` header when talking over a domain socket or the loopback interface - Fixed a job history update issue in the scheduler - Fixed `job-pages-per-set` value for duplex print jobs. - Fixed an edge case in `ippReadIO` to make sure that only complete attributes and values are retained on an error - Hardened `ippReadIO` to prevent invalid IPP messages from being propagated - The scheduler now supports the "everywhere" model directly - Fixed some IPP Everywhere option mapping problems - Fixed support for "job-hold-until" with the Restart-Job operation - Fixed the default color/grayscale presets for IPP Everywhere PPDs - Fixed support for the 'offline-report' state for all USB backends - Documentation fixes - Localization updates - USB quirk updates - Web interface updates - The `ippeveprinter` tool now automatically uses an available port. - Fixed several Windows TLS and hashing issues. - Deprecated cups-config - Deprecated Kerberos (`AuthType Negotiate`) authentication - Removed support for the (long deprecated and unused) `FontPath`, `ListenBackLog`, `LPDConfigFile`, `KeepAliveTimeout`, `RIPCache`, and `SMBConfigFile` directives in `cupsd.conf` and `cups-files.conf`. - Stubbed out deprecated `httpMD5` functions. - Add test for undefined page ranges during printing.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Jan 29 22:56:50 2020 UTC (3 years ago) by prlw1
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.2: +4 -94
lines
Diff to previous 1.2 (colored)
Remove part of airprint scheduler printers patch as per https://github.com/apple/cups/issues/5641 OK Till Kamppeter
Revision 1.2 / (download) - annotate - [select for diffs], Sun Nov 17 21:22:03 2019 UTC (3 years, 2 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.1: +8 -34
lines
Diff to previous 1.1 (colored)
cups{,-base}: Update to 2.3.0 Changes: 2.3.0 ----- - CVE-2019-8696 and CVE-2019-8675: Fixed SNMP buffer overflows (rdar://51685251) - Added a GPL2/LGPL2 exception to the new CUPS license terms. - Documentation updates (Issue #5604) - Localization updates (Issue #5637) - Fixed a bug in the scheduler job cleanup code (Issue #5588) - Fixed builds when there is no TLS library (Issue #5590) - Eliminated some new GCC compiler warnings (Issue #5591) - Removed dead code from the scheduler (Issue #5593) - "make" failed with GZIP options (Issue #5595) - Fixed potential excess logging from the scheduler when removing job files (Issue #5597) - Fixed a NULL pointer dereference bug in `httpGetSubField2` (Issue #5598) - Added FIPS-140 workarounds for GNU TLS (Issue #5601, Issue #5622) - The scheduler no longer provides a default value for the description (Issue #5603) - The scheduler now logs jobs held for authentication using the error level so it is clear what happened (Issue #5604) - The `lpadmin` command did not always update the PPD file for changes to the `cupsIPPSupplies` and `cupsSNMPSupplies` keywords (Issue #5610) - The scheduler now uses both the group's membership list as well as the various OS-specific membership functions to determine whether a user belongs to a named group (Issue #5613) - Added USB quirks rule for HP LaserJet 1015 (Issue #5617) - Fixed some PPD parser issues (Issue #5623, Issue #5624) - The IPP parser no longer allows invalid member attributes in collections (Issue #5630) - The configure script now treats the "wheel" group as a potential system group (Issue #5638) - Fixed a USB printing issue on macOS (rdar://31433931) - Fixed IPP buffer overflow (rdar://50035411) - Fixed memory disclosure issue in the scheduler (rdar://51373853) - Fixed DoS issues in the scheduler (rdar://51373929) - Fixed an issue with unsupported "sides" values in the IPP backend (rdar://51775322) - The scheduler would restart continuously when idle and printers were not shared (rdar://52561199) - Fixed an issue with `EXPECT !name WITH-VALUE ...` tests. - Fixed a command ordering issue in the Zebra ZPL driver. - Fixed a memory leak in `ppdOpen`.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Jul 24 12:19:21 2018 UTC (4 years, 6 months ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Add patches from debian to support basic airprint. Some details about airprint are in https://wiki.debian.org/AirPrint Proposed on tech-pkg@ on Jul 20 Bump PKGREVISION