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 4ZM0mh1LQvz30ZL for ; Mon, 24 Mar 2025 17:44:36 +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) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZM0mc3vWMz331L for ; Mon, 24 Mar 2025 17:44:32 +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 4ZM0mc2QBmzH4; Mon, 24 Mar 2025 17:44:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1742838272; 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: in-reply-to:in-reply-to:references:references; bh=0g+IwPmXcd6UvjGci5gK54Tyv/u9b929TGf114FHmUg=; b=FTCa1jcDD0TnI2CWQe1mc05ovkdALAqLbRjlJj9nlI9CtpLuBSBxprHVzqDKadRWMa9f8T m3C5pn+VzTlJC6UGLcLje2emZgEw20i15EbNH56z/U1stbP0IwH/SI/maMhWF2peNotDp7 lDz/BpUWnCfRPKbNw0U6lfNqZBz5lgjx6DDDxEX9TdriuVsOd/pRjCtFvC9zQ3LRx6btr6 770iOcABcdkj94IMES6Bo4K/sz9wMUd9ncZAppJopujfI4bI+bcSjaBkzx5YuWVrsDDKWI KXRF5pojHlS92HMToYTv3A3PLim2Zw5w/0jZAtFL2Q+JXPQR3oGInP94knIFnQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1742838272; 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: in-reply-to:in-reply-to:references:references; bh=0g+IwPmXcd6UvjGci5gK54Tyv/u9b929TGf114FHmUg=; b=MpWZw/DVozBsLIRtbGF9Mw/5Zh54by5Cfr/vumdH0NcHucCcwbLOcjRt2fg8dXTmJa0W+o LkaOAGX8tPIVs3AA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] cifs-utils: Update to version 7.3 Date: Mon, 24 Mar 2025 18:44:25 +0100 Message-ID: <20250324174426.1793638-2-adolf.belka@ipfire.org> In-Reply-To: <20250324174426.1793638-1-adolf.belka@ipfire.org> References: <20250324174426.1793638-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 from version 7.1 to 7.3 - Update of rootfile not required. - Changelog 7.3 Fix regression in mount.cifs with guest mount option cldap_ping: Fix socket fd leak resolve_host.c: Initialize site_name 7.2 cifs-utils: Skip TGT check if valid service ticket is already available docs: update actimeo description docs: add max_cached_dirs description docs: add esize description cifs-utils: support and document password2 mount option use enums to check password or password2 in set_password, get_password_from_file and minor documentation additions Fix compiler warnings in mount.cifs Do not pass passwords with sec=none and sec=krb5 smbinfo: add bash completion support for filestreaminfo, keys, gettconinfo cifs-utils: bump version to 7.2 CIFS.upcall to accomodate new namespace mount opt cifs-utils: add documentation for upcall_target cifs-utils: avoid using mktemp when updating mtab getcifsacl: fix return code check for getting full ACL cifscreds: use continue instead of break when matching commands cifscreds: allow user to set the key's timeout configure.ac: libtalloc is now mandatory cldap_ping.c: add missing include Signed-off-by: Adolf Belka --- lfs/cifs-utils | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/cifs-utils b/lfs/cifs-utils index 42eab5188..a53c00bc9 100644 --- a/lfs/cifs-utils +++ b/lfs/cifs-utils @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -26,7 +26,7 @@ include Config SUMMARY = Utilities for doing and managing mounts of the Linux CIFS filesystem -VER = 7.1 +VER = 7.3 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 = 6 +PAK_VER = 7 DEPS = libtalloc @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 19af86a9e0d1f00ca46288e126a88dda079b6217ed6e2627e79c75809dd79c5d0f4477da4a30913ed4802d9ede570a4c28e8624c9f17c1bb294dca5852e93144 +$(DL_FILE)_BLAKE2 = 59cf39ed2bf14d1fff54b6ad3b2fa410dd20b7e49ff9e87a95521d7e72cd4c5fe506f7026db2f42c53f4f79ed8f2492e3aa98b6349b000c7e2457cfea695c94d install : $(TARGET) -- 2.49.0