Update to 4.3.1.
Check WHATSNEW.txt from the main tar ball or the web page for a detailed list of changes. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=506
This commit is contained in:
parent
7d3479f4c9
commit
62c00a1075
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8874bbeaca36120dfcf5ee0edc9f8b80217291f128cc6f503051d0faf3021321
|
||||
size 29242
|
||||
oid sha256:9862951a1e800c18d5782294f6ddeeeb090e7b709c98462f4f9d036dad8a18fd
|
||||
size 29339
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iD8DBQBV7uiKbzORW2Vot+oRAhKGAKCuCa+einE6waDnzPHoOOb/m/h6fQCfUE36
|
||||
lfUtkwiHobG8RsT2R8WypLQ=
|
||||
=5yJw
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8dbb6b29dec1d9aa295655c4aa4eadd1e5367ef7047be22f4d6a18ba8acdb63
|
||||
size 20417699
|
7
samba-4.3.1.tar.asc
Normal file
7
samba-4.3.1.tar.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iD8DBQBWJhw/bzORW2Vot+oRAvc3AJ48xE9j/cK26gU8pz8kx6tGzNMIqwCgx3J8
|
||||
aaZkw9kMXhmYAHdscpcvMsw=
|
||||
=IpW2
|
||||
-----END PGP SIGNATURE-----
|
3
samba-4.3.1.tar.gz
Normal file
3
samba-4.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9908a80d95b9e2583906ed4347a8c80b769539a2788158992fb48ea9fb4d2c82
|
||||
size 20424516
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 21 10:51:58 UTC 2015 - lmuelle@suse.com
|
||||
|
||||
- Update to 4.3.1.
|
||||
+ s3: smbd: Fix our access-based enumeration on "hide unreadable" to match
|
||||
Windows; (bso#10252).
|
||||
+ nss_winbind: Fix hang on Solaris on big groups; (bso#10365).
|
||||
+ smbd: Fix file name buflen and padding in notify repsonse; (bso#10634).
|
||||
+ kerberos: Make sure we only use prompter type when available;
|
||||
winbind: Fix 100% loop; (bso#11038).
|
||||
+ source3/lib/msghdr.c: Fix compiling error on Solaris; (bso#11053).
|
||||
+ s3:ctdbd_conn: make sure we destroy tevent_fd before closing the socket;
|
||||
(bso#11316).
|
||||
+ s3: smbd: Fix mkdir race condition; (bso#11486).
|
||||
+ pam_winbind: Fix a segfault if initialization fails; (bso#11502).
|
||||
+ s3: dfs: Fix a crash when the dfs targets are disabled; (bso#11509).
|
||||
+ s4:lib/messaging: Use 'msg.lock' and 'msg.sock' for messaging related
|
||||
subdirs; (bso#11515).
|
||||
+ s3: smbd: Fix opening/creating :stream files on the root share directory;
|
||||
(bso#11522).
|
||||
+ lib/param: Fix hiding of FLAG_SYNONYM values; (bso#11526).
|
||||
+ net: Fix a crash with 'net ads keytab create'; (bso#11528).
|
||||
+ s3: smbd: Fix a crash in unix_convert(); (bso#11535).
|
||||
+ s3: smbd: Fix NULL pointer bug introduced by previous 'raw' stream fix
|
||||
(bso#11522); (bso#11535).
|
||||
+ vfs_fruit: Return value of ad_pack in vfs_fruit.c; (bso#11543).
|
||||
+ vfs_commit: set the fd on open before calling SMB_VFS_FSTAT; (bso#11547).
|
||||
+ s3:locking: Initialize lease pointer in share_mode_traverse_fn();
|
||||
(bso#11549).
|
||||
+ s3:smbstatus: Add stream name to share_entry_forall(); (bso#11550).
|
||||
+ s3:lib: Validate domain name in lookup_wellknown_name(); (bso#11555).
|
||||
+ s3: lsa: lookup_name() logic for unqualified (no DOMAIN component) names
|
||||
is incorrect; (bso#11555).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 11:39:35 UTC 2015 - lmuelle@suse.com
|
||||
|
||||
- Fix 100% CPU in winbindd when logging in with "user must change password on
|
||||
next logon"; (bso#11038).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 25 15:23:47 UTC 2015 - lmuelle@suse.com
|
||||
|
||||
|
@ -122,7 +122,7 @@ BuildRequires: libavahi-devel
|
||||
BuildRequires: systemd
|
||||
BuildRequires: systemd-devel
|
||||
%endif
|
||||
%define samba_ver 4.3.0
|
||||
%define samba_ver 4.3.1
|
||||
%define samba_ver_suffix %nil
|
||||
%if "%{samba_ver_suffix}" == ""
|
||||
%define samba_source_location http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
|
||||
@ -144,11 +144,11 @@ BuildRequires: systemd-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 3499
|
||||
%define SOURCE_TIMESTAMP 3504
|
||||
%define BRANCH %{version}
|
||||
%global with_mitkrb5 1
|
||||
%global with_dc 0
|
||||
Version: 4.3.0
|
||||
Version: 4.3.1
|
||||
Release: 0
|
||||
Url: http://www.samba.org/
|
||||
Provides: samba-gplv3 = %{version}
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd3ffa44c58b0365d5be277d10165fe28bb68a9ff27235bdf6a7e5390e2126c5
|
||||
size 52888
|
||||
oid sha256:caecfeef4aeb9d45b8f1f1ade5179a8923d5c3f14fc4bf809990647b5811db61
|
||||
size 53122
|
||||
|
Loading…
Reference in New Issue
Block a user