forked from pool/samba
- ACL masks incorrectly applied when setting ACLs; (bso#9236).
- s3-kerberos: also try with AES keys, when decrypting tickets; (bso#9272). - lib/replace: replace all *printf function if we replace snprintf; (bso#9390). - lib/addns: don't depend on the order in resp->answers[]; (bso#9402). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=265
This commit is contained in:
parent
10ae381be8
commit
d7f7767b74
@ -1,2 +1,2 @@
|
||||
2853
|
||||
2854
|
||||
Branch : 3.6.9
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5470d9ae704154a413335bc0963b6ea79d81c88a17970cba27f9f2de797e08a1
|
||||
size 40512
|
||||
oid sha256:15daa27b1e9ce9298207125340d336e722596eb679bd34873f8978e7f9e8ba3b
|
||||
size 44109
|
||||
|
@ -462,7 +462,7 @@ This package contains all the Samba documentation as it is not part of
|
||||
the man pages.
|
||||
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 16 18:23:42 UTC 2012 - lmuelle@suse.com
|
||||
|
||||
- ACL masks incorrectly applied when setting ACLs; (bso#9236).
|
||||
- s3-kerberos: also try with AES keys, when decrypting tickets; (bso#9272).
|
||||
- lib/replace: replace all *printf function if we replace snprintf; (bso#9390).
|
||||
- lib/addns: don't depend on the order in resp->answers[]; (bso#9402).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 13 17:26:15 UTC 2012 - lmuelle@suse.com
|
||||
|
||||
|
52
samba.spec
52
samba.spec
@ -224,7 +224,7 @@ binary packages of the most current Samba version, and a bug reporting
|
||||
how to.
|
||||
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%package client
|
||||
@ -265,7 +265,7 @@ binary packages of the most current Samba version, and a bug reporting
|
||||
how to.
|
||||
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
|
||||
@ -285,7 +285,7 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of Samba.
|
||||
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%endif
|
||||
@ -310,7 +310,7 @@ This package contains all the Samba documentation as it is not part of
|
||||
the man pages.
|
||||
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%endif
|
||||
@ -331,7 +331,7 @@ Requires: samba-client >= %{version}
|
||||
A wrapper binary to run smbspool with the original calling UID.
|
||||
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%if %{make_utils}
|
||||
@ -347,7 +347,7 @@ Obsoletes: samba-gplv3-utils < %{version}
|
||||
Some of the debug-tools for developpers.
|
||||
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%endif
|
||||
@ -380,7 +380,7 @@ PreReq: coreutils
|
||||
This is the winbind-daemon and the wbinfo-tool.
|
||||
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -406,14 +406,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbclient
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbclient0
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%endif
|
||||
@ -452,7 +452,7 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the smbclient programming interface.
|
||||
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%package -n libnetapi0
|
||||
@ -465,7 +465,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the netapi library.
|
||||
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%package -n libnetapi-devel
|
||||
@ -484,7 +484,7 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the netapi programming interface.
|
||||
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -505,14 +505,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbsharemodes
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbsharemodes0
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%endif
|
||||
@ -538,7 +538,7 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the smbsharemodes programming interface.
|
||||
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%package -n libwbclient0
|
||||
@ -551,7 +551,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the wbclient library.
|
||||
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%package -n libwbclient-devel
|
||||
@ -570,7 +570,7 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the wbclient programming interface.
|
||||
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1211
|
||||
@ -587,7 +587,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the talloc library.
|
||||
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%package -n libtalloc-devel
|
||||
@ -608,7 +608,7 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the talloc programming interface.
|
||||
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%package -n libtdb1
|
||||
@ -623,7 +623,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the tdb library.
|
||||
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%package -n libtdb-devel
|
||||
@ -640,7 +640,7 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the tdb programming interface.
|
||||
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%package -n libtevent0
|
||||
@ -655,7 +655,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the tevent library.
|
||||
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%package -n libtevent-devel
|
||||
@ -677,7 +677,7 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the tevent programming interface.
|
||||
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%package -n libldb1
|
||||
@ -693,7 +693,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the ldb library.
|
||||
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%package -n libldb-devel
|
||||
@ -714,7 +714,7 @@ Requires: libtalloc-devel
|
||||
This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the tevent programming interface.
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%endif
|
||||
@ -734,7 +734,7 @@ This tool aims to simplify the administration of a Samba Domain
|
||||
Controller that uses the ldapsam passdb backend.
|
||||
|
||||
|
||||
Source Timestamp: 2853
|
||||
Source Timestamp: 2854
|
||||
Branch : 3.6.9
|
||||
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12cf3598c5f2493aeeaafb2b9381ab41a94b276a685c2d1b6dab7746b0c361e9
|
||||
size 53416
|
||||
oid sha256:b105f85e801a15e9232b6d9e38d1b9f113564cf8769be6cae8928d380e8d4c6f
|
||||
size 53421
|
||||
|
Loading…
Reference in New Issue
Block a user