From 9e1db13fd301b147381965b70db5d0ebdb3ddb8d1b1bd6810e11fda5bf6b97cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Wed, 3 Apr 2013 20:41:41 +0000 Subject: [PATCH 01/15] - Fix GNU ld version detection with old gcc releases; (bso#7825). - 'map untrusted to domain' treats WORKSTATION as bogus domain; (bso#9039). - Add extra attributes for AD printer publishing; (bso#9378). - Downgrade v4 printer driver requests to v3; (bso#9474). - Samba returns unexpected error on SMB posix open; (bso#9519). - Add support for posix_openpt; (bso#9541). - Add dbwrap_tool.1 manual page; (bso#9568). - Unlink after open causes smbd to panic; (bso#9571). - Fix a possible null pointer dereference in spoolss; (bso#9574). - Samba 3.6.x not correctly signing any but the last response in a compound request/response; (bso#9585). - "smbd[pid]: disk_free: sys_popen() failed" message logged in /var/log/messages many times; (bso#9586). - Archive flag is always set on directories; (bso#9587). - ACLs are not inherited to directories for DFS shares; (bso#9588). - wbcAuthenticateEx gives unix times; (bso#9625). - Renaming directories as guest user in security share mode doesn't work; (bso#9637). - Make SMB2_GETINFO multi-volume aware; (bso#9646). - Fix initial large PAC sess setup response; (bso#9658). - Fix two resource leaks in winbindd; (bso#9684). - Fix a possible buffer overrun in pdb_smbpasswd; (bso#9686). - Fix vfs_catia module; (bso#9701). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=298 --- patches.tar.bz2 | 4 ++-- samba-doc.spec | 2 +- samba.changes | 37 ++++++++++++++++++++++++++++++++----- samba.spec | 2 +- vendor-files.tar.bz2 | 4 ++-- 5 files changed, 38 insertions(+), 11 deletions(-) diff --git a/patches.tar.bz2 b/patches.tar.bz2 index 2683bb2..490feb6 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45dba275acb7a67f755c324c4dd2e5aa235862473c62581200c0c866b3b60d8a -size 33147 +oid sha256:9a45e4cd30ef4f247a384f161dc95a017508ccfb34591e20fd46b220b8114033 +size 48157 diff --git a/samba-doc.spec b/samba-doc.spec index 74486be..73b6dd4 100644 --- a/samba-doc.spec +++ b/samba-doc.spec @@ -126,7 +126,7 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 2956 +%define SOURCE_TIMESTAMP 2964 %define BRANCH %{version} Version: 3.6.12 Release: 0 diff --git a/samba.changes b/samba.changes index 09b5594..3c57919 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Apr 3 19:30:33 UTC 2013 - lmuelle@suse.com + +- Fix GNU ld version detection with old gcc releases; (bso#7825). +- 'map untrusted to domain' treats WORKSTATION as bogus domain; (bso#9039). +- Add extra attributes for AD printer publishing; (bso#9378). +- Downgrade v4 printer driver requests to v3; (bso#9474). +- Samba returns unexpected error on SMB posix open; (bso#9519). +- Add support for posix_openpt; (bso#9541). +- Add dbwrap_tool.1 manual page; (bso#9568). +- Unlink after open causes smbd to panic; (bso#9571). +- Fix a possible null pointer dereference in spoolss; (bso#9574). +- Samba 3.6.x not correctly signing any but the last response in a compound + request/response; (bso#9585). +- "smbd[pid]: disk_free: sys_popen() failed" message logged in + /var/log/messages many times; (bso#9586). +- Archive flag is always set on directories; (bso#9587). +- ACLs are not inherited to directories for DFS shares; (bso#9588). +- wbcAuthenticateEx gives unix times; (bso#9625). +- Renaming directories as guest user in security share mode doesn't work; + (bso#9637). +- Make SMB2_GETINFO multi-volume aware; (bso#9646). +- Fix initial large PAC sess setup response; (bso#9658). +- Fix two resource leaks in winbindd; (bso#9684). +- Fix a possible buffer overrun in pdb_smbpasswd; (bso#9686). +- Fix vfs_catia module; (bso#9701). + ------------------------------------------------------------------- Tue Feb 26 13:03:46 UTC 2013 - lmuelle@suse.com @@ -138,7 +165,7 @@ Fri Nov 30 18:14:37 UTC 2012 - lmuelle@suse.com ------------------------------------------------------------------- Wed Nov 28 13:08:20 UTC 2012 - jmcdonough@suse.com -- Fix fd leak causing 100% CPU in winbind on certain dc connection +- Fix fd leak causing 100% CPU in winbind on certain dc connection failures; (bso#9436); (bnc#786677). ------------------------------------------------------------------- @@ -565,7 +592,7 @@ Mon Feb 6 13:36:38 UTC 2012 - lmuelle@suse.de Mon Feb 6 13:34:09 UTC 2012 - lmuelle@suse.de - s3:smbd:smb2: fix an assignment-instead-of-check bug conn_snum_used(); - (bso#8738). + (bso#8738); CVE-2013-0454; (bnc#811975). ------------------------------------------------------------------- Mon Feb 6 13:30:53 UTC 2012 - lmuelle@suse.de @@ -800,7 +827,7 @@ Mon Jan 16 16:41:18 UTC 2012 - lmuelle@suse.de (#bso8560). - Disconnecting clients swamp the logs; (bso#8585). - s3-netlogon: Fix setting the machinge account password; (bso#8550). -- winbind_samlogon_retry_loop ignores logon_parameters flags; (#bso8548). +- winbind_samlogon_retry_loop ignores logon_parameters flags; (#bso8548). - smbclient posix_open command fails to return correct info on open file; (bso#8542). - readlink() on Linux clients fails if the symlink target is outside of the @@ -2004,7 +2031,7 @@ Sat Nov 20 08:31:14 UTC 2010 - lmuelle@suse.de ------------------------------------------------------------------- Fri Nov 19 19:18:17 CEST 2010 - jmcdonough@suse.de -- Reduce unnecessary ldap round trips and eliminate invalid DN +- Reduce unnecessary ldap round trips and eliminate invalid DN messages; (bnc#654719). ------------------------------------------------------------------- @@ -2182,7 +2209,7 @@ Thu Aug 12 22:06:35 UTC 2010 - jmcdonough@suse.de Wed Jul 28 15:08:09 CEST 2010 - sjayaraman@suse.de - cifs: do not restart during dhcp lease renewal when IPaddress remains - the same; (bnc#573246). + the same; (bnc#573246). ------------------------------------------------------------------- Mon Jul 5 19:31:55 UTC 2010 - lmuelle@suse.de diff --git a/samba.spec b/samba.spec index b211d57..d2bc099 100644 --- a/samba.spec +++ b/samba.spec @@ -126,7 +126,7 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 2956 +%define SOURCE_TIMESTAMP 2964 %define BRANCH %{version} Version: 3.6.12 Release: 0 diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index ed43623..a8b5407 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:ce5dd2194b4d9421cabf9615b817d1f9b922352d686f231be9c3f7b7a8a5fe27 -size 53283 +oid sha256:285ff28161552db95bc8a710b2a2be73d64f8ff58da4919d54bd51a88ce6bd86 +size 53830 From 07c48effb2407ccb76e498583e107e4c73faf2252206764edd89ea70be566d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Wed, 3 Apr 2013 20:57:20 +0000 Subject: [PATCH 02/15] - Update to 3.6.13. + Fix two resource leaks in winbindd; (bso#9684). + Unlink after open causes smbd to panic; (bso#9571). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=299 --- patches.tar.bz2 | 4 ++-- samba-3.6.12.tar.bz2 | 3 --- samba-3.6.13.tar.bz2 | 3 +++ samba-doc.spec | 6 +++--- samba.changes | 7 +++++++ samba.spec | 6 +++--- vendor-files.tar.bz2 | 4 ++-- 7 files changed, 20 insertions(+), 13 deletions(-) delete mode 100644 samba-3.6.12.tar.bz2 create mode 100644 samba-3.6.13.tar.bz2 diff --git a/patches.tar.bz2 b/patches.tar.bz2 index 490feb6..4bc45cb 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9a45e4cd30ef4f247a384f161dc95a017508ccfb34591e20fd46b220b8114033 -size 48157 +oid sha256:5255436e90a117a224180a5c26dd115cf4aa782dd1bdca55800dc4e78b5f27a5 +size 47536 diff --git a/samba-3.6.12.tar.bz2 b/samba-3.6.12.tar.bz2 deleted file mode 100644 index 7d74940..0000000 --- a/samba-3.6.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77db9493a32984f990f7f4ed0ee7df38400af61c73bc48be65cdebd86e88539d -size 29483495 diff --git a/samba-3.6.13.tar.bz2 b/samba-3.6.13.tar.bz2 new file mode 100644 index 0000000..890f1b4 --- /dev/null +++ b/samba-3.6.13.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8574f4fd99aee210a7642a8a780b6f5706add0505e2449bf6954acc6e690f2e +size 29600290 diff --git a/samba-doc.spec b/samba-doc.spec index 73b6dd4..e9b60e9 100644 --- a/samba-doc.spec +++ b/samba-doc.spec @@ -89,7 +89,7 @@ BuildRequires: libtalloc-devel BuildRequires: libtdb-devel BuildRequires: libtevent-devel %endif -%define samba_ver 3.6.12 +%define samba_ver 3.6.13 %define samba_ver_suffix %nil %define samba_ver_full %{samba_ver}%{samba_ver_suffix} %if 0%{?suse_version} && 0%{?suse_version} < 1111 @@ -126,9 +126,9 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 2964 +%define SOURCE_TIMESTAMP 2966 %define BRANCH %{version} -Version: 3.6.12 +Version: 3.6.13 Release: 0 %define ldapsmb_ver 1.34b Url: http://www.samba.org/ diff --git a/samba.changes b/samba.changes index 3c57919..73a34db 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 3 20:46:14 UTC 2013 - lmuelle@suse.com + +- Update to 3.6.13. + + Fix two resource leaks in winbindd; (bso#9684). + + Unlink after open causes smbd to panic; (bso#9571). + ------------------------------------------------------------------- Wed Apr 3 19:30:33 UTC 2013 - lmuelle@suse.com diff --git a/samba.spec b/samba.spec index d2bc099..94fec66 100644 --- a/samba.spec +++ b/samba.spec @@ -89,7 +89,7 @@ BuildRequires: libtalloc-devel BuildRequires: libtdb-devel BuildRequires: libtevent-devel %endif -%define samba_ver 3.6.12 +%define samba_ver 3.6.13 %define samba_ver_suffix %nil %define samba_ver_full %{samba_ver}%{samba_ver_suffix} %if 0%{?suse_version} && 0%{?suse_version} < 1111 @@ -126,9 +126,9 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 2964 +%define SOURCE_TIMESTAMP 2966 %define BRANCH %{version} -Version: 3.6.12 +Version: 3.6.13 Release: 0 %define ldapsmb_ver 1.34b License: GPL-3.0+ diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index a8b5407..a8ae695 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:285ff28161552db95bc8a710b2a2be73d64f8ff58da4919d54bd51a88ce6bd86 -size 53830 +oid sha256:313a93b1101b689f1aa55c3cf4c1da561000694324d7733a694e4325659b1ad6 +size 53551 From 9c3c48a6f2e743356c2e2a4b4b5d6fb1043fecf2eff99b4b1e5a22bcc1da418e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Wed, 3 Apr 2013 21:09:55 +0000 Subject: [PATCH 03/15] Remove by 3.6.13 obsoleted patches. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=300 --- patches.tar.bz2 | 4 ++-- vendor-files.tar.bz2 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/patches.tar.bz2 b/patches.tar.bz2 index 4bc45cb..1fbcfcd 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5255436e90a117a224180a5c26dd115cf4aa782dd1bdca55800dc4e78b5f27a5 -size 47536 +oid sha256:1e3f3885ecad345f87cc94c3e87bb532d38f0942786457ef211fc483561994dd +size 32820 diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index a8ae695..9a28224 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:313a93b1101b689f1aa55c3cf4c1da561000694324d7733a694e4325659b1ad6 -size 53551 +oid sha256:092392fd004174815d8d756e6d0c240e47af37de8d75dd5db255bd494a588c61 +size 53582 From d19c5d7d80c402a8f0f931b5ab88d75ff0315a33fa625c03e90591e8a8c11762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Wed, 3 Apr 2013 22:00:28 +0000 Subject: [PATCH 04/15] Add installed dbwrap_tool.1 man page to the file list. This might be a bug. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=301 --- patches.tar.bz2 | 4 ++-- samba-doc.spec | 2 +- samba.spec | 3 ++- vendor-files.tar.bz2 | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/patches.tar.bz2 b/patches.tar.bz2 index 1fbcfcd..fa26606 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e3f3885ecad345f87cc94c3e87bb532d38f0942786457ef211fc483561994dd -size 32820 +oid sha256:bb14503ad91333dfbf3c7efaf5185a7b62e7591af33a12cae4d2c83f8c51c045 +size 32815 diff --git a/samba-doc.spec b/samba-doc.spec index e9b60e9..79d1b59 100644 --- a/samba-doc.spec +++ b/samba-doc.spec @@ -126,7 +126,7 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 2966 +%define SOURCE_TIMESTAMP 2968 %define BRANCH %{version} Version: 3.6.13 Release: 0 diff --git a/samba.spec b/samba.spec index 94fec66..7d5191d 100644 --- a/samba.spec +++ b/samba.spec @@ -126,7 +126,7 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 2966 +%define SOURCE_TIMESTAMP 2968 %define BRANCH %{version} Version: 3.6.13 Release: 0 @@ -1498,6 +1498,7 @@ fi %{_libdir}/samba/lowcase.dat %{_libdir}/samba/upcase.dat %{_libdir}/samba/valid.dat +%doc %{_mandir}/man1/dbwrap_tool.1.* %doc %{_mandir}/man1/findsmb.1.* %doc %{_mandir}/man1/nmblookup.1.* %doc %{_mandir}/man1/nmbstatus.1.* diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index 9a28224..c81df32 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:092392fd004174815d8d756e6d0c240e47af37de8d75dd5db255bd494a588c61 -size 53582 +oid sha256:ff00d6ea1a5e8e3a5fe62e6fedf8f6ef47d8597f841330e4e12a7fc9e3787b35 +size 53526 From 0694202ce7ff383384a796f08ce06244bb1b380a130acc12fabd92584d5d19bd Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Thu, 4 Apr 2013 16:59:33 +0000 Subject: [PATCH 05/15] - Fix periodic printcap cache reloads; (bso#9650); (bnc#807334). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=302 --- patches.tar.bz2 | 4 ++-- samba-doc.spec | 2 +- samba.changes | 11 +++++++++++ samba.spec | 2 +- vendor-files.tar.bz2 | 4 ++-- 5 files changed, 17 insertions(+), 6 deletions(-) diff --git a/patches.tar.bz2 b/patches.tar.bz2 index fa26606..645b677 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bb14503ad91333dfbf3c7efaf5185a7b62e7591af33a12cae4d2c83f8c51c045 -size 32815 +oid sha256:a572302aca0eb6dce45b2987bcff344bec4303a52e0daa94d0301cbaf906a893 +size 37498 diff --git a/samba-doc.spec b/samba-doc.spec index 79d1b59..6878192 100644 --- a/samba-doc.spec +++ b/samba-doc.spec @@ -126,7 +126,7 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 2968 +%define SOURCE_TIMESTAMP 2969 %define BRANCH %{version} Version: 3.6.13 Release: 0 diff --git a/samba.changes b/samba.changes index 73a34db..15ecac4 100644 --- a/samba.changes +++ b/samba.changes @@ -32,6 +32,11 @@ Wed Apr 3 19:30:33 UTC 2013 - lmuelle@suse.com - Fix a possible buffer overrun in pdb_smbpasswd; (bso#9686). - Fix vfs_catia module; (bso#9701). +------------------------------------------------------------------- +Thu Mar 14 14:40:51 UTC 2013 - ddiss@suse.com + +- Fix periodic printcap cache reloads; (bso#9650); (bnc#807334). + ------------------------------------------------------------------- Tue Feb 26 13:03:46 UTC 2013 - lmuelle@suse.com @@ -43,6 +48,12 @@ Mon Feb 25 13:08:58 UTC 2013 - lmuelle@suse.com - Shift the smbfs init script nfs dependency from Required to Should. +------------------------------------------------------------------- +Mon Feb 11 19:24:27 UTC 2013 - ddiss@suse.com + +- Fix SMB1 Session Setup AndX handling with a large krb PAC; + (bso#9658); (bnc#802031). + ------------------------------------------------------------------- Fri Feb 8 21:06:56 UTC 2013 - lmuelle@suse.com diff --git a/samba.spec b/samba.spec index 7d5191d..1c8fcf0 100644 --- a/samba.spec +++ b/samba.spec @@ -126,7 +126,7 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 2968 +%define SOURCE_TIMESTAMP 2969 %define BRANCH %{version} Version: 3.6.13 Release: 0 diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index c81df32..6960b52 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:ff00d6ea1a5e8e3a5fe62e6fedf8f6ef47d8597f841330e4e12a7fc9e3787b35 -size 53526 +oid sha256:c2382cff4f766bfa06084e1269908bbd8da4f7836c15acaf04dfaa504da82c54 +size 53632 From a63056bb194dd558b35abf03bf49600f53c77579860f3476d94ea14cc85d0951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Thu, 18 Apr 2013 22:13:06 +0000 Subject: [PATCH 06/15] - Certain xattrs cause Windows error 0x800700FF; (bso#9130). - Fix the username map optimization; (bso#9139); (bnc#815994). - Fix adding case sensitive spn; (bso#9699). - Add a tool to migrate latin1 printing tdb's to registry; (bso#9723). - is_encrypted_packet() function incorrectly used inside server; (bso#9724). - wkssvc: Fix NULL pointer dereference; (bso#9727). - smbcontrol close-share is not working; (bso#9733). - Fix winbind seperator in upn to username conversion; (bso#9735). - Change to smbd/dir.c code gives significant performance increases on large directory listings; (bso#9736). - When creating a directory Samba allows inherited bit to slip through; (bso#9747). - Remove unneeded fstat system call from hot read path; (bso#9748). - Cache name_to_sid/sid_to_name correctly; (bso#9766). - vfs_fake_perms: Fix segfault for "artificial" conn_structs; (bso#9775). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=303 --- patches.tar.bz2 | 4 ++-- samba-doc.spec | 2 +- samba.changes | 17 +++++++++++++++++ samba.spec | 2 +- vendor-files.tar.bz2 | 4 ++-- 5 files changed, 23 insertions(+), 6 deletions(-) diff --git a/patches.tar.bz2 b/patches.tar.bz2 index 645b677..d47b945 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a572302aca0eb6dce45b2987bcff344bec4303a52e0daa94d0301cbaf906a893 -size 37498 +oid sha256:28061aaaa286f32f575c9fb9c83929c8817eba554d68f9bc5901de1e4adaab96 +size 50287 diff --git a/samba-doc.spec b/samba-doc.spec index 6878192..f2c412c 100644 --- a/samba-doc.spec +++ b/samba-doc.spec @@ -126,7 +126,7 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 2969 +%define SOURCE_TIMESTAMP 2974 %define BRANCH %{version} Version: 3.6.13 Release: 0 diff --git a/samba.changes b/samba.changes index 15ecac4..515152b 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Apr 18 18:38:43 UTC 2013 - lmuelle@suse.com + +- Certain xattrs cause Windows error 0x800700FF; (bso#9130). +- Fix the username map optimization; (bso#9139); (bnc#815994). +- Fix adding case sensitive spn; (bso#9699). +- Add a tool to migrate latin1 printing tdb's to registry; (bso#9723). +- is_encrypted_packet() function incorrectly used inside server; (bso#9724). +- wkssvc: Fix NULL pointer dereference; (bso#9727). +- smbcontrol close-share is not working; (bso#9733). +- Fix winbind seperator in upn to username conversion; (bso#9735). +- Change to smbd/dir.c code gives significant performance increases on large directory listings; (bso#9736). +- When creating a directory Samba allows inherited bit to slip through; (bso#9747). +- Remove unneeded fstat system call from hot read path; (bso#9748). +- Cache name_to_sid/sid_to_name correctly; (bso#9766). +- vfs_fake_perms: Fix segfault for "artificial" conn_structs; (bso#9775). + ------------------------------------------------------------------- Wed Apr 3 20:46:14 UTC 2013 - lmuelle@suse.com diff --git a/samba.spec b/samba.spec index 1c8fcf0..a08a3ed 100644 --- a/samba.spec +++ b/samba.spec @@ -126,7 +126,7 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 2969 +%define SOURCE_TIMESTAMP 2974 %define BRANCH %{version} Version: 3.6.13 Release: 0 diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index 6960b52..11374ca 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:c2382cff4f766bfa06084e1269908bbd8da4f7836c15acaf04dfaa504da82c54 -size 53632 +oid sha256:7001a51dff75cdd8c15301949b0f561d2654263a33701ac432c53db338f4b851 +size 53638 From b3f5767936af9801c0fbc5a1b6f9bf1e18b61839fe301b8bc4ae07db0b2a63c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Fri, 26 Apr 2013 16:26:10 +0000 Subject: [PATCH 07/15] - Remove disabled and anyhow obsoleted net-report and net_rpc_migrate patches. - wbinfo: fix segfault in wbinfo_pam_logon; (bso#9807). - docs: Fix missing entry in specfile; (bso#9809). - Old DOS SMB CTEMP request uses a non-VFS function to access the filesystem; (bso#9811). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=304 --- patches.tar.bz2 | 4 ++-- samba-doc.spec | 2 +- samba.changes | 13 +++++++++++++ samba.spec | 2 +- vendor-files.tar.bz2 | 4 ++-- 5 files changed, 19 insertions(+), 6 deletions(-) diff --git a/patches.tar.bz2 b/patches.tar.bz2 index d47b945..30d22f5 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28061aaaa286f32f575c9fb9c83929c8817eba554d68f9bc5901de1e4adaab96 -size 50287 +oid sha256:eb827ae8e847a23ea3c9f181a227a8ec0d8e049675c296aef7d2949252e887fe +size 46120 diff --git a/samba-doc.spec b/samba-doc.spec index f2c412c..5ef95cc 100644 --- a/samba-doc.spec +++ b/samba-doc.spec @@ -126,7 +126,7 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 2974 +%define SOURCE_TIMESTAMP 2980 %define BRANCH %{version} Version: 3.6.13 Release: 0 diff --git a/samba.changes b/samba.changes index 515152b..97b3ab8 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Apr 26 15:54:50 UTC 2013 - lmuelle@suse.com + +- Remove disabled and anyhow obsoleted net-report and net_rpc_migrate patches. + +------------------------------------------------------------------- +Fri Apr 26 15:09:08 UTC 2013 - lmuelle@suse.com + +- wbinfo: fix segfault in wbinfo_pam_logon; (bso#9807). +- docs: Fix missing entry in specfile; (bso#9809). +- Old DOS SMB CTEMP request uses a non-VFS function to access the filesystem; + (bso#9811). + ------------------------------------------------------------------- Thu Apr 18 18:38:43 UTC 2013 - lmuelle@suse.com diff --git a/samba.spec b/samba.spec index a08a3ed..a46a71d 100644 --- a/samba.spec +++ b/samba.spec @@ -126,7 +126,7 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 2974 +%define SOURCE_TIMESTAMP 2980 %define BRANCH %{version} Version: 3.6.13 Release: 0 diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index 11374ca..b2152f5 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:7001a51dff75cdd8c15301949b0f561d2654263a33701ac432c53db338f4b851 -size 53638 +oid sha256:4126672048419b5c15097421d955abe17e31cdb57350792b0d0f41c140abc48c +size 53573 From 7ba18c1a0c018b8021325d5e0d7871c8c1fa631c7f42b78cd9ff62940cdb4a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Mon, 29 Apr 2013 13:01:48 +0000 Subject: [PATCH 08/15] - Update to 3.6.13. + Certain xattrs cause Windows error 0x800700FF; (bso#9130). - Exclude dbwrap_tool man page from the list of packaged files. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=305 --- patches.tar.bz2 | 4 ++-- samba-3.6.13.tar.bz2 | 3 --- samba-3.6.14.tar.bz2 | 3 +++ samba-doc.spec | 6 +++--- samba.changes | 7 +++++++ samba.spec | 8 ++++---- vendor-files.tar.bz2 | 4 ++-- 7 files changed, 21 insertions(+), 14 deletions(-) delete mode 100644 samba-3.6.13.tar.bz2 create mode 100644 samba-3.6.14.tar.bz2 diff --git a/patches.tar.bz2 b/patches.tar.bz2 index 30d22f5..13e7e6e 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eb827ae8e847a23ea3c9f181a227a8ec0d8e049675c296aef7d2949252e887fe -size 46120 +oid sha256:ac87dc9d80f20dfe89e0bd5cb95722f5195c85b10f0c8ba20251815b1a4740ed +size 26479 diff --git a/samba-3.6.13.tar.bz2 b/samba-3.6.13.tar.bz2 deleted file mode 100644 index 890f1b4..0000000 --- a/samba-3.6.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8574f4fd99aee210a7642a8a780b6f5706add0505e2449bf6954acc6e690f2e -size 29600290 diff --git a/samba-3.6.14.tar.bz2 b/samba-3.6.14.tar.bz2 new file mode 100644 index 0000000..ac5428a --- /dev/null +++ b/samba-3.6.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f7856df276915884b3772e0c7ed66110597a81c762648f442be671ce9dc62ee +size 29592648 diff --git a/samba-doc.spec b/samba-doc.spec index 5ef95cc..20d5fad 100644 --- a/samba-doc.spec +++ b/samba-doc.spec @@ -89,7 +89,7 @@ BuildRequires: libtalloc-devel BuildRequires: libtdb-devel BuildRequires: libtevent-devel %endif -%define samba_ver 3.6.13 +%define samba_ver 3.6.14 %define samba_ver_suffix %nil %define samba_ver_full %{samba_ver}%{samba_ver_suffix} %if 0%{?suse_version} && 0%{?suse_version} < 1111 @@ -126,9 +126,9 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 2980 +%define SOURCE_TIMESTAMP 2981 %define BRANCH %{version} -Version: 3.6.13 +Version: 3.6.14 Release: 0 %define ldapsmb_ver 1.34b Url: http://www.samba.org/ diff --git a/samba.changes b/samba.changes index 97b3ab8..71d5667 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Apr 29 12:21:15 UTC 2013 - lmuelle@suse.com + +- Update to 3.6.13. + + Certain xattrs cause Windows error 0x800700FF; (bso#9130). +- Exclude dbwrap_tool man page from the list of packaged files. + ------------------------------------------------------------------- Fri Apr 26 15:54:50 UTC 2013 - lmuelle@suse.com diff --git a/samba.spec b/samba.spec index a46a71d..9c8219b 100644 --- a/samba.spec +++ b/samba.spec @@ -89,7 +89,7 @@ BuildRequires: libtalloc-devel BuildRequires: libtdb-devel BuildRequires: libtevent-devel %endif -%define samba_ver 3.6.13 +%define samba_ver 3.6.14 %define samba_ver_suffix %nil %define samba_ver_full %{samba_ver}%{samba_ver_suffix} %if 0%{?suse_version} && 0%{?suse_version} < 1111 @@ -126,9 +126,9 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 2980 +%define SOURCE_TIMESTAMP 2981 %define BRANCH %{version} -Version: 3.6.13 +Version: 3.6.14 Release: 0 %define ldapsmb_ver 1.34b License: GPL-3.0+ @@ -1498,7 +1498,7 @@ fi %{_libdir}/samba/lowcase.dat %{_libdir}/samba/upcase.dat %{_libdir}/samba/valid.dat -%doc %{_mandir}/man1/dbwrap_tool.1.* +%exclude %{_mandir}/man1/dbwrap_tool.1.* %doc %{_mandir}/man1/findsmb.1.* %doc %{_mandir}/man1/nmblookup.1.* %doc %{_mandir}/man1/nmbstatus.1.* diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index b2152f5..88a8142 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:4126672048419b5c15097421d955abe17e31cdb57350792b0d0f41c140abc48c -size 53573 +oid sha256:67429c9d519eaf7c5cc4b0ca9edc6db047ae448b7287f007196c9ca532bb4ab4 +size 53552 From b2a88feb2d36a7814e52c17a33a73a5e5097b03ee372ee1321fe3dc93bbac257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Mon, 29 Apr 2013 17:46:02 +0000 Subject: [PATCH 09/15] Use the correct version number in the package change log too. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=306 --- patches.tar.bz2 | 4 ++-- samba-doc.spec | 2 +- samba.changes | 2 +- samba.spec | 2 +- vendor-files.tar.bz2 | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/patches.tar.bz2 b/patches.tar.bz2 index 13e7e6e..742b40e 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ac87dc9d80f20dfe89e0bd5cb95722f5195c85b10f0c8ba20251815b1a4740ed -size 26479 +oid sha256:02ee243779ec50c929d0dae0db35f912cfed327fc14902f6d0b02be48cd33b76 +size 26521 diff --git a/samba-doc.spec b/samba-doc.spec index 20d5fad..0b728bf 100644 --- a/samba-doc.spec +++ b/samba-doc.spec @@ -126,7 +126,7 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 2981 +%define SOURCE_TIMESTAMP 2982 %define BRANCH %{version} Version: 3.6.14 Release: 0 diff --git a/samba.changes b/samba.changes index 71d5667..06d15e6 100644 --- a/samba.changes +++ b/samba.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Mon Apr 29 12:21:15 UTC 2013 - lmuelle@suse.com -- Update to 3.6.13. +- Update to 3.6.14. + Certain xattrs cause Windows error 0x800700FF; (bso#9130). - Exclude dbwrap_tool man page from the list of packaged files. diff --git a/samba.spec b/samba.spec index 9c8219b..760c924 100644 --- a/samba.spec +++ b/samba.spec @@ -126,7 +126,7 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 2981 +%define SOURCE_TIMESTAMP 2982 %define BRANCH %{version} Version: 3.6.14 Release: 0 diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index 88a8142..c95db23 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:67429c9d519eaf7c5cc4b0ca9edc6db047ae448b7287f007196c9ca532bb4ab4 -size 53552 +oid sha256:f5097097d4614e444e3ee64c245e08976524d6eee38ce9d09ee28e47ecbcf620 +size 53474 From c8e186c44f0b0fec7524401d506cb10c5fd945e349d058194b186b09a7b72346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Wed, 8 May 2013 12:43:57 +0000 Subject: [PATCH 10/15] - Update to 3.6.15. + Fix crash bug in Winbind; (bso#9854). - Add support for PFC_FLAG_OBJECT_UUID when parsing packets; (bso#9382). - Fix "guest ok", "force user" and "force group" for guest users; (bso#9746). - Fix 'map untrusted to domain' with NTLMv2; (bso#9817). - Fix crash bug in Winbind; (bso#9854). - Fix panic in nt_printer_publish_ads; (bso#9830). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=307 --- patches.tar.bz2 | 4 ++-- samba-3.6.14.tar.bz2 | 3 --- samba-3.6.15.tar.bz2 | 3 +++ samba-doc.spec | 6 +++--- samba.changes | 19 +++++++++++++++++++ samba.spec | 6 +++--- vendor-files.tar.bz2 | 4 ++-- 7 files changed, 32 insertions(+), 13 deletions(-) delete mode 100644 samba-3.6.14.tar.bz2 create mode 100644 samba-3.6.15.tar.bz2 diff --git a/patches.tar.bz2 b/patches.tar.bz2 index 742b40e..fea9a21 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:02ee243779ec50c929d0dae0db35f912cfed327fc14902f6d0b02be48cd33b76 -size 26521 +oid sha256:a4848cffaf4c5d846ab741c9663bd91d1aca9e531af7dffcd37a5d0c783e343a +size 26515 diff --git a/samba-3.6.14.tar.bz2 b/samba-3.6.14.tar.bz2 deleted file mode 100644 index ac5428a..0000000 --- a/samba-3.6.14.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f7856df276915884b3772e0c7ed66110597a81c762648f442be671ce9dc62ee -size 29592648 diff --git a/samba-3.6.15.tar.bz2 b/samba-3.6.15.tar.bz2 new file mode 100644 index 0000000..ca68f7c --- /dev/null +++ b/samba-3.6.15.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:431029eed2693827d1760efff3fd818b4994e84c3bb07b2bc30104091accdc97 +size 29595023 diff --git a/samba-doc.spec b/samba-doc.spec index 0b728bf..c7e8df8 100644 --- a/samba-doc.spec +++ b/samba-doc.spec @@ -89,7 +89,7 @@ BuildRequires: libtalloc-devel BuildRequires: libtdb-devel BuildRequires: libtevent-devel %endif -%define samba_ver 3.6.14 +%define samba_ver 3.6.15 %define samba_ver_suffix %nil %define samba_ver_full %{samba_ver}%{samba_ver_suffix} %if 0%{?suse_version} && 0%{?suse_version} < 1111 @@ -126,9 +126,9 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 2982 +%define SOURCE_TIMESTAMP 2991 %define BRANCH %{version} -Version: 3.6.14 +Version: 3.6.15 Release: 0 %define ldapsmb_ver 1.34b Url: http://www.samba.org/ diff --git a/samba.changes b/samba.changes index 06d15e6..9d9c41d 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed May 8 12:18:20 UTC 2013 - lmuelle@suse.com + +- Update to 3.6.15. + + Fix crash bug in Winbind; (bso#9854). + +------------------------------------------------------------------- +Wed May 8 11:26:49 UTC 2013 - lmuelle@suse.com + +- Add support for PFC_FLAG_OBJECT_UUID when parsing packets; (bso#9382). +- Fix "guest ok", "force user" and "force group" for guest users; (bso#9746). +- Fix 'map untrusted to domain' with NTLMv2; (bso#9817). +- Fix crash bug in Winbind; (bso#9854). + +------------------------------------------------------------------- +Wed May 8 10:03:35 UTC 2013 - ddiss@suse.com + +- Fix panic in nt_printer_publish_ads; (bso#9830). + ------------------------------------------------------------------- Mon Apr 29 12:21:15 UTC 2013 - lmuelle@suse.com diff --git a/samba.spec b/samba.spec index 760c924..dd18bc3 100644 --- a/samba.spec +++ b/samba.spec @@ -89,7 +89,7 @@ BuildRequires: libtalloc-devel BuildRequires: libtdb-devel BuildRequires: libtevent-devel %endif -%define samba_ver 3.6.14 +%define samba_ver 3.6.15 %define samba_ver_suffix %nil %define samba_ver_full %{samba_ver}%{samba_ver_suffix} %if 0%{?suse_version} && 0%{?suse_version} < 1111 @@ -126,9 +126,9 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 2982 +%define SOURCE_TIMESTAMP 2991 %define BRANCH %{version} -Version: 3.6.14 +Version: 3.6.15 Release: 0 %define ldapsmb_ver 1.34b License: GPL-3.0+ diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index c95db23..cb109e8 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:f5097097d4614e444e3ee64c245e08976524d6eee38ce9d09ee28e47ecbcf620 -size 53474 +oid sha256:1655c3d56cf71672b742c13d469251d094fbb801788d385c468b39150b67a51a +size 53643 From 450246b104b8d8715364ef1e12807db52718f057383c1658d483b81fd63a843d Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Wed, 5 Jun 2013 13:01:53 +0000 Subject: [PATCH 11/15] - Fix libreplace license ambiguity; (bso#8997); (bnc#765270). - s3-docs: Remove "experimental" label on "max protocol=SMB2" parameter; (bso#9688). - Remove the compound_related_in_progress state from the smb2 global state; (bso#9722). - Makefile: Don't know how to make LIBNDR_PREG_OBJ; (bso#9868). - Fix is_printer_published GUID retrieval; (bso#9900); (bnc#798856). - Don't modify the pidfile name when a custom config file path is used; (bnc#812929). - Fix AD printer publishing; (bso#9378); (bnc#798856). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=308 --- patches.tar.bz2 | 4 ++-- samba-doc.spec | 2 +- samba.changes | 36 +++++++++++++++++++++++++++++++++--- samba.spec | 2 +- vendor-files.tar.bz2 | 4 ++-- 5 files changed, 39 insertions(+), 9 deletions(-) diff --git a/patches.tar.bz2 b/patches.tar.bz2 index fea9a21..4f5213b 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a4848cffaf4c5d846ab741c9663bd91d1aca9e531af7dffcd37a5d0c783e343a -size 26515 +oid sha256:2ae68899b672137b2e73f08cde9fd98ca966f50eb1ba98e16e0d725b8ac55d77 +size 62689 diff --git a/samba-doc.spec b/samba-doc.spec index c7e8df8..97c5053 100644 --- a/samba-doc.spec +++ b/samba-doc.spec @@ -126,7 +126,7 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 2991 +%define SOURCE_TIMESTAMP 3013 %define BRANCH %{version} Version: 3.6.15 Release: 0 diff --git a/samba.changes b/samba.changes index 9d9c41d..ea7f458 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jun 5 11:45:41 UTC 2013 - ddiss@suse.com + +- Fix libreplace license ambiguity; (bso#8997); (bnc#765270). + +------------------------------------------------------------------- +Tue May 28 11:59:59 UTC 2013 - lmuelle@suse.com + +- s3-docs: Remove "experimental" label on "max protocol=SMB2" parameter; + (bso#9688). +- Remove the compound_related_in_progress state from the smb2 global state; + (bso#9722). +- Makefile: Don't know how to make LIBNDR_PREG_OBJ; (bso#9868). + +------------------------------------------------------------------- +Thu May 23 14:17:41 UTC 2013 - ddiss@suse.com + +- Fix is_printer_published GUID retrieval; (bso#9900); (bnc#798856). + ------------------------------------------------------------------- Wed May 8 12:18:20 UTC 2013 - lmuelle@suse.com @@ -9,7 +28,7 @@ Wed May 8 11:26:49 UTC 2013 - lmuelle@suse.com - Add support for PFC_FLAG_OBJECT_UUID when parsing packets; (bso#9382). - Fix "guest ok", "force user" and "force group" for guest users; (bso#9746). -- Fix 'map untrusted to domain' with NTLMv2; (bso#9817). +- Fix 'map untrusted to domain' with NTLMv2; (bso#9817); (bnc#817919). - Fix crash bug in Winbind; (bso#9854). ------------------------------------------------------------------- @@ -54,6 +73,12 @@ Thu Apr 18 18:38:43 UTC 2013 - lmuelle@suse.com - Cache name_to_sid/sid_to_name correctly; (bso#9766). - vfs_fake_perms: Fix segfault for "artificial" conn_structs; (bso#9775). +------------------------------------------------------------------- +Mon Apr 15 13:06:58 UTC 2013 - ddiss@suse.com + +- Don't modify the pidfile name when a custom config file path is used; + (bnc#812929). + ------------------------------------------------------------------- Wed Apr 3 20:46:14 UTC 2013 - lmuelle@suse.com @@ -66,7 +91,7 @@ Wed Apr 3 19:30:33 UTC 2013 - lmuelle@suse.com - Fix GNU ld version detection with old gcc releases; (bso#7825). - 'map untrusted to domain' treats WORKSTATION as bogus domain; (bso#9039). -- Add extra attributes for AD printer publishing; (bso#9378). +- Add extra attributes for AD printer publishing; (bso#9378); (bnc#798856). - Downgrade v4 printer driver requests to v3; (bso#9474). - Samba returns unexpected error on SMB posix open; (bso#9519). - Add support for posix_openpt; (bso#9541). @@ -97,7 +122,7 @@ Thu Mar 14 14:40:51 UTC 2013 - ddiss@suse.com Tue Feb 26 13:03:46 UTC 2013 - lmuelle@suse.com - No longer use the cifs- or smbfstab named configuration file on post-12.2 - systems; (bnc#804822). + systems; (bnc#804822); (bnc#821889). ------------------------------------------------------------------- Mon Feb 25 13:08:58 UTC 2013 - lmuelle@suse.com @@ -173,6 +198,11 @@ Wed Jan 9 21:53:11 UTC 2013 - lmuelle@suse.com - Add the missing get_printing_ticket binary path while calling the set_permissions macro; (bnc#783375). +------------------------------------------------------------------- +Thu Jan 17 12:34:31 UTC 2013 - ddiss@suse.com + +- Fix AD printer publishing; (bso#9378); (bnc#798856). + ------------------------------------------------------------------- Sun Dec 23 14:56:51 UTC 2012 - lmuelle@suse.com diff --git a/samba.spec b/samba.spec index dd18bc3..96b3ccb 100644 --- a/samba.spec +++ b/samba.spec @@ -126,7 +126,7 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 2991 +%define SOURCE_TIMESTAMP 3013 %define BRANCH %{version} Version: 3.6.15 Release: 0 diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index cb109e8..665c2cd 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:1655c3d56cf71672b742c13d469251d094fbb801788d385c468b39150b67a51a -size 53643 +oid sha256:26fe7878f04333c01b689b1820edbde7e7ea645eca3f29161e99c51107f29843 +size 53601 From 2150e561d8a07c4b75080cd67944187e47581814bf2fed83972688f8aafb3717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Wed, 5 Jun 2013 15:20:27 +0000 Subject: [PATCH 12/15] Rearrange the package change log to be in chronological order again. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=309 --- patches.tar.bz2 | 4 ++-- samba-doc.spec | 2 +- samba.changes | 10 +++++----- samba.spec | 2 +- vendor-files.tar.bz2 | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/patches.tar.bz2 b/patches.tar.bz2 index 4f5213b..0fbe1e7 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2ae68899b672137b2e73f08cde9fd98ca966f50eb1ba98e16e0d725b8ac55d77 -size 62689 +oid sha256:dc8eb80736782985cdeea6e46f7700ce16e5f9bf5efabc79a792c9268950455b +size 62938 diff --git a/samba-doc.spec b/samba-doc.spec index 97c5053..3b1dd31 100644 --- a/samba-doc.spec +++ b/samba-doc.spec @@ -126,7 +126,7 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 3013 +%define SOURCE_TIMESTAMP 3014 %define BRANCH %{version} Version: 3.6.15 Release: 0 diff --git a/samba.changes b/samba.changes index ea7f458..430ece6 100644 --- a/samba.changes +++ b/samba.changes @@ -192,17 +192,17 @@ Fri Jan 18 17:34:55 UTC 2013 - lmuelle@suse.com - Remove dangling references to Heimdal from the spec file. +------------------------------------------------------------------- +Thu Jan 17 12:34:31 UTC 2013 - ddiss@suse.com + +- Fix AD printer publishing; (bso#9378); (bnc#798856). + ------------------------------------------------------------------- Wed Jan 9 21:53:11 UTC 2013 - lmuelle@suse.com - Add the missing get_printing_ticket binary path while calling the set_permissions macro; (bnc#783375). -------------------------------------------------------------------- -Thu Jan 17 12:34:31 UTC 2013 - ddiss@suse.com - -- Fix AD printer publishing; (bso#9378); (bnc#798856). - ------------------------------------------------------------------- Sun Dec 23 14:56:51 UTC 2012 - lmuelle@suse.com diff --git a/samba.spec b/samba.spec index 96b3ccb..862b787 100644 --- a/samba.spec +++ b/samba.spec @@ -126,7 +126,7 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 3013 +%define SOURCE_TIMESTAMP 3014 %define BRANCH %{version} Version: 3.6.15 Release: 0 diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index 665c2cd..24ca00f 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:26fe7878f04333c01b689b1820edbde7e7ea645eca3f29161e99c51107f29843 -size 53601 +oid sha256:99bda171e34d38271b9e6d60831dc39e41a9f09b3fdf270fdea09c535a236416 +size 53614 From fc02af5ea1ff0cb07526b16b354271d1048853b93f4bbd75fa58ae529c98c908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Wed, 5 Jun 2013 17:43:12 +0000 Subject: [PATCH 13/15] Remove hunks which are already present upstream from patches/suse/docs-document-the-publish-smb.conf-parameter.patch OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=310 --- patches.tar.bz2 | 4 ++-- samba-doc.spec | 2 +- samba.spec | 2 +- vendor-files.tar.bz2 | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/patches.tar.bz2 b/patches.tar.bz2 index 0fbe1e7..0bbad73 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc8eb80736782985cdeea6e46f7700ce16e5f9bf5efabc79a792c9268950455b -size 62938 +oid sha256:cff60225d63afdd05b3ea82f00da48d1ab3fbbb8c896476c53daebef7d14d9c2 +size 39994 diff --git a/samba-doc.spec b/samba-doc.spec index 3b1dd31..5bfff48 100644 --- a/samba-doc.spec +++ b/samba-doc.spec @@ -126,7 +126,7 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 3014 +%define SOURCE_TIMESTAMP 3015 %define BRANCH %{version} Version: 3.6.15 Release: 0 diff --git a/samba.spec b/samba.spec index 862b787..9d6c1a0 100644 --- a/samba.spec +++ b/samba.spec @@ -126,7 +126,7 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 3014 +%define SOURCE_TIMESTAMP 3015 %define BRANCH %{version} Version: 3.6.15 Release: 0 diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index 24ca00f..ad4c951 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:99bda171e34d38271b9e6d60831dc39e41a9f09b3fdf270fdea09c535a236416 -size 53614 +oid sha256:2e237a231a46fb716f0bb125968a44c608600dcef634c92b447c524f1f84e19e +size 53632 From 3b01ef5db4e329c999f760796da81f73196320b13923def2d1165283570d03e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Thu, 6 Jun 2013 12:32:42 +0000 Subject: [PATCH 14/15] Don't install the tdb utilities man pages on post-12.1 systems; (bnc#823549). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=311 --- patches.tar.bz2 | 4 ++-- samba-doc.spec | 2 +- samba.changes | 5 +++++ samba.spec | 10 ++++++---- vendor-files.tar.bz2 | 4 ++-- 5 files changed, 16 insertions(+), 9 deletions(-) diff --git a/patches.tar.bz2 b/patches.tar.bz2 index 0bbad73..1abb22d 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cff60225d63afdd05b3ea82f00da48d1ab3fbbb8c896476c53daebef7d14d9c2 -size 39994 +oid sha256:f02c1c7dfa83cc4978134c0718fea83a4f02f61fec5597f838b4df5c2d4c5a12 +size 39985 diff --git a/samba-doc.spec b/samba-doc.spec index 5bfff48..3089f3e 100644 --- a/samba-doc.spec +++ b/samba-doc.spec @@ -126,7 +126,7 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 3015 +%define SOURCE_TIMESTAMP 3016 %define BRANCH %{version} Version: 3.6.15 Release: 0 diff --git a/samba.changes b/samba.changes index 430ece6..b9f2197 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 6 11:43:31 UTC 2013 - lmuelle@suse.com + +- Don't install the tdb utilities man pages on post-12.1 systems; (bnc#823549). + ------------------------------------------------------------------- Wed Jun 5 11:45:41 UTC 2013 - ddiss@suse.com diff --git a/samba.spec b/samba.spec index 9d6c1a0..494e7e8 100644 --- a/samba.spec +++ b/samba.spec @@ -126,7 +126,7 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 3015 +%define SOURCE_TIMESTAMP 3016 %define BRANCH %{version} Version: 3.6.15 Release: 0 @@ -928,6 +928,8 @@ make -C source4/lib/ldb/ install \ # we prefer the s3 binaries of the tdbtools rm %{buildroot}/%{_bindir}/tdb{backup,dump,restore,tool} +%else +rm docs/manpages/tdb*.8 %endif make -C source3/ install \ @@ -1488,6 +1490,9 @@ fi %{_bindir}/tdbdump %{_bindir}/tdbrestore %{_bindir}/tdbtool +%doc %{_mandir}/man8/tdbbackup.8.* +%doc %{_mandir}/man8/tdbdump.8.* +%doc %{_mandir}/man8/tdbtool.8.* %endif /%{_lib}/libnss_wins.so.2 %dir %{cups_lib_dir} @@ -1522,9 +1527,6 @@ fi %doc %{_mandir}/man8/pdbedit.8.* %doc %{_mandir}/man8/smbpasswd.8.* %doc %{_mandir}/man8/smbspool.8.* -%doc %{_mandir}/man8/tdbbackup.8.* -%doc %{_mandir}/man8/tdbdump.8.* -%doc %{_mandir}/man8/tdbtool.8.* %dir %{_datadir}/samba %dir %{_datadir}/samba/LDAP %config %{_datadir}/samba/LDAP/samba-nds.schema diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index ad4c951..9459a1f 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:2e237a231a46fb716f0bb125968a44c608600dcef634c92b447c524f1f84e19e -size 53632 +oid sha256:7866289a264ecad13ad3f60923a2693b25c41887f2459b87b9b9da88c6c95eb9 +size 53681 From b511916294d7cdf7d0d17255509113ab142283e841125a5a0bf26e9b3c4b0619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Fri, 14 Jun 2013 10:22:01 +0000 Subject: [PATCH 15/15] Don't package the SWAT man page while its build is disabled; (bnc#816647). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=312 --- patches.tar.bz2 | 4 ++-- samba-doc.spec | 2 +- samba.changes | 5 +++++ samba.spec | 4 ++-- vendor-files.tar.bz2 | 4 ++-- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/patches.tar.bz2 b/patches.tar.bz2 index 1abb22d..264f144 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f02c1c7dfa83cc4978134c0718fea83a4f02f61fec5597f838b4df5c2d4c5a12 -size 39985 +oid sha256:48c72d7a61e3e15e501f0008c844b5f345ea24aab84273dc8fc786bfdf73cb99 +size 39835 diff --git a/samba-doc.spec b/samba-doc.spec index 3089f3e..4a0b7c9 100644 --- a/samba-doc.spec +++ b/samba-doc.spec @@ -126,7 +126,7 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 3016 +%define SOURCE_TIMESTAMP 3017 %define BRANCH %{version} Version: 3.6.15 Release: 0 diff --git a/samba.changes b/samba.changes index b9f2197..9fb0118 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 14 09:59:26 UTC 2013 - lmuelle@suse.com + +- Don't package the SWAT man page while its build is disabled; (bnc#816647). + ------------------------------------------------------------------- Thu Jun 6 11:43:31 UTC 2013 - lmuelle@suse.com diff --git a/samba.spec b/samba.spec index 494e7e8..8b9bbed 100644 --- a/samba.spec +++ b/samba.spec @@ -126,7 +126,7 @@ BuildRequires: libtevent-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 3016 +%define SOURCE_TIMESTAMP 3017 %define BRANCH %{version} Version: 3.6.15 Release: 0 @@ -1385,7 +1385,7 @@ fi %doc %{_mandir}/man5/smbpasswd.5.* %doc %{_mandir}/man8/nmbd.8.* %doc %{_mandir}/man8/smbd.8.* -%doc %{_mandir}/man8/swat.8.* +%exclude %{_mandir}/man8/swat.8.* %doc %{_mandir}/man8/vfs_aio_fork.8.* %doc %{_mandir}/man8/vfs_aio_pthread.8.* %doc %{_mandir}/man8/vfs_acl_tdb.8.* diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index 9459a1f..fcea630 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:7866289a264ecad13ad3f60923a2693b25c41887f2459b87b9b9da88c6c95eb9 -size 53681 +oid sha256:23f2fd43101156f9a4fdb34444e016eec7a1a0f4d24e86bd1f02139201f265fc +size 53705