- Update to 3.6.0.

+ BUG 7462: Make SA_RESETHAND conditional on its existance.
  + BUG 8303: db_ctdb_send_schedule_for_deletion() is not defined.
  + BUG 8324: smbclient cannot list directories from a big-endian machine.
  + BUG 8326: WinXP cannot join a Samba3 domain with a 'even' hostname.
  + BUG 8327: Fix the reload of the configuration, also reload activated
    registry shares.
  + BUG 8328: Cleanup of idmap_tdb2 code.
  + BUG 8330: Fix NFSv4 ACL merging logic.
  + BUG 8335: File copy aborts with smb2_validate_message_id: bad message_id.
  + BUG 8341: Fix segfault in libsmbclient.
  + BUG 8343: Fix SMB2 crash reading with aio_fork beyond the end of file.
  + BUG 8347: Fix regression for HP-UX, AIX and OSF.
  + BUG 8357: Make sure we grant credits on async read/write operations.
  + BUG 8358: Fix a bug in run_poll_events().
  + BUG 8362: Fix build issue on old glibc systems.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=177
This commit is contained in:
Lars Müller 2011-08-09 12:45:29 +00:00 committed by Git OBS Bridge
parent e9205cb84e
commit 691cd6daf7
8 changed files with 57 additions and 37 deletions

View File

@ -1,2 +1,2 @@
2585
2588
Branch : trunk

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b74f3213dcca8ce7f6fb6f8c44b6edac782e7942a9aa2ea91957a42e415381cb
size 34822
oid sha256:d99666cd8a7970bb63ed4e95b2827e961fe5e23ccdb609ea701317db53e70c72
size 31801

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

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

View File

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

View File

@ -59,7 +59,7 @@ BuildRequires: pkg-config
BuildRequires: pkgconfig
%endif
%define samba_ver 3.6.0
%define samba_ver_suffix rc3
%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
@ -414,7 +414,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%changelog

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Aug 9 12:29:16 UTC 2011 - lmuelle@suse.de
- Update to 3.6.0.
+ BUG 7462: Make SA_RESETHAND conditional on its existance.
+ BUG 8303: db_ctdb_send_schedule_for_deletion() is not defined.
+ BUG 8324: smbclient cannot list directories from a big-endian machine.
+ BUG 8326: WinXP cannot join a Samba3 domain with a 'even' hostname.
+ BUG 8327: Fix the reload of the configuration, also reload activated
registry shares.
+ BUG 8328: Cleanup of idmap_tdb2 code.
+ BUG 8330: Fix NFSv4 ACL merging logic.
+ BUG 8335: File copy aborts with smb2_validate_message_id: bad message_id.
+ BUG 8341: Fix segfault in libsmbclient.
+ BUG 8343: Fix SMB2 crash reading with aio_fork beyond the end of file.
+ BUG 8347: Fix regression for HP-UX, AIX and OSF.
+ BUG 8357: Make sure we grant credits on async read/write operations.
+ BUG 8358: Fix a bug in run_poll_events().
+ BUG 8362: Fix build issue on old glibc systems.
-------------------------------------------------------------------
Mon Aug 8 15:03:53 UTC 2011 - lmuelle@suse.de

View File

@ -59,7 +59,7 @@ BuildRequires: pkg-config
BuildRequires: pkgconfig
%endif
%define samba_ver 3.6.0
%define samba_ver_suffix rc3
%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
@ -184,7 +184,7 @@ Authors:
The Samba Team <samba@samba.org>
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%package client
@ -224,7 +224,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
@ -251,7 +251,7 @@ Authors:
The Samba Team <samba@samba.org>
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%endif
@ -281,7 +281,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%endif
@ -308,7 +308,7 @@ Authors:
--------
Jeremy Allison <jra at samba dot org>
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%if %{make_utils}
@ -330,7 +330,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%endif
@ -361,7 +361,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -388,14 +388,14 @@ PreReq: /sbin/ldconfig
%description -n libsmbclient
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%else
%description -n libsmbclient0
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%endif
@ -441,7 +441,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%package -n libnetapi0
@ -460,7 +460,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%package -n libnetapi-devel
@ -485,7 +485,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -507,14 +507,14 @@ PreReq: /sbin/ldconfig
%description -n libsmbsharemodes
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%else
%description -n libsmbsharemodes0
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%endif
@ -551,7 +551,7 @@ Authors:
The Samba Team <samba@samba.org>
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%package -n libwbclient0
@ -570,7 +570,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%package -n libwbclient-devel
@ -595,7 +595,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%package -n libtalloc2
@ -616,7 +616,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%package -n libtalloc-devel
@ -643,7 +643,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%package -n libtdb1
@ -664,7 +664,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%package -n libtdb-devel
@ -687,7 +687,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%package -n libtevent0
@ -708,7 +708,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%package -n libtevent-devel
@ -736,7 +736,7 @@ Authors:
The Samba Team <samba@samba.org>
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%package -n libldb1
@ -759,7 +759,7 @@ Authors:
The Samba Team <samba@samba.org>
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%package -n libldb-devel
@ -786,7 +786,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%if %{make_ldapsmb}
@ -810,7 +810,7 @@ Authors:
--------
Guenther Deschner <guenther at deschner dot de>
Source Timestamp: 2585
Source Timestamp: 2588
Branch : trunk
%endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a47ab8c03aff55fcadbfc6ef0b4396edce7280e27df810ea1777a72fddcaf19e
size 51453
oid sha256:56ea0e6ce598002b396ac9f2513142f44436e7db9030e67c0671431c9f95f8aa
size 51463