SHA256
1
0
forked from pool/samba

- 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

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