- Update to 3.5.8.

+ Fix Winbind crash bug when no DC is available; (bso#7730).
  + Fix finding users on domain members; (bso#7743).
  + Fix memory leaks in Winbind; (bso#7879).
  + Fix printing with Windows 7 clients; (bso#7567).
  + Fix 'testparm' return code when EOF in encountered in param name;
    (bso#3185).
  + Make "rlimit_max below minimum Windows limit" notification less scary;
    (bso#6837).
  + Fix "Your Password expires today" message for users of trusted domains;
    (bso#7066).
  + Fix maintaining of users' groups via UsrMgr; (bso#7262).
  + Fix 'net ads dns register' in Windows 2008 R2 domains; (bso#7356).
  + Raise debug level for "reduce_name: couldn't get realpath" messages;
    (bso#7409).
  + Fix updating the time on close in vfs_gpfs; (bso#7498).
  + Fix "log=>ndr_pull_error" in 'wbinfo -u' and 'wbinfo -g'; (bso#7594).
  + Handle Windows 9x adddriver calls without config file; (bso#7641).
  + Fix scalability problem with hundreds of printers; (bso#7656).
  + Fix memory leak in the netapi routines; (bso#7665).
  + Store unmodified copies of security descriptors in acl_xattr and acl_tdb
    modules; (bso#7716).
  + Fix incorrect unix mode_t caused by invalid client DOS attributes on
    create; (bso#7733).
  + Apply appropriate create masks when creating files with "inherit ACLs" set
    to true; (bso#7734).
  + Fix "dfree cache time" parameter; (bso#7744).
  + Fix a getgrent crash with many groups; (bso#7774).
  + Fix requesting lookups for BUILTIN sids; (bso#7777).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=161
This commit is contained in:
Lars Müller 2011-03-07 13:06:00 +00:00 committed by Git OBS Bridge
parent aa7d6d25ed
commit e28661a198
8 changed files with 159 additions and 83 deletions

View File

@ -1,2 +1,2 @@
2505 2509
Branch : 3.5.7 Branch : 3.5.8

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:6cd5c30a9bfeb64843b9a54d5bd8233cb7b2d96a9f2a233310006ea6427ea0de oid sha256:eba8a3b740fba8e3992fd68789302f44a7058a01b53fae91e066eb3c6403a81d
size 78683 size 76088

View File

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

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

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

View File

@ -58,7 +58,7 @@ BuildRequires: pkg-config
%else %else
BuildRequires: pkgconfig BuildRequires: pkgconfig
%endif %endif
%define samba_ver 3.5.7 %define samba_ver 3.5.8
%define samba_ver_suffix %nil %define samba_ver_suffix %nil
%define samba_ver_full %{samba_ver}%{samba_ver_suffix} %define samba_ver_full %{samba_ver}%{samba_ver_suffix}
%if 0%{?suse_version} && 0%{?suse_version} < 1111 %if 0%{?suse_version} && 0%{?suse_version} < 1111
@ -76,7 +76,7 @@ BuildRequires: pkgconfig
%define libtevent_ver %{version} %define libtevent_ver %{version}
%endif %endif
Url: http://www.samba.org/ Url: http://www.samba.org/
Version: 3.5.7 Version: 3.5.8
Release: 1 Release: 1
License: GPLv3+ License: GPLv3+
Summary: Samba Documentation Summary: Samba Documentation
@ -420,7 +420,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%changelog %changelog

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Mon Mar 7 12:17:06 UTC 2011 - lmuelle@suse.de
- Update to 3.5.8.
+ Fix Winbind crash bug when no DC is available; (bso#7730).
+ Fix finding users on domain members; (bso#7743).
+ Fix memory leaks in Winbind; (bso#7879).
+ Fix printing with Windows 7 clients; (bso#7567).
+ Fix 'testparm' return code when EOF in encountered in param name;
(bso#3185).
+ Make "rlimit_max below minimum Windows limit" notification less scary;
(bso#6837).
+ Fix "Your Password expires today" message for users of trusted domains;
(bso#7066).
+ Fix maintaining of users' groups via UsrMgr; (bso#7262).
+ Fix 'net ads dns register' in Windows 2008 R2 domains; (bso#7356).
+ Raise debug level for "reduce_name: couldn't get realpath" messages;
(bso#7409).
+ Fix updating the time on close in vfs_gpfs; (bso#7498).
+ Fix "log=>ndr_pull_error" in 'wbinfo -u' and 'wbinfo -g'; (bso#7594).
+ Handle Windows 9x adddriver calls without config file; (bso#7641).
+ Fix scalability problem with hundreds of printers; (bso#7656).
+ Fix memory leak in the netapi routines; (bso#7665).
+ Store unmodified copies of security descriptors in acl_xattr and acl_tdb
modules; (bso#7716).
+ Fix incorrect unix mode_t caused by invalid client DOS attributes on
create; (bso#7733).
+ Apply appropriate create masks when creating files with "inherit ACLs" set
to true; (bso#7734).
+ Fix "dfree cache time" parameter; (bso#7744).
+ Fix a getgrent crash with many groups; (bso#7774).
+ Fix requesting lookups for BUILTIN sids; (bso#7777).
+ Fix smbd crash caused by expand_msdfs; (bso#7779).
+ Fix atime limit; (bso#7785).
+ vfs_scannedonly: Switch from mtime to ctime which is more reliable;
(bso#7789).
+ Fix copying files from a SMB share using Gnome vfs and SMB signing;
(bso#7791).
+ Make Winbind recover from a signing error; (bso#7800).
+ ACL inheritance cannot be disabled in vfs_acl_xattr/vfs_acl_tdb;
(bso#7812).
+ Fix "force group" with ntlmssp guest session setup; (bso#7817).
+ vfs_fill_sparse() doesn't use posix_fallocate when strict allocate is on;
(bso#7835).
+ Make WINBINDD_LOOKUPRIDS asking the right domain; (bso#7841).
+ Make WINBINDD_LOOKUPRIDS returning the domain name; (bso#7842).
+ Expand the local SAMs aliases; (bso#7843).
+ ntlm_auth: Support clients which offer a spnego mechs we don't support;
(bso#7855).
+ Fix 'net ads dns register' in cluster setups; (bso#7871).
+ Fix 'nmbd --port'; (bso#7875).
+ Make 'rpcclient deldriver' delete drivers for all architectures;
(bso#7880).
+ Fix flaky Winbind against Windows 2008; (bso#7881).
+ Fix SMB session setups with Kerberos against some closed source SMB
servers; (bso#7883).
+ Fix stale lock in open_file_fchmod(); (bso#7892).
+ Fix sporadic Winbind panic in rpc query_user_list; (bso#7894).
+ Don't set SAMR_FIELD_FULL_NAME if we just want to set the account name;
(bso#7896).
+ Don't return "-1" on success in 'net rpc vampire keytab'; (bso#7899).
+ Fix connections from WinCE; (bso#7917).
+ Fix opening MS Powerpoint files; (bso#7940).
+ Fix endless loops caused by inotify; (bso#7942).
+ Catch lookup_names/sids schannel errors over ncacn_ip_tcp; (bso#7944).
+ Let Winbind try to use samlogon validation level 6; (bso#7945).
+ Revalidate the pathname once re-constructed from a root fsp; (bso#7950).
-------------------------------------------------------------------
Fri Mar 4 20:12:24 UTC 2011 - lmuelle@suse.de
- Require a particular library version even if the major version is part of
the package name. Using the same major version does not guarantee forward
compatibility.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 28 14:36:49 UTC 2011 - lmuelle@suse.de Mon Feb 28 14:36:49 UTC 2011 - lmuelle@suse.de

View File

@ -58,7 +58,7 @@ BuildRequires: pkg-config
%else %else
BuildRequires: pkgconfig BuildRequires: pkgconfig
%endif %endif
%define samba_ver 3.5.7 %define samba_ver 3.5.8
%define samba_ver_suffix %nil %define samba_ver_suffix %nil
%define samba_ver_full %{samba_ver}%{samba_ver_suffix} %define samba_ver_full %{samba_ver}%{samba_ver_suffix}
%if 0%{?suse_version} && 0%{?suse_version} < 1111 %if 0%{?suse_version} && 0%{?suse_version} < 1111
@ -81,7 +81,7 @@ License: GPLv3+
Group: Productivity/Networking/Samba Group: Productivity/Networking/Samba
Url: http://www.samba.org/ Url: http://www.samba.org/
AutoReqProv: on AutoReqProv: on
Version: 3.5.7 Version: 3.5.8
Release: 1 Release: 1
Provides: samba-gplv3 = %{version}-%{release} Provides: samba-gplv3 = %{version}-%{release}
Obsoletes: samba-gplv3 < %{version} Obsoletes: samba-gplv3 < %{version}
@ -184,8 +184,8 @@ Authors:
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%package client %package client
License: GPLv3+ License: GPLv3+
@ -230,8 +230,8 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
@ -257,8 +257,8 @@ Authors:
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%endif %endif
%if 0%{?suse_version} && 0%{?suse_version} < 1001 || 0%{?suse_version} > 1110 %if 0%{?suse_version} && 0%{?suse_version} < 1001 || 0%{?suse_version} > 1110
@ -287,8 +287,8 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%endif %endif
@ -314,8 +314,8 @@ Authors:
-------- --------
Jeremy Allison <jra at samba dot org> Jeremy Allison <jra at samba dot org>
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%if %{make_utils} %if %{make_utils}
@ -364,8 +364,8 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%if 0%{?suse_version} && 0%{?suse_version} < 1031 %if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -390,8 +390,8 @@ PreReq: /sbin/ldconfig
%description -n libsmbclient %description -n libsmbclient
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%else %else
@ -416,12 +416,12 @@ Summary: Libraries and Header Files to Develop Programs with smbclient Su
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
AutoReqProv: on AutoReqProv: on
%if 0%{?suse_version} && 0%{?suse_version} < 921 %if 0%{?suse_version} && 0%{?suse_version} < 921
Requires: libsmbclient heimdal-devel Requires: libsmbclient = %{version} heimdal-devel
%else %else
%if 0%{?suse_version} && 0%{?suse_version} < 1031 %if 0%{?suse_version} && 0%{?suse_version} < 1031
Requires: libsmbclient krb5-devel Requires: libsmbclient = %{version} krb5-devel
%else %else
Requires: libsmbclient0 krb5-devel Requires: libsmbclient0 = %{version} krb5-devel
%endif %endif
%endif %endif
@ -435,8 +435,8 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%package -n libnetapi0 %package -n libnetapi0
License: GPLv3+ License: GPLv3+
@ -454,15 +454,15 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%package -n libnetapi-devel %package -n libnetapi-devel
License: GPLv3+ License: GPLv3+
Summary: Libraries and Header Files to Develop Programs with netapi Support Summary: Libraries and Header Files to Develop Programs with netapi Support
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
AutoReqProv: on AutoReqProv: on
Requires: libnetapi0 Requires: libnetapi0 = %{version}
%description -n libnetapi-devel %description -n libnetapi-devel
This package contains the static libraries and header files needed to This package contains the static libraries and header files needed to
@ -474,8 +474,8 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%if 0%{?suse_version} && 0%{?suse_version} < 1031 %if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -495,8 +495,8 @@ PreReq: /sbin/ldconfig
%description -n libsmbsharemodes %description -n libsmbsharemodes
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%else %else
@ -515,9 +515,9 @@ Summary: Libraries and Header Files to Develop Programs with smbsharemode
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
AutoReqProv: on AutoReqProv: on
%if 0%{?suse_version} && 0%{?suse_version} < 1031 %if 0%{?suse_version} && 0%{?suse_version} < 1031
Requires: libsmbsharemodes Requires: libsmbsharemodes = %{version}
%else %else
Requires: libsmbsharemodes0 Requires: libsmbsharemodes0 = %{version}
%endif %endif
%description -n libsmbsharemodes-devel %description -n libsmbsharemodes-devel
@ -531,8 +531,8 @@ Authors:
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%package -n libtalloc2 %package -n libtalloc2
License: LGPLv3+ License: LGPLv3+
@ -540,7 +540,7 @@ Summary: Samba talloc Library
Group: System/Libraries Group: System/Libraries
AutoReqProv: on AutoReqProv: on
Version: %{libtalloc_ver} Version: %{libtalloc_ver}
Release: 4 Release: 5
PreReq: /sbin/ldconfig PreReq: /sbin/ldconfig
%description -n libtalloc2 %description -n libtalloc2
@ -552,8 +552,8 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%package -n libtalloc-devel %package -n libtalloc-devel
License: LGPLv3+ License: LGPLv3+
@ -561,8 +561,8 @@ Summary: Libraries and Header Files to Develop Programs with talloc Suppo
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
AutoReqProv: on AutoReqProv: on
Version: %{libtalloc_ver} Version: %{libtalloc_ver}
Release: 4 Release: 5
Requires: libtalloc2 Requires: libtalloc2 = %{version}
%description -n libtalloc-devel %description -n libtalloc-devel
This package contains the static libraries and header files needed to This package contains the static libraries and header files needed to
@ -574,8 +574,8 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%package -n libtdb1 %package -n libtdb1
License: LGPLv3+ License: LGPLv3+
@ -583,7 +583,7 @@ Summary: Samba tdb Library
Group: System/Libraries Group: System/Libraries
AutoReqProv: on AutoReqProv: on
Version: %{libtdb_ver} Version: %{libtdb_ver}
Release: 4 Release: 5
PreReq: /sbin/ldconfig PreReq: /sbin/ldconfig
%description -n libtdb1 %description -n libtdb1
@ -595,8 +595,8 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%package -n libtdb-devel %package -n libtdb-devel
License: LGPLv3+ License: LGPLv3+
@ -604,8 +604,8 @@ Summary: Libraries and Header Files to Develop Programs with tdb Support
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
AutoReqProv: on AutoReqProv: on
Version: %{libtdb_ver} Version: %{libtdb_ver}
Release: 4 Release: 5
Requires: libtdb1 Requires: libtdb1 = %{version}
%description -n libtdb-devel %description -n libtdb-devel
This package contains the static libraries and header files needed to This package contains the static libraries and header files needed to
@ -617,8 +617,8 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%package -n libwbclient0 %package -n libwbclient0
License: GPLv3+ License: GPLv3+
@ -636,15 +636,15 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%package -n libwbclient-devel %package -n libwbclient-devel
License: GPLv3+ License: GPLv3+
Summary: Libraries and Header Files to Develop Programs with wbclient Support Summary: Libraries and Header Files to Develop Programs with wbclient Support
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
AutoReqProv: on AutoReqProv: on
Requires: libwbclient0 Requires: libwbclient0 = %{version}
%description -n libwbclient-devel %description -n libwbclient-devel
This package contains the static libraries and header files needed to This package contains the static libraries and header files needed to
@ -656,8 +656,8 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%package -n libtevent0 %package -n libtevent0
License: LGPLv3+ License: LGPLv3+
@ -665,7 +665,7 @@ Summary: Samba tevent Library
Group: System/Libraries Group: System/Libraries
AutoReqProv: on AutoReqProv: on
Version: %{libtevent_ver} Version: %{libtevent_ver}
Release: 4 Release: 5
PreReq: /sbin/ldconfig PreReq: /sbin/ldconfig
%description -n libtevent0 %description -n libtevent0
@ -677,8 +677,8 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%package -n libtevent-devel %package -n libtevent-devel
License: LGPLv3+ License: LGPLv3+
@ -686,8 +686,8 @@ Summary: Libraries and Header Files to Develop Programs with tevent Suppo
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
AutoReqProv: on AutoReqProv: on
Version: %{libtevent_ver} Version: %{libtevent_ver}
Release: 4 Release: 5
Requires: libtevent0 Requires: libtevent0 = %{libtevent_ver}
%description -n libtevent-devel %description -n libtevent-devel
This package contains the static libraries and header files needed to This package contains the static libraries and header files needed to
@ -700,8 +700,8 @@ Authors:
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%package -n libldb0 %package -n libldb0
License: LGPLv3+ License: LGPLv3+
@ -709,7 +709,7 @@ Summary: Samba ldb Library
Group: System/Libraries Group: System/Libraries
AutoReqProv: on AutoReqProv: on
Version: %{libldb_ver} Version: %{libldb_ver}
Release: 4 Release: 5
PreReq: /sbin/ldconfig PreReq: /sbin/ldconfig
%description -n libldb0 %description -n libldb0
@ -722,8 +722,8 @@ Authors:
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%package -n libldb-devel %package -n libldb-devel
License: LGPLv3+ License: LGPLv3+
@ -731,8 +731,8 @@ Summary: Libraries and Header Files to Develop Programs with ldb Support
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
AutoReqProv: on AutoReqProv: on
Version: %{libldb_ver} Version: %{libldb_ver}
Release: 4 Release: 5
Requires: libldb0 Requires: libldb0 = %{libldb_ver}
%description -n libldb-devel %description -n libldb-devel
This package contains the static libraries and header files needed to This package contains the static libraries and header files needed to
@ -744,8 +744,8 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%if %{make_ldapsmb} %if %{make_ldapsmb}
@ -755,7 +755,7 @@ Summary: Tool to administer Samba's LDAP backend
Group: Productivity/Networking/Samba Group: Productivity/Networking/Samba
AutoReqProv: on AutoReqProv: on
Version: 1.34b Version: 1.34b
Release: 300 Release: 301
Requires: perl-ldap Requires: perl-ldap
%description -n ldapsmb %description -n ldapsmb
@ -768,8 +768,8 @@ Authors:
-------- --------
Guenther Deschner <guenther at deschner dot de> Guenther Deschner <guenther at deschner dot de>
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%endif %endif
%if 0%{?suse_version} > 920 && 0%{?suse_version} < 1121 %if 0%{?suse_version} > 920 && 0%{?suse_version} < 1121
@ -791,8 +791,8 @@ Authors:
-------- --------
Steve French <sfrench at Samba dot org> Steve French <sfrench at Samba dot org>
Source Timestamp: 2505 Source Timestamp: 2509
Branch : 3.5.7 Branch : 3.5.8
%endif %endif
%if %{make_vscan} %if %{make_vscan}

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:00e9057ac08de73c1ee69c8c11213f2dc64bd6e33c9a668bcacbd661f71882ee oid sha256:cb59f1f6e561bdf62536d6985a924b553c05fc3d8ba5b7263435414d17febc86
size 24680 size 24705