~ubuntu-branches/ubuntu/quantal/nginx/quantal-updates

« back to all changes in this revision

Viewing changes to auto/sources

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry, Kartik Mistry
  • Date: 2011-09-26 10:17:04 UTC
  • mfrom: (4.2.38 sid)
  • Revision ID: package-import@ubuntu.com-20110926101704-x8pxngiujrmkxnn3
Tags: 1.1.4-2
[Kartik Mistry]
* debian/modules:
  + Updated nginx-upload-progress module, Thanks to upstream for fixing issue
    that FTBFS nginx on kFreeBSD-* archs.
  + Updated nginx-lua module to latest upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
463
463
HTTP_FLV_SRCS=src/http/modules/ngx_http_flv_module.c
464
464
 
465
465
 
 
466
HTTP_MP4_MODULE=ngx_http_mp4_module
 
467
HTTP_MP4_SRCS=src/http/modules/ngx_http_mp4_module.c
 
468
 
 
469
 
466
470
HTTP_GZIP_STATIC_MODULE=ngx_http_gzip_static_module
467
471
HTTP_GZIP_STATIC_SRCS=src/http/modules/ngx_http_gzip_static_module.c
468
472
 
471
475
HTTP_UPSTREAM_IP_HASH_SRCS=src/http/modules/ngx_http_upstream_ip_hash_module.c
472
476
 
473
477
 
 
478
HTTP_UPSTREAM_KEEPALIVE_MODULE=ngx_http_upstream_keepalive_module
 
479
HTTP_UPSTREAM_KEEPALIVE_SRCS=" \
 
480
    src/http/modules/ngx_http_upstream_keepalive_module.c"
 
481
 
 
482
 
474
483
MAIL_INCS="src/mail"
475
484
 
476
485
MAIL_DEPS="src/mail/ngx_mail.h"