From 8fad521ca492f9d2c8d7e3e0c0c0521726746588fc6c498430d297d5f3557df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Wed, 30 May 2012 13:39:20 +0000 Subject: [PATCH] - s3: Fix a segfault with debug level 3 on Solaris; (bso#8861). - s3: wbinfo --lookup-sids "" crashes winbind; (bso#8904). - smbd crashes when deleting directory and veto files are enabled; (bso#8837). - winbind_krb5_locator only returns one IP address; (bso#8897). - Wrong assertion/comparison: Compare value not pointer; (bso#8859). - Inconsistent (with manpage) command-line switch for "help" in smbtree; (bso#8831). - Fix incorrect debug statement. - Setting traverse rights fails to enable directory traversal when acl_xattr in use; (bso#8857). - Syslog broken owing to mistyping of debug_settings.syslog; (bso#8877). - s3/ldap: remove outdated netscape ds 5 schema file; (bso#8869). - s3-docs: fixes several typos; (bso#7938). - s3-VFS: Fix building out-of-tree modules; (bso#8822). - s3-docs: Add hint that setting "profile acls = yes" on normal shares can cause trouble; (bso#7930). - s3-pam_winbind: Fix the build with a newer iniparser library; (bso#8915). - Avoid null dereference in initialize_password_db(); (bso#8920). - s3:registry: implement values_need_update and subkeys_need_update in the smbconf backend. - s3:registry:reg_api: fix reg_queryvalue to not fail when values are modified while it runs. - s4:torture:rpc:spoolss: also initialize driverName before checking it in test_PrinterData_DsSpooler(). - s3:registry: multiple cleanups, fixes, and optimisations. - s3:auth/server_info: the primary rid should be in the groups rid array; (bso#8798). - s3-printing: Add new printers to registry; (bso#8554); (baso#8612); (bso#8748). - Fix the overwriting of errno before use in a DEBUG statement and use the return value from store_acl_blob_fsp rather than ignoring it; (bso#8945). - s3-auth: Don't lookup the system user in pdb; (bso#8944). - s3-passdb: Fix negative SID->uid/gid cache handling; (bso#8952). - Fix typo in pam_winbindd code; (bso#8957). - Fix remove_duplicate_addrs2 previously it could leave zero addresses in the list; (bso#8910). - Slow but responsive DC can lock up winbindd; (bso#8943). - Broken processing of %U with vfs_full_audit when force user is set; (bso#8882). - s3-smbd: move print_backend_init() behind init_system_info(); (bso#8845); (bnc#730769). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=240 --- build-source-timestamp | 2 +- patches.tar.bz2 | 4 ++-- samba-doc.spec | 2 +- samba.changes | 46 ++++++++++++++++++++++++++++++++++++- samba.spec | 52 +++++++++++++++++++++--------------------- vendor-files.tar.bz2 | 4 ++-- 6 files changed, 77 insertions(+), 33 deletions(-) diff --git a/build-source-timestamp b/build-source-timestamp index c922728..dfb5490 100644 --- a/build-source-timestamp +++ b/build-source-timestamp @@ -1,2 +1,2 @@ -2801 +2804 Branch : 3.6.5 diff --git a/patches.tar.bz2 b/patches.tar.bz2 index fe5ef17..1faf5b7 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd86be1a627f462a4c312f4dfc000b7e804e7e669affb6aa524a453879fe056a -size 53537 +oid sha256:bd80125407bd75cf58fb25cab5f289448d10b4e1290bfe3620ef60c36432b760 +size 86261 diff --git a/samba-doc.spec b/samba-doc.spec index 5f1f826..25ba7ce 100644 --- a/samba-doc.spec +++ b/samba-doc.spec @@ -459,7 +459,7 @@ This package contains all the Samba documentation as it is not part of the man pages. -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %changelog diff --git a/samba.changes b/samba.changes index eee6e60..faefb12 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Wed May 30 12:07:39 UTC 2012 - lmuelle@suse.com + +- s3: Fix a segfault with debug level 3 on Solaris; (bso#8861). +- s3: wbinfo --lookup-sids "" crashes winbind; (bso#8904). +- smbd crashes when deleting directory and veto files are enabled; (bso#8837). +- winbind_krb5_locator only returns one IP address; (bso#8897). +- Wrong assertion/comparison: Compare value not pointer; (bso#8859). +- Inconsistent (with manpage) command-line switch for "help" in smbtree; + (bso#8831). +- Fix incorrect debug statement. +- Setting traverse rights fails to enable directory traversal when acl_xattr + in use; (bso#8857). +- Syslog broken owing to mistyping of debug_settings.syslog; (bso#8877). +- s3/ldap: remove outdated netscape ds 5 schema file; (bso#8869). +- s3-docs: fixes several typos; (bso#7938). +- s3-VFS: Fix building out-of-tree modules; (bso#8822). +- s3-docs: Add hint that setting "profile acls = yes" on normal shares can + cause trouble; (bso#7930). +- s3-pam_winbind: Fix the build with a newer iniparser library; (bso#8915). +- Avoid null dereference in initialize_password_db(); (bso#8920). +- s3:registry: implement values_need_update and subkeys_need_update in the + smbconf backend. +- s3:registry:reg_api: fix reg_queryvalue to not fail when values are + modified while it runs. +- s4:torture:rpc:spoolss: also initialize driverName before checking it in + test_PrinterData_DsSpooler(). +- s3:registry: multiple cleanups, fixes, and optimisations. +- s3:auth/server_info: the primary rid should be in the groups rid array; + (bso#8798). +- s3-printing: Add new printers to registry; (bso#8554); (baso#8612); + (bso#8748). +- Fix the overwriting of errno before use in a DEBUG statement and use the + return value from store_acl_blob_fsp rather than ignoring it; (bso#8945). +- s3-auth: Don't lookup the system user in pdb; (bso#8944). +- s3-passdb: Fix negative SID->uid/gid cache handling; (bso#8952). +- Fix typo in pam_winbindd code; (bso#8957). +- Fix remove_duplicate_addrs2 previously it could leave zero addresses in the + list; (bso#8910). +- Slow but responsive DC can lock up winbindd; (bso#8943). +- Broken processing of %U with vfs_full_audit when force user is set; + (bso#8882). + ------------------------------------------------------------------- Mon May 15 11:54:41 UTC 2012 - lmuelle@suse.com @@ -16,7 +59,8 @@ Sat Apr 21 20:59:53 UTC 2012 - lmuelle@suse.com - docs-xml: fix default name resolve order; (bso#7564). - s3-aio-fork: Fix a segfault in vfs_aio_fork; (bso#8836). - docs: remove whitespace in example samba.ldif; (bso#8789). -- s3-smbd: move print_backend_init() behind init_system_info(); (bso#8845). +- s3-smbd: move print_backend_init() behind init_system_info(); (bso#8845); + (bnc#730769). - s3-docs: Prepend '/' to filename argument; (bso#8826). ------------------------------------------------------------------- diff --git a/samba.spec b/samba.spec index 398f209..ac90bd7 100644 --- a/samba.spec +++ b/samba.spec @@ -219,7 +219,7 @@ binary packages of the most current Samba version, and a bug reporting how to. -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %package client @@ -260,7 +260,7 @@ binary packages of the most current Samba version, and a bug reporting how to. -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020 @@ -280,7 +280,7 @@ This package contains the static libraries and header files needed to develop programs which make use of Samba. -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %endif @@ -305,7 +305,7 @@ This package contains all the Samba documentation as it is not part of the man pages. -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %endif @@ -327,7 +327,7 @@ Requires: samba-client >= %{version} A wrapper binary to run smbspool with the original calling UID. -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %if %{make_utils} @@ -343,7 +343,7 @@ Obsoletes: samba-gplv3-utils < %{version} Some of the debug-tools for developpers. -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %endif @@ -376,7 +376,7 @@ PreReq: coreutils This is the winbind-daemon and the wbinfo-tool. -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %if 0%{?suse_version} && 0%{?suse_version} < 1031 @@ -402,14 +402,14 @@ PreReq: /sbin/ldconfig %description -n libsmbclient -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %else %description -n libsmbclient0 -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %endif @@ -448,7 +448,7 @@ This package contains the static libraries and header files needed to develop programs which make use of the smbclient programming interface. -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %package -n libnetapi0 @@ -461,7 +461,7 @@ PreReq: /sbin/ldconfig This package includes the netapi library. -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %package -n libnetapi-devel @@ -480,7 +480,7 @@ This package contains the static libraries and header files needed to develop programs which make use of the netapi programming interface. -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %if 0%{?suse_version} && 0%{?suse_version} < 1031 @@ -501,14 +501,14 @@ PreReq: /sbin/ldconfig %description -n libsmbsharemodes -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %else %description -n libsmbsharemodes0 -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %endif @@ -534,7 +534,7 @@ This package contains the static libraries and header files needed to develop programs which make use of the smbsharemodes programming interface. -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %package -n libwbclient0 @@ -547,7 +547,7 @@ PreReq: /sbin/ldconfig This package includes the wbclient library. -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %package -n libwbclient-devel @@ -566,7 +566,7 @@ This package contains the static libraries and header files needed to develop programs which make use of the wbclient programming interface. -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %if 0%{?suse_version} && 0%{?suse_version} < 1211 @@ -583,7 +583,7 @@ PreReq: /sbin/ldconfig This package includes the talloc library. -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %package -n libtalloc-devel @@ -604,7 +604,7 @@ This package contains the static libraries and header files needed to develop programs which make use of the talloc programming interface. -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %package -n libtdb1 @@ -619,7 +619,7 @@ PreReq: /sbin/ldconfig This package includes the tdb library. -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %package -n libtdb-devel @@ -636,7 +636,7 @@ This package contains the static libraries and header files needed to develop programs which make use of the tdb programming interface. -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %package -n libtevent0 @@ -651,7 +651,7 @@ PreReq: /sbin/ldconfig This package includes the tevent library. -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %package -n libtevent-devel @@ -673,7 +673,7 @@ This package contains the static libraries and header files needed to develop programs which make use of the tevent programming interface. -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %package -n libldb1 @@ -689,7 +689,7 @@ PreReq: /sbin/ldconfig This package includes the ldb library. -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %package -n libldb-devel @@ -710,7 +710,7 @@ Requires: libtalloc-devel This package contains the static libraries and header files needed to develop programs which make use of the tevent programming interface. -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %endif @@ -730,7 +730,7 @@ This tool aims to simplify the administration of a Samba Domain Controller that uses the ldapsam passdb backend. -Source Timestamp: 2801 +Source Timestamp: 2804 Branch : 3.6.5 %endif diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index 1afec0e..ae8dc5b 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:1bea4ed6c822816f0a065fc38b1cb7b376176719b76eeb51685d24d0048205e8 -size 52556 +oid sha256:8a14ff78f73a43c5312df4f8f76cf75a367af3d387a3cb568a25d9154489aa55 +size 52546