From patchwork Tue Jul 1 10:22:24 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 366027 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 5BCC01400D5 for ; Tue, 1 Jul 2014 20:22:58 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 280318C39B; Tue, 1 Jul 2014 10:22:57 +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 g2xpF3ZP1XrJ; Tue, 1 Jul 2014 10:22:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id EA87B8C24C; Tue, 1 Jul 2014 10:22:54 +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 C243A1BF9D0 for ; Tue, 1 Jul 2014 10:22:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B93828C1BA for ; Tue, 1 Jul 2014 10:22:53 +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 mbblUSau9EBh for ; Tue, 1 Jul 2014 10:22:52 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 584E78C1CE for ; Tue, 1 Jul 2014 10:22:52 +0000 (UTC) Received: from asgard (host228.190-226-84.telecom.net.ar [190.226.84.228]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.9/8.14.9) with ESMTP id s61AMjeS031034 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 1 Jul 2014 10:22:47 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1404210169; bh=voCvOf17WufiDqmeDqbCIyapPjLuIquavXolFRKUFHk=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=dG0Uq1FAiO65I6NN8fEFxcPzuQJKS0aINj9bqNtk9aYvKfEx62YlHzoQQtoJHp17d /zRGUdutLvLSfCVd83dctakNwRGIopqPBdUapcGCwSaiaWfRV4/jD1JzXRqIwDU/+H f6TSFdZt3/8baeOi43LsRXw+NyEh1ORGcsgHDY10= Received: by asgard (sSMTP sendmail emulation); Tue, 01 Jul 2014 07:22:39 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 1 Jul 2014 07:22:24 -0300 Message-Id: <1404210144-5425-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.5.5 In-Reply-To: <1404210144-5425-1-git-send-email-gustavo@zacarias.com.ar> References: <1404210144-5425-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.1 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/2] imagemagick: bump to version 6.8.9-5 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 Signed-off-by: Gustavo Zacarias --- package/imagemagick/imagemagick.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk index 6d6d5de..b713f98 100644 --- a/package/imagemagick/imagemagick.mk +++ b/package/imagemagick/imagemagick.mk @@ -4,7 +4,7 @@ # ################################################################################ -IMAGEMAGICK_VERSION = 6.8.9-3 +IMAGEMAGICK_VERSION = 6.8.9-5 IMAGEMAGICK_SOURCE = ImageMagick-$(IMAGEMAGICK_VERSION).tar.xz # The official ImageMagick site only keeps the latest versions # available, which is annoying. Use an alternate site that keeps all