Update to 4.4.4
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=541
This commit is contained in:
parent
ec4955f623
commit
2e857dbcf9
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:627e4b6f84e4fdff7db254c3d0eab48837a2d3447c1ed8f7b71739f90d23f2b3
|
||||
size 65674
|
||||
oid sha256:f6dc9fb29df90a0fc879d149f1fefab238cd1b0f3a94a1bcafbe81da579ffe03
|
||||
size 41326
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iD8DBQBXC2ZibzORW2Vot+oRAj2SAJ9gPCujAn6JXdCj8TdphYo78IrCogCbBguQ
|
||||
Sqly5PBxG/A3+bdMPE13NlY=
|
||||
=MyvL
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eaecd41a85ebb9507b8db9856ada2a949376e9d53cf75664b5493658f6e5926a
|
||||
size 20711230
|
7
samba-4.4.4.tar.asc
Normal file
7
samba-4.4.4.tar.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iD8DBQBXVSrJbzORW2Vot+oRAr1LAJ92JOYNMS37hKjjTq1i3xj09cntZgCgibaK
|
||||
9qL+aZi94xTIw2ij/sCocaM=
|
||||
=MYSN
|
||||
-----END PGP SIGNATURE-----
|
3
samba-4.4.4.tar.gz
Normal file
3
samba-4.4.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:262f9edabbd1c0112819b5063718588c22b0ee4c1a2f648f79f233fdfba25c8b
|
||||
size 20711340
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 9 12:46:18 UTC 2016 - jmcdonough@suse.com
|
||||
|
||||
- Update to 4.4.4
|
||||
+ SMB3 multichannel: Add implementation of missing channel sequence
|
||||
number verification; (bso#11809).
|
||||
+ smbd:close: Only remove kernel share modes if they had been
|
||||
taken at open; (bso#11919).
|
||||
+ notifyd: Prevent NULL deref segfault in notifyd_peer_destructor;
|
||||
(bso#11930).
|
||||
+ s3:rpcclient: Make '--pw-nt-hash' option work; (bso#10796).
|
||||
+ Fix case sensitivity issues over SMB2 or above; (bso#11438).
|
||||
+ s3:smbd: Fix anonymous authentication if signing is mandatory.
|
||||
(bso#11910)
|
||||
+ Fix NTLM Authentication issue with squid; (bso#11914).
|
||||
+ pdb: Fix segfault in pdb_ldap for missing gecos; (bso#11530).
|
||||
+ Fix memory leak in share mode locking; (bso#11934).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 19 10:06:40 UTC 2016 - jmcdonough@suse.com
|
||||
|
||||
- Update to 4.4.3
|
||||
+ Various post-badlock regressions; (bso#11841); (bso#11850);
|
||||
(bso#11858); (bso#11870); (bso#11872).
|
||||
+ Only allow idmap_hash for default idmap config (bso#11786).
|
||||
+ smbd: Avoid large reads beyond EOF; (bso#11878).
|
||||
+ vfs_acl_common: Avoid setting POSIX ACLs if "ignore system acls"
|
||||
is set; (bso#11806).
|
||||
+ libads: Record session expiry for spnego sasl binds; (bso#11852).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 3 13:03:47 UTC 2016 - jmcdonough@suse.com
|
||||
|
||||
|
@ -120,7 +120,7 @@ BuildRequires: systemd-devel
|
||||
%if 0%{?build_ctdb_pmda}
|
||||
BuildRequires: libpcp-devel
|
||||
%endif
|
||||
%define samba_ver 4.4.2
|
||||
%define samba_ver 4.4.4
|
||||
%define samba_ver_suffix %nil
|
||||
%if "%{samba_ver_suffix}" == ""
|
||||
%define samba_source_location https://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
|
||||
@ -142,11 +142,11 @@ BuildRequires: libpcp-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 3659
|
||||
%define SOURCE_TIMESTAMP 0
|
||||
%define BRANCH %{version}
|
||||
%global with_mitkrb5 1
|
||||
%global with_dc 0
|
||||
Version: 4.4.2
|
||||
Version: 4.4.4
|
||||
Release: 0
|
||||
Url: https://www.samba.org/
|
||||
Obsoletes: samba-gplv3 < %{version}
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:755a5193377861c5e40e2ec8276ef0837d773c46386fe15e52fa44351545d6ae
|
||||
size 55839
|
||||
oid sha256:841e34efcd3e002c817d9325211efdeecd7123697af254a1601a79d45bdb54d8
|
||||
size 55874
|
||||
|
Loading…
Reference in New Issue
Block a user