SHA256
1
0
forked from pool/samba

Update to 4.1.8.

See WHATSNEW.txt from the main tar ball or the samba.changes file for
more details.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=413
This commit is contained in:
Lars Müller
2014-06-03 19:43:23 +00:00
committed by Git OBS Bridge
parent b4f19102aa
commit 5a5eca3088
8 changed files with 52 additions and 18 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jun 3 18:36:06 UTC 2014 - lmuelle@suse.com
- Update to 4.1.8.
+ dns: Don't reply to replies; CVE-2014-0239; (bso#10609).
+ Malformed FSCTL_SRV_ENUMERATE_SNAPSHOTS response; CVE-2014-0178;
(bso#10549).
+ s3: smb2: Fix 'xcopy /d' with samba shares; (bso#3124).
+ Extra ':' in msg for Waf Cross Compile Build System with Cross-answers
command; (bso#10151).
+ s3: nmbd: Reset debug settings after reading config file; (bso#10239).
+ Fix empty body in if-statement in continue_domain_open_lookup; (bso#10348).
+ script/autobuild: Make use of '--with-perl-{arch,lib}-install-dir';
(bso#10472).
+ wafsamba: Fix the installation on FreeBSD; (bso#10472).
+ Use exit_daemon() to communicate status of startup to systemd; (bso#10517).
+ Fix adding NetApps; (bso#10524).
+ s3: lib/util: Fix logic inside set_namearray loops; (bso#10544).
+ s3: lib/util: set_namearray reads across end of namelist; (bso#10544).
+ idmap_autorid: Fix failure in reverse lookup if ID is from domain range
index #0; (bso#10547).
+ build: Fix ordering problems with lib-provided and internal RPATHs;
(bso#10548).
+ Fix read of deleted memory in reply_writeclose()'; (bso#10554).
+ lib-util: Rename memdup to smb_memdup and fix all callers; (bso#10556).
+ Fix lock order violation and file lost; (bso#10564).
+ dsdb: Do checks for invalid renames in samldb, before repl_meta_data;
(bso#10569).
+ Fix wildcard unlink to fail if we get an error rather than trying to
continue; (bso#10577).
+ byteorder: Do not assume PowerPC is big-endian; (bso#10590).
+ printing: Fix purge of all print jobs; (bso#10612).
-------------------------------------------------------------------
Fri May 23 10:41:11 UTC 2014 - lmuelle@suse.com
@@ -89,7 +123,7 @@ Tue Apr 15 15:03:27 UTC 2014 - ddiss@suse.com
-------------------------------------------------------------------
Tue Apr 15 10:41:04 UTC 2014 - nopower@suse.de
- Fix "Invalid read" in method reply_writeclose; (bnc#873658).
- Fix "Invalid read" in method reply_writeclose; (bso#10554); (bnc#873658).
-------------------------------------------------------------------
Fri Apr 11 12:37:48 UTC 2014 - ddiss@suse.com