diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2017-05-06 15:01:21 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2017-05-06 15:01:21 +0000 |
commit | ad9aeb831bb8a91ffbcfa7229cc8555b5c80bf74 (patch) | |
tree | 0983c4134b0aba6d9295f59d3b82cc9363e6c115 /graphics/tiff/Makefile | |
parent | 1fd9bf0befd45f28952df5b007b12f7f27ae1d8d (diff) | |
download | pkgsrc-ad9aeb831bb8a91ffbcfa7229cc8555b5c80bf74.tar.gz |
Pullup ticket #5399 - requested by sevan
graphics/tiff: security fix
Revisions pulled up:
- graphics/tiff/Makefile 1.126
- graphics/tiff/distinfo 1.72
- graphics/tiff/patches/patch-libtiff_tif_dirread.c 1.1
- graphics/tiff/patches/patch-libtiff_tif_getimage.c 1.1
- graphics/tiff/patches/patch-libtiff_tif_jpeg.c 1.1
- graphics/tiff/patches/patch-libtiff_tif_ojpeg.c 1.1
- graphics/tiff/patches/patch-libtiff_tif_read.c 1.1
- graphics/tiff/patches/patch-libtiff_tif_unix.c 1.1
- graphics/tiff/patches/patch-libtiff_tif_win32.c 1.1
- graphics/tiff/patches/patch-libtiff_tiffio.h 1.1
- graphics/tiff/patches/patch-tools_tiffcp.c 1.1
---
Module Name: pkgsrc
Committed By: sevan
Date: Wed May 3 23:00:59 UTC 2017
Modified Files:
pkgsrc/graphics/tiff: Makefile distinfo
Added Files:
pkgsrc/graphics/tiff/patches: patch-libtiff_tif_dirread.c
patch-libtiff_tif_getimage.c patch-libtiff_tif_jpeg.c
patch-libtiff_tif_ojpeg.c patch-libtiff_tif_read.c
patch-libtiff_tif_unix.c patch-libtiff_tif_win32.c
patch-libtiff_tiffio.h patch-tools_tiffcp.c
Log Message:
Add security patches & bump rev.
via FreeBSD bz #216658
https://nvd.nist.gov/vuln/detail/CVE-2017-5225
http://bugzilla.maptools.org/show_bug.cgi?id=2656
http://bugzilla.maptools.org/show_bug.cgi?id=2657
https://github.com/vadz/libtiff/commit/5c080298d59efa53264d7248bbe3a04660db6ef7
https://nvd.nist.gov/vuln/detail/CVE-2017-7592
http://bugzilla.maptools.org/show_bug.cgi?id=2658
https://github.com/vadz/libtiff/commit/48780b4fcc42
https://nvd.nist.gov/vuln/detail/CVE-2017-7593
http://bugzilla.maptools.org/show_bug.cgi?id=2651
https://github.com/vadz/libtiff/commit/d60332057b95
https://nvd.nist.gov/vuln/detail/CVE-2017-7594
http://bugzilla.maptools.org/show_bug.cgi?id=2659
https://github.com/vadz/libtiff/commit/8283e4d1b7e5
https://github.com/vadz/libtiff/commit/2ea32f7372b6
https://nvd.nist.gov/vuln/detail/CVE-2017-7595
https://github.com/vadz/libtiff/commit/47f2fb61a3a64667bce1a8398a8fcb1b348ff122
https://nvd.nist.gov/vuln/detail/CVE-2017-7598
https://github.com/vadz/libtiff/commit/3cfd62d77c2a7e147a05bd678524c345fa9c2bb8
https://nvd.nist.gov/vuln/detail/CVE-2017-7601
https://github.com/vadz/libtiff/commit/0a76a8c765c7b8327c59646284fa78c3c27e5490
https://nvd.nist.gov/vuln/detail/CVE-2017-7602
https://github.com/vadz/libtiff/commit/66e7bd59520996740e4df5495a830b42fae48bc4
Diffstat (limited to 'graphics/tiff/Makefile')
-rw-r--r-- | graphics/tiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 8c98605807a..92b078f495d 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.125 2016/11/23 13:51:29 he Exp $ +# $NetBSD: Makefile,v 1.125.4.1 2017/05/06 15:01:21 bsiegert Exp $ DISTNAME= tiff-4.0.7 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://download.osgeo.org/libtiff/ |