Accepting request 41853 from network:samba:STABLE
Copy from network:samba:STABLE/samba based on submit request 41853 from user lmuelle OBS-URL: https://build.opensuse.org/request/show/41853 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=69
This commit is contained in:
parent
5017cec7e6
commit
1af9cca18c
@ -1,2 +1,2 @@
|
||||
2366
|
||||
2381
|
||||
Branch : trunk
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22a3635d998fdbdc3b044eec2f1b1a22db25b3f160a3bfb748c85c4aa5989d29
|
||||
size 74884
|
||||
oid sha256:0475d826bb452d0a208f7adaff83b0b4b8d6eb6284e09a471835e4b6d0e8b99f
|
||||
size 74844
|
||||
|
@ -66,13 +66,11 @@ BuildRequires: pkgconfig
|
||||
%endif
|
||||
Url: http://www.samba.org/
|
||||
Version: 3.5.3
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: GPLv3+
|
||||
Summary: Samba Documentation
|
||||
Group: Documentation/Other
|
||||
AutoReqProv: on
|
||||
Provides: samba3-doc = %{version}-%{release}
|
||||
Obsoletes: samba3-doc < %{version}
|
||||
PreReq: coreutils findutils
|
||||
BuildArch: noarch
|
||||
Source: http://samba.org/samba/ftp/samba-%{version}%{samba_ver_suffix}.tar.bz2
|
||||
@ -391,7 +389,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 21 19:52:13 UTC 2010 - lmuelle@suse.de
|
||||
|
||||
- Remove all provides and obsoletes samba3 from the spec file. Packages with
|
||||
this base name have not been offered as part of a product.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 11 09:13:09 UTC 2010 - lmuelle@suse.de
|
||||
|
||||
- Fix a NULL pointer dereference in smbd of the 3.4 code base;
|
||||
CVE-2010-1635; (bso#7229); (bnc#605935).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 8 14:38:18 UTC 2010 - lmuelle@suse.de
|
||||
|
||||
- Address possible buffer overrun in chain_reply code of pre-3.4 versions;
|
||||
CVE-2010-2063; (bso#7494); (bnc#611927).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 7 17:43:35 CEST 2010 - hhetter@suse.de
|
||||
|
||||
@ -72,7 +90,8 @@ Wed Apr 7 12:08:54 UTC 2010 - lmuelle@suse.de
|
||||
+ 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); (bnc#605935).
|
||||
+ Fix an uninitialized variable read in smbd; (bso#7254); (bnc#605935);
|
||||
CVE-2010-1642.
|
||||
+ Fix a memleak in Winbind; (bso#7278).
|
||||
+ Fix Winbind reconnection to it's own domain; (bso#7295).
|
||||
|
||||
@ -94,7 +113,8 @@ Wed Apr 7 12:08:54 UTC 2010 - lmuelle@suse.de
|
||||
+ 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 a NULL pointer dereference in smbd; CVE-2010-1635; (bso#7229);
|
||||
(bnc#605935).
|
||||
+ Fix automatic building of vfs_tsmsm if gpfs and dmapi are present;
|
||||
(bso#7231).
|
||||
+ Fix race conditions in CTDB persistent transactions; (bso#7232).
|
||||
@ -149,7 +169,7 @@ Mon Mar 22 16:12:05 UTC 2010 - lmuelle@suse.de
|
||||
Mon Mar 22 15:55:51 UTC 2010 - lmuelle@suse.de
|
||||
|
||||
- An uninitialized variable read could cause an smbd crash; (bso#7254);
|
||||
(bnc#605935).
|
||||
(bnc#605935); CVE-2010-1642.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 22 15:42:58 UTC 2010 - lmuelle@suse.de
|
||||
|
66
samba.spec
66
samba.spec
@ -71,7 +71,7 @@ Group: Productivity/Networking/Samba
|
||||
Url: http://www.samba.org/
|
||||
AutoReqProv: on
|
||||
Version: 3.5.3
|
||||
Release: 2
|
||||
Release: 3
|
||||
%ifarch ppc64
|
||||
Obsoletes: samba-64bit
|
||||
%endif
|
||||
@ -171,7 +171,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%package client
|
||||
@ -179,8 +179,7 @@ License: GPLv3+
|
||||
Summary: Samba Client Utilities
|
||||
Group: Productivity/Networking/Samba
|
||||
AutoReqProv: on
|
||||
Provides: smbfs samba3-client = %{version}-%{release}
|
||||
Obsoletes: samba3-client < %{version}
|
||||
Provides: smbfs
|
||||
%ifarch ppc64
|
||||
Obsoletes: samba-client-64bit
|
||||
%endif
|
||||
@ -215,7 +214,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
|
||||
@ -240,7 +239,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -251,8 +250,6 @@ License: GPLv3+
|
||||
Summary: Samba Documentation
|
||||
Group: Documentation/Other
|
||||
AutoReqProv: on
|
||||
Provides: samba3-doc = %{version}-%{release}
|
||||
Obsoletes: samba3-doc < %{version}
|
||||
PreReq: coreutils findutils
|
||||
%if 0%{?suse_version} > 1110
|
||||
BuildArch: noarch
|
||||
@ -268,7 +265,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -278,8 +275,6 @@ License: GPLv3+
|
||||
Summary: Wrapper binary for kerberized printing
|
||||
Group: Productivity/Networking/Samba
|
||||
AutoReqProv: on
|
||||
Provides: samba3-krb-printing = %{version}-%{release}
|
||||
Obsoletes: samba3-krb-printing
|
||||
PreReq: coreutils
|
||||
%if 0%{?suse_version} > 1000
|
||||
PreReq: /sbin/conf.d/SuSEconfig.permissions
|
||||
@ -295,7 +290,7 @@ Authors:
|
||||
--------
|
||||
Jeremy Allison <jra at samba dot org>
|
||||
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_utils}
|
||||
@ -306,8 +301,6 @@ Branch : trunk
|
||||
Summary: debug tools
|
||||
Group: Productivity/Networking/Samba
|
||||
AutoReqProv: on
|
||||
Provides: samba3-utils = %{version}-%{release}
|
||||
Obsoletes: samba3-utils
|
||||
|
||||
%description utils
|
||||
Some of the debug-tools for developpers.
|
||||
@ -325,8 +318,7 @@ License: GPLv3+
|
||||
Summary: Winbind Daemon and Tool
|
||||
Group: Productivity/Networking/Samba
|
||||
AutoReqProv: on
|
||||
Provides: samba3-winbind = %{version}-%{release} samba-client:/usr/sbin/winbindd
|
||||
Obsoletes: samba3-winbind
|
||||
Provides: samba-client:/usr/sbin/winbindd
|
||||
%ifarch ppc64
|
||||
Obsoletes: samba-winbind-64bit
|
||||
%endif
|
||||
@ -345,7 +337,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -370,7 +362,7 @@ PreReq: /sbin/ldconfig
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
|
||||
%description -n libsmbclient
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
@ -415,7 +407,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi0
|
||||
@ -434,7 +426,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi-devel
|
||||
@ -454,7 +446,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -474,7 +466,7 @@ PreReq: /sbin/ldconfig
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
|
||||
%description -n libsmbsharemodes
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
@ -509,7 +501,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_ldapsmb}
|
||||
@ -530,7 +522,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtalloc-devel
|
||||
@ -550,7 +542,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb1
|
||||
@ -569,7 +561,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb-devel
|
||||
@ -589,7 +581,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient0
|
||||
@ -608,7 +600,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient-devel
|
||||
@ -628,7 +620,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent0
|
||||
@ -647,7 +639,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent-devel
|
||||
@ -668,7 +660,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb0
|
||||
@ -688,7 +680,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb-devel
|
||||
@ -709,7 +701,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%package -n ldapsmb
|
||||
@ -718,7 +710,7 @@ Summary: Tool to administer Samba's LDAP backend
|
||||
Group: Productivity/Networking/Samba
|
||||
AutoReqProv: on
|
||||
Version: 1.34b
|
||||
Release: 289
|
||||
Release: 290
|
||||
Requires: perl-ldap
|
||||
|
||||
%description -n ldapsmb
|
||||
@ -731,7 +723,7 @@ Authors:
|
||||
--------
|
||||
Guenther Deschner <guenther at deschner dot de>
|
||||
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -754,7 +746,7 @@ Authors:
|
||||
--------
|
||||
Steve French <sfrench at Samba dot org>
|
||||
|
||||
Source Timestamp: 2366
|
||||
Source Timestamp: 2381
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -767,8 +759,6 @@ Group: Productivity/Networking/Samba
|
||||
AutoReqProv: on
|
||||
Version: 0.3.6b
|
||||
Release: 268
|
||||
Provides: samba3-vscan = 0.3.6b
|
||||
Obsoletes: samba3-vscan
|
||||
Requires: samba = %{samba_ver}
|
||||
Url: http://www.openantivirus.org/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bae2d0b1450e36f5a0d2ecedddfb6fa6745a86ecf03d283e517e75d81a54a3f9
|
||||
size 24567
|
||||
oid sha256:9af89f1c35a7d98726cd6ca4e05057a091efd7124c4cc1d356b0e61eca3ef5d6
|
||||
size 24542
|
||||
|
Loading…
Reference in New Issue
Block a user