Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2f5af6a

Browse files
author
Felipe Zimmerle
committed
Merge tag 'refs/tags/v2.7.7'
2 parentsb1cbccd +87115e7 commit2f5af6a

File tree

4 files changed

+57
-3
lines changed

4 files changed

+57
-3
lines changed

‎CHANGES‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
17 Dec 2013 - 2.7.7
2+
-------------------
3+
Fixes:
4+
5+
- Changed release version to 2.7.7
6+
- Got the configure scripts inside the release tarball
7+
8+
19
16 Dec 2013 - 2.7.6
210
-------------------
311
Improvements:

‎apache2/msc_release.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
#defineMODSEC_VERSION_MAJOR "2"
4040
#defineMODSEC_VERSION_MINOR "7"
41-
#defineMODSEC_VERSION_MAINT "5"
41+
#defineMODSEC_VERSION_MAINT "7"
4242
#defineMODSEC_VERSION_TYPE ""
4343
#defineMODSEC_VERSION_RELEASE ""
4444

‎modsecurity.conf-recommended‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,5 @@ SecCookieFormat 0
209209
# to properly map encoded data to your language. Properly setting
210210
# these directives helps to reduce false positives and negatives.
211211
#
212-
#SecUnicodeCodePage 20127
213-
#SecUnicodeMapFile unicode.mapping
212+
SecUnicodeMapFile unicode.mapping 20127
213+

‎nginx/modsecurity/config‎

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
#!/bin/sh
2+
3+
# This file should be auto-generated whenever modsecurity is configured as standalone.
4+
5+
CFLAGS="$CFLAGS\
6+
-I/usr/include/apr-1.0\
7+
-I/usr/include/apr-1.0 -I/usr/include\
8+
-I/usr/include/apache2\
9+
-I/usr/include/libxml2\
10+
-DWITH_LUA -I/usr/include/lua5.1\
11+
-DWITH_PCRE_STUDY -DMODSEC_PCRE_MATCH_LIMIT=1500 -DMODSEC_PCRE_MATCH_LIMIT_RECURSION=1500 -DREQUEST_EARLY\
12+
"
13+
14+
15+
CORE_LIBS="$CORE_LIBS\
16+
-L/usr/lib -lapr-1\
17+
-L/usr/lib -laprutil-1\
18+
-I/usr/include/apache2\
19+
-L/usr/lib/x86_64-linux-gnu -lcurl\
20+
-lxml2\
21+
-llua5.1\
22+
-lpcre\
23+
-L/usr/lib -lcap"
24+
25+
ngx_addon_name=ngx_http_modsecurity
26+
27+
CORE_MODULES="$CORE_MODULES ngx_pool_context_module"
28+
29+
HTTP_AUX_FILTER_MODULES="ngx_http_modsecurity$HTTP_AUX_FILTER_MODULES"
30+
31+
NGX_ADDON_SRCS="$NGX_ADDON_SRCS\
32+
$ngx_addon_dir/ngx_http_modsecurity.c\
33+
$ngx_addon_dir/apr_bucket_nginx.c\
34+
$ngx_addon_dir/ngx_pool_context.c"
35+
36+
NGX_ADDON_DEPS="$NGX_ADDON_DEPS\
37+
$ngx_addon_dir/apr_bucket_nginx.h\
38+
$ngx_addon_dir/ngx_pool_context.h"
39+
40+
CORE_LIBS="$ngx_addon_dir/../../standalone/.libs/standalone.a$CORE_LIBS"
41+
42+
CORE_INCS="$CORE_INCS\
43+
$ngx_addon_dir\
44+
$ngx_addon_dir/../../standalone\
45+
$ngx_addon_dir/../../apache2"
46+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp