pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print *cups*: update to 2.4.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/f6e6fac916ae
branches: trunk
changeset: 381249:f6e6fac916ae
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jul 03 10:26:55 2022 +0000
description:
*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:
print/cups-base/distinfo | 8 ++++----
print/cups/Makefile.common | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (32 lines):
diff -r e141114492f5 -r f6e6fac916ae print/cups-base/distinfo
--- a/print/cups-base/distinfo Sun Jul 03 10:19:57 2022 +0000
+++ b/print/cups-base/distinfo Sun Jul 03 10:26:55 2022 +0000
@@ -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 -r e141114492f5 -r f6e6fac916ae print/cups/Makefile.common
--- a/print/cups/Makefile.common Sun Jul 03 10:19:57 2022 +0000
+++ b/print/cups/Makefile.common Sun Jul 03 10:26:55 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index