Subject: CVS commit: pkgsrc/graphics/tiff
From: Maya Rashish
Date: 2018-11-10 22:14:54
Message id: 20181110211454.23BA4FB1F@cvs.NetBSD.org

Log Message:
tiff: update to 4.0.10

It has been a year since the previous release.  This is the first
release made from the Git repository at
https://gitlab.com/libtiff/libtiff using a collaborative process.

Since the previous release, a number of security issues have been
fixed, and some significant new features have been added.

This release adds support for Zstd and WebP compression algorithms.
In their own way, each of these compression algorithms is highly
complimentary to TIFF.

Zstd provides improved compression and decompression speed vs zlib's
Deflate as well as a broader range of compression ratios.  Zstd is
developed by Facebook and the implementation continues to be improved.

WebP is optimized for small/medium 8-bit images while offering
improved compression performance vs traditional JPEG.  WebP works well
in strips or tiles to compress large images down to very small files,
while preserving a good looking image.  WebP is developed by Google,
and its implementation continues to be improved.

Due to Adobe's TIFF tag registration interface going off-line, we have
had to assign our own tags for Zstd and WebP.

Files:
RevisionActionfile
1.144modifypkgsrc/graphics/tiff/Makefile
1.26modifypkgsrc/graphics/tiff/PLIST
1.93modifypkgsrc/graphics/tiff/distinfo
1.1removepkgsrc/graphics/tiff/patches/patch-CVE-2017-11613
1.1removepkgsrc/graphics/tiff/patches/patch-CVE-2017-18013
1.1removepkgsrc/graphics/tiff/patches/patch-CVE-2017-9935
1.1removepkgsrc/graphics/tiff/patches/patch-CVE-2018-10963
1.1removepkgsrc/graphics/tiff/patches/patch-CVE-2018-17100
1.1removepkgsrc/graphics/tiff/patches/patch-CVE-2018-17101
1.1removepkgsrc/graphics/tiff/patches/patch-CVE-2018-5784
1.1removepkgsrc/graphics/tiff/patches/patch-CVE-2018-8905
1.1removepkgsrc/graphics/tiff/patches/patch-libtiff_tif__jbig.c
1.1removepkgsrc/graphics/tiff/patches/patch-libtiff_tif__read.c
1.1removepkgsrc/graphics/tiff/patches/patch-tools_pal2rgb.c