nginx-0.8.10

Jérôme Loyet jerome at loyet.net
Tue Aug 25 14:34:43 MSD 2009


yes proof here:

# /usr/local/oss/nginx-0.8.4/sbin/nginx -v
nginx version: nginx/0.8.4
# ldd /usr/local/oss/nginx-0.8.4/sbin/nginx
        linux-gate.so.1 =>  (0xb7f8c000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7f57000)
        libpcre.so.0 => /usr/lib/libpcre.so.0 (0xb7f46000)
        libssl.so.0.9.6 => /usr/lib/libssl.so.0.9.6 (0xb7f19000)
        libcrypto.so.0.9.6 => /usr/lib/libcrypto.so.0.9.6 (0xb7e5f000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7e5b000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb7e48000)
        libc.so.6 => /lib/libc.so.6 (0xb7d2c000)
        libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb7d23000)
        /lib/ld-linux.so.2 (0xb7f8d000)
# rpm -q openssl
openssl-0.9.6-8


2009/8/25 Igor Sysoev <is at rambler-co.ru>:
> On Tue, Aug 25, 2009 at 12:09:03PM +0200, J?r?me Loyet wrote:
>
>> 2009/8/24 Igor Sysoev <is at rambler-co.ru>:
>> > Changes with nginx 0.8.10                                        24 Aug 2009
>> >
>> >    *) Bugfix: memory leaks if GeoIP City database was used.
>> >
>> >    *) Bugfix: in copying temporary files to permanent storage area; the
>> >       bug had appeared in 0.8.9.
>>
>> Small question igor, is openssl/engine.h is a new dependency since
>> 0.8.8 or 0.8.9 ? Until 0.8.7 I used to compile nginx with a 0.9.6
>> openssl package which doesn't come with openssl/engine.h. I had to
>> upgrade my openssl package to retrieve openssl/engine.h. It's a not a
>> problem for me, I'm just asking.
>
> It seems that nginx could not build with OpenSSL 0.9.6 since
> ssl_session_cache introduction, i.e. since nginx-0.5.6.
> Therefore I made this change:
>
> Changes with nginx 0.8.7                                         27 Jul 2009
>
>    *) Change: minimum supported OpenSSL version is 0.9.7.
>
> Were you really able to build nginx with OpenSSL 0.9.6 before ?
>
>
> --
> Igor Sysoev
> http://sysoev.ru/en/
>
>





More information about the nginx mailing list