Author: adamg Date: Mon Nov 9 00:12:58 2009 GMT Module: packages Tag: HEAD ---- Log message: - updated to 3.4.3 (3.4.2 solved CVE-2009-2813, CVE-2009-2948 and CVE-2009-2906) - fix upcall build (http://bugs.gentoo.org/show_bug.cgi?id=291360) - link.patch no longer needed - rfc3454.txt seemed to be missing from 3.4.3 tarball - disabled python-samba, needs review (see git commit 5065cf70f8bf41193d6d33413f2285f62bba0502) - release 0.1 (works for me as a simple fileserver
---- Files affected: packages/samba: samba.spec (1.465 -> 1.466) ---- Diffs: ================================================================ Index: packages/samba/samba.spec diff -u packages/samba/samba.spec:1.465 packages/samba/samba.spec:1.466 --- packages/samba/samba.spec:1.465 Thu Nov 5 16:19:09 2009 +++ packages/samba/samba.spec Mon Nov 9 01:12:52 2009 @@ -31,13 +31,13 @@ Summary(uk.UTF-8): SMB клієнт та сервер Summary(zh_CN.UTF-8): Samba 客户端和服务器 Name: samba -Version: 3.4.0 -Release: 3 +Version: 3.4.3 +Release: 0.1 Epoch: 1 License: GPL v3 Group: Networking/Daemons Source0: http://www.samba.org/samba/ftp/stable/%{name}-%{version}.tar.gz -# Source0-md5: a7137736379daf9855814ae14c2c5e22 +# Source0-md5: 322379680c12057f57685652a35a6b05 Source1: smb.init Source2: %{name}.pamd Source3: swat.inetd @@ -48,13 +48,14 @@ # Source7-md5: 8f1dd119172e04e6d7c2d05526a4cf8b Source8: winbind.init Source9: winbind.sysconfig +Source10: %{name}-rfc3454.txt Patch0: %{name}-smbwrapper.patch Patch1: %{name}-c++-nofail.patch Patch2: %{name}-pthread.patch Patch3: %{name}-nscd.patch Patch4: %{name}-lprng-no-dot-printers.patch -Patch5: %{name}-link.patch -Patch6: %{name}-pr6551.patch +Patch5: %{name}-python.patch +Patch6: %{name}-client-upcall-buildfix.patch URL: http://www.samba.org/ BuildRequires: acl-devel BuildRequires: autoconf @@ -91,6 +92,7 @@ %{?with_cups:Requires: cups-lib >= 1:1.2.0} Obsoletes: samba-pdb-xml Obsoletes: samba-vfs-block +Obsoletes: python-samba BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _vfsdir %{_libdir}/%{name}/vfs @@ -964,6 +966,8 @@ mv README{,.vfs} cd ../.. +install %{SOURCE10} source4/heimdal/lib/wind/rfc3454.txt + %build cd source3 %{__libtoolize} @@ -1553,6 +1557,7 @@ %defattr(644,root,root,755) %doc docs/*.pdf +%if 0 %files -n python-samba %defattr(644,root,root,755) %attr(755,root,root) %{py_sitedir}/*.so @@ -1568,6 +1573,7 @@ %{py_sitedir}/samba/tests/dcerpc/*.py[co] %dir %{py_sitedir}/samba/torture %{py_sitedir}/samba/torture/*.py[co] +%endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -1575,6 +1581,16 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.466 2009/11/09 00:12:52 adamg +- updated to 3.4.3 (3.4.2 solved CVE-2009-2813, CVE-2009-2948 + and CVE-2009-2906) +- fix upcall build (http://bugs.gentoo.org/show_bug.cgi?id=291360) +- link.patch no longer needed +- rfc3454.txt seemed to be missing from 3.4.3 tarball +- disabled python-samba, needs review (see git commit + 5065cf70f8bf41193d6d33413f2285f62bba0502) +- release 0.1 (works for me as a simple fileserver + Revision 1.465 2009/11/05 15:19:09 baggins - rel 3 - removed configtest from winbind.init, it was utterly stupid as winbindd ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/samba/samba.spec?r1=1.465&r2=1.466&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
