Update to 4.4.0.

See also WHATSNEW.txt from the samba-doc package.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=534
This commit is contained in:
Lars Müller 2016-03-22 14:14:33 +00:00 committed by Git OBS Bridge
parent 943665cb92
commit 9eab0c6b6f
9 changed files with 414 additions and 1093 deletions

View File

@ -1,30 +1,5 @@
libdcerpc0
libdcerpc-atsvc0
libdcerpc-binding0
libdcerpc-samr0
libgensec0
libndr0
libndr-krb5pac0
libndr-nbt0
libndr-standard0
libnetapi0
libregistry0
libsamba-credentials0
libsamba-hostconfig0
libsamba-passdb0
obsoletes "libpdb0-<targettype> < <version>"
libsamba-policy0
libsamba-util0
libsamdb0
libsmbclient0
libsmbclient-raw0
libsmbconf0
libsmbldap0
libtevent-util0
libwbclient0
samba
supplements "packageand(samba:pam-<targettype>)"
-/usr/lib/samba
samba-winbind
supplements "packageand(samba-winbind:pam-<targettype>)"
supplements "packageand(samba-winbind:glibc-<targettype>)"
@ -32,4 +7,28 @@ samba-winbind
samba-client
supplements "packageand(samba-client:glibc-<targettype>)"
-/usr/lib/samba
samba-client-libs
obsoletes "libdcerpc0-<targettype> < <version>"
obsoletes "libdcerpc-atsvc0-<targettype> < <version>"
obsoletes "libdcerpc-binding0-<targettype> < <version>"
obsoletes "libgensec0-<targettype> < <version>"
obsoletes "libndr0-<targettype> < <version>"
obsoletes "libndr-krb5pac0-<targettype> < <version>"
obsoletes "libndr-nbt0-<targettype> < <version>"
obsoletes "libndr-standard0-<targettype> < <version>"
obsoletes "libnetapi0-<targettype> < <version>"
obsoletes "libpdb0-<targettype> < <version>"
obsoletes "libregistry0-<targettype> < <version>"
obsoletes "libsamba-credentials0-<targettype> < <version>"
obsoletes "libsamba-hostconfig0-<targettype> < <version>"
obsoletes "libsamba-passdb0-<targettype> < <version>"
obsoletes "libsamba-util0-<targettype> < <version>"
obsoletes "libsamdb0-<targettype> < <version>"
obsoletes "libsmbclient-raw0-<targettype> < <version>"
obsoletes "libsmbconf0-<targettype> < <version>"
obsoletes "libsmbldap0-<targettype> < <version>"
obsoletes "libsmbsharemodes0-<targettype> < <version>"
obsoletes "libtevent-util0-<targettype> < <version>"
samba-libs
obsoletes "libdcerpc-samr0-<targettype> < <version>"
obsoletes "libsamba-policy0-<targettype> < <version>"

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1fa1431747f09601c4503dd9c3daaf4096a7131fa063c441546fc33aa4070efa
size 12446
oid sha256:215a84a07f5fb116ce689f8242d3d6cca6051243c60329888d4e0e373e923ce9
size 19398

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iD8DBQBWzZXEbzORW2Vot+oRAjABAJ9RI2SD1oraGL+r+wcVDh6aRwcewgCcCDOx
OaklXNMcrjyDshzbYqVSe5U=
=HzGI
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3251eca5b196854e79978f4a92d5fd2b55bd7b0a252a65131a9be02be6754924
size 20445038

7
samba-4.4.0.tar.asc Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iD8DBQBW8QoVbzORW2Vot+oRApQjAKCy0wfZsMxIgFHwSS9yqhCK/zkFuwCeOxEU
gCwNFN3eHKgq2SWqT2CDPNU=
=BdL6
-----END PGP SIGNATURE-----

3
samba-4.4.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c5f6fefb7fd0a4e5f404a253b19b55f74f88faa1c3612cb3329e24aa03470075
size 20590101

View File

@ -1,3 +1,72 @@
-------------------------------------------------------------------
Tue Mar 22 14:00:05 UTC 2016 - lmuelle@suse.com
- Update to 4.4.0.
+ Read of uninitialized memory DNS TXT handling; (bso#11128); (bso#11686);
CVE-2016-0771.
+ Getting and setting Windows ACLs on symlinks can change permissions on link
target; (bso#11648); CVE-2015-7560.
+ Sockets with htons(IPPROTO_RAW); (bso#11705); CVE-2015-8543.
+ s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystem
with no ACL support; (bso#10489).
+ docs: Add example for domain logins to smbspool man page; (bso#11643).
+ smbd: Show correct disk size for different quota and dfree block sizes;
(bso#11681).
+ docs: Add smbspool_krb5_wrapper manpage; (bso#11690).
+ winbindd: Return trust parameters when listing trusts; (bso#11691).
+ ctdb: Do not provide a useless pkgconfig file for ctdb; (bso#11696).
+ Crypto.Cipher.ARC4 is not available on some platforms, fallback to
M2Crypto.RC4.RC4 then; (bso#11699).
+ s3:utils/smbget: Set default blocksize; (bso#11700).
+ Streamline 'smbget' options with the rest of the Samba utils; (bso#11700).
+ s3:clispnego: Fix confusing warning in spnego_gen_krb5_wrap(); (bso#11702).
+ s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703).
+ loadparm: Fix memory leak issue; (bso#11708).
+ lib/tsocket: Work around sockets not supporting FIONREAD; (bso#11714).
+ s3:vfs:glusterfs: Fix build after quota changes; (bso#11715).
+ ctdb-scripts: Drop use of "smbcontrol winbindd ip-dropped ..."; (bso#11719).
+ lib:socket: Fix CID 1350010: Integer OVERFLOW_BEFORE_WIDEN; (bso#11723).
+ smbd: Fix CID 1351215 Improper use of negative value; (bso#11724).
+ smbd: Fix CID 1351216 Dereference null return value; (bso#11725).
+ s3:smbd:open: Skip redundant call to file_set_dosmode when creating a new
file; (bso#11727).
+ docs: Add manpage for cifsdd; (bso#11730).
+ param: Fix str_list_v3 to accept ; again; (bso#11732).
+ lib/socket: Fix improper use of default interface speed; (bso#11734).
+ lib:socket: Fix CID 1350009: Fix illegal memory accesses
(BUFFER_SIZE_WARNING); (bso#11735).
+ libcli: Fix debug message, print sid string for new_ace trustee;
(bso#11738).
+ Fix installation path of Samba helper binaries; (bso#11739).
+ Fix memory leak in loadparm; (bso#11740).
+ tevent: version 0.9.28: Fix memory leak when old signal action restored;
(bso#11742).
+ smbd: Ignore SVHDX create context; (bso#11753).
+ Fix net join; (bso#11755).
+ s3:libads: setup the msDS-SupportedEncryptionTypes attribute on ldap_add;
(bso#11755).
+ passdb: Add linefeed to debug message; (bso#11763).
+ s3:utils/smbget: Fix option parsing; (bso#11767).
+ libnet: Make Kerberos domain join site-aware; (bso#11769).
+ Reset TCP Connections during IP failover; (bso#11770).
+ ldb: Version 1.1.26; (bso#11772).
+ s3:smbd: Add negprot remote arch detection for OSX; (bso#11773).
+ vfs_glusterfs: Fix use after free in AIO callback; (bso#11774).
+ mkdir can return ACCESS_DENIED incorrectly on create race; (bso#11780).
+ "trustdom_list_done: Got invalid trustdom response" message should be
avoided; (bso#11782).
+ Mismatch between local and remote attribute ids lets replication fail with
custom schema; (bso#11783).
+ Quota is not supported on Solaris 10; (bso#11788).
+ Talloc: Version 2.1.6; (bso#11789).
+ smbd: Enable multi-channel if 'server multi channel support = yes' in the
config; (bso#11796).
+ build: Fix build when '--without-quota' specified; (bso#11798).
+ lib/socket/interfaces: Fix some uninitialied bytes; (bso#11802).
+ Access based share enum: handle permission set in configuration files;
(bso#8093).
+ See also WHATSNEW.txt from the samba-doc package.
-------------------------------------------------------------------
Sun Mar 6 16:23:02 UTC 2016 - jmcdonough@suse.com
@ -7,6 +76,11 @@ Sun Mar 6 16:23:02 UTC 2016 - jmcdonough@suse.com
+ Fix Out-of-bounds read in internal DNS server; CVE-2016-0771;
(bso#11128); (bso#11686); (bsc#968223).
-------------------------------------------------------------------
Thu Mar 3 11:37:35 UTC 2016 - nopower@suse.com
- Upgrade on-disk FSRVP server state to new version; (bsc#924519).
-------------------------------------------------------------------
Tue Mar 1 18:03:17 UTC 2016 - lmuelle@suse.com
@ -17,6 +91,11 @@ Tue Mar 1 17:28:09 UTC 2016 - lmuelle@suse.com
- Relocate existing lock files to /var/lib/samba/lock; (bsc#968963).
-------------------------------------------------------------------
Thu Feb 25 10:16:06 UTC 2016 - lmuelle@suse.com
- Obsolete no longer existing samba-32bit package; (bsc#967625).
-------------------------------------------------------------------
Tue Feb 23 09:47:53 UTC 2016 - lmuelle@suse.com
@ -54,6 +133,11 @@ Mon Feb 22 16:16:32 UTC 2016 - lmuelle@suse.com
- Shift samba-client sysconfig data into samba and samba-winbind; (bsc#947361).
-------------------------------------------------------------------
Wed Feb 17 17:44:10 UTC 2016 - lmuelle@suse.com
- Simplify shared library packaging; (bsc#966956).
-------------------------------------------------------------------
Sun Feb 14 18:41:34 UTC 2016 - lmuelle@suse.com
@ -153,6 +237,12 @@ Tue Dec 1 16:48:13 UTC 2015 - lmuelle@suse.com
open directory handle; (bso#11615).
+ Changing log level of two entries to DBG_NOTICE; (bso#9912).
-------------------------------------------------------------------
Mon Nov 16 16:27:49 UTC 2015 - nopower@suse.com
- Ensure samlogon fallback requests are rerouted after kerberos failure;
(bnc#953382); (bnc#953972).
-------------------------------------------------------------------
Sat Nov 14 18:31:04 UTC 2015 - lmuelle@suse.com

1340
samba.spec

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a21fb0add8db9460a63b75efaab247a7a77f3c91e12a98966039a5c1483dea2
size 55180
oid sha256:fbb5ffdf5309453107e06ce624394138b50bc9ea6ee0d9ef4dfbc3a1d84bb491
size 56022