Your message dated Fri, 27 Dec 2013 17:34:20 +0000
with message-id <e1vwbii-0005zp...@franck.debian.org>
and subject line Bug#733107: fixed in nginx 1.4.4-2
has caused the Debian Bug report #733107,
regarding nginx: 1.4.4-1 FTBFS against recent libssl-dev
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
733107: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733107
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: nginx
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Dear Maintainer,

  The nginx 1.4.4-1 has failed to build from source with the following
error message:

== 8< ==

cc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
-Werror=format-security -Wall -DFORTIFY_SOURCE=2 -fstack-protector
-D_FORTIFY_SOURCE=2  -I src/core -I src/event -I src/event/modules -I
src/os/unix -I /usr/include/libxml2 -I objs \
    -o objs/src/event/ngx_event_openssl.o \
    src/event/ngx_event_openssl.c
In file included from src/event/ngx_event_openssl.h:15:0,
                 from src/core/ngx_core.h:73,
                 from src/event/ngx_event_openssl.c:9:
src/event/ngx_event_openssl.c: In function 'ngx_ssl_create':
src/event/ngx_event_openssl.c:189:35: error:
'SSL_OP_MSIE_SSLV2_RSA_PADDING' undeclared (first use in this function)
     SSL_CTX_set_options(ssl->ctx, SSL_OP_MSIE_SSLV2_RSA_PADDING);
                                   ^
src/event/ngx_event_openssl.c:189:35: note: each undeclared identifier
is reported only once for each function it appears in
make[2]: *** [objs/src/event/ngx_event_openssl.o] Error 1
make[2]: Leaving directory `/tmp/buildd/nginx-1.4.4/debian/build-full'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/tmp/buildd/nginx-1.4.4/debian/build-full'
make: *** [build-arch.full] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

== 8< ==

This error has been fixed upstream, see [1].

Please consider to apply the upstream's patch.

Best regards,
Neutron Soutmun

[1] 
http://trac.nginx.org/nginx/changeset/a73678f5f96ffead0b616b2c03dfcfd5445d443b/nginx

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.11-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: nginx
Source-Version: 1.4.4-2

We believe that the bug you reported is fixed in the latest version of
nginx, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 733...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kartik Mistry <kar...@debian.org> (supplier of updated nginx package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 27 Dec 2013 21:16:01 +0530
Source: nginx
Binary: nginx nginx-doc nginx-common nginx-full nginx-full-dbg nginx-light 
nginx-light-dbg nginx-extras nginx-extras-dbg nginx-naxsi nginx-naxsi-dbg 
nginx-naxsi-ui
Architecture: source all amd64
Version: 1.4.4-2
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry <kar...@debian.org>
Changed-By: Kartik Mistry <kar...@debian.org>
Description: 
 nginx      - small, powerful, scalable web/proxy server
 nginx-common - small, powerful, scalable web/proxy server - common files
 nginx-doc  - small, powerful, scalable web/proxy server - documentation
 nginx-extras - nginx web/proxy server (extended version)
 nginx-extras-dbg - nginx web/proxy server (extended version) - debugging 
symbols
 nginx-full - nginx web/proxy server (standard version)
 nginx-full-dbg - nginx web/proxy server (standard version) - debugging symbols
 nginx-light - nginx web/proxy server (basic version)
 nginx-light-dbg - nginx web/proxy server (basic version) - debugging symbols
 nginx-naxsi - nginx web/proxy server (version with naxsi)
 nginx-naxsi-dbg - nginx web/proxy server (version with naxsi) - debugging 
symbols
 nginx-naxsi-ui - nginx web/proxy server - naxsi configuration front-end
Closes: 701112 701508 728103 729860 730142 730432 733107
Changes: 
 nginx (1.4.4-2) unstable; urgency=low
 .
   [ Michael Lustfield ]
   * debian/control:
     + Added Provides: httpd-cgi to packages. (Closes: #701508)
     + Added other options to nginx depends. (Closes: #729860)
     + Added Spdy to nginx-full package description.
   * debian/nginx-common.nginx.init:
     + Added missing line from patch. (Closes: #728103)
   * debian/conf/sites-available/default:
     + Changed ssl_protocols and ssl_ciphers. (Closes: 730142)
   * debian/nginx-common.preinst:
     + Modify permissions of /var/log/nginx. (Closes: #701112)
   * debian/rules:
     + Added spdy support to nginx-full. (Closes: #730432)
 .
   [ Christos Trochalakis ]
   * debian/nginx-doc,docs, debian/nginx-common.NEWS:
     + Ship NEWS with nginx-common instead of nginx-doc.
   * debian/conf/proxy_params:
     + Host header should be passed unmodified to the proxied server.
     + Pass X-Forwarded-Proto header to the proxied server.
   * debian/control:
     + Fix nginx-naxsi-ui Depends and Conflicts lines.
 .
   [ Neutron Soutmun ]
   * debian/patches/guard-use-of-deprecated-openssl-definition.patch:
     + Fix FTBFS against the recent libssl-dev. (Closes: #733107)
 .
   [ Kartik Mistry ]
   * debian/control:
     + Updated to Standards-Version 3.9.5
   * debian/watch, debian/upstream-signing-key.pgp:
     + Use upstream PGP signature to verify by watch file.
Checksums-Sha1: 
 2e0004e1df8fdb62a240b408fe48e1fc8e206ba2 2171 nginx_1.4.4-2.dsc
 389e1d55b9e42983fa788f100f8fc89f58843390 1568356 nginx_1.4.4-2.debian.tar.gz
 52129204efb1abd7bffccf82f8a95260a557f962 66970 nginx_1.4.4-2_all.deb
 bdbf1bdb345d13e689eb1f33d30f611bc7f26226 78288 nginx-doc_1.4.4-2_all.deb
 8152be457d888909f6d72dba718d080d98c83eec 79018 nginx-common_1.4.4-2_all.deb
 596341c51d67fad5d306cbeae139d41871bcbacc 309248 nginx-naxsi-ui_1.4.4-2_all.deb
 bbf2bf467e18c84599d847150b6e4431b8c0b2ac 404844 nginx-full_1.4.4-2_amd64.deb
 f75fd7b2fbe6c043ac26219a72d42a50a73cfa90 3157182 
nginx-full-dbg_1.4.4-2_amd64.deb
 d27df5c385c453b40e3c0230e0be3d34b95eab69 294480 nginx-light_1.4.4-2_amd64.deb
 ea298b7ea5210fea709d4ef6a9275c38cdeaa238 2090026 
nginx-light-dbg_1.4.4-2_amd64.deb
 8526cb6ba5456bb9d1f1868fee419026c5700788 545852 nginx-extras_1.4.4-2_amd64.deb
 71ddf444a5f004711662c6c72b49eb872ed401e9 4788332 
nginx-extras-dbg_1.4.4-2_amd64.deb
 ffdd753f3cb415837af8d29726d180926140ae9f 330144 nginx-naxsi_1.4.4-2_amd64.deb
 b156f46fe093bae70a4b65ea507c3f98bbfd0995 2249314 
nginx-naxsi-dbg_1.4.4-2_amd64.deb
Checksums-Sha256: 
 f48a16df02cf73440bed5a912241913966d9256e1eea674da20a17f5e0eac142 2171 
nginx_1.4.4-2.dsc
 6304f3fc6d0ee8ac7784c473e9d6e11738b83b65af0ac1bcf848e36188779d84 1568356 
nginx_1.4.4-2.debian.tar.gz
 b535c75a27f6070dd847bad16779949e2e01f5e5dfbbf65a7754cd296ab8bd3c 66970 
nginx_1.4.4-2_all.deb
 b35ced3227486ee3d859facc15ecc6d586bec6ac9ff1b1b3c19dc0f15974475e 78288 
nginx-doc_1.4.4-2_all.deb
 d49841818f85ee82fb186b88a87eb4bedb3f821398a890b0e385b6aeaebfa60e 79018 
nginx-common_1.4.4-2_all.deb
 4a038c7ee2387594d1fb9e39f3c5535f87257808193e58a5d4ad966b6598b555 309248 
nginx-naxsi-ui_1.4.4-2_all.deb
 fee401ae60d3677dd71705b387adf47644417df342ea53262d111693cdb5d267 404844 
nginx-full_1.4.4-2_amd64.deb
 237407e05d6dea29a06058c4f3e791c65286f60234a2043261245ad9dd092dd1 3157182 
nginx-full-dbg_1.4.4-2_amd64.deb
 4c43aef1480d9e1fd401ad0a8e2a045865b45cf33bb0d8d0646e7b6de28d2d39 294480 
nginx-light_1.4.4-2_amd64.deb
 73927fad702e732f070df78df2a35a4ab20f4c75aae021c55e63387668f49c0c 2090026 
nginx-light-dbg_1.4.4-2_amd64.deb
 97c8dc52cd2fadb89c58c0806145e62bfca376486b12037a092ce3f20306dc72 545852 
nginx-extras_1.4.4-2_amd64.deb
 a82a6cdfaa9cc7f3ddfe2d49ae46f1ee9a42c9c2cde4749327e818f2cdd7031e 4788332 
nginx-extras-dbg_1.4.4-2_amd64.deb
 35cb0ebd8f4dadd061f4127e420f879d6397b02c222cee3331df66f3ab022c85 330144 
nginx-naxsi_1.4.4-2_amd64.deb
 215fc6aff5dcbce8fdf2c06722a3e2fdb016a285147c917a755c381f81313c1b 2249314 
nginx-naxsi-dbg_1.4.4-2_amd64.deb
Files: 
 960bf7b8a924548a4eaff24bc4d6a161 2171 httpd optional nginx_1.4.4-2.dsc
 3a9f310277ac60f83becb900926a689c 1568356 httpd optional 
nginx_1.4.4-2.debian.tar.gz
 c00ed2a08cadfe2fecad77c86631a93b 66970 httpd optional nginx_1.4.4-2_all.deb
 0671c3f0bd19ac80667aa062a6e97cf5 78288 doc optional nginx-doc_1.4.4-2_all.deb
 2af73f3558b728de18c96051d43bcc64 79018 httpd optional 
nginx-common_1.4.4-2_all.deb
 362178d4e9a59c8d899856c2def4c66e 309248 httpd extra 
nginx-naxsi-ui_1.4.4-2_all.deb
 02288bb6a37013c50a7f31931c975775 404844 httpd optional 
nginx-full_1.4.4-2_amd64.deb
 4c54cccf822b964256a0af99399415de 3157182 debug extra 
nginx-full-dbg_1.4.4-2_amd64.deb
 aa0915e6f107f8979dde107a7a3b1879 294480 httpd extra 
nginx-light_1.4.4-2_amd64.deb
 e84d5953ba3e0c1d292051b0358484d0 2090026 debug extra 
nginx-light-dbg_1.4.4-2_amd64.deb
 5f8b478d937c59680e8ae38d8596d07f 545852 httpd extra 
nginx-extras_1.4.4-2_amd64.deb
 018789c6d81237f033ad5ba4e58b99a9 4788332 debug extra 
nginx-extras-dbg_1.4.4-2_amd64.deb
 28391966be823763a9459b16a363fa42 330144 httpd extra 
nginx-naxsi_1.4.4-2_amd64.deb
 814c5362a383bc7e34cdeecf2da46d53 2249314 debug extra 
nginx-naxsi-dbg_1.4.4-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iEYEARECAAYFAlK9raoACgkQoRg/jtECjI0iswCeInTTUAB6cwmUl4S2tYiWcYzs
weUAn0eg5SGLSMbkLkxeZ80Za79ckQOP
=XS4O
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to