From mboxrd@z Thu Jan  1 00:00:00 1970
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 1/2] cifs-utils: Update to version 7.1
Date: Thu, 05 Dec 2024 14:16:45 +0100
Message-ID: <20241205131646.3390178-1-adolf.belka@ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4382918749085488922=="
List-Id: <development.lists.ipfire.org>

--===============4382918749085488922==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

- Update from version 7.0 to 7.1
- Update of rootfile not required
- libtalloc now required as a build and run-time dependency for cifs-utils
- Changelog
    7.1
	LDAP Ping capability
	smbinfo adds gettconinfo command
	Various improvements to man pages
	Detailed list of changes since 7.0 was released:
		0fae4c7 cifs-utils: bump version to 7.1
		2cd7b1f cifs: update documentation for sloppy mount option
		9918019 docs: add closetimeo description
		c4c30b5 docs: add compress description
		454870a checkopts: update it to work with latest kernel version
		465f213 cifs-utils: add documentation for multichannel and max_channels
		b3fe25c cifs-utils: smbinfo: add gettconinfo command
		c6bf4d9 Implement CLDAP Ping to find the closest site
		4718e09 (for-next) mount.cifs.rst: update section about xattr/acl support
		e7ec003 mount.cifs.rst: add missing reference for sssd
		3870f5b getcifsacl, setcifsacl: add missing <endian.h> include for le32toh
		c8ec7d1 getcifsacl, setcifsacl: add missing <linux/limits.h> include
		for XATTR_SIZE_MAX
		25d6552 cifs-utils: Make automake treat /sbin as exec, not data
		dac3301 pam_cifscreds: fix warning on NULL arg passed to %s in
			pam_syslog()
		7314638 cifs.upcall: fix UAF in get_cachename_from_process_env()
		ef0d95e cifs-utils: add documentation for acregmax and acdirmax
		2260c0d setcifsacl: Fix uninitialized value.
		1eee8e8 Use explicit "#!/usr/bin/python3"

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

diff --git a/lfs/cifs-utils b/lfs/cifs-utils
index 9301caef6..42eab5188 100644
--- a/lfs/cifs-utils
+++ b/lfs/cifs-utils
@@ -1,7 +1,7 @@
 ############################################################################=
###
 #                                                                           =
  #
 # IPFire.org - A linux based firewall                                       =
  #
-# Copyright (C) 2007-2023  IPFire Team  <info(a)ipfire.org>                 =
    #
+# Copyright (C) 2007-2024  IPFire Team  <info(a)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
=20
 SUMMARY    =3D Utilities for doing and managing mounts of the Linux CIFS fil=
esystem
=20
-VER        =3D 7.0
+VER        =3D 7.1
=20
 THISAPP    =3D cifs-utils-$(VER)
 DL_FILE    =3D $(THISAPP).tar.bz2
@@ -34,9 +34,9 @@ DL_FROM    =3D $(URL_IPFIRE)
 DIR_APP    =3D $(DIR_SRC)/$(THISAPP)
 TARGET     =3D $(DIR_INFO)/$(THISAPP)
 PROG       =3D cifs-utils
-PAK_VER    =3D 5
+PAK_VER    =3D 6
=20
-DEPS       =3D
+DEPS       =3D libtalloc
=20
 SERVICES   =3D
=20
@@ -48,7 +48,7 @@ objects =3D $(DL_FILE)
=20
 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE)
=20
-$(DL_FILE)_BLAKE2 =3D 514d35f243d0ef7b866068a9a53a4b1704d2856d491d56aa469e8e=
3919b4030cb920a7f60d08851b0a23d28a020d1ddf7daa8b9ac412f1567a0a60d2f6ee6774
+$(DL_FILE)_BLAKE2 =3D 19af86a9e0d1f00ca46288e126a88dda079b6217ed6e2627e79c75=
809dd79c5d0f4477da4a30913ed4802d9ede570a4c28e8624c9f17c1bb294dca5852e93144
=20
 install : $(TARGET)
=20
--=20
2.47.1


--===============4382918749085488922==--