forked from pool/samba
Accepting request 546497 from home:scabrero:branches:network:samba:STABLE
- smbc_opendir should not return EEXIST with invalid login credentials; (bnc#1065868). - Update to 4.7.3; (bsc#1069666); + Non-smbd processes using kernel oplocks can hang smbd; (bso#13121); + python: use communicate to fix Popen deadlock; (bso#13127); + smbd on disk file corruption bug under heavy threaded load; (bso#13130); + tevent: version 0.9.34; (bso#13130); + s3: smbd: Fix delete-on-close after smb2_find; (bso#13118); + CVE-2017-14746: s3: smbd: Fix SMB1 use-after-free crash bug; (bsc#1060427);(bso#13041); + CVE-2017-15275: s3: smbd: Chain code can return uninitialized memory when talloc buffer is grown; (bsc#1063008); (bso#13077); - Build with AD DC support only in openSUSE. OBS-URL: https://build.opensuse.org/request/show/546497 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=579
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
%global with_mitkrb5 1
|
||||
%global with_dc 0
|
||||
%if 0%{?suse_version} > 1320
|
||||
%if 0%{?suse_version} > 1320 && 0%{?is_opensuse}
|
||||
%ifnarch ppc
|
||||
%global with_dc 1
|
||||
%endif
|
||||
@@ -131,7 +131,7 @@ BuildRequires: krb5-devel
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 3761
|
||||
%define BRANCH %{version}
|
||||
Version: 4.7.1+git.26.1ac2944c965
|
||||
Version: 4.7.3+git.30.54c196e5d35
|
||||
Release: 0
|
||||
Url: https://www.samba.org/
|
||||
Obsoletes: samba-32bit < %{version}
|
||||
|
Reference in New Issue
Block a user