From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bd6Lb3rgRz3467 for ; Thu, 10 Jul 2025 07:44:39 +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 (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bd6LW74xgz2ywd for ; Thu, 10 Jul 2025 07:44:35 +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 4bd6LV58Xjzl4; Thu, 10 Jul 2025 07:44:34 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1752133474; 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=zJ8ZltfNDjqN72aFbbm6SD9jFcA5Kejd/nEKl9evQCg=; b=H4LFiQrqli1PcUyNwJHBQFlbgkxskQgcnQ1iqs5XiOZ7Bj1tJjjPRCz+lq9pGV7mSrHoPo s7p3tMCo0At2WcBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1752133474; 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=zJ8ZltfNDjqN72aFbbm6SD9jFcA5Kejd/nEKl9evQCg=; b=clPj4nMA2JIU9OdHvnr5adKTVkkmgGMO5WnAV5bLHk0NMgS/DlRi82OzkJOdXnVKFqlENV k/XKjxKJZNh1Pl/RcPKzfkXqPuZxb8tJNAD6C341a+MwxHBdAZwXJmjxJiM9FeO0st8ggb O8OdgrVNsijs0loXesUpMnXlpNxSTkbAZc1la2zvGhnuKruCvyTCzG3WXgEZaCulz6FbO0 3xHtu6VGYLkyfm5OPBrxuZeLkl+Ut1tXs8O1BgGfKtFS0mZvjv4ammLObZxSX1UxEpaNm3 KguyBk3Zo/ph30TzlFHvpo0XXN5eV8D/j76LodxmcenMue/OhQBryMsWGpIrMQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] cifs-utils: Update to version 7.4 Date: Thu, 10 Jul 2025 09:44:28 +0200 Message-ID: <20250710074429.4452-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 Content-Transfer-Encoding: 8bit - Update fropm version 7.3 to 7.4 - Update of rootfile - According to Linux From Scratch cifs-utils-7.4 requires the autoreconf to work with gcc-15. Certainly without it the build failed. - Changelog 7.4 mount.cifs: retry mount on -EINPROGRESS cifs.upcall: correctly treat UPTARGET_UNSPECIFIED as UPTARGET_APP cifs.upcall: fix memory leaks in check_service_ticket_exits() getcifsacl, setcifsacl: use for basename cifscreds: use for basename Signed-off-by: Adolf Belka --- config/rootfiles/packages/cifs-utils | 14 +++++++------- lfs/cifs-utils | 12 ++++++++---- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/config/rootfiles/packages/cifs-utils b/config/rootfiles/packages/cifs-utils index fe8109a62..9fbafa410 100644 --- a/config/rootfiles/packages/cifs-utils +++ b/config/rootfiles/packages/cifs-utils @@ -1,9 +1,9 @@ sbin/mount.cifs sbin/mount.smb3 -#usr/local/bin/smb2-quota -#usr/local/bin/smbinfo -#usr/local/include/cifsidmap.h -#usr/local/share/man/man1/smb2-quota.1 -#usr/local/share/man/man1/smbinfo.1 -#usr/local/share/man/man8/mount.cifs.8 -#usr/local/share/man/man8/mount.smb3.8 +#usr/bin/smb2-quota +#usr/bin/smbinfo +#usr/include/cifsidmap.h +#usr/share/man/man1/smb2-quota.1 +#usr/share/man/man1/smbinfo.1 +#usr/share/man/man8/mount.cifs.8 +#usr/share/man/man8/mount.smb3.8 diff --git a/lfs/cifs-utils b/lfs/cifs-utils index 068abee04..22330de9e 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 = 7.3 +VER = 7.4 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 = 7 +PAK_VER = 8 DEPS = libtalloc @@ -51,7 +51,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 59cf39ed2bf14d1fff54b6ad3b2fa410dd20b7e49ff9e87a95521d7e72cd4c5fe506f7026db2f42c53f4f79ed8f2492e3aa98b6349b000c7e2457cfea695c94d +$(DL_FILE)_BLAKE2 = 57e03bb050b2345229dd4e0de22ac7baae7dcf080fba54c1dc339d8ecc6e60254e30feaa160568f8465698769ee513447c77de3bf8b0cd9c234ec4590e8e4270 install : $(TARGET) @@ -85,7 +85,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) $(UPDATE_AUTOMAKE) - cd $(DIR_APP) && ./configure + cd $(DIR_APP) && autoreconf -vfi + cd $(DIR_APP) && ./configure \ + --prefix=/usr \ + --disable-pam \ + --disable-systemd cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) -- 2.50.0