rpms/samba/FC-5 samba-3.0.24-smbrun.patch, 1.1, 1.2 samba.spec, 1.76, 1.77

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jun 5 13:53:11 UTC 2007


Author: ssorce

Update of /cvs/dist/rpms/samba/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv29319

Modified Files:
	samba-3.0.24-smbrun.patch samba.spec 
Log Message:

Fix stupid bug in one of the security patches



samba-3.0.24-smbrun.patch:
 source-orig//configure          |only
 source/lib/charcnv.c            |    2 
 source/lib/smbrun.c             |   31 ++++++-
 source/lib/util_str.c           |  162 ++++++++++++++++++++++++++++++++++++++++
 source/printing/print_generic.c |    2 
 5 files changed, 191 insertions(+), 6 deletions(-)

Index: samba-3.0.24-smbrun.patch
===================================================================
RCS file: /cvs/dist/rpms/samba/FC-5/samba-3.0.24-smbrun.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- samba-3.0.24-smbrun.patch	14 May 2007 14:33:36 -0000	1.1
+++ samba-3.0.24-smbrun.patch	5 Jun 2007 13:53:08 -0000	1.2
@@ -82,7 +82,7 @@
 + of characters. UNIX charset format.
 +*******************************************************************/
 +
-+#define INCLUDE_LIST "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabdefghijklmnopqrstuvwxyz_/ \t.,"
++#define INCLUDE_LIST "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_/ \t.,"
 +#define INSIDE_DQUOTE_LIST "$`\n\"\\"
 +
 +char *escape_shell_string(const char *src)


Index: samba.spec
===================================================================
RCS file: /cvs/dist/rpms/samba/FC-5/samba.spec,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- samba.spec	21 May 2007 15:49:28 -0000	1.76
+++ samba.spec	5 Jun 2007 13:53:08 -0000	1.77
@@ -3,7 +3,7 @@
 Summary: The Samba SMB server.
 Name: samba
 Version: 3.0.24
-Release: 6.fc5
+Release: 7.fc5
 Epoch: 0
 License: GNU GPL Version 2
 Group: System Environment/Daemons
@@ -470,6 +470,11 @@
 %{_mandir}/man7/libsmbclient.7*
 
 %changelog
+* Tue Jun 5 2007 Simo Sorce <ssorce at redhat.com> 3.0.24-7.fc5
+- CVE-2007-2447 patch v2
+- CVE-2007-2444 patch v2
+  not security problems, just bugs in the patches
+
 * Mon May 14 2007 Simo Sorce <ssorce at redhat.com> 3.0.24-5.fc5
 - Security fixes for
   CVE-2007-2444




More information about the fedora-cvs-commits mailing list