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, Branch_5_3 has been updated
       via  98b2e2fe2748245a61ea3f33ceda099055775dc2 (commit)
      from  fdfc71cde691d3447ef8e95f81c85fc379ae78b5 (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=98b2e2fe2748245a61ea3f33ceda099055775dc2

commit 98b2e2fe2748245a61ea3f33ceda099055775dc2
Author: Sylvain Beucler <[email protected]>
Date:   Wed Sep 16 14:48:19 2015 +0200

    scm: enable access to repos with Apache 2.4

diff --git a/src/CHANGES b/src/CHANGES
index 6fb5fab..1893494 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -1,6 +1,7 @@
 Fusionforge-5.3.5:
 * Widgets MyTasks, MyMonitoredForums show no entries. Wrong permission check 
[#790] (TrivialDev)
 * Plugin Wiki: fix display in activity project tab, wrong hook check variable 
(TrivialDev)
+* SCM: fix direct HTTP access with Apache 2.4 (Inria)
 
 Fusionforge-5.3.4:
 * CVE-2015-0850: Prevent arbitrary command execution via clone URL
diff --git a/src/etc/httpd.conf.d/plugin-generic.inc 
b/src/etc/httpd.conf.d/plugin-generic.inc
index ad05445..d762a2f 100644
--- a/src/etc/httpd.conf.d/plugin-generic.inc
+++ b/src/etc/httpd.conf.d/plugin-generic.inc
@@ -26,4 +26,6 @@ Alias {core/url_prefix}anonscm/ 
{core/data_path}/chroot/scmrepos/
   <IfModule mod_php5.c>
     php_admin_flag engine off
   </IfModule>
+
+  Include {core/config_path}/httpd.conf.d/auth-projects.inc
 </DirectoryMatch>

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

Summary of changes:
 src/CHANGES                             | 1 +
 src/etc/httpd.conf.d/plugin-generic.inc | 2 ++
 2 files changed, 3 insertions(+)


hooks/post-receive
-- 
FusionForge

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

Reply via email to