2018-03-23 08:38:28 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
nginx: added secure-link option
|
2018-03-12 12:18:01 by Thomas Klausner | Files touched by this commit (2155) |
Log message:
Recursive bumps for fontconfig and libzip dependency changes.
|
2018-01-26 15:47:48 by Filip Hajny | Files touched by this commit (2) |
Log message:
www/nginx*: Remove CFLAGS/SunPro workaround, the problem was fixed
by upstream 5 years ago: https://trac.nginx.org/nginx/ticket/65
|
2017-11-16 22:10:56 by Pierre Pronchery | Files touched by this commit (2) |
Log message:
Add support for LDFLAGS
This notably fixes building with RELRO enabled (without cwrappers).
|
2017-10-31 11:18:43 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
nginx: Fix patch-auto_lib_pcre_conf checksum.
|
2017-10-28 12:57:29 by Adam Ciarcinski | Files touched by this commit (5) | |
Log message:
nginx: updated to 1.12.2
Changes with nginx 1.12.2:
*) Bugfix: client SSL connections were immediately closed if deferred
accept and the "proxy_protocol" parameter of the "listen" \
directive
were used.
*) Bugfix: client connections might be dropped during configuration
testing when using the "reuseport" parameter of the "listen"
directive on Linux.
*) Bugfix: incorrect response length was returned on 32-bit platforms
when requesting more than 4 gigabytes with multiple ranges.
*) Bugfix: switching to the next upstream server in the stream module
did not work when using the "ssl_preread" directive.
*) Bugfix: when using HTTP/2 client request body might be corrupted.
*) Bugfix: in handling of client addresses when using unix domain
sockets.
|
2017-07-23 23:22:28 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Update distinfo
|
2017-07-23 23:08:18 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Changes with nginx 1.12.1
*) Security: a specially crafted request might result in an integer
overflow and incorrect processing of ranges in the range filter,
potentially resulting in sensitive information leak (CVE-2017-7529).
PkgSrc:
*) Updated external modules
*) Added RTMP module (Media Streaming Server)
|
2017-07-09 11:20:31 by Alexander Nasonov | Files touched by this commit (1) |
Log message:
Add auth-request option (--with-http_auth_request_module).
Approved by joerg@.
|
2017-06-29 14:20:06 by Filip Hajny | Files touched by this commit (3) |
Log message:
Install processed rather than template nginx man page. PKGREVISION++
Fixes joyent/pkgsrc/issues/515
|