packages: apache-mod_rails/apache-mod_rails-alias+public.patch - updated to...
baggins
baggins at pld-linux.org
Thu Mar 31 13:19:14 CEST 2011
Author: baggins Date: Thu Mar 31 11:19:14 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 3.0.5
---- Files affected:
packages/apache-mod_rails:
apache-mod_rails-alias+public.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/apache-mod_rails/apache-mod_rails-alias+public.patch
diff -u packages/apache-mod_rails/apache-mod_rails-alias+public.patch:1.2 packages/apache-mod_rails/apache-mod_rails-alias+public.patch:1.3
--- packages/apache-mod_rails/apache-mod_rails-alias+public.patch:1.2 Thu Mar 4 01:06:52 2010
+++ packages/apache-mod_rails/apache-mod_rails-alias+public.patch Thu Mar 31 13:19:09 2011
@@ -133,37 +133,37 @@
(Take1Func) cmd_rack_base_uri,
NULL,
RSRC_CONF,
-diff -wur ext/apache2/Configuration.h ext/apache2/Configuration.h
---- ext/apache2/Configuration.h 2008-08-09 15:19:33.000000000 +0300
-+++ ext/apache2/Configuration.h 2008-09-23 22:06:15.000000000 +0300
-@@ -41,20 +41,25 @@
+diff -wur ext/apache2/Configuration.hpp ext/apache2/Configuration.hpp
+--- ext/apache2/Configuration.hpp 2008-08-09 15:19:33.000000000 +0300
++++ ext/apache2/Configuration.hpp 2008-09-23 22:06:15.000000000 +0300
+@@ -41,21 +41,25 @@
+
+ using namespace std;
+
++struct BaseURIConfig {
++ std::string baseURI;
++ std::string publicDirectory;
++};
- using namespace std;
-
-+ struct BaseURIConfig {
-+ std::string baseURI;
-+ std::string publicDirectory;
-+ };
-+
- /**
- * Per-directory configuration information.
- *
- * Use the getter methods to query information, because those will return
- * the default value if the value is not specified.
- */
- struct DirConfig {
- enum Threeway { ENABLED, DISABLED, UNSET };
- enum SpawnMethod { SM_UNSET, SM_SMART, SM_SMART_LV2, SM_CONSERVATIVE };
-
- Threeway enabled;
-
-- std::set<std::string> railsBaseURIs;
-- std::set<std::string> rackBaseURIs;
-+ std::set<BaseURIConfig*> railsBaseURIs;
-+ std::set<BaseURIConfig*> rackBaseURIs;
-
- /** Whether to autodetect Rails applications. */
- Threeway autoDetectRails;
+ /**
+ * Per-directory configuration information.
+ *
+ * Use the getter methods to query information, because those will return
+ * the default value if the value is not specified.
+ */
+ struct DirConfig {
+ enum Threeway { ENABLED, DISABLED, UNSET };
+ enum SpawnMethod { SM_UNSET, SM_SMART, SM_SMART_LV2, SM_CONSERVATIVE };
+
+ Threeway enabled;
+
+- std::set<std::string> railsBaseURIs;
+- std::set<std::string> rackBaseURIs;
++ std::set<BaseURIConfig*> railsBaseURIs;
++ std::set<BaseURIConfig*> rackBaseURIs;
+
+ /** Whether to autodetect Rails applications. */
+ Threeway autoDetectRails;
diff -wur ext/apache2/DirectoryMapper.h ext/apache2/DirectoryMapper.h
--- ext/apache2/DirectoryMapper.h 2008-08-09 15:19:15.000000000 +0300
+++ ext/apache2/DirectoryMapper.h 2008-09-23 22:13:36.000000000 +0300
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache-mod_rails/apache-mod_rails-alias+public.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list