From patchwork Tue Sep 28 21:21:56 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4755 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 4HJss71ggqz3xWd for ; Tue, 28 Sep 2021 21:22:03 +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 4HJss657Frz1Cv; Tue, 28 Sep 2021 21:22:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4HJss64k8bz2y2d; Tue, 28 Sep 2021 21:22:02 +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 4HJss52N1fz2xLY for ; Tue, 28 Sep 2021 21:22:01 +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 4HJss465vfzfr; Tue, 28 Sep 2021 21:22:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1632864120; 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=KQUoXiZi8DsPaa6vBt+D5r+YyndTYsEo6WD88bdvzJ0=; b=CHnGVvdqFKcXPd/2tYHj1susxrkViSXhxld/uKcn2RGuY60MXkyUHdCB0EYIgqlk/hr4pv dtuE27PGSdtxqEBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1632864120; 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=KQUoXiZi8DsPaa6vBt+D5r+YyndTYsEo6WD88bdvzJ0=; b=vq3KY62ktCjSfFOaf/Q20zRs1IJem330zwmJrcA9hjampR2PTVU6qSU7C6gtb6cUaW2xxV lTA+AY6uyA+NHtkULU77VfAVP2tg7jb1qJmPKG+PnOaaMEvdLyJQw+rg21mDBCwK85d+Vl f46zGeIyYAFE1kR1kuhYewhcIsk9hdlWFdQxFqdkotjO4ESEzsujNvXPL9CMc4LDuRpQhw V3aTE2Nh+jihnIQA1opt5rZKRId5piy28ra5VATo+XHk0/UX+VP37GoWf7hwiW9FcqkBia BwdJbLFqJ7YMchWoxtZ8cuPPM91af6Che5hcFr0nZh2F9mZ5fFb4/snURnbECw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] sshfs: Update to version 3.7.2 Date: Tue, 28 Sep 2021 23:21:56 +0200 Message-Id: <20210928212156.2804265-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.7.1 to 3.7.2 - Update of rootfile not required - Changelog Release 3.7.2 (2021-06-08) * Added a secondary check so if a mkdir request fails with EPERM an access request will be tried - returning EEXIST if the access was successful. Fixes: https://github.com/libfuse/sshfs/issues/243 Signed-off-by: Adolf Belka --- lfs/sshfs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/sshfs b/lfs/sshfs index 23b68c541..f9a585572 100644 --- a/lfs/sshfs +++ b/lfs/sshfs @@ -24,7 +24,7 @@ include Config -VER = 3.7.1 +VER = 3.7.2 THISAPP = sshfs-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 22ac23d05ca7c56fb568627f086374d0 +$(DL_FILE)_MD5 = 86dcc81a1381c3e6863c97e684501bb6 install : $(TARGET)