Accepting request 347083 from network:samba:STABLE
Update to 4.3.2. Check WHATSNEW.txt from the main tar ball or the web page for a detailed list of changes. OBS-URL: https://build.opensuse.org/request/show/347083 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=194
This commit is contained in:
commit
419ff1d126
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:60c016eaf0856d6a5a6c3f52b4e6814e8baf79d91a023db4d66e3c01909ac581
|
oid sha256:478260fef1d481e5855738953e1be347a4e40707f3558df2296403435fa3871d
|
||||||
size 29381
|
size 29327
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1
|
|
||||||
|
|
||||||
iD8DBQBWJhw/bzORW2Vot+oRAvc3AJ48xE9j/cK26gU8pz8kx6tGzNMIqwCgx3J8
|
|
||||||
aaZkw9kMXhmYAHdscpcvMsw=
|
|
||||||
=IpW2
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9908a80d95b9e2583906ed4347a8c80b769539a2788158992fb48ea9fb4d2c82
|
|
||||||
size 20424516
|
|
7
samba-4.3.2.tar.asc
Normal file
7
samba-4.3.2.tar.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iD8DBQBWXV9BbzORW2Vot+oRAq47AKCVt9x8RSB7klEcd/hGIcsZ/iQ+ZgCfRvAS
|
||||||
|
S6lmXrzxZ62yDKnlOXq5bTY=
|
||||||
|
=wfn1
|
||||||
|
-----END PGP SIGNATURE-----
|
3
samba-4.3.2.tar.gz
Normal file
3
samba-4.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:61989195caadf0f6fb51ce6bed5e203e6146facc2c276a26ad41901ad9129a75
|
||||||
|
size 20425622
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 1 16:48:13 UTC 2015 - lmuelle@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3.2.
|
||||||
|
+ vfs_gpfs: Re-enable share modes; (bso#11243).
|
||||||
|
+ dcerpc.idl: Accept invalid dcerpc_bind_nak pdus; (bso#11327).
|
||||||
|
+ s3-smbd: Fix old DOS client doing wildcard delete - gives an attribute
|
||||||
|
type of zero; (bso#11452).
|
||||||
|
+ Add libreplace dependency to texpect, fixes a linking error on Solaris;
|
||||||
|
(bso#11511).
|
||||||
|
+ s4: Fix linking of 'smbtorture' on Solaris; (bso#11512).
|
||||||
|
+ s4:lib/messaging: Use correct path for names.tdb; (bso#11562).
|
||||||
|
+ Fix segfault of 'net ads (join|leave) -S INVALID' with nss_wins;
|
||||||
|
(bso#11563).
|
||||||
|
+ async_req: Fix non-blocking connect(); (bso#11564).
|
||||||
|
+ auth: gensec: Fix a memory leak; (bso#11565).
|
||||||
|
+ lib: util: Make non-critical message a warning; (bso#11566).
|
||||||
|
+ Fix winbindd crashes with samlogon for trusted domain user; (bso#11569).
|
||||||
|
+ smbd: Send SMB2 oplock breaks unencrypted; (bso#11570).
|
||||||
|
+ ctdb: Open the RO tracking db with perms 0600 instead of 0000; (bso#11577).
|
||||||
|
+ s3:smb2_server: Make the logic of SMB2_CANCEL DLIST_REMOVE() clearer;
|
||||||
|
(bso#11581).
|
||||||
|
+ s3-smbd: Fix use after issue in smbd_smb2_request_dispatch(); (bso#11581).
|
||||||
|
+ manpage: Correct small typo error; (bso#11584).
|
||||||
|
+ s3: smbd: If EAs are turned off on a share don't allow an SMB2 create
|
||||||
|
containing them; (bso#11589).
|
||||||
|
+ Backport some valgrind fixes from upstream master; (bso#11597).
|
||||||
|
+ auth: Consistent handling of well-known alias as primary gid; (bso#11608).
|
||||||
|
+ winbind: Fix crash on invalid idmap configs; (bso#11612).
|
||||||
|
+ s3: smbd: have_file_open_below() fails to enumerate open files below an
|
||||||
|
open directory handle; (bso#11615).
|
||||||
|
+ Changing log level of two entries to DBG_NOTICE; (bso#9912).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 14 18:31:04 UTC 2015 - lmuelle@suse.com
|
Sat Nov 14 18:31:04 UTC 2015 - lmuelle@suse.com
|
||||||
|
|
||||||
|
@ -122,7 +122,7 @@ BuildRequires: libavahi-devel
|
|||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
%endif
|
%endif
|
||||||
%define samba_ver 4.3.1
|
%define samba_ver 4.3.2
|
||||||
%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
|
||||||
@ -144,11 +144,11 @@ BuildRequires: systemd-devel
|
|||||||
%else
|
%else
|
||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
%define SOURCE_TIMESTAMP 3531
|
%define SOURCE_TIMESTAMP 3535
|
||||||
%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.1
|
Version: 4.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.samba.org/
|
Url: http://www.samba.org/
|
||||||
Provides: samba-gplv3 = %{version}
|
Provides: samba-gplv3 = %{version}
|
||||||
@ -1224,6 +1224,7 @@ make install \
|
|||||||
rm \
|
rm \
|
||||||
%{buildroot}/%{_libdir}/samba/ldb/ildap.so \
|
%{buildroot}/%{_libdir}/samba/ldb/ildap.so \
|
||||||
%{buildroot}/%{_libdir}/samba/ldb/ldbsamba_extensions.so \
|
%{buildroot}/%{_libdir}/samba/ldb/ldbsamba_extensions.so \
|
||||||
|
%{buildroot}/%{_bindir}/async_connect_send_test \
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# utility scripts
|
# utility scripts
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:afd8855af366d573c48cd86a19c7f963d9716033412db6515bec24d2f8c89ea9
|
oid sha256:d0d7c9b656193c2a8d439b6f7cc9fccb9031ea457ed835c1594bbe6546d519f1
|
||||||
size 52904
|
size 53061
|
||||||
|
Loading…
Reference in New Issue
Block a user