From patchwork Tue Sep 25 12:49:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 186798 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id C42D72C0093 for ; Tue, 25 Sep 2012 22:49:27 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2995A89648; Tue, 25 Sep 2012 12:49:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QLo++HRcmkGl; Tue, 25 Sep 2012 12:49:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 74D9F86265; Tue, 25 Sep 2012 12:49:22 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 2FCBD8F74B for ; Tue, 25 Sep 2012 12:49:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4453A86265 for ; Tue, 25 Sep 2012 12:49:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mn73wHPMqEF4 for ; Tue, 25 Sep 2012 12:49:19 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [85.10.205.246]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6B2E3861FD for ; Tue, 25 Sep 2012 12:49:19 +0000 (UTC) Received: from asgard (host55.190-231-14.telecom.net.ar [190.231.14.55]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q8PCnCSX016361 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 25 Sep 2012 12:49:14 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1348577356; bh=4RDpQfsV4+Rf+7bCDRnUbDkOjtYCJitQCiy8AwhvFGg=; h=From:To:Cc:Subject:Date; b=eQgG/aZeGswXOEtAgb1IYQ/dX9kpX1uKeZ0GmpsvjV0gtjWwzuWjGWCrngTIKe8cX 6I+qnrrKrwiOlsUCIhoxMZCmQI89Sgf9VoOarXOatyUv9thVNLyrvVUSA/McACI7Cs 2lcLQhMin9XEaQZG952OIqx3nnpwqFqUwSYnqTRg= Received: by asgard (sSMTP sendmail emulation); Tue, 25 Sep 2012 09:49:11 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 25 Sep 2012 09:49:02 -0300 Message-Id: <1348577342-8759-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] tiff: security bump to version 4.0.3 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Fixes CVE-2012-3401 and CVE-2012-3386. Signed-off-by: Gustavo Zacarias --- package/tiff/tiff.mk | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/tiff/tiff.mk b/package/tiff/tiff.mk index 227047b..145d929 100644 --- a/package/tiff/tiff.mk +++ b/package/tiff/tiff.mk @@ -3,9 +3,9 @@ # tiff # ############################################################# -TIFF_VERSION = 4.0.1 -TIFF_SITE = ftp://ftp.remotesensing.org/pub/libtiff -TIFF_SOURCE = tiff-$(TIFF_VERSION).tar.gz + +TIFF_VERSION = 4.0.3 +TIFF_SITE = http://download.osgeo.org/libtiff TIFF_INSTALL_STAGING = YES TIFF_CONF_OPT = \ --disable-cxx \