rpms/samba/F-9 .cvsignore, 1.55, 1.56 samba.spec, 1.164, 1.165 sources, 1.59, 1.60 samba-3.2.4-build.patch, 1.1, NONE

Guenther Deschner gd at fedoraproject.org
Tue Jan 6 11:41:03 UTC 2009


Author: gd

Update of /cvs/pkgs/rpms/samba/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28038

Modified Files:
	.cvsignore samba.spec sources 
Removed Files:
	samba-3.2.4-build.patch 
Log Message:
Update to 3.2.7 (Security fix for CVE-2009-0022)

Guenther



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/samba/F-9/.cvsignore,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- .cvsignore	27 Nov 2008 12:37:05 -0000	1.55
+++ .cvsignore	6 Jan 2009 11:40:31 -0000	1.56
@@ -1 +1 @@
-samba-3.2.5.tar.gz
+samba-3.2.7.tar.gz


Index: samba.spec
===================================================================
RCS file: /cvs/pkgs/rpms/samba/F-9/samba.spec,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- samba.spec	27 Nov 2008 12:37:05 -0000	1.164
+++ samba.spec	6 Jan 2009 11:40:31 -0000	1.165
@@ -1,5 +1,5 @@
-%define main_release 22
-%define samba_version 3.2.5
+%define main_release 23
+%define samba_version 3.2.7
 %define tdb_version 1.1.1
 %define talloc_version 1.2.0
 
@@ -8,7 +8,7 @@
 Summary: The Samba Suite of programs
 Name: samba
 Epoch: 0
-Version: 3.2.5
+Version: 3.2.7
 Release: %{samba_release}
 License: GPLv3+ and LGPLv3+
 Group: System Environment/Daemons
@@ -46,7 +46,6 @@
 Patch110: samba-3.0.21pre1-smbspool.patch
 Patch111: samba-3.0.13-smbclient.patch
 Patch200: samba-3.0.25rc1-inotifiy.patch
-Patch201: samba-3.2.4-build.patch
 
 Requires(pre): samba-common = %{epoch}:%{version}-%{release}
 Requires: pam >= 0:0.64
@@ -253,7 +252,6 @@
 #%patch110 -p1 -b .smbspool # FIXME: does not apply
 #%patch111 -p1 -b .smbclient # FIXME: does not apply
 #%patch200 -p0 -b .inotify # FIXME: does not compile
-%patch201 -p1 -b .build
 
 mv source/VERSION source/VERSION.orig
 sed -e 's/SAMBA_VERSION_VENDOR_SUFFIX=$/&\"%{samba_release}\"/' < source/VERSION.orig > source/VERSION
@@ -325,10 +323,6 @@
 make  CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" \
 	debug2html smbfilter bin/cifs.upcall
 
-( cd client ; gcc -o mount.cifs $RPM_OPT_FLAGS -Wall -O -D_GNU_SOURCE -D_LARGEFILE64_SOURCE mount.cifs.c )
-( cd client ; gcc -o umount.cifs $RPM_OPT_FLAGS -Wall -O -D_GNU_SOURCE -D_LARGEFILE64_SOURCE umount.cifs.c )
-
-
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -430,8 +424,8 @@
 
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
 install -m644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/samba
-install -m755 source/client/mount.cifs $RPM_BUILD_ROOT/sbin/mount.cifs
-install -m755 source/client/umount.cifs $RPM_BUILD_ROOT/sbin/umount.cifs
+install -m755 $RPM_BUILD_ROOT/usr/sbin/mount.cifs $RPM_BUILD_ROOT/sbin/mount.cifs
+install -m755 $RPM_BUILD_ROOT/usr/sbin/umount.cifs $RPM_BUILD_ROOT/sbin/umount.cifs
 
 install -m 755 source/lib/netapi/examples/bin/netdomjoin-gui $RPM_BUILD_ROOT/%{_sbindir}/netdomjoin-gui
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}
@@ -830,6 +824,9 @@
 %{_datadir}/pixmaps/samba/logo-small.png
 
 %changelog
+* Mon Jan  5 2009 Guenther Deschner <gdeschner at redhat.com> - 3.2.7-0.23
+- Update to 3.2.7 (Security fix for CVE-2009-0022)
+
 * Thu Nov 27 2008 Guenther Deschner <gdeschner at redhat.com> - 3.2.5-0.22
 - Update to 3.2.5 (Security fix for CVE-2008-4314)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/samba/F-9/sources,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- sources	27 Nov 2008 12:37:05 -0000	1.59
+++ sources	6 Jan 2009 11:40:31 -0000	1.60
@@ -1 +1 @@
-0f7539e09803ae60a2912e70adf1c747  samba-3.2.5.tar.gz
+528677f261f3ed4a58f9483ca25ba6b2  samba-3.2.7.tar.gz


--- samba-3.2.4-build.patch DELETED ---




More information about the fedora-extras-commits mailing list