From patchwork Mon Oct 19 18:28:49 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1384471 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=busybox.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.a=rsa-sha256 header.s=default header.b=eE4riRz3; dkim-atps=neutral Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4CFQJC3xn4z9sPB for ; Tue, 20 Oct 2020 05:28:59 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 2F49A87674; Mon, 19 Oct 2020 18:28:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XkTMuYuylC6N; Mon, 19 Oct 2020 18:28:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 908CC8767D; Mon, 19 Oct 2020 18:28:56 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 081EE1BF3CC for ; Mon, 19 Oct 2020 18:28:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id F40FA2E0F3 for ; Mon, 19 Oct 2020 18:28:54 +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 dj0OgTMTDak0 for ; Mon, 19 Oct 2020 18:28:54 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by silver.osuosl.org (Postfix) with ESMTPS id CF1EE2E0F2 for ; Mon, 19 Oct 2020 18:28:53 +0000 (UTC) Received: from menoah.home (lfbn-bor-1-1148-234.w90-120.abo.wanadoo.fr [90.120.95.234]) by koncepto.io (Postfix) with ESMTPSA id D4CBE602D9; Mon, 19 Oct 2020 20:28:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1603132131; bh=07+9fwZIDhN2++0KYMFEXSw3tClzIywK1583lgXFgtg=; h=From:To:Cc:Subject:Date:From; b=eE4riRz35LvfmtxbJ3q8HHpvcQvQlP+YmuJs0BxVoBNAqVEigOSgkTtJnKeqWSLG6 noYO5Epbvn9vT2aThTyRBnxsgOg4iiwcRQQhVR32YeDjPnZuHSYUugfmbxlz5kC4u6 lmkJ/6b2LhHtAZM6HiUpYhpPolH1EundlPyTBqtND/oxSdGfkyxNs7NZmes9cUGjpj Fv/6DWV+/+jodiFhtjHjFtXBOv6TGVZc1s1LGe3pGFxfLt9VWpN8DRsyfhTS4y6ZVf DylHA9p0sJaTdzFJPvpPK777wa8HpDekeqd+0x2NeqE6cgdXfD3H5IQzBRtFWqxc7s aJCSnCPDA8Liw== To: buildroot@buildroot.org Date: Mon, 19 Oct 2020 20:28:49 +0200 Message-Id: <1603132129-2372-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH] package/mxml: bump to version 3.2 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Pierre-Jean Texier via buildroot Reply-To: Pierre-Jean Texier Cc: Pierre-Jean Texier MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" The hash of the NOTICE file has changed due to the following minor update: -Exceptions to the Apache 2.0 License: -===================================== +(Optional) Exceptions to the Apache 2.0 License: +================================================ Also update hash file formatting (2 spaces) See changelog https://github.com/michaelrsweet/mxml/releases/tag/v3.2 Signed-off-by: Pierre-Jean Texier --- package/mxml/mxml.hash | 6 +++--- package/mxml/mxml.mk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/mxml/mxml.hash b/package/mxml/mxml.hash index 811064c..70f82ca 100644 --- a/package/mxml/mxml.hash +++ b/package/mxml/mxml.hash @@ -1,4 +1,4 @@ # Locally computed -sha256 1ac8d252f62f9dc2b2004518c70d2da313bdfcd92b8350e215f46064a34b52fc mxml-3.1.tar.gz -sha256 c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 LICENSE -sha256 63cc06ba05adecb1fdf2c94460a98291fd71614865456e52a19a1e7cc674250f NOTICE +sha256 b894f6c64964f2e77902564c17ba00f5d077a7a24054e7c1937903b0bd42c974 mxml-3.2.tar.gz +sha256 c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 LICENSE +sha256 ed63aec4c75b9c21a5156b40052138032269bd27fd6f4bc0c51389807cdc7db9 NOTICE diff --git a/package/mxml/mxml.mk b/package/mxml/mxml.mk index 8ca83e1..85930ab 100644 --- a/package/mxml/mxml.mk +++ b/package/mxml/mxml.mk @@ -4,7 +4,7 @@ # ################################################################################ -MXML_VERSION = 3.1 +MXML_VERSION = 3.2 MXML_SITE = https://github.com/michaelrsweet/mxml/releases/download/v$(MXML_VERSION) MXML_LICENSE = Apache-2.0 with exceptions MXML_LICENSE_FILES = LICENSE NOTICE