From patchwork Mon Jun 30 16:12:02 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8863 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bWB4p4yNMz3wm9 for ; Mon, 30 Jun 2025 16:12:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bWB4n6RMXz2wm for ; Mon, 30 Jun 2025 16:12:09 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bWB4n5jMcz333g for ; Mon, 30 Jun 2025 16:12:09 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bWB4k5pV4z2xSN for ; Mon, 30 Jun 2025 16:12:06 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4bWB4j2vLWzGg; Mon, 30 Jun 2025 16:12:05 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1751299925; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=RmMVQYvfvZ+K4Ljrr3R9QroTKqrlHlP+YwLCys4Fh7U=; b=igsG/LbQTXHAlgyNaaNL9+lc3UDnUau6pKH2jKbXZMgaGKFB6v51MzGjjPgqnQ/QKLjbgu tzVpR+f6uvAZKjCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1751299925; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=RmMVQYvfvZ+K4Ljrr3R9QroTKqrlHlP+YwLCys4Fh7U=; b=TLHA3u5cNEge2K4hidaJV8e07tF+xoO/IqMDSmJOLJ/Sd5+RkOXvxP2Xp8+NoCm1nTTNqQ 2FJykEehJVXpu2c95nzXSG4MaQ0Fq17TLce8nGoL1Fpq1UdvG5Rn+veWs2QLVieWBJie5o m/a38tSEyRm45/d4FSQT+UtyjlMEUZvl56suH33M7N7KvqsS3TZuM7CRSySo07tDCXJdJb c8lzbndnncnPhLbE7yDGPAmiIonLti2g9D2/hS9IdR067FAuwIC+1r+bJ8cYYVOGTM4v8W UDt9tGld1cZymBfICdYNRhzzPMaslNVheUXeat41NR89/r7HA+LuabyhaBQ4EQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libusb: Add comment to update nut when libusb is updated Date: Mon, 30 Jun 2025 18:12:02 +0200 Message-ID: <20250630161202.3330224-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - libusb is a run time requirement for nut Signed-off-by: Adolf Belka --- lfs/libusb | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/libusb b/lfs/libusb index 4b12242d7..0ff89ff75 100644 --- a/lfs/libusb +++ b/lfs/libusb @@ -25,6 +25,7 @@ include Config VER = 1.0.29 +# Ship nut when libusb is updated THISAPP = libusb-$(VER) DL_FILE = $(THISAPP).tar.bz2