diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-12 14:55:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-12 14:55:49 +0000 |
commit | 50893c9ea369287666030de45bd5f6a89bab2866 (patch) | |
tree | 955c206a0fbf1ecb1678df58a86ebca79ffabcac | |
parent | 0ce5d08fa22298796697d2dbec2baafec25fd0f4 (diff) | |
download | pkgsrc-50893c9ea369287666030de45bd5f6a89bab2866.tar.gz |
Update to 1.0.61:
CHANGES IN V1.0.61
- cups-browsed: Fixed memory leak when a
cups-browsed-generated print queue is the default
printer. Thanks to Tim Waugh from Red Hat for the patch (Red
Hat bug: #1119290).
- cupsfilters.drv, *-PDF.ppd, textonly.ppd: Added
"*cupsFilter2: ..." lines to the PPD files to support
data-format-specific behavior of backends, especially of the
IPP backend.
CHANGES IN V1.0.60
- cups-browsed, pdftoippprinter: Do not confuse the PDL "PCLm"
with "PCL". The former is a proprietary, PDF-based raster
format and has nothing to do with PCL.
- cupsfilters.drv: Corrected the CMD: field of the device ID,
it must read "PWGRaster" there to conform to the PWG standard.
-rw-r--r-- | print/cups-filters/Makefile | 4 | ||||
-rw-r--r-- | print/cups-filters/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index 966267465c3..f91fa6870aa 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2014/10/01 12:49:13 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/10/12 14:55:49 wiz Exp $ -DISTNAME= cups-filters-1.0.59 +DISTNAME= cups-filters-1.0.61 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 df916c5075b..691ef5999dc 100644 --- a/print/cups-filters/distinfo +++ b/print/cups-filters/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2014/10/01 12:49:13 wiz Exp $ +$NetBSD: distinfo,v 1.8 2014/10/12 14:55:49 wiz Exp $ -SHA1 (cups-filters-1.0.59.tar.xz) = d8522980c4237b2145578f23bac2516fd2b6ebd6 -RMD160 (cups-filters-1.0.59.tar.xz) = e3b4303a5a59f0d9ab6c9c3ece14e57f0e18ca7c -Size (cups-filters-1.0.59.tar.xz) = 1327184 bytes +SHA1 (cups-filters-1.0.61.tar.xz) = 42aed5c3388e71bbf3a91dd0e51e19041461188f +RMD160 (cups-filters-1.0.61.tar.xz) = cd76e2858a822879636e44a8b1071a3c5ae05439 +Size (cups-filters-1.0.61.tar.xz) = 1327904 bytes SHA1 (patch-mime_cupsfilters.conf) = cf2a7a0cd5df02b95d0c5d41c1091c51bcd6bc83 |