From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 11 Oct 2021 09:51:43 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mZq63-0006xi-CM for lore@lore.pengutronix.de; Mon, 11 Oct 2021 09:51:43 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mZq63-0004mt-2A; Mon, 11 Oct 2021 09:51:43 +0200 Received: from mail.thorsis.com ([92.198.35.195]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mZq5c-0004Yu-PC for ptxdist@pengutronix.de; Mon, 11 Oct 2021 09:51:17 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id D1BEF2947 for ; Mon, 11 Oct 2021 09:51:15 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.thorsis.com Received: from mail.thorsis.com ([127.0.0.1]) by localhost (mail.thorsis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qiWntUgc4cVu for ; Mon, 11 Oct 2021 09:51:15 +0200 (CEST) Received: by mail.thorsis.com (Postfix, from userid 109) id B17192987; Mon, 11 Oct 2021 09:51:15 +0200 (CEST) Received: from adahl by ada.ifak-system.com with local (Exim 4.92) (envelope-from ) id 1mZq5Y-0007KF-5v for ptxdist@pengutronix.de; Mon, 11 Oct 2021 09:51:12 +0200 From: Alexander Dahl To: ptxdist@pengutronix.de Date: Mon, 11 Oct 2021 09:51:12 +0200 Message-Id: <20211011075112.28107-3-ada@thorsis.com> In-Reply-To: <20211011075112.28107-1-ada@thorsis.com> References: <20211011075112.28107-1-ada@thorsis.com> X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.6 required=4.0 tests=AWL,BAYES_00,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH v2 2/2] dfu-util: version bump 0.9 -> 0.11 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Noteworthy changes over v0.10 and v0.11: - New --wait option for devices to appear - New --devnum option to filter devices - Support large files - Misc bugfixes, especially for dfuse - Quirks for several devices - Improved error reporting Signed-off-by: Alexander Dahl Link: https://lists.osmocom.org/pipermail/dfu-util/2020-November/000009.html Link: https://lists.osmocom.org/pipermail/dfu-util/2021-September/000014.html --- Notes: v1 -> v2 -------- - (no changes here) rules/dfu-util.make | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rules/dfu-util.make b/rules/dfu-util.make index dc3ca7595..e040175b1 100644 --- a/rules/dfu-util.make +++ b/rules/dfu-util.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_DFU_UTIL) += dfu-util # # Paths and names # -DFU_UTIL_VERSION := 0.9 -DFU_UTIL_MD5 := 233bb1e08ef4b405062445d84e28fde6 +DFU_UTIL_VERSION := 0.11 +DFU_UTIL_MD5 := 31c983543a1fe8f03260ca4d56ad4f43 DFU_UTIL := dfu-util-$(DFU_UTIL_VERSION) DFU_UTIL_SUFFIX := tar.gz DFU_UTIL_URL := http://dfu-util.sourceforge.net/releases/$(DFU_UTIL).$(DFU_UTIL_SUFFIX) @@ -33,10 +33,10 @@ DFU_UTIL_CONF_ENV := \ $(CROSS_ENV) \ ac_cv_lib_usb_libusb_init=no -# -# autoconf -# DFU_UTIL_CONF_TOOL := autoconf +DFU_UTIL_CONF_OPT := \ + $(CROSS_AUTOCONF_USR) \ + $(GLOBAL_LARGE_FILE_OPTION) # ---------------------------------------------------------------------------- # Target-Install -- 2.30.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de