comparison auto/make @ 688:f31b19fe7f48 NGINX_1_3_7

nginx 1.3.7 *) Feature: OCSP stapling support. Thanks to Comodo, DigiCert and GlobalSign for sponsoring this work. *) Feature: the "ssl_trusted_certificate" directive. *) Feature: resolver now randomly rotates addresses returned from cache. Thanks to Anton Jouline. *) Bugfix: OpenSSL 0.9.7 compatibility.
author Igor Sysoev <http://sysoev.ru>
date Tue, 02 Oct 2012 00:00:00 +0400
parents d0f7a625f27c
children
comparison
equal deleted inserted replaced
687:a7305f494f1c 688:f31b19fe7f48
47 47
48 48
49 ngx_all_srcs="$CORE_SRCS" 49 ngx_all_srcs="$CORE_SRCS"
50 50
51 51
52 # the core dependences and include pathes 52 # the core dependences and include paths
53 53
54 ngx_deps=`echo $CORE_DEPS $NGX_AUTO_CONFIG_H $NGX_PCH \ 54 ngx_deps=`echo $CORE_DEPS $NGX_AUTO_CONFIG_H $NGX_PCH \
55 | sed -e "s/ *\([^ ][^ ]*\)/$ngx_regex_cont\1/g" \ 55 | sed -e "s/ *\([^ ][^ ]*\)/$ngx_regex_cont\1/g" \
56 -e "s/\//$ngx_regex_dirsep/g"` 56 -e "s/\//$ngx_regex_dirsep/g"`
57 57
67 CORE_INCS = $ngx_include_opt$ngx_incs 67 CORE_INCS = $ngx_include_opt$ngx_incs
68 68
69 END 69 END
70 70
71 71
72 # the http dependences and include pathes 72 # the http dependences and include paths
73 73
74 if [ $HTTP = YES ]; then 74 if [ $HTTP = YES ]; then
75 75
76 ngx_all_srcs="$ngx_all_srcs $HTTP_SRCS" 76 ngx_all_srcs="$ngx_all_srcs $HTTP_SRCS"
77 77
93 END 93 END
94 94
95 fi 95 fi
96 96
97 97
98 # the mail dependences and include pathes 98 # the mail dependences and include paths
99 99
100 if [ $MAIL = YES ]; then 100 if [ $MAIL = YES ]; then
101 101
102 ngx_all_srcs="$ngx_all_srcs $MAIL_SRCS" 102 ngx_all_srcs="$ngx_all_srcs $MAIL_SRCS"
103 103