This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, 6.0 has been updated
       via  d6a1efbe3486764b22d0b405d63ee4d7a1b737b5 (commit)
      from  55eedf085a105e060f639fd483d638462b32fb5f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=d6a1efbe3486764b22d0b405d63ee4d7a1b737b5

commit d6a1efbe3486764b22d0b405d63ee4d7a1b737b5
Author: Franck Villaume <[email protected]>
Date:   Sat Jul 23 14:58:54 2016 +0200

    plugin scmsvn: fix viewvc.cgi: invalid arguments to setopt on CentOS

diff --git a/src/plugins/scmsvn/libexec/viewvc.cgi 
b/src/plugins/scmsvn/libexec/viewvc.cgi
index 6241aaa..86b0b27 100755
--- a/src/plugins/scmsvn/libexec/viewvc.cgi
+++ b/src/plugins/scmsvn/libexec/viewvc.cgi
@@ -64,7 +64,7 @@ try:
     c.setopt(c.COOKIE, os.environ.get('HTTP_COOKIE', ''))
     c.setopt(c.USERAGENT, os.environ.get('HTTP_USER_AGENT', ''))
     c.setopt(c.HTTPHEADER, ['X-Forwarded-For: 
'+os.environ.get('HTTP_X_FORWARDED_FOR', '')])
-    c.setopt(c.WRITEDATA, buffer)
+    c.setopt(c.WRITEFUNCTION, buffer.write)
     c.perform()
     c.close()
     body = buffer.getvalue()

-----------------------------------------------------------------------

Summary of changes:
 src/plugins/scmsvn/libexec/viewvc.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to