Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos
Commits
bb35d8bb
Commit
bb35d8bb
authored
Mar 06, 2012
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update version string in mod_antiloris.
parent
d6c20899
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
component/apache/buildout.cfg
component/apache/buildout.cfg
+1
-1
component/apache/mod_antiloris-apache-2.4.patch
component/apache/mod_antiloris-apache-2.4.patch
+2
-2
No files found.
component/apache/buildout.cfg
View file @
bb35d8bb
...
@@ -96,7 +96,7 @@ recipe = hexagonit.recipe.download
...
@@ -96,7 +96,7 @@ recipe = hexagonit.recipe.download
url =${:_profile_base_location_}/${:filename}
url =${:_profile_base_location_}/${:filename}
filename = mod_antiloris-apache-2.4.patch
filename = mod_antiloris-apache-2.4.patch
download-only = true
download-only = true
md5sum =
1d4331bf89a7ddf382dbc9589727934b
md5sum =
4f074f035d3b37f3f3e71cd9616440f3
[apache-antiloris]
[apache-antiloris]
# Note: Shall react on each build of apache and reinstall itself
# Note: Shall react on each build of apache and reinstall itself
...
...
component/apache/mod_antiloris-apache-2.4.patch
View file @
bb35d8bb
--- mod_antiloris.c.orig 2009-07-28 15:27:42.000000000 +0200
--- mod_antiloris.c.orig 2009-07-28 15:27:42.000000000 +0200
+++ mod_antiloris.c 2012-03-06 11:0
1:10.575566820
+0100
+++ mod_antiloris.c 2012-03-06 11:0
5:50.167576066
+0100
@@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
/*
/*
- mod_antiloris 0.2
- mod_antiloris 0.2
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
#define MODULE_NAME "mod_antiloris"
#define MODULE_NAME "mod_antiloris"
-#define MODULE_VERSION "0.4"
-#define MODULE_VERSION "0.4"
+#define MODULE_VERSION "0.5"
+#define MODULE_VERSION "0.5
.1
"
+
+
+#ifdef APLOG_USE_MODULE
+#ifdef APLOG_USE_MODULE
+APLOG_USE_MODULE(antiloris);
+APLOG_USE_MODULE(antiloris);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment