Accepting request 798848 from home:npower:update_samba_4.12.2
- Update to samba 4.12.2 + CVE-2020-10700: A client combining the 'ASQ' and 'Paged Results' LDAP controls can cause a use-after-free in Samba's AD DC LDAP server;(bso#14331); (bsc#1169850) + CVE-2020-10704: A deeply nested filter in an un-authenticated LDAP search can exhaust the LDAP server's stack memory causing a SIGSEGV; (bso#14334); (bsc#1169851). - Update to samba 4.12.1 + nmblib: Avoid undefined behaviour in handle_name_ptrs(); (bso#14295); + samba-tool group: Handle group names with special chars correctly; (bso#14296); + Add missing check for DMAPI offline status in async DOS attributes; (bso#14293); + Starting ctdb node that was powered off hard before results in recovery loop; (bso#14295); + smbd: Ignore set NTACL requests which contain S-1-5-88 NFS ACEs; (bso#14307); + vfs_recycle: Prevent flooding the log if we're called on non-existant paths; (bso#14316); + librpc: Fix IDL for svcctl_ChangeServiceConfigW; (bso#14313); + nsswitch: Fix use-after-free causing segfault in _pam_delete_cred; (bso#14327); + fruit:time machine max size is broken on arm; (bso#13622); + CTDB recovery corner cases can cause record resurrection and node banning; (bso#14294); + s3/utils: Fix double free error with smbtree; (bso#14332); + CTDB recovery corner cases can cause record resurrection and node banning; (bso#14294); + Starting ctdb node that was powered off hard before results in recovery OBS-URL: https://build.opensuse.org/request/show/798848 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=629
This commit is contained in:
parent
92141f19eb
commit
816dff106e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6547e8208c0803be1359bcb0790ac5b59ccac40b81e72b1c99a4b762944d0ce
|
||||
size 24665102
|
3
samba-4.12.2+git.143.2f6e5bda2e3.tar.bz2
Normal file
3
samba-4.12.2+git.143.2f6e5bda2e3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8643dc97ef77ad2770cd3b06dacc8228ab28a3007164e6bc00817e1e8308039
|
||||
size 24686149
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 28 11:44:07 UTC 2020 - Noel Power <nopower@suse.com>
|
||||
|
||||
- Update to samba 4.12.2
|
||||
+ CVE-2020-10700: A client combining the 'ASQ' and
|
||||
'Paged Results' LDAP controls can cause a use-after-free
|
||||
in Samba's AD DC LDAP server;(bso#14331); (bsc#1169850)
|
||||
+ CVE-2020-10704: A deeply nested filter in an un-authenticated
|
||||
LDAP search can exhaust the LDAP server's stack memory causing
|
||||
a SIGSEGV; (bso#14334); (bsc#1169851).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 09:07:02 UTC 2020 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
- Update to samba 4.12.1
|
||||
+ nmblib: Avoid undefined behaviour in handle_name_ptrs(); (bso#14295);
|
||||
+ samba-tool group: Handle group names with special chars correctly;
|
||||
(bso#14296);
|
||||
+ Add missing check for DMAPI offline status in async DOS attributes;
|
||||
(bso#14293);
|
||||
+ Starting ctdb node that was powered off hard before results in recovery
|
||||
loop; (bso#14295);
|
||||
+ smbd: Ignore set NTACL requests which contain S-1-5-88 NFS ACEs;
|
||||
(bso#14307);
|
||||
+ vfs_recycle: Prevent flooding the log if we're called on non-existant
|
||||
paths; (bso#14316);
|
||||
+ librpc: Fix IDL for svcctl_ChangeServiceConfigW; (bso#14313);
|
||||
+ nsswitch: Fix use-after-free causing segfault in _pam_delete_cred;
|
||||
(bso#14327);
|
||||
+ fruit:time machine max size is broken on arm; (bso#13622);
|
||||
+ CTDB recovery corner cases can cause record resurrection and node
|
||||
banning; (bso#14294);
|
||||
+ s3/utils: Fix double free error with smbtree; (bso#14332);
|
||||
+ CTDB recovery corner cases can cause record resurrection and node
|
||||
banning; (bso#14294);
|
||||
+ Starting ctdb node that was powered off hard before results in recovery
|
||||
loop; (bso#14295);
|
||||
+ CTDB recovery daemon can crash due to dereference of NULL pointer;
|
||||
(bso#14324);
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 25 12:52:55 UTC 2020 - Noel Power <nopower@suse.com>
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
%define talloc_version 2.3.1
|
||||
%define tevent_version 0.10.2
|
||||
%define tdb_version 1.4.3
|
||||
%define ldb_version 2.1.1
|
||||
%define ldb_version 2.1.2
|
||||
|
||||
%global with_mitkrb5 1
|
||||
%global with_dc 0
|
||||
@ -164,7 +164,7 @@ BuildRequires: libtasn1-devel >= 3.8
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Version: 4.12.0+git.135.dd3c974c75f
|
||||
Version: 4.12.2+git.143.2f6e5bda2e3
|
||||
Release: 0
|
||||
Url: https://www.samba.org/
|
||||
Obsoletes: samba-32bit < %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user