Accepting request 501776 from network:samba:STABLE
- Update to 4.6.5; (bsc#1040157) + Specifying CTDB_LOGGING=syslog:nonblocking causes ctdbd to crash at startup; (bso#12814). + vfs_expand_msdfs tries to open the remote address as a file path; (bso#12687). + PANIC (pid 1096): assert failed: lease_type_is_exclusive(e_lease_type); (bso#12798). + With clustering get update_num_read_oplocks failed and PANIC: num_share_modes == 1 assertion failure; (bso#11844). + contend_level2_oplocks_begin_default oplock optimisation doesn't carry over to leases; (bso#12766). + `ctdb nodestatus` incorrectly displays status for all nodes with wrong exit code; (bso#12802). + CTDB can spin hard on revoking readonly delegations if a node becomes disconnected; (bso#12697). + Printing a share mode entry with leases can crash in the ndr code; (bso#12793). + Fix flakey unit tests for eventd; (bso#12792). + CTDB daemon crashes if built with clang; (bso#12770). + smbcacls fails if no password is specified; (bso#12765). + idmap_rfc2307: Lookup of more than two SIDs fails; (bso#12757). + samba-tool user syncpasswords doesn't trigger the script when a user gets removed; (bso#12767). + systemd: fix detection of libsystemd; (bso#12764). + Notify subsystem only maps first inotify mask to Windows notify filter; (bso#12760). + Allow passing trusted domain password as plain-text to PASSDB layer; (bso#12751). + Can't case-rename files with vfs_fruit; (bso#12749). + wrong sid->uid mapping for SIDs residing in sIDHistory; (bso#12702). OBS-URL: https://build.opensuse.org/request/show/501776 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=215
This commit is contained in:
commit
fd6e2791d0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fefbe63336ffe02a19f9af938d2ef6181e13833b43eef314bd04eb3e4a9c538c
|
||||
size 25955184
|
3
samba-4.6.5+git.27.6afd48b1083.tar.bz2
Normal file
3
samba-4.6.5+git.27.6afd48b1083.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09087d13ea46368e6ca1cf8652345ef70a35b56b4367338637178faebee903f0
|
||||
size 25941302
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 7 14:31:47 UTC 2017 - ddiss@suse.com
|
||||
|
||||
- Update to 4.6.5; (bsc#1040157)
|
||||
+ Specifying CTDB_LOGGING=syslog:nonblocking causes ctdbd to crash at
|
||||
startup; (bso#12814).
|
||||
+ vfs_expand_msdfs tries to open the remote address as a file path;
|
||||
(bso#12687).
|
||||
+ PANIC (pid 1096): assert failed: lease_type_is_exclusive(e_lease_type);
|
||||
(bso#12798).
|
||||
+ With clustering get update_num_read_oplocks failed and PANIC:
|
||||
num_share_modes == 1 assertion failure; (bso#11844).
|
||||
+ contend_level2_oplocks_begin_default oplock optimisation doesn't carry
|
||||
over to leases; (bso#12766).
|
||||
+ `ctdb nodestatus` incorrectly displays status for all nodes with wrong
|
||||
exit code; (bso#12802).
|
||||
+ CTDB can spin hard on revoking readonly delegations if a node becomes
|
||||
disconnected; (bso#12697).
|
||||
+ Printing a share mode entry with leases can crash in the ndr code;
|
||||
(bso#12793).
|
||||
+ Fix flakey unit tests for eventd; (bso#12792).
|
||||
+ CTDB daemon crashes if built with clang; (bso#12770).
|
||||
+ smbcacls fails if no password is specified; (bso#12765).
|
||||
+ idmap_rfc2307: Lookup of more than two SIDs fails; (bso#12757).
|
||||
+ samba-tool user syncpasswords doesn't trigger the script when a user gets
|
||||
removed; (bso#12767).
|
||||
+ systemd: fix detection of libsystemd; (bso#12764).
|
||||
+ Notify subsystem only maps first inotify mask to Windows notify filter;
|
||||
(bso#12760).
|
||||
+ Allow passing trusted domain password as plain-text to PASSDB layer;
|
||||
(bso#12751).
|
||||
+ Can't case-rename files with vfs_fruit; (bso#12749).
|
||||
+ wrong sid->uid mapping for SIDs residing in sIDHistory; (bso#12702).
|
||||
+ vfs_acl_common should force "create mask = 0777", not 0666; (bso#12562).
|
||||
+ Ordering of notify responses broken; (bso#12756).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 29 16:03:52 UTC 2017 - ddiss@suse.com
|
||||
|
||||
|
@ -147,7 +147,7 @@ BuildRequires: librados-devel
|
||||
%define BRANCH %{version}
|
||||
%global with_mitkrb5 1
|
||||
%global with_dc 0
|
||||
Version: 4.6.3+git.25.0c154becb13
|
||||
Version: 4.6.5+git.27.6afd48b1083
|
||||
Release: 0
|
||||
Url: https://www.samba.org/
|
||||
Obsoletes: samba-32bit < %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user