From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] cifs-utils: Update to version 6.14 Date: Wed, 06 Apr 2022 17:10:01 +0000 Message-ID: <82028757-678b-a203-b145-78fc132fc57a@ipfire.org> In-Reply-To: <20220405134643.2929383-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7113637891227258291==" List-Id: --===============7113637891227258291== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from 6.13 to 6.14 > - Update of rootfile not required > - Changelog > September, 2021: Release 6.14 > cifs-utils: bump version to 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 >=20 > Signed-off-by: Adolf Belka > --- > lfs/cifs-utils | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/cifs-utils b/lfs/cifs-utils > index ef01e0106..907804f36 100644 > --- a/lfs/cifs-utils > +++ b/lfs/cifs-utils > @@ -26,7 +26,7 @@ include Config > =20 > SUMMARY =3D Utilities for doing and managing mounts of the Linux CIFS f= ilesystem > =20 > -VER =3D 6.13 > +VER =3D 6.14 > =20 > THISAPP =3D cifs-utils-$(VER) > DL_FILE =3D $(THISAPP).tar.bz2 > @@ -34,7 +34,7 @@ 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 > @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 5133ea39fc65acaf2a9791f8ac97dee681dd12f509e0abd09554= 2ce663e7c62002b033dcf35f0a8eec214cb9940597fb568fd50d4cfe5271ca4e433afbe1a7bc > +$(DL_FILE)_BLAKE2 =3D d5ff2fe5de6800ffa1ffafb78c02ee02dc61c47243d89f6c634e= 1df9ed539e8a1d2d26f022f55b344849072f254fc6a3d1c217a6e23193189ff2cbb144a1a5f0 > =20 > install : $(TARGET) > =20 --===============7113637891227258291==--