Accepting request 856728 from home:scabrero:branches:network:samba:STABLE
- Update to 4.13.3 + libcli: smb2: Never print length if smb2_signing_key_valid() fails for crypto blob; (bsc#14210); + s3: modules: gluster. Fix the error I made in preventing talloc leaks from a function; (bsc#14486); + s3: smbd: Don't overwrite contents of fsp->aio_requests[0] with NULL via TALLOC_FREE(); (bsc#14515); + s3: spoolss: Make parameters in call to user_ok_token() match all other uses; (bsc#14568); + s3: smbd: Quiet log messages from usershares for an unknown share; (bsc#14590); + samba process does not honor max log size; (bsc#14248); + vfs_zfsacl: Add missing inherited flag on hidden "magic" everyone@ ACE; (bsc#14587); + s3-libads: Pass timeout to open_socket_out in ms; (bsc#13124); + s3-vfs_glusterfs: Always disable write-behind translator; (bsc#14486); + smbclient: Fix recursive mget; (bsc#14517); + clitar: Use do_list()'s recursion in clitar.c; (bsc#14581); + manpages/vfs_glusterfs: Mention silent skipping of write-behind translator; (bsc#14486); + vfs_shadow_copy2: Preserve all open flags assuming ROFS; (bsc#14573); + interface: Fix if_index is not parsed correctly; (bsc#14514); OBS-URL: https://build.opensuse.org/request/show/856728 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=639
This commit is contained in:
parent
d33094c8f9
commit
096716e54b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c3feff36b738d9b5d5398f0410dd3df54ee89bdd51a6646523507034c383d9b
|
||||
size 24908272
|
3
samba-4.13.3+git.179.c674ab406ac.tar.bz2
Normal file
3
samba-4.13.3+git.179.c674ab406ac.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e33c2dad0c43ab0f62d0874ef9c4de0b489955eb6b339bf19e6611db6f07c93
|
||||
size 24911384
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 16 11:30:25 UTC 2020 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
- Update to 4.13.3
|
||||
+ libcli: smb2: Never print length if smb2_signing_key_valid() fails for
|
||||
crypto blob; (bsc#14210);
|
||||
+ s3: modules: gluster. Fix the error I made in preventing talloc leaks
|
||||
from a function; (bsc#14486);
|
||||
+ s3: smbd: Don't overwrite contents of fsp->aio_requests[0] with NULL
|
||||
via TALLOC_FREE(); (bsc#14515);
|
||||
+ s3: spoolss: Make parameters in call to user_ok_token() match all other
|
||||
uses; (bsc#14568);
|
||||
+ s3: smbd: Quiet log messages from usershares for an unknown share;
|
||||
(bsc#14590);
|
||||
+ samba process does not honor max log size; (bsc#14248);
|
||||
+ vfs_zfsacl: Add missing inherited flag on hidden "magic" everyone@ ACE;
|
||||
(bsc#14587);
|
||||
+ s3-libads: Pass timeout to open_socket_out in ms; (bsc#13124);
|
||||
+ s3-vfs_glusterfs: Always disable write-behind translator; (bsc#14486);
|
||||
+ smbclient: Fix recursive mget; (bsc#14517);
|
||||
+ clitar: Use do_list()'s recursion in clitar.c; (bsc#14581);
|
||||
+ manpages/vfs_glusterfs: Mention silent skipping of write-behind
|
||||
translator; (bsc#14486);
|
||||
+ vfs_shadow_copy2: Preserve all open flags assuming ROFS; (bsc#14573);
|
||||
+ interface: Fix if_index is not parsed correctly; (bsc#14514);
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 16 09:30:52 UTC 2020 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
|
@ -170,7 +170,7 @@ BuildRequires: liburing-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Version: 4.13.2+git.176.0a5e55b510c
|
||||
Version: 4.13.3+git.179.c674ab406ac
|
||||
Release: 0
|
||||
Url: https://www.samba.org/
|
||||
Obsoletes: samba-32bit < %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user