Accepting request 37239 from network:samba:STABLE

Copy from network:samba:STABLE/samba based on submit request 37239 from user lmuelle

OBS-URL: https://build.opensuse.org/request/show/37239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=64
This commit is contained in:
OBS User autobuild 2010-04-07 15:57:43 +00:00 committed by Git OBS Bridge
parent c24e1ede9c
commit 16d00db3da
8 changed files with 114 additions and 42 deletions

View File

@ -1,2 +1,2 @@
2340
2345
Branch : trunk

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0d68358ed31c6fb6af1ab8326e7a447fd37d782581769651e40e51baa4cb9abf
size 66719
oid sha256:c5ea703e277d5a2dc84cf711f30428d51ba479a886760dd63571179c84a0fce3
size 72288

View File

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

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

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

View File

@ -1,5 +1,5 @@
#
# spec file for package samba-doc (Version 3.5.1)
# spec file for package samba-doc (Version 3.5.2)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -55,15 +55,15 @@ BuildRequires: pkg-config
%else
BuildRequires: pkgconfig
%endif
%define samba_ver 3.5.1
%define samba_ver 3.5.2
%define samba_ver_suffix %nil
%define samba_ver_full %{samba_ver}%{samba_ver_suffix}
%if 0%{?suse_version} && 0%{?suse_version} < 1111
%define guards_symbols pre_1111
%endif
Url: http://www.samba.org/
Version: 3.5.1
Release: 3
Version: 3.5.2
Release: 1
License: GPLv3+
Summary: Samba Documentation
Group: Documentation/Other
@ -400,7 +400,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%changelog

View File

@ -1,3 +1,73 @@
-------------------------------------------------------------------
Wed Apr 7 12:08:54 UTC 2010 - lmuelle@suse.de
- Update to 3.5.2.
+ Fix smbd segfaults in _netr_SamLogon for clients sending null domain;
(bso#7237).
+ Fix smbd segfaults in "waiting for connections" message; (bso#7251).
+ Fix an uninitialized variable read in smbd; (bso#7254).
+ Fix a memleak in Winbind; (bso#7278).
+ Fix Winbind reconnection to it's own domain; (bso#7295).
+ Fix segfault if hide files or veto files has no ".AppleDouble";
(bso#1206).
+ Fix parsing of the gecos field; (bso#5198).
+ Fix several printing issues; (bso#6727).
+ Fix valgrind warning; (bso#6814).
+ Fix race condition in mount.cifs that allows user to replace mountpoint
with a symlink; (bso#6853).
+ Fix bug in vfs_scannedonly rmdir implementation; (bso#7075).
+ Fix handling of bad server data returns in client rpc_transport;
(bso#7159).
+ Never mark external domains as internal in Winbind; (bso#7170).
+ Fix access by multi-threaded applications; (bso#7202).
+ Fix 'net share' command; (bso#7203).
+ Fix DN parsing name was always null; (bso#7204).
+ Signals are processed twice in child; (bso#7206).
+ Fix returning of group members with 'getent group'; (bso#7212).
+ Fix the build of net_afs.c with --fake-kaserver=yes; (bso#7216).
+ Make Winbind logs more verbose for troubleshooting; (bso#7225).
+ Fix a NULL pointer dereference in smbd; (bso#7229).
+ Fix automatic building of vfs_tsmsm if gpfs and dmapi are present;
(bso#7231).
+ Fix race conditions in CTDB persistent transactions; (bso#7232).
+ Symlink delete fails but incorrectly reports success to client;
(bso#7234).
+ Fix "printer admin" functionality; (bso#7255).
+ Fix value-needed calculation in_spoolss_EnumPrinterData(); (bso#7256).
+ Fix _winreg_QueryValue crash bugs and implement Windows behavior;
(bso#7258).
+ Fix job management commands for CUPS queues; (bso#7269).
+ Fix smbd segfault if using vfs_acl_tdb; (bso#7283).
+ Fix core dump in 'ntlm_auth' with "gss-spnego" helper; (bso#7290).
+ Fix smbd crashes with CUPS printers and no [printers] share defined;
(bso#7297).
+ Fix DOS attribute inconsistency with MS Office; (bso#7310).
+ Many disconnecting clients render clustered Samba unusuable for some time;
(bso#7312).
+ Make 'net conf addshare' atomic; (bso#7313).
+ Eliminate race condition in creating/scanning sorted subkeys in the
registry backend; (bso#7314).
+ Winbind possibly segfaults when trying a trusted domain without inbound
trust; (bso#7316).
-------------------------------------------------------------------
Tue Apr 6 22:21:43 CEST 2010 - hhetter@suse.de
- Add SMB Traffic Analyzer v2 VFS module.
-------------------------------------------------------------------
Tue Mar 30 20:44:27 UTC 2010 - lmuelle@suse.de
- Document "wide links" defaults to "no" in the smb.conf man page for versions
pre-3.4.6; (bnc#577868).
-------------------------------------------------------------------
Fri Mar 26 02:05:12 UTC 2010 - jmcdonough@suse.de
- Fix workgroup enumeration, for client printer and file share
selection; (bso#6880); (bnc#586215).
-------------------------------------------------------------------
Tue Mar 23 14:57:00 UTC 2010 - jmcdonough@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package samba (Version 3.5.1)
# spec file for package samba (Version 3.5.2)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -55,7 +55,7 @@ BuildRequires: pkg-config
%else
BuildRequires: pkgconfig
%endif
%define samba_ver 3.5.1
%define samba_ver 3.5.2
%define samba_ver_suffix %nil
%define samba_ver_full %{samba_ver}%{samba_ver_suffix}
%if 0%{?suse_version} && 0%{?suse_version} < 1111
@ -67,8 +67,8 @@ License: GPLv3+
Group: Productivity/Networking/Samba
Url: http://www.samba.org/
AutoReqProv: on
Version: 3.5.1
Release: 3
Version: 3.5.2
Release: 1
%ifarch ppc64
Obsoletes: samba-64bit
%endif
@ -163,7 +163,7 @@ Authors:
The Samba Team <samba@samba.org>
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%package client
@ -207,7 +207,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
@ -232,7 +232,7 @@ Authors:
The Samba Team <samba@samba.org>
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%endif
@ -260,7 +260,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%endif
@ -287,7 +287,7 @@ Authors:
--------
Jeremy Allison <jra at samba dot org>
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%if %{make_utils}
@ -337,7 +337,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -362,7 +362,7 @@ PreReq: /sbin/ldconfig
%if 0%{?suse_version} && 0%{?suse_version} < 1031
%description -n libsmbclient
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%else
@ -407,7 +407,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%package -n libnetapi0
@ -426,7 +426,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%package -n libnetapi-devel
@ -446,7 +446,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -466,7 +466,7 @@ PreReq: /sbin/ldconfig
%if 0%{?suse_version} && 0%{?suse_version} < 1031
%description -n libsmbsharemodes
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%else
@ -501,7 +501,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%if %{make_ldapsmb}
@ -522,7 +522,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%package -n libtalloc-devel
@ -542,7 +542,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%package -n libtdb1
@ -561,7 +561,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%package -n libtdb-devel
@ -581,7 +581,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%package -n libwbclient0
@ -600,7 +600,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%package -n libwbclient-devel
@ -620,7 +620,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%package -n libtevent0
@ -639,7 +639,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%package -n libtevent-devel
@ -660,7 +660,7 @@ Authors:
The Samba Team <samba@samba.org>
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%package -n libldb0
@ -680,7 +680,7 @@ Authors:
The Samba Team <samba@samba.org>
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%package -n libldb-devel
@ -701,7 +701,7 @@ Authors:
The Samba Team <samba@samba.org>
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%package -n ldapsmb
@ -710,7 +710,7 @@ Summary: Tool to administer Samba's LDAP backend
Group: Productivity/Networking/Samba
AutoReqProv: on
Version: 1.34b
Release: 284
Release: 285
Requires: perl-ldap
%description -n ldapsmb
@ -723,7 +723,7 @@ Authors:
--------
Guenther Deschner <guenther at deschner dot de>
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%endif
@ -746,7 +746,7 @@ Authors:
--------
Steve French <sfrench at Samba dot org>
Source Timestamp: 2340
Source Timestamp: 2345
Branch : trunk
%endif
@ -1542,6 +1542,7 @@ sed -i -e 's, supplements .*,,' ${RPM_SOURCE_DIR}/baselibs.conf
%{_sbindir}/rcsmb
%{_sbindir}/smbd
%{_sbindir}/swat
%{_bindir}/smbta-util
%if 0%{?suse_version} && 0%{?suse_version} < 1100
%dir %{_datadir}/omc
%dir %{_datadir}/omc/svcinfo.d
@ -1582,6 +1583,7 @@ sed -i -e 's, supplements .*,,' ${RPM_SOURCE_DIR}/baselibs.conf
%doc %{_mandir}/man8/vfs_smb_traffic_analyzer.8.*
%doc %{_mandir}/man8/vfs_streams_xattr.8.*
%doc %{_mandir}/man8/vfs_xattr_tdb.8.*
%doc %{_mandir}/man8/smbta-util.8.*
%if 0%{?suse_version} && 0%{?suse_version} < 1021
%{_includedir}/samba
%endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e379930608fe52356b58dfe77348e8a3a0cac50a8bc2fc74b711b38110ba03b
size 24483
oid sha256:7e04af849b8d61d916e6a3ea71449d9ee52b4fc009db8c56c3bf60650133c7ce
size 24556