From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] samba: Update version to 4.14.6 Date: Wed, 14 Jul 2021 13:37:12 +0200 Message-ID: <20210714113712.3501955-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8440241613374625211==" List-Id: --===============8440241613374625211== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 4.14.4 to 4.14.6 - Update of rootfile not required - Changelog Release Notes for Samba 4.14.6 * BUG 14722: s3: lib: Fix talloc heirarcy error in parent_smb_fname(). * BUG 14732: smbd: Fix pathref unlinking in create_file_unixpath(). * BUG 14734: s3: VFS: default: Add proc_fd's fallback for vfswrap_fch= own(). * BUG 14736: s3: smbd: Remove erroneous TALLOC_FREE(smb_fname_parent)= in change_file_owner_to_parent() error path. * BUG 14730: NT_STATUS_FILE_IS_A_DIRECTORY error messages when using glusterfs VFS module. * BUG 14734: s3/modules: fchmod: Fallback to path based chmod if path= ref. * BUG 14740: Spotlight RPC service doesn't work with vfs_glusterfs. * BUG 14750: gensec_krb5: Restore ipv6 support for kpasswd. * BUG 14752: smbXsrv_{open,session,tcon}: protect smbXsrv_{open,session,tcon}_global_traverse_fn against invalid reco= rds. * BUG 14027: samba-tool domain backup offline doesn't work against bi= nd DLZ backend. * BUG 14669: netcmd: Use next_free_rid() function to calculate a SID = for restoring a backup. Release Notes for Samba 4.14.5 * BUG 14696: s3: smbd: SMB1 SMBsplwr doesn't send a reply packet on s= uccess. * BUG 14708: s3: smbd: Ensure POSIX default ACL is mapped into return= ed Windows ACL for directory handles. * BUG 14721: s3: smbd: Fix uninitialized memory read in process_symlink_open() when used with vfs_shadow_copy2(). * BUG 14689: docs: Expand the "log level" docs on audit logging. * BUG 14714: smbd: Correctly initialize close timestamp fields. * BUG 14699: Fix gcc11 compiler issues. * BUG 14718: docs-xml: Update smbcacls manpage. * BUG 14719: docs: Update list of available commands in rpcclient. * BUG 14475: ctdb: Fix a crash in run_proc_signal_handler(). * BUG 14695: s3:winbind: For 'security =3D ADS' require realm/workgro= up to be set. * BUG 14699: lib:replace: Do not build strndup test with gcc 11 or ne= wer. Signed-off-by: Adolf Belka --- lfs/samba | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/samba b/lfs/samba index 4c6ebddf6..bcb65668a 100644 --- a/lfs/samba +++ b/lfs/samba @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 4.14.4 +VER =3D 4.14.6 =20 THISAPP =3D samba-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D samba -PAK_VER =3D 80 +PAK_VER =3D 81 =20 DEPS =3D avahi cups libtirpc krb5 perl-Parse-Yapp =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 171629ad42b4b303107e8b0fff942a1f +$(DL_FILE)_MD5 =3D 0e6b5607ad37209a5a10235579fa9765 =20 install : $(TARGET) =20 --=20 2.32.0 --===============8440241613374625211==--