From patchwork Mon Jan 2 16:00:51 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 710219 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tshdN6t4yz9t0Z for ; Tue, 3 Jan 2017 03:01:12 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id C090E2E016; Mon, 2 Jan 2017 16:01:08 +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 jN9RZ1MMFtG9; Mon, 2 Jan 2017 16:01:07 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id C094D2DE11; Mon, 2 Jan 2017 16:01:06 +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 809E41C0017 for ; Mon, 2 Jan 2017 16:01:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7C84882052 for ; Mon, 2 Jan 2017 16:01:05 +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 gPupxIB8fOIG for ; Mon, 2 Jan 2017 16:01:04 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id BDB9681F58 for ; Mon, 2 Jan 2017 16:01:03 +0000 (UTC) Received: from asgard (cpe-190-55-196-87.telecentro-reversos.com.ar [190.55.196.87] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.2/8.15.2) with ESMTPSA id v02G0r3Y022608 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 2 Jan 2017 16:00:56 GMT DMARC-Filter: OpenDMARC Filter v1.3.1 www.zacarias.com.ar v02G0r3Y022608 Authentication-Results: zacarias.com.ar; dmarc=fail header.from=zacarias.com.ar Authentication-Results: zacarias.com.ar; spf=pass smtp.mailfrom=gustavo@zacarias.com.ar DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1483372859; bh=c69ye4bOmeehTWCAbgL0YzMoJuGcA7PC+sVOSTXgRzw=; h=From:To:Cc:Subject:Date; b=BtEso9T/SBkKZQu1SNAmYoGVcxaOp0bPcPE216pddQGzW2eWJ5G2RmF80E5DPim7z M8O83rHnN+OTnN2ojKkMdAe2li4MYFBEH7KM+45HYe3udKFHyJljmfG0v5Br4OGXVI aLty8cLvaHeCCRcaXBfvtmEkgsuOtBihGxhNRKco= Received: by asgard (sSMTP sendmail emulation); Mon, 02 Jan 2017 13:00:51 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 2 Jan 2017 13:00:51 -0300 Message-Id: <20170102160051.26514-1-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.10.2 X-Virus-Scanned: clamav-milter 0.99 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] m4: bump to version 1.4.18 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" Signed-off-by: Gustavo Zacarias --- package/m4/m4.hash | 2 +- package/m4/m4.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/m4/m4.hash b/package/m4/m4.hash index 38214dc..79c36c8 100644 --- a/package/m4/m4.hash +++ b/package/m4/m4.hash @@ -1,2 +1,2 @@ # Locally calculated after checking pgp signature -sha256 f0543c3beb51fa6b3337d8025331591e0e18d8ec2886ed391f1aade43477d508 m4-1.4.17.tar.xz +sha256 f2c1e86ca0a404ff281631bdc8377638992744b175afb806e25871a24a934e07 m4-1.4.18.tar.xz diff --git a/package/m4/m4.mk b/package/m4/m4.mk index 9b5d2d1..d53f7cb 100644 --- a/package/m4/m4.mk +++ b/package/m4/m4.mk @@ -4,7 +4,7 @@ # ################################################################################ -M4_VERSION = 1.4.17 +M4_VERSION = 1.4.18 M4_SOURCE = m4-$(M4_VERSION).tar.xz M4_SITE = $(BR2_GNU_MIRROR)/m4 M4_LICENSE = GPLv3+