Bug 224726 - www/nginx-devel: Update to 3.13.8
Summary: www/nginx-devel: Update to 3.13.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Sergey A. Osokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-30 09:41 UTC by Jochen Neumeister
Modified: 2018-01-06 13:49 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (osa)


Attachments
patch (1.15 KB, patch)
2017-12-30 09:41 UTC, Jochen Neumeister
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jochen Neumeister freebsd_committer freebsd_triage 2017-12-30 09:41:43 UTC
Created attachment 189213 [details]
patch

Changes with nginx 1.13.8 

    *) Feature: now nginx automatically preserves the CAP_NET_RAW capability
       in worker processes when using the "transparent" parameter of the
       "proxy_bind", "fastcgi_bind", "memcached_bind", "scgi_bind", and
       "uwsgi_bind" directives.

    *) Feature: improved CPU cache line size detection.
       Thanks to Debayan Ghosh.

    *) Feature: new directives in vim syntax highlighting scripts.
       Thanks to Gena Makhomed.

    *) Bugfix: binary upgrade refused to work if nginx was re-parented to a
       process with PID different from 1 after its parent process has
       finished.

    *) Bugfix: the ngx_http_autoindex_module incorrectly handled requests
       with bodies.

    *) Bugfix: in the "proxy_limit_rate" directive when used with the
       "keepalive" directive.

    *) Bugfix: some parts of a response might be buffered when using
       "proxy_buffering off" if the client connection used SSL.
       Thanks to Patryk Lesiewicz.

    *) Bugfix: in the "proxy_cache_background_update" directive.

    *) Bugfix: it was not possible to start a parameter with a variable in
       the "${name}" form with the name in curly brackets without enclosing
       the parameter into single or double quotes.


10.4 amd64 http://joneumbox.org/data/104amd64-ports/2017-12-30_10h16m35s/logs/nginx-devel-1.13.8.log
10.4 i386 http://joneumbox.org/data/104i386-ports/2017-12-30_10h16m40s/logs/nginx-devel-1.13.8.log

11.1 amd64 http://joneumbox.org/data/11-1-AMD64-ports/2017-12-30_10h17m26s/logs/nginx-devel-1.13.8.log
11.1 i386 http://joneumbox.org/data/11-1-i386-ports/2017-12-30_10h17m33s/logs/nginx-devel-1.13.8.log

12-CURRENT amd64 http://joneumbox.org/build.html?mastername=12amd64-ports&build=2017-12-30_10h18m36s
12-CURRENT i386 http://joneumbox.org/data/12i386-ports/2017-12-30_10h18m46s/logs/nginx-devel-1.13.8.log
Comment 1 Sergey A. Osokin freebsd_committer freebsd_triage 2018-01-06 13:49:44 UTC
Thanks for the report!