From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 05 Oct 2021 16:58:42 +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 1mXlty-0007aQ-7Y for lore@lore.pengutronix.de; Tue, 05 Oct 2021 16:58:42 +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 1mXltx-0005u7-Mh; Tue, 05 Oct 2021 16:58:41 +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 1mXltI-0005fk-2K for ptxdist@pengutronix.de; Tue, 05 Oct 2021 16:58:02 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id 4C9A7CCF for ; Tue, 5 Oct 2021 16:57:59 +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 MF8IMzPJx8my for ; Tue, 5 Oct 2021 16:57:59 +0200 (CEST) Received: by mail.thorsis.com (Postfix, from userid 109) id 2B62E31C4; Tue, 5 Oct 2021 16:57:59 +0200 (CEST) Received: from adahl by ada.ifak-system.com with local (Exim 4.92) (envelope-from ) id 1mXltA-0006An-VF for ptxdist@pengutronix.de; Tue, 05 Oct 2021 16:57:52 +0200 From: Alexander Dahl To: ptxdist@pengutronix.de Date: Tue, 5 Oct 2021 16:57:52 +0200 Message-Id: <20211005145752.23679-3-ada@thorsis.com> In-Reply-To: <20211005145752.23679-1-ada@thorsis.com> References: <20211005145752.23679-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,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH 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 --- 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 89c97d030..6fee1bb8d 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) @@ -34,10 +34,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