From patchwork Sun Feb 27 13:52:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5286 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 4K64hQ4sSdz3wtR for ; Sun, 27 Feb 2022 13:52:38 +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 4K64hQ0yrcz5SD; Sun, 27 Feb 2022 13:52:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4K64hQ0XZBz2xxL; Sun, 27 Feb 2022 13:52:38 +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 4K64hN2BvGz2x9p for ; Sun, 27 Feb 2022 13:52:36 +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 4K64hN0mF7z4Ws; Sun, 27 Feb 2022 13:52:36 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1645969956; 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=9/7Q1pDL7pt2mTQqCNR8bUqRgMwAec4wMFzV/7RGKj0=; b=0HMEky46f74rg+d5q41aNJbCC6o9jHFdUmj6nUUtx3t6Ye/Qs2PgBQGhZdXiYvCijQ4IjH sZlpbZbkS2ZDpvCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1645969956; 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=9/7Q1pDL7pt2mTQqCNR8bUqRgMwAec4wMFzV/7RGKj0=; b=kP+xwLPeTXMP10JM6KqubXTPwTPGRNzC0bmC7w+2vbE9TDmjYUEQPKlilyx2Rcm0RgANpV h/knCJzwZ/yQ2zFj9pJoy5XeosWbF4V3Z7vYrMEuS8Vsxj6uQuSZqeZBsSQX+nZJYsji4+ e2G3KYeOKtFVTAHonvW6LQqXvSK+OCY+OkxqXXw38Nu/dI1ApfdJs9CnL6d+vUEvkItLrl rIKqeJpf6gb1/Ot8dtEw7A6wjH+Xy9Ecy2wlWsUztfVFnkAxVe2daqGgYIzaEeKcBNCJzB vIDTdIFWBQaDRKKEEhECmPS/wxyP/YLlHzNLsZlytwNSo6Th6xsEyjA3pvEnSw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] cifs-utils: Update to version 6.14 Date: Sun, 27 Feb 2022 14:52:33 +0100 Message-Id: <20220227135233.3709-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 version 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 Acked-by: Peter Müller --- lfs/cifs-utils | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/lfs/cifs-utils b/lfs/cifs-utils index 524c3bcee..08e9b2c28 100644 --- a/lfs/cifs-utils +++ b/lfs/cifs-utils @@ -24,9 +24,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,12 +32,10 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = cifs-utils -PAK_VER = 3 +PAK_VER = 4 DEPS = -SERVICES = - ############################################################################### # Top-level Rules ############################################################################### @@ -48,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 4348921483c530826950e9503b08b033 +$(DL_FILE)_MD5 = e918d1246adb841c61e562538c2cc78e install : $(TARGET) @@ -58,7 +54,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -dist: +dist: @$(PAK) ###############################################################################