pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jun 17 09:59:30 UTC 2024

Modified Files:
        pkgsrc/print/cups: Makefile Makefile.common
        pkgsrc/print/cups-base: Makefile distinfo
        pkgsrc/print/libcups: Makefile

Log Message:
*cups*: update to 2.4.9

Changes in CUPS v2.4.9 (2024-06-11)
-----------------------------------

- Fixed domain socket handling (CVE-2024-35235)
- Fixed creating of `cupsUrfSupported` PPD keyword (Issue #952)
- Fixed searching for destinations in web ui (Issue #954)
- Fixed TLS negotiation using OpenSSL with servers that require the TLS SNI
  extension.
- Really raised `cups_enum_dests()` timeout for listing available IPP printers
  (Issue #751)...
- Fixed `Host` header regression (Issue #967)
- Fixed DNS-SD lookups of local services with Avahi (Issue #970)
- Fixed listing jobs in destinations in web ui. (Apple issue #6204)
- Fixed showing search query in web ui help page. (Issue #977)


To generate a diff of this commit:
cvs rdiff -u -r1.287 -r1.288 pkgsrc/print/cups/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/print/cups/Makefile.common
cvs rdiff -u -r1.65 -r1.66 pkgsrc/print/cups-base/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/print/cups-base/distinfo
cvs rdiff -u -r1.33 -r1.34 pkgsrc/print/libcups/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/cups/Makefile
diff -u pkgsrc/print/cups/Makefile:1.287 pkgsrc/print/cups/Makefile:1.288
--- pkgsrc/print/cups/Makefile:1.287    Wed May 29 16:34:08 2024
+++ pkgsrc/print/cups/Makefile  Mon Jun 17 09:59:30 2024
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.287 2024/05/29 16:34:08 adam Exp $
+# $NetBSD: Makefile,v 1.288 2024/06/17 09:59:30 wiz Exp $
 
-PKGREVISION= 1
 .include "../../print/cups/Makefile.common"
 
 PKGNAME=       cups-${CUPS_VERS}

Index: pkgsrc/print/cups/Makefile.common
diff -u pkgsrc/print/cups/Makefile.common:1.19 pkgsrc/print/cups/Makefile.common:1.20
--- pkgsrc/print/cups/Makefile.common:1.19      Fri May 17 05:26:22 2024
+++ pkgsrc/print/cups/Makefile.common   Mon Jun 17 09:59:30 2024
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.19 2024/05/17 05:26:22 wiz Exp $
+# $NetBSD: Makefile.common,v 1.20 2024/06/17 09:59:30 wiz Exp $
 #
 # used by print/cups/Makefile
 # used by print/cups-base/Makefile
 # used by print/libcups/Makefile
 
-CUPS_VERS=     2.4.8
+CUPS_VERS=     2.4.9
 DISTNAME=      cups-${CUPS_VERS}-source
 CATEGORIES=    print
 

Index: pkgsrc/print/cups-base/Makefile
diff -u pkgsrc/print/cups-base/Makefile:1.65 pkgsrc/print/cups-base/Makefile:1.66
--- pkgsrc/print/cups-base/Makefile:1.65        Wed May 29 16:34:08 2024
+++ pkgsrc/print/cups-base/Makefile     Mon Jun 17 09:59:30 2024
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.65 2024/05/29 16:34:08 adam Exp $
+# $NetBSD: Makefile,v 1.66 2024/06/17 09:59:30 wiz Exp $
 
-PKGREVISION= 1
 .include "../../print/cups/Makefile.common"
 
 PKGNAME=       cups-base-${CUPS_VERS}

Index: pkgsrc/print/cups-base/distinfo
diff -u pkgsrc/print/cups-base/distinfo:1.38 pkgsrc/print/cups-base/distinfo:1.39
--- pkgsrc/print/cups-base/distinfo:1.38        Fri May 17 05:26:22 2024
+++ pkgsrc/print/cups-base/distinfo     Mon Jun 17 09:59:30 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.38 2024/05/17 05:26:22 wiz Exp $
+$NetBSD: distinfo,v 1.39 2024/06/17 09:59:30 wiz Exp $
 
-BLAKE2s (cups-2.4.8-source.tar.gz) = 13382b695d48106ad736188c0f97983be3bece8b1b173dde465ce3d5cc0f66a1
-SHA512 (cups-2.4.8-source.tar.gz) = cbe71d536f0057d1ae07665e712c2a578c9d674e01775a3ecd3411243e861c8b2356d27eadf0d4df3fba626408a65c02d149b462caf88a7bdab9154bf741a339
-Size (cups-2.4.8-source.tar.gz) = 8142007 bytes
+BLAKE2s (cups-2.4.9-source.tar.gz) = 68611d5bd263d73cd98ac392aaa561af20f7070732131c1f9aa356276d80bc0e
+SHA512 (cups-2.4.9-source.tar.gz) = c37eb3820a78d070eebe501166339dc693f19b3285774f9d126a6e6d98d6d68feabe68ec3cfbe5afadc86c2cb4feade617ceb3d391c73b0c20fbf292b509cd86
+Size (cups-2.4.9-source.tar.gz) = 8145330 bytes
 SHA1 (patch-ae) = 7f12aa886208f9e634d5c3fd3bc1fd4a385f22a6
 SHA1 (patch-ai) = d4aa1b59c77fa2cbf614eb661d9a791311b399c2
 SHA1 (patch-at) = 9517bff0bf2c892f0723a25f243ba188f7781393

Index: pkgsrc/print/libcups/Makefile
diff -u pkgsrc/print/libcups/Makefile:1.33 pkgsrc/print/libcups/Makefile:1.34
--- pkgsrc/print/libcups/Makefile:1.33  Wed May 29 16:34:10 2024
+++ pkgsrc/print/libcups/Makefile       Mon Jun 17 09:59:30 2024
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.33 2024/05/29 16:34:10 adam Exp $
+# $NetBSD: Makefile,v 1.34 2024/06/17 09:59:30 wiz Exp $
 
-PKGREVISION= 1
 .include "../../print/cups/Makefile.common"
 
 PKGNAME=       libcups-${CUPS_VERS}



Home | Main Index | Thread Index | Old Index