From mboxrd@z Thu Jan 1 00:00:00 1970 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 Content-Type: multipart/mixed; boundary="===============6599561480285435424==" List-Id: --===============6599561480285435424== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 --- 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 @@ =20 include Config =20 -SUMMARY =3D Utilities for doing and managing mounts of the Linux CIFS fil= esystem - -VER =3D 6.13 +VER =3D 6.14 =20 THISAPP =3D cifs-utils-$(VER) DL_FILE =3D $(THISAPP).tar.bz2 @@ -34,12 +32,10 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D cifs-utils -PAK_VER =3D 3 +PAK_VER =3D 4 =20 DEPS =3D =20 -SERVICES =3D - ############################################################################= ### # Top-level Rules ############################################################################= ### @@ -48,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 4348921483c530826950e9503b08b033 +$(DL_FILE)_MD5 =3D e918d1246adb841c61e562538c2cc78e =20 install : $(TARGET) =20 @@ -58,7 +54,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) =20 md5 : $(subst %,%_MD5,$(objects)) =20 -dist: +dist:=20 @$(PAK) =20 ############################################################################= ### --=20 2.35.1 --===============6599561480285435424==--