forked from pool/samba
- Update to 4.3.4.
Check WHATSNEW.txt from the main tar ball, the web page, or the samba package change log for a detailed list of changes. - Prevent access denied if the share path is "/"; (bso#11647); (bnc#960249). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=517
This commit is contained in:
parent
f36d80a1ef
commit
346d625ac5
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3af5090525b5ad700a476a87b5dd204ac73a0e5c69ae4106e1688e9325ec5bb7
|
||||
size 29365
|
||||
oid sha256:a711e3d891bd46d5941306b73346664a1991f3cf3651bfd5f282d34aa109ec84
|
||||
size 12820
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iD8DBQBWaWgFbzORW2Vot+oRAtnwAJ0f3MAti7KVNg+R04BJEBl4zBVyXACfeAus
|
||||
vmEQRaNHbsqOslrw40hKTcY=
|
||||
=4i4d
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e62d21313acbb29e24b0b80aaf2b63fdd1ccce4cfb741f333deca95a1a3a70df
|
||||
size 20427281
|
7
samba-4.3.4.tar.asc
Normal file
7
samba-4.3.4.tar.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iD8DBQBWlLgLbzORW2Vot+oRAg0iAJ9MoZJhzdA2Mz5OagDo6Kzl9h9hYACffa+6
|
||||
HhjKN2ZSSyGOWTDMTFFBYzE=
|
||||
=9Y+5
|
||||
-----END PGP SIGNATURE-----
|
3
samba-4.3.4.tar.gz
Normal file
3
samba-4.3.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d0eb52e842832af922f7d57716eacff23192906ec3bdf6727e18ca24f1419d9
|
||||
size 20434434
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 13 10:23:56 UTC 2016 - lmuelle@suse.com
|
||||
|
||||
- Update to 4.3.4.
|
||||
+ vfs_fruit: Enable POSIX directory rename semantics; (bso#11065).
|
||||
+ Crash: Bad talloc magic value - access after free; (bso#11394).
|
||||
+ Copying files with vfs_fruit fails when using vfs_streams_xattr without
|
||||
stream prefix and type suffix; (bso#11466).
|
||||
+ samba-tool: Fix uncaught exception if no fSMORoleOwner attribute is given;
|
||||
(bso#11613).
|
||||
+ Fix a typo in the smb.conf manpage, explanation of idmap config;
|
||||
(bso#11619).
|
||||
+ Correctly initialize the list head when keeping a list of primary followed
|
||||
by DFS connections; (bso#11624).
|
||||
+ Reduce the memory footprint of empty string options; (bso#11625).
|
||||
+ lib/async_req: Do not install async_connect_send_test; (bso#11639).
|
||||
+ Fix typos in man vfs_gpfs; (bso#11641).
|
||||
+ Make "hide dot files" option work with "store dos attributes = yes";
|
||||
(bso#11645).
|
||||
+ Fix a corner case of the symlink verification; (bso#11647); (bnc#960249).
|
||||
+ Do not disable "store dos attributes" on-the-fly; (bso#11649).
|
||||
+ Update lastLogon and lastLogonTimestamp; (bso#11659).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 19:16:46 UTC 2016 - lmuelle@suse.com
|
||||
|
||||
- Prevent access denied if the share path is "/"; (bso#11647); (bnc#960249).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 11 16:49:16 UTC 2015 - lmuelle@suse.com
|
||||
|
||||
|
@ -122,7 +122,7 @@ BuildRequires: libavahi-devel
|
||||
BuildRequires: systemd
|
||||
BuildRequires: systemd-devel
|
||||
%endif
|
||||
%define samba_ver 4.3.3
|
||||
%define samba_ver 4.3.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
|
||||
@ -144,11 +144,11 @@ BuildRequires: systemd-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 3552
|
||||
%define SOURCE_TIMESTAMP 3561
|
||||
%define BRANCH %{version}
|
||||
%global with_mitkrb5 1
|
||||
%global with_dc 0
|
||||
Version: 4.3.3
|
||||
Version: 4.3.4
|
||||
Release: 0
|
||||
Url: https://www.samba.org/
|
||||
Provides: samba-gplv3 = %{version}
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db58877d59dbe26e26b5073034e5510f4d6c841e71024badfb4167b705d6e385
|
||||
size 52885
|
||||
oid sha256:4537b980b213d25b38ef2bfc102d3ae6cafbb222bc53b8f415de0d8b6312d247
|
||||
size 52979
|
||||
|
Loading…
Reference in New Issue
Block a user