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 Apr 28 11:10:20 UTC 2025

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.12

The last planned release of CUPS 2.4.x series (the next will be 2.5.x
series) contains several enhancements among set of bug fixes, such
following cryptographic policies when using GnuTLS crypto provider and
possibility to opt-out from this behavior, logging job debugging
history if print queue backends fails, or raising alerts for
certificate issues in IPPS backend.


To generate a diff of this commit:
cvs rdiff -u -r1.294 -r1.295 pkgsrc/print/cups/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/print/cups/Makefile.common
cvs rdiff -u -r1.74 -r1.75 pkgsrc/print/cups-base/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/print/cups-base/distinfo
cvs rdiff -u -r1.41 -r1.42 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.294 pkgsrc/print/cups/Makefile:1.295
--- pkgsrc/print/cups/Makefile:1.294    Thu Apr 24 14:15:32 2025
+++ pkgsrc/print/cups/Makefile  Mon Apr 28 11:10:19 2025
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.294 2025/04/24 14:15:32 wiz Exp $
+# $NetBSD: Makefile,v 1.295 2025/04/28 11:10:19 wiz Exp $
 
-PKGREVISION= 6
 .include "../../print/cups/Makefile.common"
 
 PKGNAME=       cups-${CUPS_VERS}

Index: pkgsrc/print/cups/Makefile.common
diff -u pkgsrc/print/cups/Makefile.common:1.22 pkgsrc/print/cups/Makefile.common:1.23
--- pkgsrc/print/cups/Makefile.common:1.22      Sat Oct 19 20:01:29 2024
+++ pkgsrc/print/cups/Makefile.common   Mon Apr 28 11:10:19 2025
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.22 2024/10/19 20:01:29 wiz Exp $
+# $NetBSD: Makefile.common,v 1.23 2025/04/28 11:10:19 wiz Exp $
 #
 # used by print/cups/Makefile
 # used by print/cups-base/Makefile
 # used by print/libcups/Makefile
 
-CUPS_VERS=     2.4.11
+CUPS_VERS=     2.4.12
 DISTNAME=      cups-${CUPS_VERS}-source
 CATEGORIES=    print
 

Index: pkgsrc/print/cups-base/Makefile
diff -u pkgsrc/print/cups-base/Makefile:1.74 pkgsrc/print/cups-base/Makefile:1.75
--- pkgsrc/print/cups-base/Makefile:1.74        Thu Apr 24 14:15:32 2025
+++ pkgsrc/print/cups-base/Makefile     Mon Apr 28 11:10:19 2025
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.74 2025/04/24 14:15:32 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2025/04/28 11:10:19 wiz Exp $
 
-PKGREVISION= 6
 .include "../../print/cups/Makefile.common"
 
 PKGNAME=       cups-base-${CUPS_VERS}

Index: pkgsrc/print/cups-base/distinfo
diff -u pkgsrc/print/cups-base/distinfo:1.42 pkgsrc/print/cups-base/distinfo:1.43
--- pkgsrc/print/cups-base/distinfo:1.42        Sat Oct 19 20:01:29 2024
+++ pkgsrc/print/cups-base/distinfo     Mon Apr 28 11:10:19 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.42 2024/10/19 20:01:29 wiz Exp $
+$NetBSD: distinfo,v 1.43 2025/04/28 11:10:19 wiz Exp $
 
-BLAKE2s (cups-2.4.11-source.tar.gz) = 7746ff7838638c36da768ee5326006545e98863f354b1590fedea0022269f8a1
-SHA512 (cups-2.4.11-source.tar.gz) = 5868f069cb5eaa5c74e703ed7773914376fb819ebabd7881df8726092eab390c8a1db75c4d08377a836a87807765ad2c16a15b406ab0580fdda2b176e2da3162
-Size (cups-2.4.11-source.tar.gz) = 8147763 bytes
+BLAKE2s (cups-2.4.12-source.tar.gz) = 0df4a629c04071c98d9469c0c44f0c171085893bfae581e964f8fc2b005ed6b3
+SHA512 (cups-2.4.12-source.tar.gz) = a32c113ab799a4814538213bc3bf8bc20d54ff67a56505adb6a9b6f5dae853744bcb3c638d5df5a849097e3ce57f2b15225050cd89b69664231b1e4d883cd1f0
+Size (cups-2.4.12-source.tar.gz) = 8157433 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.41 pkgsrc/print/libcups/Makefile:1.42
--- pkgsrc/print/libcups/Makefile:1.41  Thu Apr 24 14:15:34 2025
+++ pkgsrc/print/libcups/Makefile       Mon Apr 28 11:10:19 2025
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.41 2025/04/24 14:15:34 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2025/04/28 11:10:19 wiz Exp $
 
-PKGREVISION= 6
 .include "../../print/cups/Makefile.common"
 
 PKGNAME=       libcups-${CUPS_VERS}



Home | Main Index | Thread Index | Old Index