forked from pool/samba
- Update to 4.1.5.
+ Fix 100% CPU utilization in winbindd when trying to free memory in winbindd_reinit_after_fork; (bso#10358); (bnc#786677). + smbd: Fix memory overwrites; (bso#10415). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=386
This commit is contained in:
parent
864f8e3eaf
commit
3814a3b1b1
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:307f0dd91a559973b13a14bfd56ed740f8f4bf3a4d425ef3ff36a77f21fb50b9
|
oid sha256:1882b53540b5bcae8b8746b793a9db04b6767932c53e1145c8b9e4afdd397a06
|
||||||
size 158227
|
size 128899
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
|
||||||
|
|
||||||
iD8DBQBSz6uYbzORW2Vot+oRAgdAAJ9n0GQ8ZwsizWM6CIr5lmJXxo7zpwCfTMpg
|
|
||||||
1eF2oc0zDz1/27DkBouoLvk=
|
|
||||||
=tpG3
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1733e1aaa37b4fcb0fc781b07fc6f20831023ce971d8bcd97940c3fbe35766a7
|
|
||||||
size 23169480
|
|
7
samba-4.1.5.tar.asc
Normal file
7
samba-4.1.5.tar.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||||
|
|
||||||
|
iEYEABECAAYFAlMHHEcACgkQbzORW2Vot+pNiwCePohuvj4WvbYp0AmHW7HXkTD0
|
||||||
|
ExgAn0Qq3LcJ2KBjX+s8gHk23yGtWA27
|
||||||
|
=K+he
|
||||||
|
-----END PGP SIGNATURE-----
|
3
samba-4.1.5.tar.gz
Normal file
3
samba-4.1.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d98c1554d6f857053557ff024c243df5d15dd9ca436d5804be4b0546ede94cc8
|
||||||
|
size 23177512
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 21 13:16:01 UTC 2014 - lmuelle@suse.com
|
||||||
|
|
||||||
|
- Update to 4.1.5.
|
||||||
|
+ Fix 100% CPU utilization in winbindd when trying to free memory in
|
||||||
|
winbindd_reinit_after_fork; (bso#10358); (bnc#786677).
|
||||||
|
+ smbd: Fix memory overwrites; (bso#10415).
|
||||||
|
|
||||||
|
+ s3-winbind: Improve performance of wb_fill_pwent_sid2uid_done();
|
||||||
|
(bso#2191).
|
||||||
|
+ ntlm_auth sometimes returns the wrong username to mod_ntlm_auth_winbind;
|
||||||
|
(bso#10087).
|
||||||
|
+ s3: smbpasswd: Fix crashes on invalid input; (bso#10320).
|
||||||
|
+ s3: vfs_dirsort module: Allow dirsort to work when multiple simultaneous
|
||||||
|
directories are open; (bso#10406).
|
||||||
|
+ Add support for Heimdal's unified krb5 and hdb plugin system, cope with
|
||||||
|
first element in hdb_method having a different name in different heimdal
|
||||||
|
versions and fix INTERNAL ERROR: Signal 11 in the kdc pid; (bso#10418).
|
||||||
|
+ vfs_btrfs: Fix incorrect zero length server-side copy request handling;
|
||||||
|
(bso#10424).
|
||||||
|
+ s3: modules: streaminfo: As we have no VFS function SMB_VFS_LLISTXATTR we
|
||||||
|
can't cope with a symlink when lp_posix_pathnames() is true; (bso#10429).
|
||||||
|
+ smbd: Fix an ancient oplock bug; (bso#10436).
|
||||||
|
+ Fix crash bug in smb2_notify code; (bso#10442).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 18 13:04:37 UTC 2014 - lmuelle@suse.com
|
Tue Feb 18 13:04:37 UTC 2014 - lmuelle@suse.com
|
||||||
|
|
||||||
|
@ -114,7 +114,7 @@ BuildRequires: dbus-1-devel
|
|||||||
BuildRequires: gpg-offline
|
BuildRequires: gpg-offline
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
%endif
|
%endif
|
||||||
%define samba_ver 4.1.4
|
%define samba_ver 4.1.5
|
||||||
%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
|
||||||
@ -141,12 +141,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 3183
|
%define SOURCE_TIMESTAMP 3184
|
||||||
%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.4
|
Version: 4.1.5
|
||||||
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:e727372c473d1a0cc0b6ca1afe1e5c8f3c4f9719cf38379bc13be12b75fd2156
|
oid sha256:9d40cb312753d439c8a0506a1d27b820a619902086acd3a24181bcaf34784f73
|
||||||
size 54202
|
size 54143
|
||||||
|
Loading…
Reference in New Issue
Block a user