From 5e82293992c228a31bdb236bc9cc7896dd315718070340d49344eab2e2d22f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Tue, 8 Sep 2015 18:19:30 +0000 Subject: [PATCH] Update to 4.3.0. Check WHATSNEW.txt from the main tar ball, the web page, or the samba package change log for a detailed list of changes. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=486 --- patches.tar.bz2 | 4 ++-- samba-4.2.3.tar.asc | 7 ------- samba-4.2.3.tar.gz | 3 --- samba-4.3.0.tar.asc | 7 +++++++ samba-4.3.0.tar.gz | 3 +++ samba.changes | 39 +++++++++++++++++++++++++++++++++++++++ samba.spec | 39 ++++++++++++++++----------------------- vendor-files.tar.bz2 | 4 ++-- 8 files changed, 69 insertions(+), 37 deletions(-) delete mode 100644 samba-4.2.3.tar.asc delete mode 100644 samba-4.2.3.tar.gz create mode 100644 samba-4.3.0.tar.asc create mode 100644 samba-4.3.0.tar.gz diff --git a/patches.tar.bz2 b/patches.tar.bz2 index 9afb372..0e084fd 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2dd5d7bc0f8f887c978f7a87d2ebfe5cac38932ce0f452f66efcda0af11b2a62 -size 102677 +oid sha256:da494bf2b836804c369acea802fe3e4351137b2ede7221a4ebdc37168d651b87 +size 29309 diff --git a/samba-4.2.3.tar.asc b/samba-4.2.3.tar.asc deleted file mode 100644 index 7c81ec7..0000000 --- a/samba-4.2.3.tar.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iEYEABECAAYFAlWk6BUACgkQbzORW2Vot+oeSQCgtr4KA5O3k/umsnKBYakvTKaI -pjUAn3hXDVcDsncDNHPYFR7U7ELyDX4C -=/88j ------END PGP SIGNATURE----- diff --git a/samba-4.2.3.tar.gz b/samba-4.2.3.tar.gz deleted file mode 100644 index 77dbe65..0000000 --- a/samba-4.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6dfa5ae4818d891ee2fcff04a5912f4a4fb2394b4f5e66a2a15b428da094c7c -size 20721283 diff --git a/samba-4.3.0.tar.asc b/samba-4.3.0.tar.asc new file mode 100644 index 0000000..ab66768 --- /dev/null +++ b/samba-4.3.0.tar.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iD8DBQBV7uiKbzORW2Vot+oRAhKGAKCuCa+einE6waDnzPHoOOb/m/h6fQCfUE36 +lfUtkwiHobG8RsT2R8WypLQ= +=5yJw +-----END PGP SIGNATURE----- diff --git a/samba-4.3.0.tar.gz b/samba-4.3.0.tar.gz new file mode 100644 index 0000000..852453b --- /dev/null +++ b/samba-4.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8dbb6b29dec1d9aa295655c4aa4eadd1e5367ef7047be22f4d6a18ba8acdb63 +size 20417699 diff --git a/samba.changes b/samba.changes index c6bb7fa..9d2abc3 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Sep 8 16:40:50 UTC 2015 - lmuelle@suse.com + +- Update to 4.3.0. + + Samba "map to guest = Bad uid" doesn't work; (bso#9862). + + revert LDAP extended rule 1.2.840.113556.1.4.1941 + LDAP_MATCHING_RULE_IN_CHAIN changes; (bso#10493). + + No objectClass found in replPropertyMetaData on ordinary objects + (non-deleted); (bso#10973). + + Stream names with colon don't work with fruit:encoding = native; + (bso#11278). + + NetApp joined to a Samba/ADDC cannot resolve SIDs; (bso#11291). + + tevent_fd needs to be destroyed before closing the fd; (bso#11316). + + "force group" with local group not working; (bso#11320). + + strsep is not available on Solaris; (bso#11359). + + smbtorture does not build when configured --with-system-mitkrb5; + (bso#11411). + + Build with GPFS support is broken; (bso#11421). + + Build broken with --disable-python; (bso#11424). + + net share allowedusers crashes; (bso#11426). + + nmbd incorrectly matches netbios names as own name; (bso#11427). + + Python bindings don't check integer types; (bso#11429). + + Python bindings don't check array sizes; (bso#11430). + + CTDB's eventscript error handling is broken; (bso#11431). + + Fix crash in nested ctdb banning; (bso#11432). + + Cannot build ctdbpmda; (bso#11434). + + samba-tool uncaught exception error; (bso#11436). + + Crash in notify_remove caused by change notify = no; (bso#11444). + + Poor SMB3 encryption performance with AES-GCM; (bso#11451). + + Poor SMB3 encryption performance with AES-GCM (part1); (bso#11451). + + fix recursion problem in rep_strtoll in lib/replace/replace.c; (bso#11455). + + --bundled-libraries=!ldb,!pyldb,!pyldb-util doesn't disable ldb build and + install; (bso#11458). + + xid2sid gives inconsistent results; (bso#11464). + + ctdb: Fix the build on FreeBSD 10.1; (bso#11465). + + Handling of 0 byte resource fork stream; (bso#11467). + + AD samr GetGroupsForUser fails for users with "()" in their name; + (bso#11488). + ------------------------------------------------------------------- Tue Sep 8 10:59:47 UTC 2015 - lmuelle@suse.com diff --git a/samba.spec b/samba.spec index ebc0e16..f7cc581 100644 --- a/samba.spec +++ b/samba.spec @@ -122,7 +122,7 @@ BuildRequires: libavahi-devel BuildRequires: systemd BuildRequires: systemd-devel %endif -%define samba_ver 4.2.3 +%define samba_ver 4.3.0 %define samba_ver_suffix %nil %if "%{samba_ver_suffix}" == "" %define samba_source_location http://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 3464 -%define BRANCH %{version}.SLE12_SP1 +%define SOURCE_TIMESTAMP 3465 +%define BRANCH %{version} %global with_mitkrb5 1 %global with_dc 0 -Version: 4.2.3 +Version: 4.3.0 Release: 0 Url: http://www.samba.org/ Provides: samba-gplv3 = %{version} @@ -1186,7 +1186,7 @@ CONFIGURE_OPTIONS="\ %if ! %with_dc --without-ad-dc \ %endif - --bundled-libraries=NONE,ntdb,nss_wrapper,socket_wrapper,uid_wrapper,subunit,${bundled_libraries_extra} \ + --bundled-libraries=NONE,${bundled_libraries_extra} \ " ./configure ${CONFIGURE_OPTIONS} make %{build_make_smp_mflags} \ @@ -1714,7 +1714,6 @@ fi %{_mandir}/man8/vfs_linux_xfs_sgid.8.* %{_mandir}/man8/vfs_media_harmony.8.* %{_mandir}/man8/vfs_netatalk.8.* -%{_mandir}/man8/vfs_notify_fam.8.* %{_mandir}/man8/vfs_prealloc.8.* %{_mandir}/man8/vfs_preopen.8.* %{_mandir}/man8/vfs_readahead.8.* @@ -1731,6 +1730,7 @@ fi %{_mandir}/man8/vfs_syncops.8.* %{_mandir}/man8/vfs_time_audit.8.* %{_mandir}/man8/vfs_tsmsm.8.* +%{_mandir}/man8/vfs_unityed_media.8.* %{_mandir}/man8/vfs_worm.8.* %{_mandir}/man8/vfs_xattr_tdb.8.* %if 0%{?suse_version} && 0%{?suse_version} < 1021 @@ -1783,10 +1783,6 @@ fi %{_bindir}/regshell %{_bindir}/regtree %{_bindir}/nmbstatus -%{_bindir}/ntdbbackup -%{_bindir}/ntdbdump -%{_bindir}/ntdbrestore -%{_bindir}/ntdbtool %{_bindir}/pdbedit %{_bindir}/profiles %{_bindir}/rpcclient @@ -1829,22 +1825,16 @@ fi %{_mandir}/man1/smbtar.1.* %{_mandir}/man1/smbtree.1.* %{_mandir}/man1/testparm.1.* -%{_mandir}/man3/ntdb.3.* %{_mandir}/man5/lmhosts.5.* %{_mandir}/man5/smb.conf.5.* %{_mandir}/man5/smbgetrc.5.* %{_mandir}/man7/samba.7.* %{_mandir}/man8/eventlogadm.8.* %{_mandir}/man8/net.8.* -%{_mandir}/man8/ntdbbackup.8.* -%{_mandir}/man8/ntdbdump.8.* -%{_mandir}/man8/ntdbrestore.8.* -%{_mandir}/man8/ntdbtool.8.* %{_mandir}/man8/pdbedit.8.* %{_mandir}/man8/samba-regedit.8.* %{_mandir}/man8/smbpasswd.8.* %{_mandir}/man8/smbspool.8.* -%{_datadir}/samba/codepages %dir %{_datadir}/samba %dir %{_datadir}/samba/LDAP %config %{_datadir}/samba/LDAP/samba-nds.schema @@ -1920,6 +1910,7 @@ fi %_includedir/samba-4.0/tsocket_internal.h %_includedir/samba-4.0/tstream_smbXcli_np.h %dir %_includedir/samba-4.0/util/ +%_includedir/samba-4.0/util/genrand.h %_includedir/samba-4.0/util/idtree.h %_includedir/samba-4.0/util/idtree_random.h %_includedir/samba-4.0/util_ldb.h @@ -1930,7 +1921,6 @@ fi %files libs %defattr(-,root,root) %dir %{_libdir}/samba -%{_libdir}/samba/libntdb.so.* %{_libdir}/samba/libCHARSET3-samba4.so %{_libdir}/samba/libLIBWBCLIENT-OLD-samba4.so %{_libdir}/samba/libMESSAGING-samba4.so @@ -1942,7 +1932,6 @@ fi %{_libdir}/samba/libauth-sam-reply-samba4.so %{_libdir}/samba/libauth-unix-token-samba4.so %{_libdir}/samba/libauthkrb5-samba4.so -%{_libdir}/samba/libccan-samba4.so %{_libdir}/samba/libcli-ldap-common-samba4.so %{_libdir}/samba/libcli-ldap-samba4.so %{_libdir}/samba/libcli-nbt-samba4.so @@ -1952,25 +1941,28 @@ fi %{_libdir}/samba/libcliauth-samba4.so %{_libdir}/samba/libcluster-samba4.so %{_libdir}/samba/libcmdline-credentials-samba4.so -%{_libdir}/samba/libdfs-server-ad-samba4.so %{_libdir}/samba/libdbwrap-samba4.so %{_libdir}/samba/libdcerpc-samba-samba4.so %{_libdir}/samba/libdcerpc-samba4.so -%{_libdir}/samba/libdnsserver-common-samba4.so %{_libdir}/samba/libdsdb-module-samba4.so %{_libdir}/samba/liberrors-samba4.so %{_libdir}/samba/libevents-samba4.so %{_libdir}/samba/libflag-mapping-samba4.so +%{_libdir}/samba/libgenrand-samba4.so %{_libdir}/samba/libgpo-samba4.so %{_libdir}/samba/libgse-samba4.so %{_libdir}/samba/libhttp-samba4.so %{_libdir}/samba/libidmap-samba4.so %{_libdir}/samba/libinterfaces-samba4.so +%{_libdir}/samba/libiov-buf-samba4.so %{_libdir}/samba/libkrb5samba-samba4.so %{_libdir}/samba/libldbsamba-samba4.so %{_libdir}/samba/liblibcli-lsa3-samba4.so %{_libdir}/samba/liblibcli-netlogon3-samba4.so %{_libdir}/samba/liblibsmb-samba4.so +%{_libdir}/samba/libmessages-dgm-samba4.so +%{_libdir}/samba/libmessages-util-samba4.so +%{_libdir}/samba/libmsghdr-samba4.so %{_libdir}/samba/libmsrpc3-samba4.so %{_libdir}/samba/libndr-samba-samba4.so %{_libdir}/samba/libndr-samba4.so @@ -1992,6 +1984,7 @@ fi %{_libdir}/samba/libsamba-python-samba4.so %{_libdir}/samba/libsamdb-common-samba4.so %{_libdir}/samba/libsecrets3-samba4.so +%{_libdir}/samba/libserver-id-db-samba4.so %{_libdir}/samba/libserver-role-samba4.so %{_libdir}/samba/libshares-samba4.so %{_libdir}/samba/libsmb-transport-samba4.so @@ -2002,12 +1995,12 @@ fi %{_libdir}/samba/libsmbpasswdparser-samba4.so %{_libdir}/samba/libsmbregistry-samba4.so %{_libdir}/samba/libsocket-blocking-samba4.so -%{_libdir}/samba/libsubunit-samba4.so +%{_libdir}/samba/libsys-rw-samba4.so +%{_libdir}/samba/libtalloc-report-samba4.so %{_libdir}/samba/libtdb-wrap-samba4.so -%{_libdir}/samba/libtdb-compat-samba4.so +%{_libdir}/samba/libtime-basic-samba4.so %{_libdir}/samba/libtrusts-util-samba4.so %{_libdir}/samba/libutil-cmdline-samba4.so -%{_libdir}/samba/libutil-ntdb-samba4.so %{_libdir}/samba/libutil-reg-samba4.so %{_libdir}/samba/libutil-setid-samba4.so %{_libdir}/samba/libutil-tdb-samba4.so diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index d3eb297..c523e82 100644 --- a/vendor-files.tar.bz2 +++ b/vendor-files.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0b5224eb8bf09aa803aa86c4ac250d0685ef7661f4e9c66d98475c8a197c4875 -size 52812 +oid sha256:c51c866e1445b298e8e9218a131af28d943d14f42247c1aa66682edaf471030d +size 52983