forked from pool/samba
- Update to 3.6.16.
+ Fix crash bug during Win8 sync; (bso#9822). + Properly handle Oplock breaks in compound requests; (bso#9722). - Fix crash bug during Win8 sync; (bso#9822). - Check for system libtevent and link dbwrap_tool and dbwrap_torture against it; (bso#9881). - errno gets overwritten in call to check_parent_exists(); (bso#9927). - Fix a bug of drvupgrade of smbcontrol; (bso#9941). - Document idmap_ad rfc2307 attribute requirements; (bso#9880); (bnc#820531). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=313
This commit is contained in:
parent
b511916294
commit
93417315ec
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:48c72d7a61e3e15e501f0008c844b5f345ea24aab84273dc8fc786bfdf73cb99
|
oid sha256:3be2a94b268e37165b0a369c1d6e91ff110506073d4de83abee52e3934cbd5c8
|
||||||
size 39835
|
size 37565
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:431029eed2693827d1760efff3fd818b4994e84c3bb07b2bc30104091accdc97
|
|
||||||
size 29595023
|
|
3
samba-3.6.16.tar.bz2
Normal file
3
samba-3.6.16.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ff33515a3f18bfcb36a24cd6a819b296c2adc617a7452950601f3c1e1f98ec8e
|
||||||
|
size 29593021
|
@ -89,7 +89,7 @@ BuildRequires: libtalloc-devel
|
|||||||
BuildRequires: libtdb-devel
|
BuildRequires: libtdb-devel
|
||||||
BuildRequires: libtevent-devel
|
BuildRequires: libtevent-devel
|
||||||
%endif
|
%endif
|
||||||
%define samba_ver 3.6.15
|
%define samba_ver 3.6.16
|
||||||
%define samba_ver_suffix %nil
|
%define samba_ver_suffix %nil
|
||||||
%define samba_ver_full %{samba_ver}%{samba_ver_suffix}
|
%define samba_ver_full %{samba_ver}%{samba_ver_suffix}
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1111
|
%if 0%{?suse_version} && 0%{?suse_version} < 1111
|
||||||
@ -126,9 +126,9 @@ BuildRequires: libtevent-devel
|
|||||||
%else
|
%else
|
||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
%define SOURCE_TIMESTAMP 3017
|
%define SOURCE_TIMESTAMP 3022
|
||||||
%define BRANCH %{version}
|
%define BRANCH %{version}
|
||||||
Version: 3.6.15
|
Version: 3.6.16
|
||||||
Release: 0
|
Release: 0
|
||||||
%define ldapsmb_ver 1.34b
|
%define ldapsmb_ver 1.34b
|
||||||
Url: http://www.samba.org/
|
Url: http://www.samba.org/
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 21 13:47:37 UTC 2013 - lmuelle@suse.com
|
||||||
|
|
||||||
|
- Update to 3.6.16.
|
||||||
|
+ Fix crash bug during Win8 sync; (bso#9822).
|
||||||
|
+ Properly handle Oplock breaks in compound requests; (bso#9722).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 21 10:30:16 UTC 2013 - lmuelle@suse.com
|
||||||
|
|
||||||
|
- Fix crash bug during Win8 sync; (bso#9822).
|
||||||
|
- Check for system libtevent and link dbwrap_tool and dbwrap_torture against
|
||||||
|
it; (bso#9881).
|
||||||
|
- errno gets overwritten in call to check_parent_exists(); (bso#9927).
|
||||||
|
- Fix a bug of drvupgrade of smbcontrol; (bso#9941).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 18 17:14:00 UTC 2013 - ddiss@suse.com
|
||||||
|
|
||||||
|
- Document idmap_ad rfc2307 attribute requirements; (bso#9880); (bnc#820531).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 14 09:59:26 UTC 2013 - lmuelle@suse.com
|
Fri Jun 14 09:59:26 UTC 2013 - lmuelle@suse.com
|
||||||
|
|
||||||
|
10
samba.spec
10
samba.spec
@ -89,7 +89,7 @@ BuildRequires: libtalloc-devel
|
|||||||
BuildRequires: libtdb-devel
|
BuildRequires: libtdb-devel
|
||||||
BuildRequires: libtevent-devel
|
BuildRequires: libtevent-devel
|
||||||
%endif
|
%endif
|
||||||
%define samba_ver 3.6.15
|
%define samba_ver 3.6.16
|
||||||
%define samba_ver_suffix %nil
|
%define samba_ver_suffix %nil
|
||||||
%define samba_ver_full %{samba_ver}%{samba_ver_suffix}
|
%define samba_ver_full %{samba_ver}%{samba_ver_suffix}
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1111
|
%if 0%{?suse_version} && 0%{?suse_version} < 1111
|
||||||
@ -126,9 +126,9 @@ BuildRequires: libtevent-devel
|
|||||||
%else
|
%else
|
||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
%define SOURCE_TIMESTAMP 3017
|
%define SOURCE_TIMESTAMP 3022
|
||||||
%define BRANCH %{version}
|
%define BRANCH %{version}
|
||||||
Version: 3.6.15
|
Version: 3.6.16
|
||||||
Release: 0
|
Release: 0
|
||||||
%define ldapsmb_ver 1.34b
|
%define ldapsmb_ver 1.34b
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
@ -876,6 +876,9 @@ make test_nss_modules
|
|||||||
make test_pam_modules
|
make test_pam_modules
|
||||||
popd
|
popd
|
||||||
pushd testsuite/libsmbclient/src
|
pushd testsuite/libsmbclient/src
|
||||||
|
%if 0%{?suse_version} > 0 && 0%{?suse_version} < 1211
|
||||||
|
LD_LIBRARY_PATH=../../../source3/bin/ \
|
||||||
|
%endif
|
||||||
make
|
make
|
||||||
popd
|
popd
|
||||||
|
|
||||||
@ -1690,6 +1693,7 @@ fi
|
|||||||
%files -n libtevent-devel
|
%files -n libtevent-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/tevent.h
|
%{_includedir}/tevent.h
|
||||||
|
%{_includedir}/tevent_internal.h
|
||||||
%{_libdir}/libtevent.so
|
%{_libdir}/libtevent.so
|
||||||
%{_libdir}/pkgconfig/tevent.pc
|
%{_libdir}/pkgconfig/tevent.pc
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:23f2fd43101156f9a4fdb34444e016eec7a1a0f4d24e86bd1f02139201f265fc
|
oid sha256:c59ddbb834963b4d08f57b46f93dbe1591ebd01f5495bb08c70ab228cd343c4c
|
||||||
size 53705
|
size 53554
|
||||||
|
Loading…
Reference in New Issue
Block a user