summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2020-01-02 15:21:32 +0000
committerleot <leot@pkgsrc.org>2020-01-02 15:21:32 +0000
commit199d56cd4047a6ef9147d9ce03ed51cbaa646353 (patch)
tree9b129d9f03e4a2d1aa721ac30e790a6f2217977e /print
parentaa6e28d620067bd311f34ca29a5fd5742eecc968 (diff)
downloadpkgsrc-199d56cd4047a6ef9147d9ce03ed51cbaa646353.tar.gz
cups{,-base}: Update to 2.3.1
Changes: 2.3.1 ----- - Documentation updates (Issue #5661, #5674, #5682) - CVE-2019-2228: The `ippSetValuetag` function did not validate the default language value. - Fixed a crash bug in the web interface (Issue #5621) - The PPD cache code now looks up page sizes using their dimensions (Issue #5633) - PPD files containing "custom" option keywords did not work (Issue #5639) - Added a workaround for the scheduler's systemd support (Issue #5640) - On Windows, TLS certificates generated on February 29 would likely fail (Issue #5643) - Added a DigestOptions directive for the `client.conf` file to control whether MD5-based Digest authentication is allowed (Issue #5647) - Fixed a bug in the handling of printer resource files (Issue #5652) - The libusb-based USB backend now reports an error when the distribution permissions are wrong (Issue #5658) - Added paint can labels to Dymo driver (Issue #5662) - The `ippeveprinter` program now supports authentication (Issue #5665) - The `ippeveprinter` program now advertises DNS-SD services on the correct interfaces, and provides a way to turn them off (Issue #5666) - The `--with-dbusdir` option was ignored by the configure script (Issue #5671) - Sandboxed applications were not able to get the default printer (Issue #5676) - Log file access controls were not preserved by `cupsctl` (Issue #5677) - Default printers set with `lpoptions` did not work in all cases (Issue #5681, Issue #5683, Issue #5684) - Fixed an error in the jobs web interface template (Issue #5694) - Fixed an off-by-one error in `ippEnumString` (Issue #5695) - Fixed some new compiler warnings (Issue #5700) - Fixed a few issues with the Apple Raster support (rdar://55301114) - The IPP backend did not detect all cases where a job should be retried using a raster format (rdar://56021091) - Fixed spelling of "fold-accordion". - Fixed the default common name for TLS certificates used by `ippeveprinter`. - Fixed the option names used for IPP Everywhere finishing options. - Added support for the second roll of the DYMO Twin/DUO label printers.
Diffstat (limited to 'print')
-rw-r--r--print/cups-base/distinfo10
-rw-r--r--print/cups/Makefile.common4
2 files changed, 7 insertions, 7 deletions
diff --git a/print/cups-base/distinfo b/print/cups-base/distinfo
index 9ddb5147a95..0124ea0983e 100644
--- a/print/cups-base/distinfo
+++ b/print/cups-base/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.16 2019/11/17 21:22:03 leot Exp $
+$NetBSD: distinfo,v 1.17 2020/01/02 15:21:32 leot Exp $
-SHA1 (cups-2.3.0-source.tar.gz) = ccdce595a90d768968b1e908684594738eba3a91
-RMD160 (cups-2.3.0-source.tar.gz) = d7a0cd359441d1b30095c04986f500010aae4c9c
-SHA512 (cups-2.3.0-source.tar.gz) = c51f173b5fbae1554a3f4a3786fb3b5566e50d9f775473788ee3553922ac7e02e4785492c87c93fd46f159f50d97cc10ff6feafb3397cd9c1840840f3a9cdfae
-Size (cups-2.3.0-source.tar.gz) = 8129049 bytes
+SHA1 (cups-2.3.1-source.tar.gz) = 8377dadf3d6c5500d13be153d32cb8c1fc0b956c
+RMD160 (cups-2.3.1-source.tar.gz) = f59f1d0aa7d3dffd821f2332ec7f1777f3f54fc8
+SHA512 (cups-2.3.1-source.tar.gz) = e3f3ad9e78c1c723d46cc2276957ac67495483882f639421203d9dad227eacbb1259717a92489e710995fdc89e2d575202e4b43117aff08ff1230dcf06674376
+Size (cups-2.3.1-source.tar.gz) = 8135891 bytes
SHA1 (patch-ae) = b81d7a2ce457f0d6994d6a084c63aa0a870bb881
SHA1 (patch-af) = 6ae6ae6006387db69bf7c15f7c8500708c9e8f56
SHA1 (patch-ai) = 2c1ca67ea6f6c1dedb4c8ff97736f328a2b9a7c6
diff --git a/print/cups/Makefile.common b/print/cups/Makefile.common
index 39e39ce9969..5f1513ac044 100644
--- a/print/cups/Makefile.common
+++ b/print/cups/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.9 2019/11/17 21:22:03 leot Exp $
+# $NetBSD: Makefile.common,v 1.10 2020/01/02 15:21:32 leot Exp $
#
# used by print/cups/Makefile
# used by print/cups-base/Makefile
-CUPS_VERS= 2.3.0
+CUPS_VERS= 2.3.1
DISTNAME= cups-${CUPS_VERS}-source
CATEGORIES= print