From patchwork Mon Sep 4 16:51:07 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 809768 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xmG8d4SBZz9sR9 for ; Tue, 5 Sep 2017 02:51:45 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7D81186393; Mon, 4 Sep 2017 16:51:42 +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 q1PSf9V8WR1J; Mon, 4 Sep 2017 16:51:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id BA72C86365; Mon, 4 Sep 2017 16:51:41 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 660501BFCA2 for ; Mon, 4 Sep 2017 16:51:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 60F7A86365 for ; Mon, 4 Sep 2017 16:51:23 +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 7lFn3CeX3CH1 for ; Mon, 4 Sep 2017 16:51:21 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mx.tkos.co.il (guitar.tcltek.co.il [192.115.133.116]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6EC9C86357 for ; Mon, 4 Sep 2017 16:51:21 +0000 (UTC) Received: from tarshish.tkos.co.il (unknown [10.0.8.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx.tkos.co.il (Postfix) with ESMTPSA id 4E09644075A; Mon, 4 Sep 2017 19:51:18 +0300 (IDT) From: Baruch Siach To: buildroot@busybox.net Date: Mon, 4 Sep 2017 19:51:07 +0300 Message-Id: <4e5ee4d92222339d825f51c084a382cd285e52ef.1504543867.git.baruch@tkos.co.il> X-Mailer: git-send-email 2.14.1 Subject: [Buildroot] [PATCH] expat: bump to version 2.2.4 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Upstream migrated to automake for autotools. Remove the non-existent 'installlib' target. DESTDIR override in not needed anymore, the standard configure --prefix is enough. Add license hash. Signed-off-by: Baruch Siach --- package/expat/expat.hash | 10 ++++++---- package/expat/expat.mk | 4 +--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package/expat/expat.hash b/package/expat/expat.hash index ccf74d62128e..ef01ec99489e 100644 --- a/package/expat/expat.hash +++ b/package/expat/expat.hash @@ -1,5 +1,7 @@ -# From https://sourceforge.net/projects/expat/files/expat/2.2.3/ -md5 f053af63ef5f39bd9b78d01fbc203334 expat-2.2.3.tar.bz2 -sha1 e2be3a2aa8d12ce70184aab418d0d5d96ed86d0e expat-2.2.3.tar.bz2 +# From https://sourceforge.net/projects/expat/files/expat/2.2.4/ +md5 6e3980aba29a224a9f478d88ac7ec207 expat-2.2.4.tar.bz2 +sha1 3394d6390c041a8f5dec1d5fe7c4af0a23ae4504 expat-2.2.4.tar.bz2 # Calculated based on the hashes above -sha256 b31890fb02f85c002a67491923f89bda5028a880fd6c374f707193ad81aace5f expat-2.2.3.tar.bz2 +sha256 03ad85db965f8ab2d27328abcf0bc5571af6ec0a414874b2066ee3fdd372019e expat-2.2.4.tar.bz2 +# Locally calculated +sha256 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76 COPYING diff --git a/package/expat/expat.mk b/package/expat/expat.mk index a6fa37323d07..ef196ec40c3e 100644 --- a/package/expat/expat.mk +++ b/package/expat/expat.mk @@ -4,12 +4,10 @@ # ################################################################################ -EXPAT_VERSION = 2.2.3 +EXPAT_VERSION = 2.2.4 EXPAT_SITE = http://downloads.sourceforge.net/project/expat/expat/$(EXPAT_VERSION) EXPAT_SOURCE = expat-$(EXPAT_VERSION).tar.bz2 EXPAT_INSTALL_STAGING = YES -EXPAT_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) installlib -EXPAT_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) installlib EXPAT_DEPENDENCIES = host-pkgconf HOST_EXPAT_DEPENDENCIES = host-pkgconf EXPAT_LICENSE = MIT