diff options
author | wiz <wiz@pkgsrc.org> | 2015-03-01 15:17:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-03-01 15:17:53 +0000 |
commit | 6e742516b88059fa55b54da0dbeade4aa9d2acd4 (patch) | |
tree | 476fa71a24d1d0bdf1d0dd0afe4c108a8c748a80 /print | |
parent | d9c48fc9713ec91275b9c77d3aa34107cb7feab1 (diff) | |
download | pkgsrc-6e742516b88059fa55b54da0dbeade4aa9d2acd4.tar.gz |
Update to 1.0.66:
CHANGES IN V1.0.66
- cups-browsed: SECURITY FIX: Fixed a bug in the remove_bad_chars()
failing to reliably filter out illegal characters if there are two
or more subsequent illegal characters, allowing execution of
arbitrary commands with the rights of the "lp" user, using forged
print service announcements on DNS-SD servers (Bug #1265).
- pdftoopvp: Added conditionals to also build with Poppler 0.31.0
and newer. Thanks to Armin K. (krejzi at email dot com) for the
patch (Bug #1254).
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-filters/Makefile | 5 | ||||
-rw-r--r-- | print/cups-filters/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index 159b4c1c468..a052681a1ad 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2015/02/24 10:22:22 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/03/01 15:17:53 wiz Exp $ -DISTNAME= cups-filters-1.0.65 -PKGREVISION= 1 +DISTNAME= cups-filters-1.0.66 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 b5936cf64d8..996e5428455 100644 --- a/print/cups-filters/distinfo +++ b/print/cups-filters/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2015/02/17 14:07:25 wiz Exp $ +$NetBSD: distinfo,v 1.13 2015/03/01 15:17:53 wiz Exp $ -SHA1 (cups-filters-1.0.65.tar.xz) = 8b5174f0265d1a640f1712eb0d8f48bca4ea1a81 -RMD160 (cups-filters-1.0.65.tar.xz) = cb348066a318874d593f83a433324b7007221edb -Size (cups-filters-1.0.65.tar.xz) = 1333496 bytes +SHA1 (cups-filters-1.0.66.tar.xz) = ddd0386be361f72ad2e8f7851753dc89016ff7be +RMD160 (cups-filters-1.0.66.tar.xz) = 22a834576f8342c337809aeba015203fa6fec7e1 +Size (cups-filters-1.0.66.tar.xz) = 1335740 bytes |