SHA256
1
0
forked from pool/samba
OBS User unknown 2009-02-09 00:13:06 +00:00 committed by Git OBS Bridge
parent 1ba40bfdd6
commit 210f5ac27b
8 changed files with 179 additions and 67 deletions

View File

@ -1,2 +1,2 @@
2052
Branch : 3.2.7
2055
Branch : 3.2.8

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8056701823e0f1989946c2b110cd026d733b8b51f919067e216b5a7c00e1c443
size 62262
oid sha256:b5502ac79fe5c9677b6c8b7482694af440b2331b39a43b13a96b4fca9d1f5d43
size 58509

View File

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

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

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

View File

@ -1,5 +1,5 @@
#
# spec file for package samba-doc (Version 3.2.7)
# spec file for package samba-doc (Version 3.2.8)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,13 +20,13 @@
Name: samba-doc
BuildRequires: ccache cracklib-devel cups-devel e2fsprogs-devel gdbm-devel krb5-devel libacl-devel libiniparser-devel libnscd-devel openldap2-devel pam-devel popt-devel pwdutils python-devel readline-devel
%define samba_ver 3.2.7
%define samba_ver 3.2.8
%define samba_ver_suffix %nil
%define samba_ver_full %{samba_ver}%{samba_ver_suffix}
License: GPL v3 or later
Url: http://www.samba.org/
Version: 3.2.7
Release: 10
Version: 3.2.8
Release: 1
Summary: Samba Documentation
Group: Documentation/Other
AutoReqProv: on
@ -322,8 +322,8 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%changelog
* Thu Jan 24 2008 lmuelle@suse.de

View File

@ -1,3 +1,61 @@
-------------------------------------------------------------------
Sun Feb 8 12:59:50 CET 2009 - jmcdonough@suse.de
- Update to 3.2.8.
+ Fix and streamline join and DC detection
+ BUG 4308: Excel save operation corrupts file ACLs.
+ BUG 5933: Fix incrementing/decrementing num_validated_vuids.
+ BUG 5953: Fix smbclient crashes.
+ BUG 5953: Make cli_send_smb_direct_writeX use writev.
+ BUG 5965: Fix creation of the first share using SWAT.
+ BUG 5969: Optimize smbclient put command.
+ BUG 5979: Fix level 2 oplocks.
+ BUG 5980: Fix race condition when granting level2 oplocks
+ BUG 5986: Fix renaming of streams.
+ BUG 5990: Strict allocate should be checked before ftruncate.
+ BUG 6000: Avoid bashism in perfcount.init.
+ BUG 6009: Setting "min receivefile size = 1" breaks writes.
+ BUG 6014: mget shouldn't segfault without arguments.
+ BUG 6016: Alternate Data Streams / Extended Attributes seem to conflict.
+ BUG 6017: Fix magic scripts.
+ BUG 6021: smbclient du command does not recuse properly.
+ BUG 6030: Add missing <th> header in Status page.
+ BUG 6035: Fix possible race between fcntl F_SETLKW and alarm delivery.
+ BUG 6040: Calling Samba print server with an aliased DNS-name fails.
+ BUG 6058: Use 'make distclean' instead of 'make clean' in build_docs.
+ Fix "allow trusted domain" so it disables trusted domains.
+ Fix error code when smbclient puts a file over an existing directory.
+ Don't return 0 on error in smbcacls - bad for scripts.
+ Determine case sensitivity based on file system attributes.
+ Add vfs_fileid manpage.
+ Adjust regex to match variable names including underscores.
+ Fix stream marshalling to return the correct streaminfo status.
+ Fix a delete on close divergence from Windows.
+ Allow renames of streams via NTRENAME and fix stream error codes.
+ Fix a segfault if ? is there but the options are NULL.
+ Avoid flooding of syslog with failing pam_putenv messages.
+ Document default of the printing config variable.
+ Change default value for "ldap ssl" to "start tls".
+ Check if Unix account exists before asking for the password in smbpasswd.
+ Add manpage for vfs_shadow_copy2.
+ Clean event context after child is forked.
+ Refresh sequence number as soon as possible.
+ Don't set child->requests to NULL in parent after fork.
+ Clean event context after fork and fix krb5 refresh chain.
+ Fix null pointer refrence in event context.
+ Don't send message to any other child in child process.
+ Fix bug in get_dc_name_via_netlogon(), null pointer refrence.
-------------------------------------------------------------------
Tue Feb 3 22:08:03 CET 2009 - jmcdonough@suse.de
- Backport 3.2.8 fixes.
+ cups leaks and crashes
+ various winbind child handling fixes
+ join fixes
+ ACL fixes for Excel
+ allow usrmgr with non-root
-------------------------------------------------------------------
Mon Feb 2 22:31:32 CET 2009 - lmuelle@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package samba (Version 3.2.7)
# spec file for package samba (Version 3.2.8)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -41,7 +41,7 @@ BuildRequires: cracklib-devel
%if 0%{?centos_version} || 0%{?fedora_version} || 0%{?rhel_version} || 0%{?mandriva_version}
BuildRequires: krb5-devel openldap-devel
%endif
%define samba_ver 3.2.7
%define samba_ver 3.2.8
%define samba_ver_suffix %nil
%define samba_ver_full %{samba_ver}%{samba_ver_suffix}
%define vscan_ver 0.3.6b
@ -50,8 +50,8 @@ License: GPL v3 or later
Group: Productivity/Networking/Samba
Url: http://www.samba.org/
AutoReqProv: on
Version: 3.2.7
Release: 10
Version: 3.2.8
Release: 1
%ifarch ppc64
Obsoletes: samba-64bit
%endif
@ -134,8 +134,8 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%package client
License: GPL v3 or later
@ -174,8 +174,8 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
@ -198,8 +198,8 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%endif
%if 0%{?suse_version} && 0%{?suse_version} < 1001
@ -228,8 +228,8 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%endif
@ -255,8 +255,8 @@ Authors:
--------
Jeremy Allison <jra at samba dot org>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%if %{make_utils}
@ -304,8 +304,8 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -342,8 +342,8 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%else
@ -356,8 +356,8 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%endif
This package includes the smbclient library.
@ -390,8 +390,8 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%package -n libnetapi0
License: GPL v3 or later
@ -409,8 +409,8 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%package -n libnetapi-devel
License: GPL v3 or later
@ -429,8 +429,8 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -456,8 +456,8 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%else
@ -470,8 +470,8 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%endif
This package includes the smbsharemodes library.
@ -501,8 +501,8 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%if %{make_ldapsmb}
@ -522,8 +522,8 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%package -n libtalloc-devel
License: LGPL v3 or later
@ -542,8 +542,8 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%package -n libtdb1
License: LGPL v3 or later
@ -561,8 +561,8 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%package -n libtdb-devel
License: LGPL v3 or later
@ -581,8 +581,8 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%package -n libwbclient0
License: GPL v3 or later
@ -600,8 +600,8 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%package -n libwbclient-devel
License: GPL v3 or later
@ -620,8 +620,8 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%package -n ldapsmb
License: GPL v2 or later
@ -629,7 +629,7 @@ Summary: Tool to administer Samba's LDAP backend
Group: Productivity/Networking/Samba
AutoReqProv: on
Version: 1.34b
Release: 255
Release: 256
Requires: perl-ldap
%description -n ldapsmb
@ -642,8 +642,8 @@ Authors:
--------
Guenther Deschner <guenther at deschner dot de>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%endif
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 920
@ -666,8 +666,8 @@ Authors:
--------
Steve French <sfrench at Samba dot org>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%endif
%if %{make_vscan}
@ -678,7 +678,7 @@ Summary: On-Access Virus Scanning with Samba
Group: Productivity/Networking/Samba
AutoReqProv: on
Version: 0.3.6b
Release: 259
Release: 260
Provides: samba3-vscan = 0.3.6b
Obsoletes: samba3-vscan
Requires: samba = %{samba_ver}
@ -696,8 +696,8 @@ Authors:
--------
Rainer Link <rainer@openantivirus.org>
Source Timestamp: 2052
Branch : 3.2.7
Source Timestamp: 2055
Branch : 3.2.8
%endif
@ -1375,6 +1375,7 @@ exit 0
%doc %{_mandir}/man8/vfs_streams_depot.8.*
%doc %{_mandir}/man8/vfs_extd_audit.8.*
%doc %{_mandir}/man8/vfs_fake_perms.8.*
%doc %{_mandir}/man8/vfs_fileid.8.*
%doc %{_mandir}/man8/vfs_full_audit.8.*
%doc %{_mandir}/man8/vfs_gpfs.8.*
%doc %{_mandir}/man8/vfs_netatalk.8.*
@ -1385,6 +1386,7 @@ exit 0
%doc %{_mandir}/man8/vfs_recycle.8.*
%doc %{_mandir}/man8/vfs_smb_traffic_analyzer.8.*
%doc %{_mandir}/man8/vfs_shadow_copy.8.*
%doc %{_mandir}/man8/vfs_shadow_copy2.8.*
%doc %{_mandir}/man8/vfs_streams_xattr.8.*
%doc %{_mandir}/man8/vfs_xattr_tdb.8.*
%if 0%{?suse_version} && 0%{?suse_version} < 1021
@ -1693,6 +1695,58 @@ exit 0
%endif
%changelog
* Sun Feb 08 2009 jmcdonough@suse.de
- Update to 3.2.8.
+ Fix and streamline join and DC detection
+ BUG 4308: Excel save operation corrupts file ACLs.
+ BUG 5933: Fix incrementing/decrementing num_validated_vuids.
+ BUG 5953: Fix smbclient crashes.
+ BUG 5953: Make cli_send_smb_direct_writeX use writev.
+ BUG 5965: Fix creation of the first share using SWAT.
+ BUG 5969: Optimize smbclient put command.
+ BUG 5979: Fix level 2 oplocks.
+ BUG 5980: Fix race condition when granting level2 oplocks
+ BUG 5986: Fix renaming of streams.
+ BUG 5990: Strict allocate should be checked before ftruncate.
+ BUG 6000: Avoid bashism in perfcount.init.
+ BUG 6009: Setting "min receivefile size = 1" breaks writes.
+ BUG 6014: mget shouldn't segfault without arguments.
+ BUG 6016: Alternate Data Streams / Extended Attributes seem to conflict.
+ BUG 6017: Fix magic scripts.
+ BUG 6021: smbclient du command does not recuse properly.
+ BUG 6030: Add missing <th> header in Status page.
+ BUG 6035: Fix possible race between fcntl F_SETLKW and alarm delivery.
+ BUG 6040: Calling Samba print server with an aliased DNS-name fails.
+ BUG 6058: Use 'make distclean' instead of 'make clean' in build_docs.
+ Fix "allow trusted domain" so it disables trusted domains.
+ Fix error code when smbclient puts a file over an existing directory.
+ Don't return 0 on error in smbcacls - bad for scripts.
+ Determine case sensitivity based on file system attributes.
+ Add vfs_fileid manpage.
+ Adjust regex to match variable names including underscores.
+ Fix stream marshalling to return the correct streaminfo status.
+ Fix a delete on close divergence from Windows.
+ Allow renames of streams via NTRENAME and fix stream error codes.
+ Fix a segfault if ? is there but the options are NULL.
+ Avoid flooding of syslog with failing pam_putenv messages.
+ Document default of the printing config variable.
+ Change default value for "ldap ssl" to "start tls".
+ Check if Unix account exists before asking for the password in smbpasswd.
+ Add manpage for vfs_shadow_copy2.
+ Clean event context after child is forked.
+ Refresh sequence number as soon as possible.
+ Don't set child->requests to NULL in parent after fork.
+ Clean event context after fork and fix krb5 refresh chain.
+ Fix null pointer refrence in event context.
+ Don't send message to any other child in child process.
+ Fix bug in get_dc_name_via_netlogon(), null pointer refrence.
* Tue Feb 03 2009 jmcdonough@suse.de
- Backport 3.2.8 fixes.
+ cups leaks and crashes
+ various winbind child handling fixes
+ join fixes
+ ACL fixes for Excel
+ allow usrmgr with non-root
* Mon Feb 02 2009 lmuelle@suse.de
- Replace cifs.upcall Makefile patches by the upstream version.
* Wed Jan 28 2009 lmuelle@suse.de

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:215d3e51dabee403609a2c3286c915bb912131fbe4a8db64edfb6b5a9c3b7a19
size 23256
oid sha256:3f90424646568f6ce2e0922afa43972dcd527eb088525f4f43ebf719a0a65ba6
size 23251