cifs-utils: Update to version 7.3

Message ID 20250324174426.1793638-2-adolf.belka@ipfire.org
State Staged
Commit 52d025342d0b804d71e1238a5c6c88d59fd973a0
Headers
Series cifs-utils: Update to version 7.3 |

Commit Message

Adolf Belka March 24, 2025, 5:44 p.m. UTC
  - 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 <sys/types.h> include

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/cifs-utils | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
  

Patch

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  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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)