pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/cups



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Apr  8 07:27:09 UTC 2017

Modified Files:
        pkgsrc/print/cups: Makefile distinfo

Log Message:
CHANGES IN CUPS V2.2.3
- The IPP backend could get into an infinite loop for certain errors,
  causing a hung queue (<rdar://problem/28008717>)
- The scheduler could pause responding to client requests in order to
  save state changes to disk (<rdar://problem/28690656>)
- Added support for PPD finishing keywords (Issue 4960, Issue 4961,
  Issue 4962)
- The IPP backend did not send a media-col attribute for just the source
  or type (Issue 4963)
- IPP Everywhere print queues did not always support all print qualities
  supported by the printer (Issue 4953)
- IPP Everywhere print queues did not always support all media types
  supported by the printer (Issue 4953)
- The IPP Everywhere PPD generator did not return useful error messages
  (Issue 4954)
- The IPP Everywhere finishings support did not work correctly with
  common UI or command-line options (Issue 4976)
- Fixed an error handling issue for the network backends (Issue 4979)
- The default cupsd.conf file did not work on systems compiled without
  Kerberos support (Issue 4947)
- The "reprint job" option was not available for some canceled jobs
  (Issue 4915)
- Updated the job listing in the web interface (Issue 4978)
- Fixed some localization issues on macOS


To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 pkgsrc/print/cups/Makefile
cvs rdiff -u -r1.120 -r1.121 pkgsrc/print/cups/distinfo

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.243 pkgsrc/print/cups/Makefile:1.244
--- pkgsrc/print/cups/Makefile:1.243    Sun Feb 12 06:24:48 2017
+++ pkgsrc/print/cups/Makefile  Sat Apr  8 07:27:09 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.243 2017/02/12 06:24:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.244 2017/04/08 07:27:09 adam Exp $
 
-DISTNAME=      cups-2.2.2-source
+DISTNAME=      cups-2.2.3-source
 PKGNAME=       ${DISTNAME:S/-source//}
-PKGREVISION=   2
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=apple/}
 

Index: pkgsrc/print/cups/distinfo
diff -u pkgsrc/print/cups/distinfo:1.120 pkgsrc/print/cups/distinfo:1.121
--- pkgsrc/print/cups/distinfo:1.120    Sat Jan 21 11:57:10 2017
+++ pkgsrc/print/cups/distinfo  Sat Apr  8 07:27:09 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.120 2017/01/21 11:57:10 leot Exp $
+$NetBSD: distinfo,v 1.121 2017/04/08 07:27:09 adam Exp $
 
-SHA1 (cups-2.2.2-source.tar.gz) = e38d2847eceeb3a2d59172d3c5a58d817632fe44
-RMD160 (cups-2.2.2-source.tar.gz) = 407e150d67625f066cdc39afc7bf516f7f18c923
-SHA512 (cups-2.2.2-source.tar.gz) = c78156eddfbae5b5ac9963082763f2a8e0e297cc93fce9e12707ba3606164dc674f127819db972b00699587628ec35002da206691fed2e03578912c613150eac
-Size (cups-2.2.2-source.tar.gz) = 9493396 bytes
+SHA1 (cups-2.2.3-source.tar.gz) = 149e9ded0744b7545630c62b6a347e747928e0f7
+RMD160 (cups-2.2.3-source.tar.gz) = 3eb91fbd20bee081e08af64ddfa23a45f2bfa7b2
+SHA512 (cups-2.2.3-source.tar.gz) = 0f3e2aa8e514dad056b4878b0657491d35796b62021092cd5dd480b67a8423fc0fdb822ccb4bc72a454c3ced20c160c8631d44c182c87a3993b882df904aaec7
+Size (cups-2.2.3-source.tar.gz) = 9497368 bytes
 SHA1 (patch-ae) = 04f314bbbb05538b67a0f68adc241a09e836a4e2
 SHA1 (patch-af) = 6ae6ae6006387db69bf7c15f7c8500708c9e8f56
 SHA1 (patch-ai) = 2c1ca67ea6f6c1dedb4c8ff97736f328a2b9a7c6



Home | Main Index | Thread Index | Old Index