Accepting request 63042 from network:samba:STABLE
Accepted submit request 63042 from user lmuelle OBS-URL: https://build.opensuse.org/request/show/63042 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=90
This commit is contained in:
commit
d9e58906a3
@ -1,2 +1,2 @@
|
||||
2501
|
||||
Branch : 3.5.6
|
||||
2505
|
||||
Branch : 3.5.7
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2581ece364e2c7faa799af88fbc7062e52621ad34e413a2a3a895fc0e776e6bc
|
||||
size 78819
|
||||
oid sha256:6cd5c30a9bfeb64843b9a54d5bd8233cb7b2d96a9f2a233310006ea6427ea0de
|
||||
size 78683
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf7d9977e1ba30816a7e5e1d4144312c63ec5f105c64f66e41f6366cf07435fd
|
||||
size 26780169
|
3
samba-3.5.7.tar.bz2
Normal file
3
samba-3.5.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:afbffc90cb47d602fe5364cd8be8281123287b87184544fd1192669e1ea7d87b
|
||||
size 26784685
|
@ -58,7 +58,7 @@ BuildRequires: pkg-config
|
||||
%else
|
||||
BuildRequires: pkgconfig
|
||||
%endif
|
||||
%define samba_ver 3.5.6
|
||||
%define samba_ver 3.5.7
|
||||
%define samba_ver_suffix %nil
|
||||
%define samba_ver_full %{samba_ver}%{samba_ver_suffix}
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1111
|
||||
@ -76,8 +76,8 @@ BuildRequires: pkgconfig
|
||||
%define libtevent_ver %{version}
|
||||
%endif
|
||||
Url: http://www.samba.org/
|
||||
Version: 3.5.6
|
||||
Release: 7
|
||||
Version: 3.5.7
|
||||
Release: 1
|
||||
License: GPLv3+
|
||||
Summary: Samba Documentation
|
||||
Group: Documentation/Other
|
||||
@ -154,6 +154,8 @@ BuildRequires: ccache
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%prep
|
||||
# samba-doc nowadays is part the main samba spec file
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1111
|
||||
%setup -n samba-%{samba_ver_full} -q
|
||||
# patches
|
||||
%setup -T -D -a 2 -n samba-%{samba_ver_full} -q
|
||||
@ -214,8 +216,11 @@ test "%{_build_arch}" != "" && \
|
||||
# Set SAMBA_VERSION_VENDOR_SUFFIX in the VERSION file
|
||||
mv VERSION VERSION.orig
|
||||
sed -e s/^SAMBA_VERSION_VENDOR_SUFFIX=$/SAMBA_VERSION_VENDOR_SUFFIX=\"${vendor_tag}%{VENDOR}${product_suffix}\"/ VERSION.orig >VERSION
|
||||
%endif
|
||||
|
||||
%build samba-%{samba_ver_full}
|
||||
# samba-doc nowadays is part the main samba spec file
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1111
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 911
|
||||
OPTIMIZATION="-O"
|
||||
%else
|
||||
@ -294,6 +299,7 @@ CONFIGURE_OPTIONS_DEVEL="--enable-debug --enable-developer"
|
||||
%endif
|
||||
./configure ${CONFIGURE_OPTIONS} ${CONFIGURE_OPTIONS_DEVEL}
|
||||
./script/mkversion.sh
|
||||
%endif
|
||||
|
||||
%install
|
||||
# samba-doc nowadays is part the main samba spec file
|
||||
@ -414,7 +420,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%changelog
|
||||
|
@ -1,8 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 28 14:36:49 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Update to 3.5.7
|
||||
+ Protect against possible denial of service caused by memory corruption;
|
||||
CVE-2011-0719; (bso#7949); (bnc#670431).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 11:20:14 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Disable separate build of samba-doc for post-11.1 systems.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 01:07:50 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Protect against possible denial of service caused by memory corruption;
|
||||
CVE-2011-0719; (bso#7949); (bnc#670431).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 13:25:08 CET 2011 - ddiss@suse.de
|
||||
|
||||
|
124
samba.spec
124
samba.spec
@ -58,7 +58,7 @@ BuildRequires: pkg-config
|
||||
%else
|
||||
BuildRequires: pkgconfig
|
||||
%endif
|
||||
%define samba_ver 3.5.6
|
||||
%define samba_ver 3.5.7
|
||||
%define samba_ver_suffix %nil
|
||||
%define samba_ver_full %{samba_ver}%{samba_ver_suffix}
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1111
|
||||
@ -81,8 +81,8 @@ License: GPLv3+
|
||||
Group: Productivity/Networking/Samba
|
||||
Url: http://www.samba.org/
|
||||
AutoReqProv: on
|
||||
Version: 3.5.6
|
||||
Release: 7
|
||||
Version: 3.5.7
|
||||
Release: 1
|
||||
Provides: samba-gplv3 = %{version}-%{release}
|
||||
Obsoletes: samba-gplv3 < %{version}
|
||||
%ifarch ppc64
|
||||
@ -184,8 +184,8 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%package client
|
||||
License: GPLv3+
|
||||
@ -230,8 +230,8 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
|
||||
|
||||
@ -257,8 +257,8 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%endif
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1001 || 0%{?suse_version} > 1110
|
||||
@ -287,8 +287,8 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%endif
|
||||
|
||||
@ -314,14 +314,13 @@ Authors:
|
||||
--------
|
||||
Jeremy Allison <jra at samba dot org>
|
||||
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%if %{make_utils}
|
||||
|
||||
%package utils
|
||||
|
||||
|
||||
Summary: debug tools
|
||||
Group: Productivity/Networking/Samba
|
||||
AutoReqProv: on
|
||||
@ -365,8 +364,8 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
|
||||
@ -390,8 +389,9 @@ PreReq: /sbin/ldconfig
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
|
||||
%description -n libsmbclient
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%else
|
||||
|
||||
@ -435,8 +435,8 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%package -n libnetapi0
|
||||
License: GPLv3+
|
||||
@ -454,8 +454,8 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%package -n libnetapi-devel
|
||||
License: GPLv3+
|
||||
@ -474,8 +474,8 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
|
||||
@ -494,8 +494,9 @@ PreReq: /sbin/ldconfig
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
|
||||
%description -n libsmbsharemodes
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%else
|
||||
|
||||
@ -530,8 +531,8 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%package -n libtalloc2
|
||||
License: LGPLv3+
|
||||
@ -539,7 +540,7 @@ Summary: Samba talloc Library
|
||||
Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
Version: %{libtalloc_ver}
|
||||
Release: 3
|
||||
Release: 4
|
||||
PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libtalloc2
|
||||
@ -551,8 +552,8 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%package -n libtalloc-devel
|
||||
License: LGPLv3+
|
||||
@ -560,7 +561,7 @@ Summary: Libraries and Header Files to Develop Programs with talloc Suppo
|
||||
Group: Development/Libraries/C and C++
|
||||
AutoReqProv: on
|
||||
Version: %{libtalloc_ver}
|
||||
Release: 3
|
||||
Release: 4
|
||||
Requires: libtalloc2
|
||||
|
||||
%description -n libtalloc-devel
|
||||
@ -573,8 +574,8 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%package -n libtdb1
|
||||
License: LGPLv3+
|
||||
@ -582,7 +583,7 @@ Summary: Samba tdb Library
|
||||
Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
Version: %{libtdb_ver}
|
||||
Release: 3
|
||||
Release: 4
|
||||
PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libtdb1
|
||||
@ -594,8 +595,8 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%package -n libtdb-devel
|
||||
License: LGPLv3+
|
||||
@ -603,7 +604,7 @@ Summary: Libraries and Header Files to Develop Programs with tdb Support
|
||||
Group: Development/Libraries/C and C++
|
||||
AutoReqProv: on
|
||||
Version: %{libtdb_ver}
|
||||
Release: 3
|
||||
Release: 4
|
||||
Requires: libtdb1
|
||||
|
||||
%description -n libtdb-devel
|
||||
@ -616,8 +617,8 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%package -n libwbclient0
|
||||
License: GPLv3+
|
||||
@ -635,8 +636,8 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%package -n libwbclient-devel
|
||||
License: GPLv3+
|
||||
@ -655,8 +656,8 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%package -n libtevent0
|
||||
License: LGPLv3+
|
||||
@ -664,7 +665,7 @@ Summary: Samba tevent Library
|
||||
Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
Version: %{libtevent_ver}
|
||||
Release: 3
|
||||
Release: 4
|
||||
PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libtevent0
|
||||
@ -676,8 +677,8 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%package -n libtevent-devel
|
||||
License: LGPLv3+
|
||||
@ -685,7 +686,7 @@ Summary: Libraries and Header Files to Develop Programs with tevent Suppo
|
||||
Group: Development/Libraries/C and C++
|
||||
AutoReqProv: on
|
||||
Version: %{libtevent_ver}
|
||||
Release: 3
|
||||
Release: 4
|
||||
Requires: libtevent0
|
||||
|
||||
%description -n libtevent-devel
|
||||
@ -699,8 +700,8 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%package -n libldb0
|
||||
License: LGPLv3+
|
||||
@ -708,7 +709,7 @@ Summary: Samba ldb Library
|
||||
Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
Version: %{libldb_ver}
|
||||
Release: 3
|
||||
Release: 4
|
||||
PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libldb0
|
||||
@ -721,8 +722,8 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%package -n libldb-devel
|
||||
License: LGPLv3+
|
||||
@ -730,7 +731,7 @@ Summary: Libraries and Header Files to Develop Programs with ldb Support
|
||||
Group: Development/Libraries/C and C++
|
||||
AutoReqProv: on
|
||||
Version: %{libldb_ver}
|
||||
Release: 3
|
||||
Release: 4
|
||||
Requires: libldb0
|
||||
|
||||
%description -n libldb-devel
|
||||
@ -743,8 +744,8 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%if %{make_ldapsmb}
|
||||
|
||||
@ -754,7 +755,7 @@ Summary: Tool to administer Samba's LDAP backend
|
||||
Group: Productivity/Networking/Samba
|
||||
AutoReqProv: on
|
||||
Version: 1.34b
|
||||
Release: 299
|
||||
Release: 300
|
||||
Requires: perl-ldap
|
||||
|
||||
%description -n ldapsmb
|
||||
@ -767,8 +768,8 @@ Authors:
|
||||
--------
|
||||
Guenther Deschner <guenther at deschner dot de>
|
||||
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%endif
|
||||
%if 0%{?suse_version} > 920 && 0%{?suse_version} < 1121
|
||||
@ -790,8 +791,8 @@ Authors:
|
||||
--------
|
||||
Steve French <sfrench at Samba dot org>
|
||||
|
||||
Source Timestamp: 2501
|
||||
Branch : 3.5.6
|
||||
Source Timestamp: 2505
|
||||
Branch : 3.5.7
|
||||
|
||||
%endif
|
||||
%if %{make_vscan}
|
||||
@ -2001,5 +2002,4 @@ fi
|
||||
/lib/mkinitrd/scripts/boot-cifs.sh
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf282876059bd18cbfe4e9fa6020a04518faeeda9ebb0b4d25da18f6141a16d1
|
||||
size 24814
|
||||
oid sha256:00e9057ac08de73c1ee69c8c11213f2dc64bd6e33c9a668bcacbd661f71882ee
|
||||
size 24680
|
||||
|
Loading…
Reference in New Issue
Block a user