~britco/nginx/nginx

« back to all changes in this revision

Viewing changes to auto/sources

  • Committer: Package Import Robot
  • Author(s): Cyril Lavier, Cyril Lavier, Kartik Mistry
  • Date: 2012-04-13 16:58:59 UTC
  • mfrom: (4.2.48 sid)
  • Revision ID: package-import@ubuntu.com-20120413165859-ef6fkd11mudyaspr
Tags: 1.1.19-1
[Cyril Lavier]
* New upstream release.
  + Fixed a buffer overflow in the ngx_http_mp4_module. See: CVE-2012-2089
    for more details.
* debian/copyright:
  + Updated licenses.
* debian/nginx-extras.postinst, debian/nginx-full.postinst,
  debian/nginx-light.postinst, debian/nginx-naxsi.postinst:
  + Removing the debug markers. (Closes: #667894)
* debian/control, debian/rules, debian/copyright,
  debian/modules/nginx-dav-ext-module:
  + Added nginx-dav-ext-module in full and extras.
* debian/modules/naxsi:
  + Updated naxsi to the SVN snapshot (r280) to fix the licence issue with
    OpenSSL.

[Kartik Mistry]
* Misc cleanups in debian/control, debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
            src/os/unix/ngx_channel.h \
146
146
            src/os/unix/ngx_shmem.h \
147
147
            src/os/unix/ngx_process.h \
 
148
            src/os/unix/ngx_setaffinity.h \
148
149
            src/os/unix/ngx_setproctitle.h \
149
150
            src/os/unix/ngx_atomic.h \
150
151
            src/os/unix/ngx_gcc_atomic_x86.h \
179
180
            src/os/unix/ngx_shmem.c \
180
181
            src/os/unix/ngx_process.c \
181
182
            src/os/unix/ngx_daemon.c \
 
183
            src/os/unix/ngx_setaffinity.c \
182
184
            src/os/unix/ngx_setproctitle.c \
183
185
            src/os/unix/ngx_posix_init.c \
184
186
            src/os/unix/ngx_user.c \