The attached patch fixes a syntax error when building the CURRENT
openssh-5.1p1-20080730.src.rpm package with the options shown in
the attached build.sh file.  I have not had time to go through
the full %prep section to see where this extra ``}'' is showing
up in the source.

Bill
-- 
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
Voice:          (206) 236-1676  Mercer Island, WA 98040-0820
Fax:            (206) 232-9186

All socialism involves slavery.  -- Herbert Spencer
diff -uNr /csoft/RPM/TMP/openssh-5.1p1.orig/sftp-server.c ./sftp-server.c
--- /csoft/RPM/TMP/openssh-5.1p1.orig/sftp-server.c     2008-11-14 
17:08:52.395084065 -0800
+++ ./sftp-server.c     2008-11-14 17:14:33.071032889 -0800
@@ -794,7 +794,6 @@
                                logit("chmod %s: operation prohibited by 
sftp-server configuration.", name);
                }
        }
-       }
        if (a->flags & SSH2_FILEXFER_ATTR_ACMODTIME) {
                char buf[64];
                time_t t = a->mtime;

Attachment: build.sh
Description: Bourne shell script

Reply via email to