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: prlw1
Date: Fri Oct 16 15:17:08 UTC 2020
Modified Files:
pkgsrc/print/cups-filters: Makefile distinfo
Log Message:
Update cups-filters to 1.28.5
CHANGES IN V1.28.5
- cups-browsed: UUID from IPP response was used after its
pointer was freed by ippDelete() (Pull request #311).
CHANGES IN V1.28.4
- driverless: Avoid duplicate PPD list entries from the same
device via UUID
- driverless: Reduce ippfind calls by "driverless" and
"driverless-fax"called by CUPS. Let "driverless list" list
both print and fax PPDs and "driverless-fax list" do
nothing.
- driverless: Avoid duplicate listings in printer discovery,
by "driverless-fax" not listing any URI as "driverless"
lists them all already.
- driverless: Vastly improve performance by doing only one
ippfind call instead of two (IPP, IPPS) as ippfind accepts
more than one reg type on the command line.
- Sample PPDs: Corrected manufacturer name in
Fuji_Xerox-DocuPrint_CM305_df-PDF.ppd.
CHANGES IN V1.28.3
- libcupsfilters, cups-browsed: Fixed inconsistency between
resolvers for DNS-SD-based URIs, resolve_uri() and
ippfind_based_uri_converter(). Now both return a freeable
string.
- libcupsfilters: Fix uninitialized buffer and parsing ippfind
output in ippfind_based_uri_converter() function (Issue
#308, Pull request #309).
To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 pkgsrc/print/cups-filters/Makefile
cvs rdiff -u -r1.69 -r1.70 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.142 pkgsrc/print/cups-filters/Makefile:1.143
--- pkgsrc/print/cups-filters/Makefile:1.142 Tue Sep 15 10:59:49 2020
+++ pkgsrc/print/cups-filters/Makefile Fri Oct 16 15:17:08 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.142 2020/09/15 10:59:49 prlw1 Exp $
+# $NetBSD: Makefile,v 1.143 2020/10/16 15:17:08 prlw1 Exp $
-DISTNAME= cups-filters-1.28.2
+DISTNAME= cups-filters-1.28.5
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.69 pkgsrc/print/cups-filters/distinfo:1.70
--- pkgsrc/print/cups-filters/distinfo:1.69 Tue Sep 15 10:59:49 2020
+++ pkgsrc/print/cups-filters/distinfo Fri Oct 16 15:17:08 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.69 2020/09/15 10:59:49 prlw1 Exp $
+$NetBSD: distinfo,v 1.70 2020/10/16 15:17:08 prlw1 Exp $
-SHA1 (cups-filters-1.28.2.tar.xz) = deb2662be617410f7f6cefa87dbb476ad2c98dec
-RMD160 (cups-filters-1.28.2.tar.xz) = 41665cf207fa2485dda90e55e352a6b519bfd8e3
-SHA512 (cups-filters-1.28.2.tar.xz) = aa5f075927286a8278259025aa5baf95445809a83b88e2d4654e8f0a124012591b045df115294242fae60a283d983d6cdbaafc6a51224af30a7e56b58d831da5
-Size (cups-filters-1.28.2.tar.xz) = 1502352 bytes
+SHA1 (cups-filters-1.28.5.tar.xz) = d17a5ab3cdd7c0e118c18c25a56f83c973acfa76
+RMD160 (cups-filters-1.28.5.tar.xz) = 6718fee1a0d1387be8439e26a0c8b3b88c95f2fe
+SHA512 (cups-filters-1.28.5.tar.xz) = e020d0e14ad70fbac4d367b4f1d653faf5030b961c6fc4b9f9587c068ccb63c286d07ee32e04e634a877fc8ca90c6dfa4b89aa288e896eea0026e1053cd8a4ef
+Size (cups-filters-1.28.5.tar.xz) = 1502188 bytes
SHA1 (patch-filter_gstoraster.c) = 4eef8d91d8ca26a5a874e29885b836e9670d9e5d
SHA1 (patch-filter_mupdftoraster.c) = 81a06cbb3be9a7fd3e797a2effa5ef0aecfc2621
SHA1 (patch-fontembed_test__pdf.c) = 5ffb13a59ed4d860a3ae4355e364059973715290
Home |
Main Index |
Thread Index |
Old Index