Update to 4.3.5.
Check WHATSNEW.txt from the main tar ball, the web page, or the samba package change log for a detailed list of changes. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=526
This commit is contained in:
parent
5284b3d2af
commit
122cd26916
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:c3f0e09986e9102d3d3190135b6e7f134b77b91601ecc9628c28c6297b8ecae2
|
oid sha256:abff919fade9fd55a74acd398865ab0ad9ef30052a25c876f54a831bbe512a45
|
||||||
size 13394
|
size 12703
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1
|
|
||||||
|
|
||||||
iD8DBQBWlLgLbzORW2Vot+oRAg0iAJ9MoZJhzdA2Mz5OagDo6Kzl9h9hYACffa+6
|
|
||||||
HhjKN2ZSSyGOWTDMTFFBYzE=
|
|
||||||
=9Y+5
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5d0eb52e842832af922f7d57716eacff23192906ec3bdf6727e18ca24f1419d9
|
|
||||||
size 20434434
|
|
7
samba-4.3.5.tar.asc
Normal file
7
samba-4.3.5.tar.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iD8DBQBWytsFbzORW2Vot+oRAmI6AKCoN7/kv/DEjcFzALl9f8x/mosHZQCgqswq
|
||||||
|
v2Ohl6/IDmiJeFBvhe/cNX4=
|
||||||
|
=igWD
|
||||||
|
-----END PGP SIGNATURE-----
|
3
samba-4.3.5.tar.gz
Normal file
3
samba-4.3.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:583f927a823b272757fd4df0be267bd20a223b06cfc3c662df17e4870f14bf1c
|
||||||
|
size 20443260
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 23 09:47:53 UTC 2016 - lmuelle@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3.5.
|
||||||
|
+ s3:utils/smbget: Fix recursive download; (bso#6482).
|
||||||
|
+ s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystemi
|
||||||
|
with no ACL support; (bso#10489).
|
||||||
|
+ s3:smbd/oplock: Obey kernel oplock setting when releasing oplocks;
|
||||||
|
(bso#11400).
|
||||||
|
+ vfs_shadow_copy2: Fix case where snapshots are outside the share;
|
||||||
|
(bso#11580).
|
||||||
|
+ smbclient: Query disk usage relative to current directory; (bso#11662).
|
||||||
|
+ winbindd: Handle expired sessions correctly; (bso#11670).
|
||||||
|
+ smbd: Show correct disk size for different quota and dfree block sizes;
|
||||||
|
(bso#11681).
|
||||||
|
+ smbcacls: Fix uninitialized variable; (bso#11682).
|
||||||
|
+ s3:smbd: Ignore initial allocation size for directory creation;
|
||||||
|
(bso#11684).
|
||||||
|
+ s3-client: Add a KRB5 wrapper for smbspool; (bso#11690).
|
||||||
|
+ s3-parm: Clean up defaults when removing global parameters; (bso#11693).
|
||||||
|
+ Use M2Crypto.RC4.RC4 on platforms without Crypto.Cipher.ARC4; (bso#11699).
|
||||||
|
+ s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703).
|
||||||
|
+ ctdb: Remove error messages after kernel security update; CVE-2015-8543;
|
||||||
|
(bso#11705).
|
||||||
|
+ loadparm: Fix memory leak issue; (bso#11708).
|
||||||
|
+ lib/tsocket: Work around sockets not supporting FIONREAD; (bso#11714).
|
||||||
|
+ ctdb-scripts: Drop use of "smbcontrol winbindd ip-dropped ...";
|
||||||
|
(bso#11719).
|
||||||
|
+ s3:smbd:open: Skip redundant call to file_set_dosmode when creating a new
|
||||||
|
file; (bso#11727).
|
||||||
|
+ param: Fix str_list_v3 to accept ";" again; (bso#11732).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 22 16:16:32 UTC 2016 - lmuelle@suse.com
|
Mon Feb 22 16:16:32 UTC 2016 - lmuelle@suse.com
|
||||||
|
|
||||||
|
@ -120,7 +120,7 @@ BuildRequires: systemd-devel
|
|||||||
%if 0%{?build_ctdb_pmda}
|
%if 0%{?build_ctdb_pmda}
|
||||||
BuildRequires: libpcp-devel
|
BuildRequires: libpcp-devel
|
||||||
%endif
|
%endif
|
||||||
%define samba_ver 4.3.4
|
%define samba_ver 4.3.5
|
||||||
%define samba_ver_suffix %nil
|
%define samba_ver_suffix %nil
|
||||||
%if "%{samba_ver_suffix}" == ""
|
%if "%{samba_ver_suffix}" == ""
|
||||||
%define samba_source_location https://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
|
%define samba_source_location https://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
|
||||||
@ -142,11 +142,11 @@ BuildRequires: libpcp-devel
|
|||||||
%else
|
%else
|
||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
%define SOURCE_TIMESTAMP 3598
|
%define SOURCE_TIMESTAMP 3599
|
||||||
%define BRANCH %{version}
|
%define BRANCH %{version}
|
||||||
%global with_mitkrb5 1
|
%global with_mitkrb5 1
|
||||||
%global with_dc 0
|
%global with_dc 0
|
||||||
Version: 4.3.4
|
Version: 4.3.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://www.samba.org/
|
Url: https://www.samba.org/
|
||||||
Provides: samba-gplv3 = %{version}
|
Provides: samba-gplv3 = %{version}
|
||||||
@ -1904,6 +1904,7 @@ fi
|
|||||||
%{_bindir}/smbpasswd
|
%{_bindir}/smbpasswd
|
||||||
%{_bindir}/smbprngenpdf
|
%{_bindir}/smbprngenpdf
|
||||||
%{_bindir}/smbspool
|
%{_bindir}/smbspool
|
||||||
|
%{_bindir}/smbspool_krb5_wrapper
|
||||||
%{_bindir}/smbtar
|
%{_bindir}/smbtar
|
||||||
%{_bindir}/smbtree
|
%{_bindir}/smbtree
|
||||||
%{_bindir}/testparm
|
%{_bindir}/testparm
|
||||||
@ -1944,6 +1945,7 @@ fi
|
|||||||
%{_mandir}/man8/samba-regedit.8.*
|
%{_mandir}/man8/samba-regedit.8.*
|
||||||
%{_mandir}/man8/smbpasswd.8.*
|
%{_mandir}/man8/smbpasswd.8.*
|
||||||
%{_mandir}/man8/smbspool.8.*
|
%{_mandir}/man8/smbspool.8.*
|
||||||
|
%{_mandir}/man8/smbspool_krb5_wrapper.8.*
|
||||||
%dir %{_datadir}/samba
|
%dir %{_datadir}/samba
|
||||||
%dir %{_datadir}/samba/LDAP
|
%dir %{_datadir}/samba/LDAP
|
||||||
%config %{_datadir}/samba/LDAP/samba-nds.schema
|
%config %{_datadir}/samba/LDAP/samba-nds.schema
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:0a66f53307da0b03db4f8cbb690fb9307d5282dc08d7f98cdcb578b24d4adfef
|
oid sha256:dfbf445865578d7e39cbe5d2d1f9f38b1c19496edc80b7f6ddb541ee4f80418e
|
||||||
size 55792
|
size 55671
|
||||||
|
Loading…
Reference in New Issue
Block a user