Accepting request 897431 from home:scabrero:branches:network:samba:STABLE
- Update to 4.14.5 * s3: smbd: SMB1 SMBsplwr doesn't send a reply packet on success; (bso#14696); * s3: smbd: Ensure POSIX default ACL is mapped into returned Windows ACL for directory handles; (bso#14708); * s3: smbd: Fix uninitialized memory read in process_symlink_open() when used with vfs_shadow_copy2(); (bso#14721); * docs: Expand the "log level" docs on audit logging; (bso#14689); * smbd: Correctly initialize close timestamp fields; (bso#14714); * Fix gcc11 compiler issues; (bso#14699); * docs-xml: Update smbcacls manpage; (bso#14718); * docs: Update list of available commands in rpcclient; (bso#14719); * ctdb: Fix a crash in run_proc_signal_handler(); (bso#14475); * s3:winbind: For 'security = ADS' require realm/workgroup to be set; (bso#14695); * lib:replace: Do not build strndup test with gcc 11 or newer; (bso#14699); OBS-URL: https://build.opensuse.org/request/show/897431 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=645
This commit is contained in:
parent
44072657fd
commit
82749b63ed
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">factory-4-14-stable</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git.@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">samba(.*)</param>
|
||||
<param name="versionrewrite-pattern">samba-(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="filename">samba</param>
|
||||
<param name="exclude">.git</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:994f85be4cbc53907ee05da6b14d2d77248e5e95371c84a649624be7f1275492
|
||||
size 25098556
|
3
samba-4.14.5+git.165.70143cb153d.tar.bz2
Normal file
3
samba-4.14.5+git.165.70143cb153d.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95787a71ea35959a9ad5fed4613e9d3ab21658600c4071d39d3f1896f30dc00e
|
||||
size 25099242
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 1 08:38:12 UTC 2021 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
- Update to 4.14.5
|
||||
* s3: smbd: SMB1 SMBsplwr doesn't send a reply packet on success;
|
||||
(bso#14696);
|
||||
* s3: smbd: Ensure POSIX default ACL is mapped into returned Windows
|
||||
ACL for directory handles; (bso#14708);
|
||||
* s3: smbd: Fix uninitialized memory read in process_symlink_open()
|
||||
when used with vfs_shadow_copy2(); (bso#14721);
|
||||
* docs: Expand the "log level" docs on audit logging; (bso#14689);
|
||||
* smbd: Correctly initialize close timestamp fields; (bso#14714);
|
||||
* Fix gcc11 compiler issues; (bso#14699);
|
||||
* docs-xml: Update smbcacls manpage; (bso#14718);
|
||||
* docs: Update list of available commands in rpcclient; (bso#14719);
|
||||
* ctdb: Fix a crash in run_proc_signal_handler(); (bso#14475);
|
||||
* s3:winbind: For 'security = ADS' require realm/workgroup to be set;
|
||||
(bso#14695);
|
||||
* lib:replace: Do not build strndup test with gcc 11 or newer;
|
||||
(bso#14699);
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 08:34:02 UTC 2021 - Noel Power <nopower@suse.com>
|
||||
- Update to 4.14.4
|
||||
|
@ -172,7 +172,7 @@ BuildRequires: liburing-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Version: 4.14.4+git.162.18fd73a39a0
|
||||
Version: 4.14.5+git.165.70143cb153d
|
||||
Release: 0
|
||||
Url: https://www.samba.org/
|
||||
Obsoletes: samba-32bit < %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user