summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-05-22 09:34:15 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-05-22 09:35:18 +0200
commite85f99863e467882ba64febcec829ace775de1ea (patch)
tree72a3c2d0e263638780782490bd275a94c87d55dd /media-libs/tiff/files
parentmedia-libs/tiff: Bump to version 4.0.8 (diff)
downloadgentoo-e85f99863e467882ba64febcec829ace775de1ea.tar.gz
gentoo-e85f99863e467882ba64febcec829ace775de1ea.tar.bz2
gentoo-e85f99863e467882ba64febcec829ace775de1ea.zip
media-libs/tiff: Removed old.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-libs/tiff/files')
-rw-r--r--media-libs/tiff/files/tiff-4.0.6-gif2tiff_removal.patch47
1 files changed, 0 insertions, 47 deletions
diff --git a/media-libs/tiff/files/tiff-4.0.6-gif2tiff_removal.patch b/media-libs/tiff/files/tiff-4.0.6-gif2tiff_removal.patch
deleted file mode 100644
index ea5c2c327141..000000000000
--- a/media-libs/tiff/files/tiff-4.0.6-gif2tiff_removal.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-# Removing vulnerable gif2tiff (CVE-2016-5102)
-# Upstream seems to no longer ship this tool with >=tiff-4.0.7 versions.
-
-http://bugzilla.maptools.org/show_bug.cgi?id=2552
-https://bugzilla.redhat.com/show_bug.cgi?id=1343407
-https://bugs.gentoo.org/585274
-
---- tiff-4.0.6/man/Makefile.am
-+++ tiff-4.0.6/man/Makefile.am
-@@ -27,7 +27,6 @@
- bmp2tiff.1 \
- fax2ps.1 \
- fax2tiff.1 \
-- gif2tiff.1 \
- pal2rgb.1 \
- ppm2tiff.1 \
- ras2tiff.1 \
---- tiff-4.0.6/test/Makefile.am
-+++ tiff-4.0.6/test/Makefile.am
-@@ -68,7 +68,6 @@
- TESTSCRIPTS = \
- bmp2tiff_palette.sh \
- bmp2tiff_rgb.sh \
-- gif2tiff.sh \
- ppm2tiff_pbm.sh \
- ppm2tiff_pgm.sh \
- ppm2tiff_ppm.sh \
---- tiff-4.0.6/tools/Makefile.am
-+++ tiff-4.0.6/tools/Makefile.am
-@@ -34,7 +34,6 @@
- bmp2tiff \
- fax2ps \
- fax2tiff \
-- gif2tiff \
- pal2rgb \
- ppm2tiff \
- ras2tiff \
-@@ -73,9 +72,6 @@
- fax2tiff_SOURCES = fax2tiff.c
- fax2tiff_LDADD = $(LIBTIFF) $(LIBPORT)
-
--gif2tiff_SOURCES = gif2tiff.c
--gif2tiff_LDADD = $(LIBTIFF) $(LIBPORT)
--
- pal2rgb_SOURCES = pal2rgb.c
- pal2rgb_LDADD = $(LIBTIFF) $(LIBPORT)
-