- Update to 3.6.6.

+ Fix possible memory leaks in the Samba master process; (bso#8970).
  + Fix uninitialized memory read in talloc_free(); (bnc#764577).
  + Fix joining of XP Pro workstations to 3.6 DCs; (bso#8373).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=246
This commit is contained in:
Lars Müller 2012-06-25 20:29:59 +00:00 committed by Git OBS Bridge
parent ac784653c5
commit 94a14265b1
8 changed files with 76 additions and 67 deletions

View File

@ -1,2 +1,2 @@
2814
Branch : 3.6.5
2815
Branch : 3.6.6

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8f6bae14396be9acc293009756db688342252f9ee9afae970d11cdf678d49508
size 105526
oid sha256:34e5a13cec7d88200b6cdc6f0862dedccd6b1d2851778fd9bee21845c85650fd
size 33227

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0d6020ad32aaa16c01c4dabc8518ca56c1420e9e4929cb9259e7938be2540369
size 24464640

3
samba-3.6.6.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd9c0c6684c64e972d988d55f96154adb5f2565c6c38285302e95605571140b9
size 29456341

View File

@ -90,7 +90,7 @@ BuildRequires: libtalloc-devel
BuildRequires: libtdb-devel
BuildRequires: libtevent-devel
%endif
%define samba_ver 3.6.5
%define samba_ver 3.6.6
%define samba_ver_suffix %nil
%define samba_ver_full %{samba_ver}%{samba_ver_suffix}
%if 0%{?suse_version} && 0%{?suse_version} < 1111
@ -114,7 +114,7 @@ BuildRequires: libtevent-devel
%else
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
Version: 3.6.5
Version: 3.6.6
Release: 1
%define ldapsmb_ver 1.34b
Url: http://www.samba.org/
@ -459,7 +459,7 @@ This package contains all the Samba documentation as it is not part of
the man pages.
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%changelog

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jun 25 19:46:31 UTC 2012 - lmuelle@suse.com
- Update to 3.6.6.
+ Fix possible memory leaks in the Samba master process; (bso#8970).
+ Fix uninitialized memory read in talloc_free(); (bnc#764577).
+ Fix joining of XP Pro workstations to 3.6 DCs; (bso#8373).
-------------------------------------------------------------------
Thu Jun 21 18:05:33 UTC 2012 - lmuelle@suse.com

View File

@ -90,7 +90,7 @@ BuildRequires: libtalloc-devel
BuildRequires: libtdb-devel
BuildRequires: libtevent-devel
%endif
%define samba_ver 3.6.5
%define samba_ver 3.6.6
%define samba_ver_suffix %nil
%define samba_ver_full %{samba_ver}%{samba_ver_suffix}
%if 0%{?suse_version} && 0%{?suse_version} < 1111
@ -114,7 +114,7 @@ BuildRequires: libtevent-devel
%else
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
Version: 3.6.5
Version: 3.6.6
Release: 1
%define ldapsmb_ver 1.34b
License: GPL-3.0+
@ -221,8 +221,8 @@ binary packages of the most current Samba version, and a bug reporting
how to.
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%package client
License: GPL-3.0+
@ -262,8 +262,8 @@ binary packages of the most current Samba version, and a bug reporting
how to.
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
@ -282,8 +282,8 @@ This package contains the static libraries and header files needed to
develop programs which make use of Samba.
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%endif
%if 0%{?suse_version} && 0%{?suse_version} < 1001 || 0%{?suse_version} > 1110
@ -307,8 +307,8 @@ This package contains all the Samba documentation as it is not part of
the man pages.
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%endif
@ -329,8 +329,8 @@ Requires: samba-client >= %{version}
A wrapper binary to run smbspool with the original calling UID.
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%if %{make_utils}
@ -345,8 +345,8 @@ Obsoletes: samba-gplv3-utils < %{version}
Some of the debug-tools for developpers.
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%endif
@ -378,8 +378,8 @@ PreReq: coreutils
This is the winbind-daemon and the wbinfo-tool.
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -404,15 +404,15 @@ PreReq: /sbin/ldconfig
%description -n libsmbclient
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%else
%description -n libsmbclient0
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%endif
This package includes the libsmbclient library.
@ -450,8 +450,8 @@ This package contains the static libraries and header files needed to
develop programs which make use of the smbclient programming interface.
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%package -n libnetapi0
License: GPL-3.0+
@ -463,8 +463,8 @@ PreReq: /sbin/ldconfig
This package includes the netapi library.
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%package -n libnetapi-devel
License: GPL-3.0+
@ -482,8 +482,8 @@ This package contains the static libraries and header files needed to
develop programs which make use of the netapi programming interface.
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -503,15 +503,15 @@ PreReq: /sbin/ldconfig
%description -n libsmbsharemodes
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%else
%description -n libsmbsharemodes0
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%endif
This package includes the smbsharemodes library.
@ -536,8 +536,8 @@ This package contains the static libraries and header files needed to
develop programs which make use of the smbsharemodes programming interface.
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%package -n libwbclient0
License: LGPL-3.0+
@ -549,8 +549,8 @@ PreReq: /sbin/ldconfig
This package includes the wbclient library.
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%package -n libwbclient-devel
License: LGPL-3.0+
@ -568,8 +568,8 @@ This package contains the static libraries and header files needed to
develop programs which make use of the wbclient programming interface.
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%if 0%{?suse_version} && 0%{?suse_version} < 1211
@ -585,8 +585,8 @@ PreReq: /sbin/ldconfig
This package includes the talloc library.
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%package -n libtalloc-devel
Version: %{libtalloc_ver}
@ -606,8 +606,8 @@ This package contains the static libraries and header files needed to
develop programs which make use of the talloc programming interface.
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%package -n libtdb1
Version: %{libtdb_ver}
@ -621,8 +621,8 @@ PreReq: /sbin/ldconfig
This package includes the tdb library.
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%package -n libtdb-devel
Version: %{libtdb_ver}
@ -638,8 +638,8 @@ This package contains the static libraries and header files needed to
develop programs which make use of the tdb programming interface.
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%package -n libtevent0
Version: %{libtevent_ver}
@ -653,8 +653,8 @@ PreReq: /sbin/ldconfig
This package includes the tevent library.
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%package -n libtevent-devel
Version: %{libtevent_ver}
@ -675,8 +675,8 @@ This package contains the static libraries and header files needed to
develop programs which make use of the tevent programming interface.
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%package -n libldb1
Version: %{libldb_ver}
@ -691,8 +691,8 @@ PreReq: /sbin/ldconfig
This package includes the ldb library.
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%package -n libldb-devel
Version: %{libldb_ver}
@ -712,8 +712,8 @@ 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: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%endif
@ -732,8 +732,8 @@ This tool aims to simplify the administration of a Samba Domain
Controller that uses the ldapsam passdb backend.
Source Timestamp: 2814
Branch : 3.6.5
Source Timestamp: 2815
Branch : 3.6.6
%endif
@ -1512,6 +1512,7 @@ fi
%doc %{_mandir}/man8/smbd.8.*
%doc %{_mandir}/man8/swat.8.*
%doc %{_mandir}/man8/vfs_aio_fork.8.*
%doc %{_mandir}/man8/vfs_aio_pthread.8.*
%doc %{_mandir}/man8/vfs_acl_tdb.8.*
%doc %{_mandir}/man8/vfs_acl_xattr.8.*
%doc %{_mandir}/man8/vfs_audit.8.*

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:099a3fbf61c70845e57957b77c6ccb0d2f782b79564287b20e3da790161bc589
size 52490
oid sha256:baa6c190cb20f1f0b35e210b256dfe044f0a06ac4897d1b7b8322cbd49783273
size 52503