- Update to 3.6.1.
+ Fix smbd crashes triggered by Windows XP clients; (bso#8384). + Fix a Winbind race leading to 100% CPU load; (bso#8409). + Several SMB2 fixes. + The VFS ACL modules are no longer experimental but production-ready. + Fix 'net ads join -k' when KRB5CCNAME is not set; (bso#7465). + smb_acl_to_posix: ACL is invalid for set (Invalid argument); (bso#7509). + Return error of cli_push when 'put - /some/file' is used; (bso#7551). + Fix usage of cli_errstr(); (bso#7864). + Fix 'widelinks' regression; (bso#8229). + Empty notify servername; (bso#8236). + Add man vfs_aio_fork; (bso#8256). + smb2: smbd logs "Invalid SMB packet: first request: 0x0008" and crashes; (bso#8334). + Add a fallback for missing open&x support in MAC OS/X Lion; (bso#8338). + While migrating forms, don't fail if the form already exists; (bso#8351). + OS/2 sends an unexpected write&x/read&x chain; (bso#8360). + Fix build of vfs_prealloc on SLES8; (bso#8363). + Fix the build of gpfs.c on RHEL 6.0 with gpfs 3.4.0-4; (bso#8364). + Fix the fallback to the deprecated spelling idmap:script; (bso#8368). + Fix vfs_chown_fsp; (bso#8370). + Fix smbd crashes triggered by Windows XP clients; (bso#8384). + Fix smbclient access to NT4 shares; (bso#8385). + Optimize serverid_exists() for Solaris; (bso#8395). + registry/reg_format.c must include includes.h; (bso#8401). + SMB2 server can return requests out-of-order when processing a compound request; (bso#8407). + Fix a Winbind race leading to 100% CPU load; (bso#8409). + Fix "saving as" of MS Office 2007 (Word) documents on Samba shares with SMB2; (bso#8412). + Fix 'getent group' if trusted domains are not reachable; (bso#8420). + Fix infinite loop in ACL module code; (bso#8422). + Fix wrong reply to DHnC (durable handle reconnect); (bso#8428). + Compound SMB2 requests on an IPC connection can corrupt the reply stream; (bso#8429). + Fix segfault in iconv.c; (bso#8433). + NFSv4 DENY ACLs always include SYNCHRONIZE flag - blocking renames; (bso#8442). + Be smarter about setting default permissions when a ACL_USER_OBJ isn't given; (bso#8443). + Check the wct of the incoming SMBnegprot responses; (bso#8452). + Fix smbclient segfaults when dialect option -m is used for legacy dialects; (bso#8453). + Fix uninitialized memory problem in group_sids_to_info3; (bso#8455). + Samba PDC is looking up only primary user group; (bso#8455). + IE9 on Windows 7 cannot download files to samba 3.5.11 share; (bso#8458). + smb2_find uses a hard coded max reply size of 0x10000 instead of smb2_max_trans; (bso#8473). + SMB2 create doesn't cope with an Apple client using NULL blob in create; (bso#8474). + Don't call smbd_terminate_connection in smb2_validate_message_id(); (bso#8476). + Samba asserts when SMB2 client breaks the crediting rules; (bso#8476). + Map to guest can return uninitialized blob of data; (bso#8477). + acl_xattr can free an invalid pointer if no blob is loaded; (bso#8480). + DFS breaks zip file extracting unless "follow symlinks = no" set; (bso#8493). + Remove "experimental" label on VFS ACL modules; (bso#8494). + SMB2_OP_CANCEL requests don't have to be signed; (bso#8503). + smbd doesn't correctly honor the "force create mode" bits from a cifsfs create; (bso#8507). + Read-only handles on SAMR allow SAMR_DOMAIN_ACCESS_CREATE_USER; (bso#8509). + Disallow "." in can_set_delete_on_close(); (bso#8515). + SMB2 create call returns incorrect file allocation size; (bso#8518). + Fix SMB2 SMB2_OP_GETINFO and SMB2_OP_IOCTL parsing requirements; (bso#8520). + Winbind cache timeout expiry test was reversed; (bso#8521). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=199
This commit is contained in:
parent
a58c903567
commit
0a4a036aff
@ -1,2 +1,2 @@
|
||||
2686
|
||||
2687
|
||||
Branch : trunk
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ab03d292af2041c059a7a49e5109677decbc0093845324018de7ac58d0ad4f6
|
||||
size 79084
|
||||
oid sha256:d3a48f2ad4ae29dbb942b6250ffe38fb3de742681fe35a74628745a3b5d26c96
|
||||
size 31580
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47ea7a238c2247fd8f84b904b19e581b1bf636088cc050e2de79b3739734b3d1
|
||||
size 24446097
|
3
samba-3.6.1.tar.bz2
Normal file
3
samba-3.6.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac15f08fd83116f0879842b83e9a74def67e10e3de127bdf7bbcf6ed3b6f0307
|
||||
size 24440361
|
@ -76,7 +76,7 @@ BuildRequires: pkg-config
|
||||
%else
|
||||
BuildRequires: pkgconfig
|
||||
%endif
|
||||
%define samba_ver 3.6.0
|
||||
%define samba_ver 3.6.1
|
||||
%define samba_ver_suffix %nil
|
||||
%define samba_ver_full %{samba_ver}%{samba_ver_suffix}
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1111
|
||||
@ -98,8 +98,8 @@ BuildRequires: pkgconfig
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Version: 3.6.0
|
||||
Release: 5
|
||||
Version: 3.6.1
|
||||
Release: 1
|
||||
Url: http://www.samba.org/
|
||||
License: GPLv3+
|
||||
Summary: Samba Documentation
|
||||
@ -432,7 +432,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,76 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 20 20:33:56 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Update to 3.6.1.
|
||||
+ Fix smbd crashes triggered by Windows XP clients; (bso#8384).
|
||||
+ Fix a Winbind race leading to 100% CPU load; (bso#8409).
|
||||
+ Several SMB2 fixes.
|
||||
+ The VFS ACL modules are no longer experimental but production-ready.
|
||||
|
||||
+ Fix 'net ads join -k' when KRB5CCNAME is not set; (bso#7465).
|
||||
+ smb_acl_to_posix: ACL is invalid for set (Invalid argument); (bso#7509).
|
||||
+ Return error of cli_push when 'put - /some/file' is used; (bso#7551).
|
||||
+ Fix usage of cli_errstr(); (bso#7864).
|
||||
+ Fix 'widelinks' regression; (bso#8229).
|
||||
+ Empty notify servername; (bso#8236).
|
||||
+ Add man vfs_aio_fork; (bso#8256).
|
||||
+ smb2: smbd logs "Invalid SMB packet: first request: 0x0008" and crashes;
|
||||
(bso#8334).
|
||||
+ Add a fallback for missing open&x support in MAC OS/X Lion; (bso#8338).
|
||||
+ While migrating forms, don't fail if the form already exists; (bso#8351).
|
||||
+ OS/2 sends an unexpected write&x/read&x chain; (bso#8360).
|
||||
+ Fix build of vfs_prealloc on SLES8; (bso#8363).
|
||||
+ Fix the build of gpfs.c on RHEL 6.0 with gpfs 3.4.0-4; (bso#8364).
|
||||
+ Fix the fallback to the deprecated spelling idmap:script; (bso#8368).
|
||||
+ Fix vfs_chown_fsp; (bso#8370).
|
||||
+ Fix smbd crashes triggered by Windows XP clients; (bso#8384).
|
||||
+ Fix smbclient access to NT4 shares; (bso#8385).
|
||||
+ Optimize serverid_exists() for Solaris; (bso#8395).
|
||||
+ registry/reg_format.c must include includes.h; (bso#8401).
|
||||
+ SMB2 server can return requests out-of-order when processing a compound
|
||||
request; (bso#8407).
|
||||
+ Fix a Winbind race leading to 100% CPU load; (bso#8409).
|
||||
+ Fix "saving as" of MS Office 2007 (Word) documents on Samba shares with
|
||||
SMB2; (bso#8412).
|
||||
+ Fix 'getent group' if trusted domains are not reachable; (bso#8420).
|
||||
+ Fix infinite loop in ACL module code; (bso#8422).
|
||||
+ Fix wrong reply to DHnC (durable handle reconnect); (bso#8428).
|
||||
+ Compound SMB2 requests on an IPC connection can corrupt the reply stream;
|
||||
(bso#8429).
|
||||
+ Fix segfault in iconv.c; (bso#8433).
|
||||
+ NFSv4 DENY ACLs always include SYNCHRONIZE flag - blocking renames;
|
||||
(bso#8442).
|
||||
+ Be smarter about setting default permissions when a ACL_USER_OBJ isn't
|
||||
given; (bso#8443).
|
||||
+ Check the wct of the incoming SMBnegprot responses; (bso#8452).
|
||||
+ Fix smbclient segfaults when dialect option -m is used for legacy
|
||||
dialects; (bso#8453).
|
||||
+ Fix uninitialized memory problem in group_sids_to_info3; (bso#8455).
|
||||
+ Samba PDC is looking up only primary user group; (bso#8455).
|
||||
+ IE9 on Windows 7 cannot download files to samba 3.5.11 share; (bso#8458).
|
||||
+ smb2_find uses a hard coded max reply size of 0x10000 instead of
|
||||
smb2_max_trans; (bso#8473).
|
||||
+ SMB2 create doesn't cope with an Apple client using NULL blob in create;
|
||||
(bso#8474).
|
||||
+ Don't call smbd_terminate_connection in smb2_validate_message_id();
|
||||
(bso#8476).
|
||||
+ Samba asserts when SMB2 client breaks the crediting rules; (bso#8476).
|
||||
+ Map to guest can return uninitialized blob of data; (bso#8477).
|
||||
+ acl_xattr can free an invalid pointer if no blob is loaded; (bso#8480).
|
||||
+ DFS breaks zip file extracting unless "follow symlinks = no" set;
|
||||
(bso#8493).
|
||||
+ Remove "experimental" label on VFS ACL modules; (bso#8494).
|
||||
+ SMB2_OP_CANCEL requests don't have to be signed; (bso#8503).
|
||||
+ smbd doesn't correctly honor the "force create mode" bits from a cifsfs
|
||||
create; (bso#8507).
|
||||
+ Read-only handles on SAMR allow SAMR_DOMAIN_ACCESS_CREATE_USER;
|
||||
(bso#8509).
|
||||
+ Disallow "." in can_set_delete_on_close(); (bso#8515).
|
||||
+ SMB2 create call returns incorrect file allocation size; (bso#8518).
|
||||
+ Fix SMB2 SMB2_OP_GETINFO and SMB2_OP_IOCTL parsing requirements;
|
||||
(bso#8520).
|
||||
+ Winbind cache timeout expiry test was reversed; (bso#8521).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 21:27:31 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
|
58
samba.spec
58
samba.spec
@ -76,7 +76,7 @@ BuildRequires: pkg-config
|
||||
%else
|
||||
BuildRequires: pkgconfig
|
||||
%endif
|
||||
%define samba_ver 3.6.0
|
||||
%define samba_ver 3.6.1
|
||||
%define samba_ver_suffix %nil
|
||||
%define samba_ver_full %{samba_ver}%{samba_ver_suffix}
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1111
|
||||
@ -98,8 +98,8 @@ BuildRequires: pkgconfig
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Version: 3.6.0
|
||||
Release: 32
|
||||
Version: 3.6.1
|
||||
Release: 1
|
||||
%define ldapsmb_ver 1.34b
|
||||
License: GPLv3+
|
||||
Url: http://www.samba.org/
|
||||
@ -205,7 +205,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%package client
|
||||
@ -249,7 +249,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
|
||||
@ -275,7 +275,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -305,7 +305,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -332,7 +332,7 @@ Authors:
|
||||
--------
|
||||
Jeremy Allison <jra at samba dot org>
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_utils}
|
||||
@ -353,7 +353,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -388,7 +388,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -414,14 +414,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbclient
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbclient0
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -469,7 +469,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi0
|
||||
@ -487,7 +487,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi-devel
|
||||
@ -511,7 +511,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -532,14 +532,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbsharemodes
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbsharemodes0
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -575,7 +575,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient0
|
||||
@ -593,7 +593,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient-devel
|
||||
@ -617,7 +617,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtalloc2
|
||||
@ -637,7 +637,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtalloc-devel
|
||||
@ -663,7 +663,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb1
|
||||
@ -683,7 +683,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb-devel
|
||||
@ -705,7 +705,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent0
|
||||
@ -725,7 +725,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent-devel
|
||||
@ -753,7 +753,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb1
|
||||
@ -775,7 +775,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb-devel
|
||||
@ -802,7 +802,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_ldapsmb}
|
||||
@ -825,7 +825,7 @@ Authors:
|
||||
--------
|
||||
Guenther Deschner <guenther at deschner dot de>
|
||||
|
||||
Source Timestamp: 2686
|
||||
Source Timestamp: 2687
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:269fb3ef878a9d7f15fe0a4fe1e15b6ad0b84515e22214d20d02c4d3af767dbf
|
||||
size 52349
|
||||
oid sha256:64c5c6f56cade4bbc3bb682871a1b3aee5877d2ca39860566aab0216c82f00b2
|
||||
size 52368
|
||||
|
Loading…
Reference in New Issue
Block a user