From patchwork Mon Aug 3 17:03:50 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: 1340390 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.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=koncepto.io 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=KyV0Rffh; dkim-atps=neutral Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BL4Ms1jLmz9sTd for ; Tue, 4 Aug 2020 03:18:01 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 05B6385A84; Mon, 3 Aug 2020 17:17:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d9kNqwCNW7pe; Mon, 3 Aug 2020 17:17:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 962B785A57; Mon, 3 Aug 2020 17:17:56 +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 08BCF1BF359 for ; Mon, 3 Aug 2020 17:17:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E4416860BE for ; Mon, 3 Aug 2020 17:17:55 +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 QPZr2XxixLcM for ; Mon, 3 Aug 2020 17:17:53 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8A48D860D1 for ; Mon, 3 Aug 2020 17:17:53 +0000 (UTC) Received: from menoah.home (lfbn-bor-1-1339-171.w193-250.abo.wanadoo.fr [193.250.150.171]) by koncepto.io (Postfix) with ESMTPSA id A5B0260224; Mon, 3 Aug 2020 19:17:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1596475069; bh=yfUHxlbKUokx/NfUF3+wO0L2JWFAjqN9FOmO0oFd2Gw=; h=From:To:Cc:Subject:Date:From; b=KyV0RffhSls8H/sEifLItVOEwIT+pPKemHq8e/ve6/KFZPn0odDvTnJEDkPb7tJr8 1/1Qws4iG2aSRqujTrlpf3grSuUt/ArrNm2o0s01mYiefnoVq/f7L/kp/5bwq6BGbD hts2hzmv0X7go9AMmSqnRgJVlYSgzitdNdzTp+E+TzBN/Eaz7sYuMlyrK6IceFNKAx B6rkrkTwFfWr6YywSyPPaYsoGBEGHWHtTuJzN8JCESy5h4lQqAr75NPvnnc5nEDZ4e CYnFCBQxQvwFMSTaMSO51e9EQQLD+Fypl5VzM53Q0Edk7p4hx6ch/nz4chGwWVQ//D b97LkFuNKXKRw== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Mon, 3 Aug 2020 19:03:50 +0200 Message-Id: <1596474230-12032-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH 1/1] package/fmt: bump to version 7.0.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: , Cc: Semyon Kolganov , Pierre-Jean Texier MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" See full changelog: https://github.com/fmtlib/fmt/releases/tag/7.0.2 Signed-off-by: Pierre-Jean Texier --- package/fmt/fmt.hash | 2 +- package/fmt/fmt.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/fmt/fmt.hash b/package/fmt/fmt.hash index 19a8c8d..8559d66 100644 --- a/package/fmt/fmt.hash +++ b/package/fmt/fmt.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 ac335a4ca6beaebec4ddb2bc35b9ae960b576f3b64a410ff2c379780f0cd4948 fmt-7.0.1.tar.gz +sha256 7697e022f9cdc4f90b5e0a409643faa2cde0a6312f85e575c8388a1913374de5 fmt-7.0.2.tar.gz sha256 825c9324e70f8c839c8ba910543dd4a7daee243b86ef960594c11381a19980b8 LICENSE.rst diff --git a/package/fmt/fmt.mk b/package/fmt/fmt.mk index cfd4512..10e2f0f 100644 --- a/package/fmt/fmt.mk +++ b/package/fmt/fmt.mk @@ -4,7 +4,7 @@ # ################################################################################ -FMT_VERSION = 7.0.1 +FMT_VERSION = 7.0.2 FMT_SITE = $(call github,fmtlib,fmt,$(FMT_VERSION)) FMT_LICENSE = MIT with exception FMT_LICENSE_FILES = LICENSE.rst