From patchwork Tue Apr 5 13:46:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5437 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4KXpph6RXGz3x1Y for ; Tue, 5 Apr 2022 13:46:52 +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 4KXppf3sMkzZ2; Tue, 5 Apr 2022 13:46:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KXppf2mQ7z2yTP; Tue, 5 Apr 2022 13:46:50 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4KXppc6Fn8z2xhV for ; Tue, 5 Apr 2022 13:46:48 +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 4KXppc1yrKzBj; Tue, 5 Apr 2022 13:46:48 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1649166408; 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=tUoFF2P7tPy0eZuLhRY0SeDPwZoyUA2GpDkPTSofsrM=; b=yDYzl3Y3jRuB5hYE2IveLvn0+sPFpByzq9oW8ajjRTEmHBBhuH1UApG0uo1633njbA37lj CxZ4aY0mfZRGPcDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1649166408; 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=tUoFF2P7tPy0eZuLhRY0SeDPwZoyUA2GpDkPTSofsrM=; b=ssoYIEiQ3ey66nZsTCj5UEXIQxnsHQFsobNq3lFvF4w/4ApnZ4uo0mKgrvuKTX1d3Be9wW vv9eLOOYNi/p2187wzWpdKSIxugxxcFAbRCgXdS9H9/AR2KDEWqC0MiiohL80HsCaBHD2F 0ipbueJu3GdmTLwaWxLt4cIbTHc+zUCJBbQThAjirkKpLi6IMgemS2e8+1zNCGykLmJze0 7dfKcovcsOSlgvPpUVdHJN99HFaWDmguMfmUfznvBLvT61JK5sxnOJUbLfbS6Dn+tvY8i7 fkcSt9aMRKa6a80kt80NBBF7S8VCFmJMzzpGanx/nRNU4dWT+CTqMN02Xrvxqw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] cifs-utils: Update to version 6.14 Date: Tue, 5 Apr 2022 15:46:43 +0200 Message-Id: <20220405134643.2929383-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 6.13 to 6.14 - Update of rootfile not required - Changelog September, 2021: Release 6.14 cifs-utils: bump version to 6.14 setcifsacl: fix formatting smbinfo: add support for new key dump ioctl mount.cifs: fix crash when mount point does not exist cifs.upcall: fix regression in kerberos mount smbinfo: Add command for displaying alternate data streams Reorder ACEs in preferred order during setcifsacl Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/cifs-utils | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/cifs-utils b/lfs/cifs-utils index ef01e0106..907804f36 100644 --- a/lfs/cifs-utils +++ b/lfs/cifs-utils @@ -26,7 +26,7 @@ include Config SUMMARY = Utilities for doing and managing mounts of the Linux CIFS filesystem -VER = 6.13 +VER = 6.14 THISAPP = cifs-utils-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = cifs-utils -PAK_VER = 3 +PAK_VER = 4 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 5133ea39fc65acaf2a9791f8ac97dee681dd12f509e0abd095542ce663e7c62002b033dcf35f0a8eec214cb9940597fb568fd50d4cfe5271ca4e433afbe1a7bc +$(DL_FILE)_BLAKE2 = d5ff2fe5de6800ffa1ffafb78c02ee02dc61c47243d89f6c634e1df9ed539e8a1d2d26f022f55b344849072f254fc6a3d1c217a6e23193189ff2cbb144a1a5f0 install : $(TARGET)