forked from pool/samba
- Update to 4.1.4.
+ Fix segfault in smbd; (bso#10284). + Fix SMB2 server panic when a smb2 brlock times out; (bso#10311). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=366
This commit is contained in:
parent
7979dc5ba1
commit
3115950c12
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a648c41caa84afa1bc7a1a6e7f35f5607718e6693b6db8bbff32bff02708f577
|
oid sha256:1a7122d56d83b1f8d4c6ac763da5e5a870388518b8bf25475add66b7d1db6d24
|
||||||
size 86424
|
size 71366
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:71da208d412b8d15ee26d2a76b2247df357242177d995fe5d9320355432e24db
|
|
||||||
size 23161646
|
|
@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||||
|
|
||||||
iD8DBQBSohxebzORW2Vot+oRArlMAKCpy3Q89zh5+0NgkRCPZZJm9JpqygCdElz+
|
iD8DBQBSz6uYbzORW2Vot+oRAgdAAJ9n0GQ8ZwsizWM6CIr5lmJXxo7zpwCfTMpg
|
||||||
lBN5bia7y0sqvBtZuLMinC0=
|
1eF2oc0zDz1/27DkBouoLvk=
|
||||||
=FoPj
|
=tpG3
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
3
samba-4.1.4.tar.gz
Normal file
3
samba-4.1.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1733e1aaa37b4fcb0fc781b07fc6f20831023ce971d8bcd97940c3fbe35766a7
|
||||||
|
size 23169480
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 10 17:02:40 UTC 2014 - lmuelle@suse.com
|
||||||
|
|
||||||
|
- Update to 4.1.4.
|
||||||
|
+ Fix segfault in smbd; (bso#10284).
|
||||||
|
+ Fix SMB2 server panic when a smb2 brlock times out; (bso#10311).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 8 15:36:42 UTC 2014 - lmuelle@suse.com
|
Wed Jan 8 15:36:42 UTC 2014 - lmuelle@suse.com
|
||||||
|
|
||||||
|
@ -112,7 +112,7 @@ BuildRequires: dbus-1-devel
|
|||||||
BuildRequires: gpg-offline
|
BuildRequires: gpg-offline
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
%endif
|
%endif
|
||||||
%define samba_ver 4.1.3
|
%define samba_ver 4.1.4
|
||||||
%define samba_ver_suffix %nil
|
%define samba_ver_suffix %nil
|
||||||
%if "%{samba_ver_suffix}" == ""
|
%if "%{samba_ver_suffix}" == ""
|
||||||
%define samba_source_location http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
|
%define samba_source_location http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
|
||||||
@ -139,12 +139,12 @@ BuildRequires: systemd
|
|||||||
%else
|
%else
|
||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
%define SOURCE_TIMESTAMP 3144
|
%define SOURCE_TIMESTAMP 3145
|
||||||
%define BRANCH %{version}
|
%define BRANCH %{version}
|
||||||
%global with_mitkrb5 1
|
%global with_mitkrb5 1
|
||||||
%global with_dc 0
|
%global with_dc 0
|
||||||
%global with_get_printing_ticket 0
|
%global with_get_printing_ticket 0
|
||||||
Version: 4.1.3
|
Version: 4.1.4
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Url: http://www.samba.org/
|
Url: http://www.samba.org/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ded4d51dcbc430c440ae6886451317c842615a0eaa77c748b5cb6db7ddf59fd4
|
oid sha256:508431313985d70d104344906f7b4bc0b959756dd141b914d6e7917ddf7d2f86
|
||||||
size 53841
|
size 54014
|
||||||
|
Loading…
Reference in New Issue
Block a user