summaryrefslogtreecommitdiff
path: root/debian/patches/apache_module_dependency
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/apache_module_dependency')
-rw-r--r--debian/patches/apache_module_dependency10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/apache_module_dependency b/debian/patches/apache_module_dependency
index bddb2a3..4c4ab11 100644
--- a/debian/patches/apache_module_dependency
+++ b/debian/patches/apache_module_dependency
@@ -15,7 +15,7 @@ dependencies, mod_authz_svn is loaded first.
#ifdef __cplusplus
-@@ -83,6 +84,15 @@
+@@ -101,6 +102,15 @@
const char **repos_basename,
const char **relative_path,
const char **repos_path);
@@ -31,7 +31,7 @@ dependencies, mod_authz_svn is loaded first.
/**
-@@ -91,6 +101,10 @@
+@@ -124,6 +134,10 @@
AP_MODULE_DECLARE(dav_error *) dav_svn_get_repos_path(request_rec *r,
const char *root_path,
const char **repos_path);
@@ -67,7 +67,7 @@ dependencies, mod_authz_svn is loaded first.
/*
* Configuration
*/
-@@ -937,6 +944,16 @@
+@@ -949,6 +956,16 @@
return OK;
}
@@ -84,7 +84,7 @@ dependencies, mod_authz_svn is loaded first.
/*
* Module flesh
*/
-@@ -958,6 +975,9 @@
+@@ -970,6 +987,9 @@
AUTHZ_SVN__SUBREQ_BYPASS_PROV_NAME,
AUTHZ_SVN__SUBREQ_BYPASS_PROV_VER,
(void*)subreq_bypass);
@@ -96,7 +96,7 @@ dependencies, mod_authz_svn is loaded first.
module AP_MODULE_DECLARE_DATA authz_svn_module =
--- a/subversion/mod_dav_svn/mod_dav_svn.c
+++ b/subversion/mod_dav_svn/mod_dav_svn.c
-@@ -1330,6 +1330,9 @@
+@@ -1394,6 +1394,9 @@
static void
register_hooks(apr_pool_t *pconf)
{