summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-07-03 10:26:55 +0000
committerwiz <wiz@pkgsrc.org>2022-07-03 10:26:55 +0000
commit52a814ff972774216da1ad6626f54d2a27b8eb32 (patch)
tree34b88e5cc4a9f275c40687b99fb79a1728e8c1f1 /print
parentcb4b172c928a6a0798199e795eff39209e95fd49 (diff)
downloadpkgsrc-52a814ff972774216da1ad6626f54d2a27b8eb32.tar.gz
*cups*: update to 2.4.2
Changes in CUPS v2.4.2 (26th May 2022) -------------------------------------- - Fixed certificate strings comparison for Local authorization (CVE-2022-26691) - The `cupsFileOpen` function no longer opens files for append in read-write mode (Issue #291) - The cupsd daemon removed processing temporary queue (Issue #364) - Fixed delay in IPP backend if GNUTLS is used and endpoint doesn't confirm closing the connection (Issue #365) - Fixed conditional jump based on uninitialized value in cups/ppd.c (Issue #329) - Fixed CSS related issues in CUPS Web UI (Issue #344) - Fixed copyright in CUPS Web UI trailer template (Issue #346) - mDNS hostname in device uri is not resolved when installaling a permanent IPP Everywhere queue (Issues #340, #343) - The `lpstat` command now reports when the scheduler is not running (Issue #352) - Updated the man pages concerning the `-h` option (Issue #357) - Re-added LibreSSL/OpenSSL support (Issue #362) - Updated the Solaris smf service file (Issue #368) - Fixed a regression in lpoptions option support (Issue #370) - The scheduler now regenerates the PPD cache information after changing the "cupsd.conf" file (Issue #371) - Updated the scheduler to set "auth-info-required" to "username,password" if a backend reports it needs authentication info but doesn't set a method for authentication (Issue #373) - Updated the configure script to look for the OpenSSL library the old way if pkg-config is not available (Issue #375) - Fixed the prototype for the `httpWriteResponse` function (Issue #380) - Brought back minimal AIX support (Issue #389) - `cupsGetResponse` did not always set the last error. - Fixed a number of old references to the Apple CUPS web page. - Restored the default/generic printer icon file for the web interface. - Removed old stylesheet classes that are no longer used by the web interface.
Diffstat (limited to 'print')
-rw-r--r--print/cups-base/distinfo8
-rw-r--r--print/cups/Makefile.common4
2 files changed, 6 insertions, 6 deletions
diff --git a/print/cups-base/distinfo b/print/cups-base/distinfo
index 54cd822bc44..cc134df88f4 100644
--- a/print/cups-base/distinfo
+++ b/print/cups-base/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.31 2022/05/10 20:47:37 markd Exp $
+$NetBSD: distinfo,v 1.32 2022/07/03 10:26:55 wiz Exp $
-BLAKE2s (cups-2.4.1-source.tar.gz) = cb4872d4f7dec1c2cbad871053cc31354769cde1f9b30deb17ec3cb3dd9407b2
-SHA512 (cups-2.4.1-source.tar.gz) = 74e83728fcc3baf709176442b26711250fd4d4ede1e81e35b02a5607711067e28cd5a05d5bc3337953f6b2236c5a429b13f3a7f1218a08a2d3c30a8c9b0d96fd
-Size (cups-2.4.1-source.tar.gz) = 8113914 bytes
+BLAKE2s (cups-2.4.2-source.tar.gz) = e9da26d5d208e4620074abc6e394cd66777a853e6e4c57e04cfd3645d85a2177
+SHA512 (cups-2.4.2-source.tar.gz) = 07474643bffe11c79b3226b70d28f1bb803dc19daa10711938cea303feacdcce3945ba8ff0334d94fdd5922ea7d6bf37a28c1ea62cce8ce946c2f90a0faf002f
+Size (cups-2.4.2-source.tar.gz) = 8128785 bytes
SHA1 (patch-ae) = b81d7a2ce457f0d6994d6a084c63aa0a870bb881
SHA1 (patch-ai) = d4aa1b59c77fa2cbf614eb661d9a791311b399c2
SHA1 (patch-at) = 9517bff0bf2c892f0723a25f243ba188f7781393
diff --git a/print/cups/Makefile.common b/print/cups/Makefile.common
index e004d5dbe6f..a2f394045d2 100644
--- a/print/cups/Makefile.common
+++ b/print/cups/Makefile.common
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.15 2022/05/10 20:47:37 markd Exp $
+# $NetBSD: Makefile.common,v 1.16 2022/07/03 10:26:55 wiz Exp $
#
# used by print/cups/Makefile
# used by print/cups-base/Makefile
# used by print/libcups/Makefile
-CUPS_VERS= 2.4.1
+CUPS_VERS= 2.4.2
DISTNAME= cups-${CUPS_VERS}-source
CATEGORIES= print