diff options
author | leot <leot@pkgsrc.org> | 2020-06-12 14:59:59 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2020-06-12 14:59:59 +0000 |
commit | 7181d60d098ec365a973fbda35d1a58e0acb0984 (patch) | |
tree | f85c7c061e7cbca1da28140455dac32fcb0d492b /print | |
parent | 906c3df0533737f2d2ec6f2ad0dbab1ce4b5aa68 (diff) | |
download | pkgsrc-7181d60d098ec365a973fbda35d1a58e0acb0984.tar.gz |
cups-filters: Update to 1.27.5
Changes:
1.27.5
------
- cups-browsed: Do not remove the created local queues on
shutdown, to avoid their re-creation on restart, so that
desktops get no cluttered with notifications of new queues
being created. One can return to the old behavior via
"KeepGeneratedQueuesOnShutdown No" in cups-browsed.conf
(Ubuntu bug #1869981, #1878241).
- cups-browsed: Do not accept DNS-SD broadcasts of IPPS type
of "remote" CUPS queues of another CUPS instance on the
local machine. This way we get a local queue pointing to
such a printer only in unencrypted version (IPP). For some
reason printing from one CUPS server to another on the same
machine works only unencrypted.
- foomatic-rip: Map two-sided-short-edge to DuplexTumble (Pull
request #236)
- Build system: In configure.ac use AS_IF instead of
AC_CHECK_FILE for font check (Issue #239, Pull request #240)
- cups-browsed: Cleaned up code for determining to which CUPS
server (host/port/domain socket) to connect, so that
connection via DomainSocket cups-browsed.conf directive,
CUPS_SERVER and IPP_PORT environment variables and all
defaults and methods of libcups, including CUPS' client.conf
work.
- gstoraster, rastertopdf: Do not pass NULL to fprintf() (Pull
request #230).
- libcupsfilters: Silence compiler warning (Pull request #229).
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-filters/Makefile | 5 | ||||
-rw-r--r-- | print/cups-filters/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index b3f3e3be0ad..bccaabba3c9 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.139 2020/05/31 14:40:29 rillig Exp $ +# $NetBSD: Makefile,v 1.140 2020/06/12 14:59:59 leot Exp $ -DISTNAME= cups-filters-1.27.4 -PKGREVISION= 2 +DISTNAME= cups-filters-1.27.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 b8b6e731ee1..5314b84931a 100644 --- a/print/cups-filters/distinfo +++ b/print/cups-filters/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.67 2020/05/02 12:04:44 leot Exp $ +$NetBSD: distinfo,v 1.68 2020/06/12 14:59:59 leot Exp $ -SHA1 (cups-filters-1.27.4.tar.xz) = 516af8c9f06b50e60f90605fa3edafb485382322 -RMD160 (cups-filters-1.27.4.tar.xz) = 84f8a383910475b0944ef2a979315e2559b0954b -SHA512 (cups-filters-1.27.4.tar.xz) = 8005e94bb6b06d0a15fa4dfd8455d0bc67418478bf517e205af1c8c0018681a97ae9ea486db07570050ebeeb7f63f75319a8fe012c112c6d16c0941299eaa50e -Size (cups-filters-1.27.4.tar.xz) = 1493860 bytes +SHA1 (cups-filters-1.27.5.tar.xz) = e4bdebc5267597d7d103e04bd6358ef3d7ec0880 +RMD160 (cups-filters-1.27.5.tar.xz) = 23a1ed81f447ed6b657e089f0011740b9f2ee648 +SHA512 (cups-filters-1.27.5.tar.xz) = 8bc917b2a168add1062d091d02d99c39d72861c0d0cb1242c34b2bf117c9943e7fdc1fe002de7cde4cb1919fbce41073adc34916c328fc99e66e389b0a4fe103 +Size (cups-filters-1.27.5.tar.xz) = 1494864 bytes SHA1 (patch-filter_gstoraster.c) = 4eef8d91d8ca26a5a874e29885b836e9670d9e5d SHA1 (patch-filter_mupdftoraster.c) = 81a06cbb3be9a7fd3e797a2effa5ef0aecfc2621 SHA1 (patch-fontembed_test__pdf.c) = 5ffb13a59ed4d860a3ae4355e364059973715290 |