forked from pool/samba
- Fix MD5 detection in the autoconf build; (bso#9037); (bso#9086); (bso#9094);
(bso#9418). - Use work around for 'winbind use default domain' only if it is set; (bso#9367). - Allow smb2.acls torture test to pass against smbd with a POSIX ACLs backend; (bso#9374). - large read requests cause server to issue malformed reply; (bso#9422). - s3-rpc_client: lookup nametype 0x20 in rpc_pipe_open_tcp_port(); (bso#9426). - Fix leaking sockets of SMB connections to a DC; (bso#9436). - Fix ncacn_ip_tcp reconnection code for lsa lookups; (bso#9439). - Allow to force DNS updates using net; (bso#9451). - Respond correctly to FILE_STREAM_INFO requests; (bso#9460). - Fix spoolss segfault when default devmode is disabled; (bso#9433); (bnc#791183). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=277
This commit is contained in:
parent
e7ce52cb96
commit
23b4019fb4
@ -1 +1 @@
|
||||
SOURCE_TIMESTAMP="2877"
|
||||
SOURCE_TIMESTAMP="2884"
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:081a482ac673b72816fad5d49d0c12b27e4e511617d48a4c62f484a146261693
|
||||
size 44090
|
||||
oid sha256:55cfd2990039666df3bb93890ec7d812fb59e5f6e8a0ef2234cf703256655634
|
||||
size 56860
|
||||
|
@ -126,7 +126,7 @@ BuildRequires: libtevent-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 2877
|
||||
%define SOURCE_TIMESTAMP 2884
|
||||
%define BRANCH 3.6.9
|
||||
Version: 3.6.9
|
||||
Release: 0
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 8 18:57:16 UTC 2012 - lmuelle@suse.com
|
||||
|
||||
- Fix MD5 detection in the autoconf build; (bso#9037); (bso#9086); (bso#9094);
|
||||
(bso#9418).
|
||||
- Use work around for 'winbind use default domain' only if it is set;
|
||||
(bso#9367).
|
||||
- Allow smb2.acls torture test to pass against smbd with a POSIX ACLs backend;
|
||||
(bso#9374).
|
||||
- large read requests cause server to issue malformed reply; (bso#9422).
|
||||
- s3-rpc_client: lookup nametype 0x20 in rpc_pipe_open_tcp_port(); (bso#9426).
|
||||
- Fix leaking sockets of SMB connections to a DC; (bso#9436).
|
||||
- Fix ncacn_ip_tcp reconnection code for lsa lookups; (bso#9439).
|
||||
- Allow to force DNS updates using net; (bso#9451).
|
||||
- Respond correctly to FILE_STREAM_INFO requests; (bso#9460).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 14:29:48 UTC 2012 - lmuelle@suse.com
|
||||
|
||||
@ -28,6 +44,12 @@ Fri Nov 30 18:14:37 UTC 2012 - lmuelle@suse.com
|
||||
|
||||
- Don't clutter the spec file diff view; (bnc#783384).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 27 17:22:58 UTC 2012 - ddiss@suse.com
|
||||
|
||||
- Fix spoolss segfault when default devmode is disabled; (bso#9433);
|
||||
(bnc#791183).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 16 18:23:42 UTC 2012 - lmuelle@suse.com
|
||||
|
||||
|
@ -126,7 +126,7 @@ BuildRequires: libtevent-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 2877
|
||||
%define SOURCE_TIMESTAMP 2884
|
||||
%define BRANCH 3.6.9
|
||||
Version: 3.6.9
|
||||
Release: 0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01d9afb17a7dd5aa0f9ff620843a1c2b1f45f182f47cdc19cfc751118b3558b1
|
||||
size 53435
|
||||
oid sha256:eab7df272ebf7ff3cad0025287d83fe1487774cab16259bb44f33d68c001ded0
|
||||
size 53407
|
||||
|
Loading…
Reference in New Issue
Block a user