- Fix incorrect perfcount array length calculations; (bnc#739258).
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=209
This commit is contained in:
parent
354d0d7c8b
commit
18d087a7d9
@ -1,2 +1,2 @@
|
||||
2722
|
||||
2724
|
||||
Branch : trunk
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff9b05f15eea00286afb5181a65289678a41ba67ad51b3d5e71f31b7d53561eb
|
||||
size 33520
|
||||
oid sha256:9ad9293dd9cc3bde76ccf96476ce7a30c73862f9f4e786f7c177f9e07450782d
|
||||
size 34619
|
||||
|
@ -437,7 +437,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 3 12:04:48 CET 2012 - ddiss@suse.de
|
||||
|
||||
- Fix incorrect perfcount array length calculations; (bnc#739258).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 12:59:18 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
52
samba.spec
52
samba.spec
@ -208,7 +208,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%package client
|
||||
@ -252,7 +252,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
|
||||
@ -278,7 +278,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -308,7 +308,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -335,7 +335,7 @@ Authors:
|
||||
--------
|
||||
Jeremy Allison <jra at samba dot org>
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_utils}
|
||||
@ -356,7 +356,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -391,7 +391,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -417,14 +417,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbclient
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbclient0
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -472,7 +472,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi0
|
||||
@ -490,7 +490,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi-devel
|
||||
@ -514,7 +514,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -535,14 +535,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbsharemodes
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbsharemodes0
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -578,7 +578,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient0
|
||||
@ -596,7 +596,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient-devel
|
||||
@ -620,7 +620,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtalloc2
|
||||
@ -640,7 +640,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtalloc-devel
|
||||
@ -666,7 +666,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb1
|
||||
@ -686,7 +686,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb-devel
|
||||
@ -708,7 +708,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent0
|
||||
@ -728,7 +728,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent-devel
|
||||
@ -756,7 +756,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb1
|
||||
@ -778,7 +778,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb-devel
|
||||
@ -805,7 +805,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_ldapsmb}
|
||||
@ -828,7 +828,7 @@ Authors:
|
||||
--------
|
||||
Guenther Deschner <guenther at deschner dot de>
|
||||
|
||||
Source Timestamp: 2722
|
||||
Source Timestamp: 2724
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6cb639a600ad1f863759bb62c3cfe0d51255cdd4d39d6529b4eb7b54024db20d
|
||||
size 52374
|
||||
oid sha256:0820f14ea9b31eff036848e5d1208bec99fed498995a78db1cf425b17d5f0d7f
|
||||
size 52409
|
||||
|
Loading…
Reference in New Issue
Block a user