From patchwork Tue Jun 15 17:15:26 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4431 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4G4FM93dFBz3x6q for ; Tue, 15 Jun 2021 17:15:33 +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 ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4G4FM90bt5z16B; Tue, 15 Jun 2021 17:15:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4G4FM90Bpcz2xxv; Tue, 15 Jun 2021 17:15:33 +0000 (UTC) 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4G4FM71vb4z2xVn for ; Tue, 15 Jun 2021 17:15:31 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4G4FM65K4Nz14H; Tue, 15 Jun 2021 17:15:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1623777330; 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=VWz5cXCLN8AhTpQSOtnyLYNt8EhEKNXrxAPXjAsTf3k=; b=z8UzLudIy+SySkssRQaBAY8eZCSSmwNVm0iA+YZuKwlQ1GaIlVcT+dpSKYiBPp96xfh1is eShJLHbKg+a0H3DQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1623777330; 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=VWz5cXCLN8AhTpQSOtnyLYNt8EhEKNXrxAPXjAsTf3k=; b=wZTGBlLwyIWOBz1xEGJ/PRLcu+ngw35I5x5FhF/REbdUbsZhNeaYLRO7nqR3Xw9we2L0bL i28xo24ltCRPn7wNfNuzaaHYGTZ3wopp+aA0q92TAB0AtJmc//kj7IdzYO8OlGl6P0S6Zr cGS5dxHMmUcU3kiEqaHBNDB6/1DfEcr+pEFzYoV6QwvG9saN9Yb8ZziyL86qS+suiH2WXp SIPMn8fWLUSFIjX2yxeOz0ONPHpmUkqnE5u2K6hqG696sl22TEEVpm3z+6lTQp2pxlXxmV BWxkB7IvVBAQGfvlWsizJCF+9/JjVXs5lMB4XSJ0/y+mnOvKZ1uUgagHPL/QEg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] fuse: Update to 3.10.4 Date: Tue, 15 Jun 2021 19:15:26 +0200 Message-Id: <20210615171526.3589324-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 3.10.3 to 3.10.4 - Update of rootfile - Changelog * Building of unit tests is now optional. * Fixed a test failure when running tests under XFS. * Fixed memory leaks in examples. * Minor documentation fixes. Signed-off-by: Adolf Belka --- config/rootfiles/common/fuse | 2 +- lfs/fuse | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/fuse b/config/rootfiles/common/fuse index 3a0a52378..86fa084fd 100644 --- a/config/rootfiles/common/fuse +++ b/config/rootfiles/common/fuse @@ -12,7 +12,7 @@ usr/bin/fusermount3 #usr/include/fuse3/fuse_opt.h #usr/lib/libfuse3.so usr/lib/libfuse3.so.3 -usr/lib/libfuse3.so.3.10.3 +usr/lib/libfuse3.so.3.10.4 #usr/lib/pkgconfig/fuse3.pc #usr/share/man/man1/fusermount3.1 #usr/share/man/man8/mount.fuse3.8 diff --git a/lfs/fuse b/lfs/fuse index 5235348a5..99291527b 100644 --- a/lfs/fuse +++ b/lfs/fuse @@ -24,7 +24,7 @@ include Config -VER = 3.10.3 +VER = 3.10.4 THISAPP = fuse-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 75546f9070323b8ce69c2ed8ffff20c4 +$(DL_FILE)_MD5 = 55b87e9ed691c2fa698e491241985b4a install : $(TARGET)