From patchwork Mon Aug 6 19:15:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 175437 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 0D0FD2C00A2 for ; Tue, 7 Aug 2012 05:15:36 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 2B21229161; Mon, 6 Aug 2012 19:15:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aYA-Kr5G+cua; Mon, 6 Aug 2012 19:15:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 534C5267A5; Mon, 6 Aug 2012 19:15:33 +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 A250D8F753 for ; Mon, 6 Aug 2012 19:15:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8F6CA8A5ED for ; Mon, 6 Aug 2012 19:15:31 +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 qkXytqvvyWzS for ; Mon, 6 Aug 2012 19:15:29 +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 643BA8A3DC for ; Mon, 6 Aug 2012 19:15:28 +0000 (UTC) Received: from asgard (host13.190-136-222.telecom.net.ar [190.136.222.13]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q76JFKn9028834 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 6 Aug 2012 19:15:24 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1344280526; bh=Nlc9bzG6OAcKNghdxxHkJkE9WztbBlb3dY2vuX+NyDY=; h=From:To:Cc:Subject:Date; b=NPuhlfWEtBRyrE0ZhpRoXZhTe8IT+aCJciCMrMR/A19FYt6jv/++oLgw4xw3rr2Yf ZliDzPPmW9ydFt+3gmGDHOmeeJsoHZ0FM+JhLlqdpYzalSOB1n8iYYdixW9lHN9JTU fpCF/+7kMu7NbIEqWsLZAMa4mNvqyYNWxQpEMI2Q= Received: by asgard (sSMTP sendmail emulation); Mon, 06 Aug 2012 16:15:18 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 6 Aug 2012 16:15:18 -0300 Message-Id: <1344280518-5293-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] imagemagick: security bump to version 6.7.8-8 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-3437, CVE-2012-3437 and CVE-2012-3438. Signed-off-by: Gustavo Zacarias --- package/imagemagick/imagemagick.mk | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk index ede129a..6d34ad3 100644 --- a/package/imagemagick/imagemagick.mk +++ b/package/imagemagick/imagemagick.mk @@ -4,8 +4,8 @@ # ############################################################# -IMAGEMAGICK_MAJOR = 6.7.6 -IMAGEMAGICK_VERSION = $(IMAGEMAGICK_MAJOR)-9 +IMAGEMAGICK_MAJOR = 6.7.8 +IMAGEMAGICK_VERSION = $(IMAGEMAGICK_MAJOR)-8 IMAGEMAGICK_SOURCE = ImageMagick-$(IMAGEMAGICK_VERSION).tar.bz2 # The official ImageMagick site only keeps the latest versions # available, which is annoying. Use an alternate site that keeps all