- Fix wrong reply to smb2 durable handle reconnect (DHnC) request; (bso#8428).
- Fix infinite loop in ACL module code; (bso#8422). Plus a minor cleanup of the last changelog formating. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=182
This commit is contained in:
parent
1e06183c5c
commit
7a0087a796
@ -1,2 +1,2 @@
|
||||
2613
|
||||
2616
|
||||
Branch : trunk
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7bea92aba4fc2f1bab3966fa5e15995671310216c4ef49c338b0929dcc1f2255
|
||||
size 48193
|
||||
oid sha256:b7bd0ed0736c2efb86ccdeb99540db37deb28f550ef46aa7a455a4a4df8f45ad
|
||||
size 49127
|
||||
|
@ -414,7 +414,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 18:41:20 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Fix wrong reply to smb2 durable handle reconnect (DHnC) request; (bso#8428).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 18:31:29 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Fix infinite loop in ACL module code; (bso#8422).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 19:28:54 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
@ -17,12 +27,12 @@ Sat Aug 27 19:38:01 UTC 2011 - lmuelle@suse.de
|
||||
Sat Aug 27 19:29:37 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- talloc:
|
||||
- check block count after references test.
|
||||
- added test suite for talloc_free_children().
|
||||
- license info erratum in the manpage.
|
||||
- fix typos and better differentiation between versions 1 and 2.
|
||||
- preserve context name on talloc_free_children().
|
||||
- ensure the sibling linked list remains valid during a free.
|
||||
+ check block count after references test.
|
||||
+ added test suite for talloc_free_children().
|
||||
+ license info erratum in the manpage.
|
||||
+ fix typos and better differentiation between versions 1 and 2.
|
||||
+ preserve context name on talloc_free_children().
|
||||
+ ensure the sibling linked list remains valid during a free.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 27 18:50:21 UTC 2011 - lmuelle@suse.de
|
||||
|
52
samba.spec
52
samba.spec
@ -184,7 +184,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%package client
|
||||
@ -224,7 +224,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
|
||||
@ -251,7 +251,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -281,7 +281,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -308,7 +308,7 @@ Authors:
|
||||
--------
|
||||
Jeremy Allison <jra at samba dot org>
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_utils}
|
||||
@ -330,7 +330,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -361,7 +361,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -388,14 +388,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbclient
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbclient0
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -441,7 +441,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi0
|
||||
@ -460,7 +460,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi-devel
|
||||
@ -485,7 +485,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -507,14 +507,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbsharemodes
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbsharemodes0
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -551,7 +551,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient0
|
||||
@ -570,7 +570,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient-devel
|
||||
@ -595,7 +595,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtalloc2
|
||||
@ -616,7 +616,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtalloc-devel
|
||||
@ -643,7 +643,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb1
|
||||
@ -664,7 +664,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb-devel
|
||||
@ -687,7 +687,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent0
|
||||
@ -708,7 +708,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent-devel
|
||||
@ -736,7 +736,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb1
|
||||
@ -759,7 +759,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb-devel
|
||||
@ -786,7 +786,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_ldapsmb}
|
||||
@ -810,7 +810,7 @@ Authors:
|
||||
--------
|
||||
Guenther Deschner <guenther at deschner dot de>
|
||||
|
||||
Source Timestamp: 2613
|
||||
Source Timestamp: 2616
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a845ebb9d986d5374ed845a99e6877d01caec96863e4d75172a62150c22fb34d
|
||||
size 51479
|
||||
oid sha256:f080ce12b0c3b62fb381e9a578f82cc31b55bcbd85e7bdc08f9c35de7f732a60
|
||||
size 51472
|
||||
|
Loading…
Reference in New Issue
Block a user