From patchwork Fri Aug 7 20:34:04 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10115 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) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hGx2k4Mshz3wqC for ; Fri, 07 Aug 2026 20:44:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hGx2Z31pJz7Pp for ; Fri, 07 Aug 2026 20:44:06 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hGwsb1pKNz37fX for ; Fri, 07 Aug 2026 20:36:19 +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) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hGwsX41sKz37dd for ; Fri, 07 Aug 2026 20:36:16 +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 4hGwsN2VXzz6FQ; Fri, 07 Aug 2026 20:36:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1786134968; 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: in-reply-to:in-reply-to:references:references; bh=7cnFdc18Lm36/fORRdBR5CSVYokTImqa6dhotsyTHN4=; b=S8EITMCZjMknwxfDmZQGOySEZyVdMHpRxnlAo5AFNsBQOHXe17WRhkPoa78fy6yetWmfOd tzyLXZCNuZIKmeB5VUQXPugF9rgAFnGqXLn4ZvIyLt9LLnsImOchES41mblLaUSr75YGLr 7J/L0uSA7Tufp3utajYcruMxP64YPhuwPe6zaOzeIzl/R9q8eMg9QbaCNMBwgPmI9f1qi9 rbEOuQQSVSKLHipgmgltHcnGR4Ceec2OmdUN19V97xkctA8fS2SELjDVxFgqlO+ebMs3OW EOCTtkao7J5LT209J0YS6zpxuzWzUvB4acsW1A/vCJgWa/7MlUB71gL4BMVWvg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1786134968; 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: in-reply-to:in-reply-to:references:references; bh=7cnFdc18Lm36/fORRdBR5CSVYokTImqa6dhotsyTHN4=; b=YuxJxh2LKy27dIDMtdDmedtOxf5RMnfjqywDT43fyjJBZiCpxbk/fRrH+9kuEEKwSwtTnv ABS/1nB9Ekg0cxAA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] nut: Ship nut to pickup updated libusb from CU203 Date: Fri, 7 Aug 2026 22:34:04 +0200 Message-ID: <20260807203410.1596981-15-adolf.belka@ipfire.org> In-Reply-To: <20260807203410.1596981-1-adolf.belka@ipfire.org> References: <20260807203410.1596981-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 - In CU203 libusb was updated but nut was not shipped so for core updates it has stayed looking for libusb-1.0.so.0.5.0 but it should be looking for libusb-1.0.so.0.6.0 - This patch is intended to be merged into CU204 to bring existing nut installations up to date. Signed-off-by: Adolf Belka --- lfs/nut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/nut b/lfs/nut index a86b1694f..a76fe147e 100644 --- a/lfs/nut +++ b/lfs/nut @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nut -PAK_VER = 15 +PAK_VER = 16 DEPS =