pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/cups-filters



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan  8 17:53:57 UTC 2019

Modified Files:
        pkgsrc/print/cups-filters: Makefile distinfo

Log Message:
cups-filters: updated to 1.21.6

CHANGES IN V1.21.6
- cups-browsed: To find out whether a DNS-SD-discovered
  printer is from the local machine, use not only the flags in
  the Avahi lookup result but also check the host name.
- cups-browsed: When a local CUPS queue pointing to a remote
  CUPS printer was removed and re-created to make it a
  permanent queue, on_printer_deleted() was triggered by
  cupsd's notification to re-create a lost queue. Now
  on_printer_deleted() checks whether the queue is really gone
  and only re-creates then.
- cups-browsed: When updating the CUPS queues, also removed
  and unregistered queues and not only created queues got
  checked for HTTP timeouts, which caused crashes on shutdown.
- pdftops: Use the PS interpreter of Poppler for all Apple
  LaserWriter 16/600, 4/600, 12/640, 12/600, 12/660 as they
  all seem to not work with Ghostscript's PS output.
- cups-browsed: On shutdown queues got removed even if they
  still had jobs


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 pkgsrc/print/cups-filters/Makefile
cvs rdiff -u -r1.60 -r1.61 pkgsrc/print/cups-filters/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-filters/Makefile
diff -u pkgsrc/print/cups-filters/Makefile:1.112 pkgsrc/print/cups-filters/Makefile:1.113
--- pkgsrc/print/cups-filters/Makefile:1.112    Tue Jan  8 16:31:02 2019
+++ pkgsrc/print/cups-filters/Makefile  Tue Jan  8 17:53:57 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.112 2019/01/08 16:31:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.113 2019/01/08 17:53:57 adam Exp $
 
-DISTNAME=      cups-filters-1.21.5
-PKGREVISION=   2
+DISTNAME=      cups-filters-1.21.6
 CATEGORIES=    print
 MASTER_SITES=  http://openprinting.org/download/cups-filters/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/print/cups-filters/distinfo
diff -u pkgsrc/print/cups-filters/distinfo:1.60 pkgsrc/print/cups-filters/distinfo:1.61
--- pkgsrc/print/cups-filters/distinfo:1.60     Wed Dec  5 21:15:08 2018
+++ pkgsrc/print/cups-filters/distinfo  Tue Jan  8 17:53:57 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.60 2018/12/05 21:15:08 leot Exp $
+$NetBSD: distinfo,v 1.61 2019/01/08 17:53:57 adam Exp $
 
-SHA1 (cups-filters-1.21.5.tar.xz) = a7b2cd60918c4a976e5aa2f1915cfdf5724eafbe
-RMD160 (cups-filters-1.21.5.tar.xz) = 840805d862141081496464a0db45f2ca01660b2b
-SHA512 (cups-filters-1.21.5.tar.xz) = 41ed3364cb0a87e8b2b2482f3c8de90eba63538682ad3fa1079908beadec5e975d9eda151d822e93f62dcc32fe2a6189cc02b6b7691640fb00434efec35c0f7a
-Size (cups-filters-1.21.5.tar.xz) = 1474388 bytes
+SHA1 (cups-filters-1.21.6.tar.xz) = b50b613ef20d14cef8d184ecef15030ce17fdfa2
+RMD160 (cups-filters-1.21.6.tar.xz) = aaa150c1d44abc9ca511d8c77beb6a7d0ddc8e7e
+SHA512 (cups-filters-1.21.6.tar.xz) = 804250745ac710706ff1bfa6e161c0b1a8a65a74850a76a311b7614694a7e5d07f01dfd15f277ad79ed7fe1e84ea680bab1643e0b82cefa3e26603fa2eea935a
+Size (cups-filters-1.21.6.tar.xz) = 1474944 bytes
 SHA1 (patch-Makefile.in) = 2d5b05c9dca8ef7cc51931d77dddb1b2c4d422d8
 SHA1 (patch-configure) = b55dc7dc22008351c396374aceb88d2be293d179
 SHA1 (patch-filter_gstoraster.c) = 4eef8d91d8ca26a5a874e29885b836e9670d9e5d



Home | Main Index | Thread Index | Old Index