forked from pool/samba
Accepting request 41971 from network:samba:STABLE
Copy from network:samba:STABLE/samba based on submit request 41971 from user lmuelle OBS-URL: https://build.opensuse.org/request/show/41971 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=70
This commit is contained in:
parent
1af9cca18c
commit
39f442c90b
@ -1,2 +1,2 @@
|
||||
2381
|
||||
2382
|
||||
Branch : trunk
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0475d826bb452d0a208f7adaff83b0b4b8d6eb6284e09a471835e4b6d0e8b99f
|
||||
size 74844
|
||||
oid sha256:3d493d2faabad95825f8e519dc8171bd1c644e34b31fba7548ce7eac7cf8dabf
|
||||
size 72416
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8099ecf771ddf028eac67c1f23c9afb763f99ab663b1baf2888d4190a5d09449
|
||||
size 26757637
|
3
samba-3.5.4.tar.bz2
Normal file
3
samba-3.5.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3009b546ac845937734005f08b26f7d1b709ea619df78288b1ba73d6a1cb93e3
|
||||
size 26767856
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package samba-doc (Version 3.5.3)
|
||||
# spec file for package samba-doc (Version 3.5.4)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -58,15 +58,15 @@ BuildRequires: pkg-config
|
||||
%else
|
||||
BuildRequires: pkgconfig
|
||||
%endif
|
||||
%define samba_ver 3.5.3
|
||||
%define samba_ver 3.5.4
|
||||
%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.3
|
||||
Release: 3
|
||||
Version: 3.5.4
|
||||
Release: 1
|
||||
License: GPLv3+
|
||||
Summary: Samba Documentation
|
||||
Group: Documentation/Other
|
||||
@ -389,7 +389,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2381
|
||||
Source Timestamp: 2382
|
||||
Branch : trunk
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 23 12:01:20 UTC 2010 - lmuelle@suse.de
|
||||
|
||||
- Update to 3.5.4.
|
||||
+ Fix smbd crash when sambaLMPassword and sambaNTPassword entries missing
|
||||
from ldap (bug #7448).
|
||||
+ Fix init_sam_from_ldap storing group in sid2uid cache (bug #7507).
|
||||
|
||||
+ Allow previous password to be stored and use it to check tickets;
|
||||
(bso#7099).
|
||||
+ Make ea data checks identical for trans2open and trans2mkdir; (bso#7188).
|
||||
+ Fix editing users' groups via UsrMgr; (bso#7262).
|
||||
+ Fix Winbind over IPv6; (bso#7341).
|
||||
+ Samba sends "raw" inode number as uniqueid with unix extensions;
|
||||
(bso#7410).
|
||||
+ Fix printing large formats; (bso#7423).
|
||||
+ Fix spnego returning incorrect mechListMIC string; (bso#7449).
|
||||
+ Fix some crash bugs and missing error codes in AddDriver paths;
|
||||
(bso#7459).
|
||||
+ Fix crash bug in _samr_QueryUserInfo{2} level 18; (bso#7479).
|
||||
+ Fix 'not a string literal' warning in netdomjoin-gui; (bso#7500).
|
||||
+ Fix calculation of st_blocks in vfs_streams_xattr; (bso#7503).
|
||||
+ Fix numerous build issues; (bso#7504).
|
||||
+ Fix session setup from linux kernel cifs clients with "sec=ntlmv2";
|
||||
(bso#7517).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 21 19:52:13 UTC 2010 - lmuelle@suse.de
|
||||
|
||||
|
58
samba.spec
58
samba.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package samba (Version 3.5.3)
|
||||
# spec file for package samba (Version 3.5.4)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -58,7 +58,7 @@ BuildRequires: pkg-config
|
||||
%else
|
||||
BuildRequires: pkgconfig
|
||||
%endif
|
||||
%define samba_ver 3.5.3
|
||||
%define samba_ver 3.5.4
|
||||
%define samba_ver_suffix %nil
|
||||
%define samba_ver_full %{samba_ver}%{samba_ver_suffix}
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1111
|
||||
@ -70,8 +70,8 @@ License: GPLv3+
|
||||
Group: Productivity/Networking/Samba
|
||||
Url: http://www.samba.org/
|
||||
AutoReqProv: on
|
||||
Version: 3.5.3
|
||||
Release: 3
|
||||
Version: 3.5.4
|
||||
Release: 1
|
||||
%ifarch ppc64
|
||||
Obsoletes: samba-64bit
|
||||
%endif
|
||||
@ -171,7 +171,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2381
|
||||
Source Timestamp: 2382
|
||||
Branch : trunk
|
||||
|
||||
%package client
|
||||
@ -214,7 +214,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2381
|
||||
Source Timestamp: 2382
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
|
||||
@ -239,7 +239,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2381
|
||||
Source Timestamp: 2382
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -265,7 +265,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2381
|
||||
Source Timestamp: 2382
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -290,7 +290,7 @@ Authors:
|
||||
--------
|
||||
Jeremy Allison <jra at samba dot org>
|
||||
|
||||
Source Timestamp: 2381
|
||||
Source Timestamp: 2382
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_utils}
|
||||
@ -337,7 +337,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2381
|
||||
Source Timestamp: 2382
|
||||
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: 2381
|
||||
Source Timestamp: 2382
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
@ -407,7 +407,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2381
|
||||
Source Timestamp: 2382
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi0
|
||||
@ -426,7 +426,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2381
|
||||
Source Timestamp: 2382
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi-devel
|
||||
@ -446,7 +446,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2381
|
||||
Source Timestamp: 2382
|
||||
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: 2381
|
||||
Source Timestamp: 2382
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
@ -501,7 +501,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2381
|
||||
Source Timestamp: 2382
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_ldapsmb}
|
||||
@ -522,7 +522,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2381
|
||||
Source Timestamp: 2382
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtalloc-devel
|
||||
@ -542,7 +542,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2381
|
||||
Source Timestamp: 2382
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb1
|
||||
@ -561,7 +561,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2381
|
||||
Source Timestamp: 2382
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb-devel
|
||||
@ -581,7 +581,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2381
|
||||
Source Timestamp: 2382
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient0
|
||||
@ -600,7 +600,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2381
|
||||
Source Timestamp: 2382
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient-devel
|
||||
@ -620,7 +620,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2381
|
||||
Source Timestamp: 2382
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent0
|
||||
@ -639,7 +639,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2381
|
||||
Source Timestamp: 2382
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent-devel
|
||||
@ -660,7 +660,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2381
|
||||
Source Timestamp: 2382
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb0
|
||||
@ -680,7 +680,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2381
|
||||
Source Timestamp: 2382
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb-devel
|
||||
@ -701,7 +701,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2381
|
||||
Source Timestamp: 2382
|
||||
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: 290
|
||||
Release: 291
|
||||
Requires: perl-ldap
|
||||
|
||||
%description -n ldapsmb
|
||||
@ -723,7 +723,7 @@ Authors:
|
||||
--------
|
||||
Guenther Deschner <guenther at deschner dot de>
|
||||
|
||||
Source Timestamp: 2381
|
||||
Source Timestamp: 2382
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -746,7 +746,7 @@ Authors:
|
||||
--------
|
||||
Steve French <sfrench at Samba dot org>
|
||||
|
||||
Source Timestamp: 2381
|
||||
Source Timestamp: 2382
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9af89f1c35a7d98726cd6ca4e05057a091efd7124c4cc1d356b0e61eca3ef5d6
|
||||
size 24542
|
||||
oid sha256:32d59c698ce86ea2b8302b6f42ec57b3cd1b5906a286ae8647d76283e47261eb
|
||||
size 24562
|
||||
|
Loading…
Reference in New Issue
Block a user