~ubuntu-branches/ubuntu/trusty/nginx/trusty-updates

« back to all changes in this revision

Viewing changes to debian/modules/nginx-lua/src/ngx_http_lua_directive.h

  • Committer: Package Import Robot
  • Author(s): Cyril Lavier, Cyril Lavier
  • Date: 2012-06-27 13:52:03 UTC
  • mfrom: (4.2.51 sid)
  • Revision ID: package-import@ubuntu.com-20120627135203-82rzqkajfpo1m77u
Tags: 1.2.1-2
[Cyril Lavier]
* Urgency set to medium, security bug in naxsi module, fix via upstream.
* debian/modules/naxsi:
  + Updated naxsi module to version 0.46-1 fixing the following security
    issue : potential file disclosure in nx_extract.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
char * ngx_http_lua_code_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
29
29
 
30
30
#if defined(NDK) && NDK
31
 
char * ngx_http_lua_set_by_lua(ngx_conf_t *cf, ngx_command_t *cmd,
 
31
char * ngx_http_lua_set_by_lua(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
 
32
char * ngx_http_lua_set_by_lua_file(ngx_conf_t *cf, ngx_command_t *cmd,
32
33
        void *conf);
33
34
ngx_int_t ngx_http_lua_filter_set_by_lua_inline(ngx_http_request_t *r,
34
35
        ngx_str_t *val, ngx_http_variable_value_t *v, void *data);
36
37
        ngx_str_t *val, ngx_http_variable_value_t *v, void *data);
37
38
#endif
38
39
 
 
40
char * ngx_http_lua_rewrite_no_postpone(ngx_conf_t *cf, ngx_command_t *cmd,
 
41
        void *conf);
39
42
 
40
43
#endif /* NGX_HTTP_LUA_DIRECTIVE_H */
 
44