diff --git a/patches.tar.bz2 b/patches.tar.bz2 index 2683bb2..264f144 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:48c72d7a61e3e15e501f0008c844b5f345ea24aab84273dc8fc786bfdf73cb99 +size 39835 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.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 74486be..4a0b7c9 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.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 2956 +%define SOURCE_TIMESTAMP 3017 %define BRANCH %{version} -Version: 3.6.12 +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 09b5594..9fb0118 100644 --- a/samba.changes +++ b/samba.changes @@ -1,14 +1,150 @@ +------------------------------------------------------------------- +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 + +- 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 + +- 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 + +- 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); (bnc#817919). +- 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 + +- Update to 3.6.14. + + 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 + +- 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 + +- 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). + +------------------------------------------------------------------- +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 + +- 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 + +- 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); (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). +- 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). + +------------------------------------------------------------------- +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 - 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 - 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 @@ -66,6 +202,11 @@ 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 @@ -138,7 +279,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 +706,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 +941,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 +2145,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 +2323,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..8b9bbed 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.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 2956 +%define SOURCE_TIMESTAMP 3017 %define BRANCH %{version} -Version: 3.6.12 +Version: 3.6.15 Release: 0 %define ldapsmb_ver 1.34b License: GPL-3.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 \ @@ -1383,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.* @@ -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} @@ -1498,6 +1503,7 @@ fi %{_libdir}/samba/lowcase.dat %{_libdir}/samba/upcase.dat %{_libdir}/samba/valid.dat +%exclude %{_mandir}/man1/dbwrap_tool.1.* %doc %{_mandir}/man1/findsmb.1.* %doc %{_mandir}/man1/nmblookup.1.* %doc %{_mandir}/man1/nmbstatus.1.* @@ -1521,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 ed43623..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:ce5dd2194b4d9421cabf9615b817d1f9b922352d686f231be9c3f7b7a8a5fe27 -size 53283 +oid sha256:23f2fd43101156f9a4fdb34444e016eec7a1a0f4d24e86bd1f02139201f265fc +size 53705