forked from pool/samba
Accepting request 818949 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/818949 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=261
This commit is contained in:
commit
11d6e6d92e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d2363da816b576ed322769e1e90455a7d49deaac23bceb8336e9b0314759fde7
|
|
||||||
size 24739936
|
|
3
samba-4.12.5+git.168.88cc07e6cbf.tar.bz2
Normal file
3
samba-4.12.5+git.168.88cc07e6cbf.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0fe88be82ef3a77979929f334be2a1315375b26f4ed107497f5262cfb16806a7
|
||||||
|
size 24787220
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 2 15:18:42 UTC 2020 - Noel Power <nopower@suse.com>
|
||||||
|
|
||||||
|
- Update to samba 4.12.5
|
||||||
|
+ Fix smbd panic on force-close share during async
|
||||||
|
io; (bso#14301).
|
||||||
|
+ Fix segfault when using SMBC_opendir_ctx() routine for
|
||||||
|
share folder that contains incorrect symbols in any
|
||||||
|
file name; (bso#14374)
|
||||||
|
+ Fix DFS links; (bso#14391).
|
||||||
|
+ Can't use DNS functionality after a Windows DC has been
|
||||||
|
in domain; (bso#14310).
|
||||||
|
+ ldapi search to FreeIPA crashes; (bso#14413).
|
||||||
|
+ Add net-ads-join dnshostname=fqdn option; (bso#14396)
|
||||||
|
+ Fix adding msDS-AdditionalDnsHostName to keytab with
|
||||||
|
Windows DC; (bso#14406).
|
||||||
|
+ docs-xml: Update list of posible VFS operations for
|
||||||
|
vfs_full_audit; (bso#14386).
|
||||||
|
+ winbindd: Fix a use-after-free when winbind clients exit;
|
||||||
|
(bso#14382).
|
||||||
|
+ Client tools are not able to read gencache anymore;
|
||||||
|
(bso#14370).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 2 11:56:15 UTC 2020 - Noel Power <nopower@suse.com>
|
||||||
|
|
||||||
|
- Update to samba 4.12.4
|
||||||
|
+ CVE-2020-10730: NULL de-reference in AD DC LDAP server when
|
||||||
|
ASQ and VLV combined; (bso#14364); (bsc#1173159)
|
||||||
|
+ CVE-2020-10745: invalid DNS or NBT queries containing dots use
|
||||||
|
several seconds of CPU each; (bso#14378); (bsc#1173160).
|
||||||
|
+ CVE-2020-10760: Use-after-free in AD DC Global Catalog LDAP
|
||||||
|
server with paged_result or VLV; (bso#14402); (bsc#1173161)
|
||||||
|
+ CVE-2020-14303: Endless loop from empty UDP packet sent to
|
||||||
|
AD DC nbt_server; (bso#14417); (bsc#1173359).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 30 15:42:34 UTC 2020 - Marcus Meissner <meissner@suse.com>
|
Sat May 30 15:42:34 UTC 2020 - Marcus Meissner <meissner@suse.com>
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
%define talloc_version 2.3.1
|
%define talloc_version 2.3.1
|
||||||
%define tevent_version 0.10.2
|
%define tevent_version 0.10.2
|
||||||
%define tdb_version 1.4.3
|
%define tdb_version 1.4.3
|
||||||
%define ldb_version 2.1.3
|
%define ldb_version 2.1.4
|
||||||
|
|
||||||
%global with_mitkrb5 1
|
%global with_mitkrb5 1
|
||||||
%global with_dc 0
|
%global with_dc 0
|
||||||
@ -164,7 +164,7 @@ BuildRequires: libtasn1-devel >= 3.8
|
|||||||
%else
|
%else
|
||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
Version: 4.12.3+git.161.208cf9730ee
|
Version: 4.12.5+git.168.88cc07e6cbf
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://www.samba.org/
|
Url: https://www.samba.org/
|
||||||
Obsoletes: samba-32bit < %{version}
|
Obsoletes: samba-32bit < %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user