diff options
author | prlw1 <prlw1@pkgsrc.org> | 2020-10-16 15:17:08 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2020-10-16 15:17:08 +0000 |
commit | faf69bb80e74dce43f95ea9d27386f8bf7c241e4 (patch) | |
tree | aeef900c086de841ed9893f276b5a8e6fb00a962 /print | |
parent | fe6ac6abe87804e450a731a176359112e83e35a6 (diff) | |
download | pkgsrc-faf69bb80e74dce43f95ea9d27386f8bf7c241e4.tar.gz |
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).
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-filters/Makefile | 4 | ||||
-rw-r--r-- | print/cups-filters/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index 6686ab89e51..9314e41cc3c 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -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 diff --git a/print/cups-filters/distinfo b/print/cups-filters/distinfo index b79586ea3a3..d16cb90b06c 100644 --- a/print/cups-filters/distinfo +++ b/print/cups-filters/distinfo @@ -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 |