public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/tiff/files/, media-libs/tiff/
Date: Fri, 31 Mar 2017 03:43:28 +0000 (UTC)	[thread overview]
Message-ID: <1490931798.7ec3d94b9cb12fb65a0274021d154b9b0d7977c8.vapier@gentoo> (raw)

commit:     7ec3d94b9cb12fb65a0274021d154b9b0d7977c8
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 31 03:43:18 2017 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Mar 31 03:43:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec3d94b

media-libs/tiff: pull in upstream fix for fax2tiff #598938

 media-libs/tiff/files/tiff-4.0.7-fax2tiff.patch | 39 +++++++++++++++++++++++++
 media-libs/tiff/tiff-4.0.7-r1.ebuild            |  1 +
 2 files changed, 40 insertions(+)

diff --git a/media-libs/tiff/files/tiff-4.0.7-fax2tiff.patch b/media-libs/tiff/files/tiff-4.0.7-fax2tiff.patch
new file mode 100644
index 00000000000..f3476e98d6f
--- /dev/null
+++ b/media-libs/tiff/files/tiff-4.0.7-fax2tiff.patch
@@ -0,0 +1,39 @@
+https://bugs.gentoo.org/598938
+
+From 82c53c6f19d8d7854b9b88aa16802f31b1cc258c Mon Sep 17 00:00:00 2001
+From: Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
+Date: Sun, 20 Nov 2016 18:04:52 +0000
+Subject: [PATCH] =?UTF-8?q?*=20tools/fax2tiff.c=20(main):=20Applied=20patc?=
+ =?UTF-8?q?h=20by=20J=C3=B6rg=20Ahrens=20to=20fix=20passing=20client=20dat?=
+ =?UTF-8?q?a=20for=20Win32=20builds=20using=20tif=5Fwin32.c=20(USE=5FWIN32?=
+ =?UTF-8?q?=5FFILEIO=20defined)=20for=20file=20I/O.=20=20Patch=20was=20pro?=
+ =?UTF-8?q?vided=20via=20email=20on=20November=2020,=202016.?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+---
+ ChangeLog        | 7 +++++++
+ tools/fax2tiff.c | 5 +++--
+ 2 files changed, 10 insertions(+), 2 deletions(-)
+
+diff --git a/tools/fax2tiff.c b/tools/fax2tiff.c
+index e00de5277bc2..01f85540ac9c 100644
+--- a/tools/fax2tiff.c
++++ b/tools/fax2tiff.c
+@@ -283,10 +283,11 @@ main(int argc, char* argv[])
+ 		}
+ #if defined(_WIN32) && defined(USE_WIN32_FILEIO)
+                 client_data.fh = _get_osfhandle(fileno(in));
++                TIFFSetClientdata(faxTIFF, (thandle_t) client_data.fh);
+ #else
+                 client_data.fd = fileno(in);
++                TIFFSetClientdata(faxTIFF, (thandle_t) client_data.fd);
+ #endif
+-                TIFFSetClientdata(faxTIFF, (thandle_t) &client_data);
+ 		TIFFSetFileName(faxTIFF, (const char*)argv[optind]);
+ 		TIFFSetField(out, TIFFTAG_IMAGEWIDTH, xsize);
+ 		TIFFSetField(out, TIFFTAG_BITSPERSAMPLE, 1);
+-- 
+2.12.0
+

diff --git a/media-libs/tiff/tiff-4.0.7-r1.ebuild b/media-libs/tiff/tiff-4.0.7-r1.ebuild
index ca37cb0af05..dbf9257f2cc 100644
--- a/media-libs/tiff/tiff-4.0.7-r1.ebuild
+++ b/media-libs/tiff/tiff-4.0.7-r1.ebuild
@@ -27,6 +27,7 @@ DEPEND="${RDEPEND}"
 REQUIRED_USE="test? ( jpeg )" #483132
 
 PATCHES=(
+	"${FILESDIR}"/${P}-fax2tiff.patch #598938
 	"${FILESDIR}"/${P}-CVE-2016-10266.patch
 	"${FILESDIR}"/${P}-bug2598.patch
 	"${FILESDIR}"/${P}-bug2604.patch


             reply	other threads:[~2017-03-31  3:43 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-31  3:43 Mike Frysinger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-01 16:33 [gentoo-commits] repo/gentoo:master commit in: media-libs/tiff/files/, media-libs/tiff/ Andreas Sturmlechner
2025-02-27  2:56 Sam James
2024-11-19 21:59 Andreas K. Hüttel
2024-11-19 20:59 Andreas K. Hüttel
2023-02-22 16:23 Sam James
2023-02-07  4:30 Sam James
2023-01-24 16:12 Andreas Sturmlechner
2022-05-21  0:10 Sam James
2020-01-29 21:44 Andreas Sturmlechner
2018-02-16 15:30 Lars Wendler
2018-01-26 22:25 Mike Frysinger
2017-03-31  3:36 Mike Frysinger
2016-08-03 13:38 Lars Wendler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1490931798.7ec3d94b9cb12fb65a0274021d154b9b0d7977c8.vapier@gentoo \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox