comparison auto/lib/md5/conf @ 258:6ae1357b7b7c NGINX_0_4_14

nginx 0.4.14 *) Feature: the "proxy_pass_error_message" directive in IMAP/POP3 proxy. *) Feature: now configure detects system PCRE library on FreeBSD, Linux, and NetBSD. *) Bugfix: ngx_http_perl_module did not work with perl built with the threads support; bug appeared in 0.3.38. *) Bugfix: ngx_http_perl_module did not work if perl was called recursively. *) Bugfix: nginx ignored a host name in an request line. *) Bugfix: a worker process may got caught in an endless loop, if a FastCGI server sent too many data to the stderr. *) Bugfix: the $upstream_response_time variable may be negative if the system time was changed backward. *) Bugfix: the "Auth-Login-Attempt" parameter was not sent to IMAP/POP3 proxy authentication server when POP3 was used. *) Bugfix: a segmentation fault might occur if connect to IMAP/POP3 proxy authentication server failed.
author Igor Sysoev <http://sysoev.ru>
date Mon, 27 Nov 2006 00:00:00 +0300
parents 41ccba1aba45
children edf1cb6c328e
comparison
equal deleted inserted replaced
257:0e566ee1bcd5 258:6ae1357b7b7c
51 51
52 ngx_feature="rsaref md5 library" 52 ngx_feature="rsaref md5 library"
53 ngx_feature_name= 53 ngx_feature_name=
54 ngx_feature_run=no 54 ngx_feature_run=no
55 ngx_feature_incs="#include <md5.h>" 55 ngx_feature_incs="#include <md5.h>"
56 ngx_feature_path=
56 ngx_feature_libs="-lmd5" 57 ngx_feature_libs="-lmd5"
57 ngx_feature_test="MD5_CTX md5; MD5Init(&md5)" 58 ngx_feature_test="MD5_CTX md5; MD5Init(&md5)"
58 . auto/feature 59 . auto/feature
59 60
60 if [ $ngx_found = yes ]; then 61 if [ $ngx_found = yes ]; then
68 69
69 ngx_feature="rsaref md library" 70 ngx_feature="rsaref md library"
70 ngx_feature_name= 71 ngx_feature_name=
71 ngx_feature_run=no 72 ngx_feature_run=no
72 ngx_feature_incs="#include <md5.h>" 73 ngx_feature_incs="#include <md5.h>"
74 ngx_feature_path=
73 ngx_feature_libs="-lmd" 75 ngx_feature_libs="-lmd"
74 ngx_feature_test="MD5_CTX md5; MD5Init(&md5)" 76 ngx_feature_test="MD5_CTX md5; MD5Init(&md5)"
75 . auto/feature 77 . auto/feature
76 fi 78 fi
77 79
83 ngx_found=no 85 ngx_found=no
84 86
85 else 87 else
86 if [ $MD5 = NO ]; then 88 if [ $MD5 = NO ]; then
87 89
88 # OpenSSL crypto library 90 # OpenSSL crypto library
89 91
90 ngx_feature="OpenSSL md5 crypto library" 92 ngx_feature="OpenSSL md5 crypto library"
91 ngx_feature_name="NGX_OPENSSL_MD5" 93 ngx_feature_name="NGX_OPENSSL_MD5"
92 ngx_feature_run=no 94 ngx_feature_run=no
93 ngx_feature_incs="#include <openssl/md5.h>" 95 ngx_feature_incs="#include <openssl/md5.h>"
94 ngx_feature_libs="-lcrypto" 96 ngx_feature_path=
95 ngx_feature_test="MD5_CTX md5; MD5_Init(&md5)" 97 ngx_feature_libs="-lcrypto"
96 . auto/feature 98 ngx_feature_test="MD5_CTX md5; MD5_Init(&md5)"
99 . auto/feature
97 fi 100 fi
98 fi 101 fi
99 102
100 103
101 if [ $ngx_found = yes ]; then 104 if [ $ngx_found = yes ]; then