Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.12 02 Mar 2016 09:45:37 |
osa |
Use more proper knob. |
1.9.12 26 Feb 2016 23:19:45 |
osa |
Add vendor's patch, remove needless patch.
Pointed by: ru
Obtained from: http://hg.nginx.org/nginx/raw-rev/35487ea55cb6 |
1.9.12 26 Feb 2016 01:14:17 |
osa |
Upgrade third-party njs module from bb38609 to dbd4181, convert to
build as dynamic module by default.
Do not dump PORTREVISION, this module is disabled by default. |
1.9.12 24 Feb 2016 21:36:53 |
osa |
Upgrade from 1.9.11 to 1.9.12.
Remove needless patch.
<ChangeLog>
*) Feature: Huffman encoding of response headers in HTTP/2.
Thanks to Vlad Krasnov.
*) Feature: the "worker_cpu_affinity" directive now supports more than
64 CPUs.
*) Bugfix: compatibility with 3rd party C++ modules; the bug had
appeared in 1.9.11.
Thanks to Piotr Sikora.
(Only the first 15 lines of the commit message are shown above ) |
1.9.11_2 22 Feb 2016 23:29:42 |
osa |
Upgrade third-party http_redis module from 0.3.7 to 0.3.8,
compile it as dynamic module for www/nginx-devel. |
1.9.11_2 20 Feb 2016 21:01:52 |
osa |
Enable third-party brotli module as dynamic module. |
1.9.11_2 20 Feb 2016 20:10:14 |
osa |
Upgrade third-party ct (Certificate Transparency) module from 1790ac0 to
f3cad5e.
Enable dynamic module feature in www/nginx-devel. |
1.9.11_2 20 Feb 2016 19:42:42 |
osa |
Register a list of staged dynamic modules in nginx.conf-dist file automagically.
Bump PORTREVISION. |
1.9.11_1 20 Feb 2016 16:19:10 |
osa |
Upgrade from 5.0.24 to 5.0.25:
o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel. |
1.9.11_1 17 Feb 2016 23:28:06 |
osa |
Upgrade third-party nchan (formerly http_push) module from 0.99.4 to 0.99.5. |
1.9.11_1 17 Feb 2016 23:19:38 |
osa |
Upgrade third-party small_light module from 0.6.9 to 0.6.15,
enable as dynamic module for www/nginx-devel only. |
1.9.11_1 17 Feb 2016 23:00:59 |
osa |
Upgrade third-party dynamic_upstream module from 0.1.1 to 0.1.3.
Dynamic modules support has been enabled for the dynamic_upstream
third-party module, in case of usage of this module please update nginx
configuration file for load this module:
load_module "modules/ngx_dynamic_upstream_module.so";
Do not bump PORTREVISION cause this module is disabled by default. |
1.9.11_1 15 Feb 2016 22:01:32 |
osa |
Add third-party http_json_status module.
Submitted by: Vyacheslav, Omnilance LLC <vyacheslav@omnilance.com> |
1.9.11_1 14 Feb 2016 17:37:23 |
osa |
Upgrade third-party modules: echo, headers_more and set_misc.
Dynamic modules support has been enabled for these third-party modules,
in case of usage of these modules please update nginx configuration
file for load these modules:
load_module "modules/ngx_http_echo_module.so";
load_module "modules/ngx_http_headers_more_filter_module.so";
load_module "modules/ngx_http_set_misc_module.so";
Do not bump PORTREVISION because these modules disabled by default. |
1.9.11_1 14 Feb 2016 16:54:56 |
osa |
Upgrade two third-party eval and lua modules to its latest revisions.
Dynamic modules support has been enabled for these third-party modules,
in case of usage of these modules please update nginx configuration
file for load these modules:
load_module "modules/ngx_http_eval_module.so";
load_module "modules/ngx_http_lua_module.so";
Do not bump PORTREVISION because these modules disabled by default. |
1.9.11_1 14 Feb 2016 04:09:50 |
osa |
Enable dynamic modules support.
Bump PORTREVISION.
In case of usage following modules please update nginx configuration file
for load these modules:
load_module "modules/ngx_http_geoip_module.so";
load_module "modules/ngx_http_image_filter_module.so";
load_module "modules/ngx_http_xslt_filter_module.so";
load_module "modules/ngx_mail_module.so";
load_module "modules/ngx_stream_module.so";
See https://www.nginx.com/blog/dynamic-modules-nginx-1-9-11/ for details. |
1.9.11 13 Feb 2016 14:03:55 |
osa |
Upgrade third-party auth_krb5 module from f76d5d9 to c85a38c revision. |
1.9.11 13 Feb 2016 13:37:47 |
osa |
Upgrade third-party nchan module from 0.98 to 0.99.4. |
1.9.11 12 Feb 2016 22:45:46 |
osa |
Upgrade third-party njs module to the latest version. |
1.9.11 12 Feb 2016 12:49:52 |
osa |
Add third-party brotli module. |
1.9.11 12 Feb 2016 12:48:56 |
osa |
Add vendor's patch.
<ChangeLog>
Changes to NGX_MODULE_V1 and ngx_module_t in 85dea406e18f (1.9.11)
broke all modules written in C++, because ISO C++11 does not allow
conversion from string literal to char *.
</ChangeLog> |
1.9.11 10 Feb 2016 00:03:49 |
osa |
Upgrade from 1.9.10 to 1.9.11.
Due to internal changes (TCP support in resolver) I've just added several hacks
for
some third-party module. These changes should be removed once modules will be
updated.
<ChangeLog>
*) Feature: TCP support in resolver.
*) Feature: dynamic modules.
*) Bugfix: the $request_length variable did not include size of request
headers when using HTTP/2.
*) Bugfix: in the ngx_http_v2_module.
</ChangeLog> |
1.9.10 07 Feb 2016 18:09:28 |
osa |
Upgrade third-party modsecurity module from 2.9.0 to 2.9.1-rc1. |
1.9.10 07 Feb 2016 17:36:58 |
osa |
Upgrade third-party fancy_index module from 0.3.5 to 0.3.6. |
1.9.10 07 Feb 2016 17:28:25 |
osa |
Upgrade third-party ldap_auth module from be8ff8eecb to 8517bb0. |
1.9.10 04 Feb 2016 00:40:23 |
osa |
Upgrade third-party module from 1d4fae9 to the latest revision 466a655. |
1.9.10 03 Feb 2016 01:26:36 |
osa |
Upgrade from 5.0.22 to 5.0.24:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
1.9.10 03 Feb 2016 01:12:35 |
osa |
Upgrade third-party lua module from 0.9.19 to 0.10.0. |
1.9.10 02 Feb 2016 23:17:14 |
osa |
Upgrade third-party http_push (nchan) module from ver.0.731 to ver.0.98. |
1.9.10 30 Jan 2016 05:34:41 |
feld |
www/nginx-devel: Update to 1.9.10
PR: 206698
Security: CVE-2016-0742
Security: CVE-2016-0746
Security: CVE-2016-0747 |
1.9.9 16 Jan 2016 17:50:47 |
pawel |
Remove usage of deprecated @dirrm
Approved by: portmgr blanket |
1.9.9 11 Dec 2015 13:01:23 |
osa |
Upgrade third party push_stream module from 0.3.5 to 0.5.1.
PR: 205233 |
1.9.9 10 Dec 2015 00:15:37 |
osa |
Upgrade from 1.9.8 to 1.9.9.
Submitted by: David CARLIER <devnexen@gmail.com> (via private mail)
<ChangeLog>
*) Bugfix: proxying to unix domain sockets did not work when using
variables; the bug had appeared in 1.9.8.
</ChangeLog> |
1.9.8 08 Dec 2015 23:08:11 |
osa |
Security update from 5.0.21 to 5.0.22:
o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel.
Please note: third-party passenger module is disabled by default for
www/nginx and www/nginx-devel ports.
Security: CVE-2015-7519
PR: 205104 |
1.9.8 08 Dec 2015 22:50:03 |
osa |
Upgrade from 1.9.7 to 1.9.8.
Add the HTTP_SLICE knob for the ngx_http_slice module.
<ChangeLog>
*) Feature: pwritev() support.
*) Feature: the "include" directive inside the "upstream" block.
*) Feature: the ngx_http_slice_module.
*) Bugfix: a segmentation fault might occur in a worker process when
using LibreSSL; the bug had appeared in 1.9.6.
*) Bugfix: nginx could not be built on OS X in some cases.
</ChangeLog> |
1.9.7_1 04 Dec 2015 12:26:04 |
osa |
Remove needless code. |
1.9.7_1 04 Dec 2015 12:07:28 |
osa |
Upgrade third-party dynamic_upstream module from 0.1.0 to 0.1.1. |
1.9.7_1 04 Dec 2015 11:59:15 |
osa |
Upgrade third-party srcache module from 0.29 to 0.30. |
1.9.7_1 04 Dec 2015 11:46:39 |
osa |
Upgrade third-party drizzle module from 0.1.8 to 0.1.9.
Remove needless patch. |
1.9.7_1 04 Dec 2015 11:34:04 |
osa |
Remove needless code.
Do not bump PORTREVISION. |
1.9.7_1 02 Dec 2015 00:14:04 |
osa |
Sort entries according to order of 'make makesum'.
No functional changes. |
1.9.7_1 02 Dec 2015 00:08:54 |
osa |
Add third-party certificate_transparency module.
PR: 204926 |
1.9.7_1 01 Dec 2015 01:34:32 |
osa |
Upgrade third-party njs module from e7ea1a7 to 1d4fae9. |
1.9.7_1 01 Dec 2015 01:25:50 |
osa |
Enable HTTPv2 by default.
Bump PORTREVISION. |
1.9.7 22 Nov 2015 18:33:05 |
osa |
Upgrade third-party lua module from 0.9.18 to 0.9.19. |
1.9.7 20 Nov 2015 02:28:21 |
osa |
Upgrade third-party njs module from 8e72a0b to e7ea1a7. |
1.9.7 18 Nov 2015 01:11:54 |
osa |
Upgrade from 1.9.6 to 1.9.7.
<ChangeLog>
*) Feature: the "nohostname" parameter of logging to syslog.
*) Feature: the "proxy_cache_convert_head" directive.
*) Feature: the $realip_remote_addr in the ngx_http_realip_module.
*) Bugfix: the "expires" directive might not work when using variables.
*) Bugfix: a segmentation fault might occur in a worker process when
using HTTP/2; the bug had appeared in 1.9.6.
*) Bugfix: if nginx was built with the ngx_http_v2_module it was
possible to use the HTTP/2 protocol even if the "http2" parameter of
the "listen" directive was not specified.
*) Bugfix: in the ngx_http_v2_module.
</ChangeLog> |
1.9.6 12 Nov 2015 03:31:07 |
osa |
Upgrade third-party ldap module from 928856aa95 to be8ff8eecb. |
1.9.6 10 Nov 2015 21:20:03 |
osa |
Upgrade third-party modules:
o) lua from 0.9.16 to 0.9.18;
o) memc from 0.15 to 0.16;
o) postgres from 1.0rc5 to 1.0rc7;
o) rds-csv from 0.05 to 0.07.
o) rds-json from 0.13 to 0.14;
o) redis2 from 0.11 to 0.12;
o) set-misc from 0.28 to 0.29;
Remove needless patch for third-party postgres module, change
has been added to the upstream. |
1.9.6 09 Nov 2015 21:40:35 |
osa |
Upgrade third-party push_module from 0.692 to 0.731.
Also, the module has been moved to GitHub. |
1.9.6 09 Nov 2015 21:31:59 |
osa |
Add experimental HTTP JavaScript module, see https://github.com/nginx/njs for
details. |
1.9.6 27 Oct 2015 21:53:17 |
osa |
Upgrade from 1.9.5 to 1.9.6.
<ChangeLog>
*) Bugfix: a segmentation fault might occur in a worker process when
using HTTP/2.
Thanks to Piotr Sikora and Denis Andzakovic.
*) Bugfix: the $server_protocol variable was empty when using HTTP/2.
*) Bugfix: backend SSL connections in the stream module might be timed
out unexpectedly.
*) Bugfix: a segmentation fault might occur in a worker process if
different ssl_session_cache settings were used in different virtual (Only the first 15 lines of the commit message are shown above ) |
1.9.5 26 Oct 2015 02:35:17 |
osa |
Upgrade third-party clojure module from 0.4.2 to 0.4.3. |
1.9.5 24 Oct 2015 04:28:32 |
osa |
Update from 5.0.20 to 5.0.21:
o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel. |
1.9.5 12 Oct 2015 03:18:17 |
osa |
Upgrade third-party naxsi module from 0.50 to 0.54.
Switch from Google Code to GitHub. |
1.9.5 08 Oct 2015 15:12:22 |
olgeni |
Remove trailing whitespace from Makefiles, M-X. |
1.9.5 25 Sep 2015 23:20:49 |
osa |
Upgrade from 5.0.18 to 5.0.20:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
1.9.5 23 Sep 2015 00:52:12 |
osa |
Upgrade third-party lua module from 0.9.15 to 0.9.16.
Remove needless patch. |
1.9.5 22 Sep 2015 22:09:00 |
osa |
Upgrade from 1.9.4 to 1.9.5.
Welcome to HTTP/2!
SPDY support has been removed.
<ChangeLog>
*) Feature: the ngx_http_v2_module (replaces ngx_http_spdy_module).
Thanks to Dropbox and Automattic for sponsoring this work.
*) Change: now the "output_buffers" directive uses two buffers by
default.
*) Change: now nginx limits subrequests recursion, not simultaneous
subrequests.
(Only the first 15 lines of the commit message are shown above ) |
1.9.4 16 Sep 2015 23:23:34 |
osa |
Upgrade from 5.0.16 to 5.0.18:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
1.9.4 16 Sep 2015 23:01:05 |
osa |
Upgrade HTTP/2 patch from v4 to v6.
<ChangeLog>
2015-09-11 Version 6 (NGINX 1.9.4)
- Sending GOAWAY frame on connection shutdown;
- Proper handling of huge response headers using CONTINUATION frames;
- Various minor fixes.
2015-09-08 Version 5 (NGINX 1.9.4)
- Validation of the request headers;
- Improved error handling even more;
- Added the http2_max_header_size directive that limits the maximum size of
a request headers (16384 bytes by default);
- Fixed the default value of the http2_max_field_size directive;
- Limited consumption of memory during the HTTP/2 session;
- The $request_line variable for HTTP/2 requests now uses "HTTP/2.0" as
the version token instead of "HTTP/1.1".
</ChangeLog> |
1.9.4 07 Sep 2015 02:05:53 |
osa |
Upgrade HTTPv2 patch from version 3 to version 4.
<ChangeLog>
2015-08-31 Version 4 (NGINX 1.9.4)
- Improved error handling;
- Added the http2_max_field_size directive that limits the maximum size of
a request header field (4096 bytes by default).
</ChangeLog> |
1.9.4 07 Sep 2015 01:58:42 |
osa |
Upgrade third-party clojure module from 0.4.1 to 0.4.2.
While I'm here remove security/shibboleth2-sp as dependency for third-party
shibboleth module. |
1.9.4 31 Aug 2015 22:12:31 |
osa |
Add third-party shibboleth module,
https://github.com/nginx-shib/nginx-http-shibboleth.
Submitted by: Guy Antony Halse <G.halse@ru.ac.za> (via private mail) |
1.9.4 27 Aug 2015 22:19:12 |
osa |
Upgrade from 5.0.15 to 5.0.16:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
1.9.4 27 Aug 2015 17:36:32 |
vg |
Added 3rd party tarantool upstream module:
Tarantool NginX upstream module
- Benefit from nginx features and tarantool features over HTTP(S).
- Call tarantool methods via JSON RPC.
- Load Balancing with elastic configuration.
- Backup and fault tolerance.
- Low overhead.
PR: ports/202593
Approved by: osa |
1.9.4 19 Aug 2015 21:13:02 |
osa |
Upgrade from 1.9.3 to 1.9.4.
Upgrade HTTP/2 implementation patch from v2 to v3.
<ChangeLog>
*) Change: the "proxy_downstream_buffer" and "proxy_upstream_buffer"
directives of the stream module are replaced with the
"proxy_buffer_size" directive.
*) Feature: the "tcp_nodelay" directive in the stream module.
*) Feature: multiple "sub_filter" directives can be used simultaneously.
*) Feature: variables support in the search string of the "sub_filter"
directive. (Only the first 15 lines of the commit message are shown above ) |
1.9.3 14 Aug 2015 22:58:03 |
osa |
Upgrade HTTP/2 patch from v.1 to v.2. |
1.9.3 13 Aug 2015 00:58:37 |
osa |
Upgrade third-party clojure module from 0.4.0 to 0.4.1. |
1.9.3 10 Aug 2015 22:30:21 |
osa |
Upgrade from 5.0.14 to 5.0.15:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
1.9.3 10 Aug 2015 22:19:52 |
osa |
Add HTTP/2 protocol support.
Please read http://nginx.org/patches/http2/README.txt for details. |
1.9.3 10 Aug 2015 12:03:27 |
osa |
Use luajit instead of lua for third-party modsecurity module, sort list of
dependences for it.
PR: 200263 |
1.9.3 17 Jul 2015 00:11:51 |
osa |
Upgrade from 5.0.13 to 5.0.14:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
1.9.3 14 Jul 2015 21:59:38 |
osa |
Upgrade from 1.9.2 to 1.9.3.
<ChangeLog>
*) Change: duplicate "http", "mail", and "stream" blocks are now
disallowed.
*) Feature: connection limiting in the stream module.
*) Feature: data rate limiting in the stream module.
*) Bugfix: the "zone" directive inside the "upstream" block did not work
on Windows.
*) Bugfix: compatibility with LibreSSL in the stream module. (Only the first 15 lines of the commit message are shown above ) |
1.9.2_2 10 Jul 2015 17:12:59 |
osa |
Update third-party KRB5/SPNEGO module to the latest upstream version.
No cookie for: philip |
1.9.2_2 05 Jul 2015 23:43:09 |
osa |
Upgrade third-party clojure module from 0.3.0 to 0.4.0. |
1.9.2_2 04 Jul 2015 22:24:35 |
osa |
Upgrade from 5.0.11 to 5.0.13:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
1.9.2_2 04 Jul 2015 21:54:54 |
osa |
Upgrade third-party headers_more module from 0.26 to 0.261. |
1.9.2_2 03 Jul 2015 16:44:59 |
koobs |
www/nginx{-deve}: Fix build with HEADERS_MORE option
Upstream apparently re-tagged the v0.26 release, thereby changing the contents
of the tarball oftained from github, causing distinfo checksums to become
mismatched.
This change updates distinfo entries in nginx and nginx-devel to compensate.
PR: 201129
Submitted by: Adam Twardowski <adam dot twardowski gmail.com>
Approved by: portmgr (blanket)
MFH: 2015Q3 |
1.9.2_1 01 Jul 2015 09:29:58 |
osa |
Upgrade from 5.0.10 to 5.0.11:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
1.9.2_1 25 Jun 2015 21:06:39 |
osa |
Be more accurate with tmpdir removal and remove only empty tmpdir.
Cause otherwise removal non-empty tmpdir breaks running nginx instance.
Bump PORTREVISION.
PR: 201045
Tested by: grembo |
1.9.2 21 Jun 2015 23:25:26 |
osa |
Upgrade third-party fancyindex module from 0.3.4 to 0.3.5. |
1.9.2 16 Jun 2015 20:47:26 |
osa |
Upgrade from 1.9.1 to 1.9.2.
<ChangeLog>
*) Feature: the "backlog" parameter of the "listen" directives of the
mail proxy and stream modules.
*) Feature: the "allow" and "deny" directives in the stream module.
*) Feature: the "proxy_bind" directive in the stream module.
*) Feature: the "proxy_protocol" directive in the stream module.
*) Feature: the -T switch.
(Only the first 15 lines of the commit message are shown above ) |
1.9.1 14 Jun 2015 11:36:55 |
osa |
Add third-party clojure module, version 0.3.0. |
1.9.1 13 Jun 2015 19:51:30 |
osa |
Add third-party ajp module. |
1.9.1 13 Jun 2015 19:28:13 |
osa |
Add third-party statsd module.
PR: 178799 |
1.9.1 13 Jun 2015 18:48:49 |
osa |
Add third-party dynamic_upstream module, version 0.1.0. |
1.9.1 13 Jun 2015 18:11:29 |
osa |
Add third-party SPNEGO authentication module.
PR: 192904 |
1.9.1 13 Jun 2015 17:34:34 |
osa |
Fix digest authentication fail on URLs with a querystring for third-party
http_auth_digest module.
PR: 199758 |
1.9.1 13 Jun 2015 16:50:55 |
osa |
Add third-party small_light module, version 0.6.9.
PR: 185816 |
1.9.1 13 Jun 2015 00:00:37 |
osa |
Welcome back third-party upload module.
PR: 200809 |
1.9.1 12 Jun 2015 01:31:18 |
osa |
Upgrade from 5.0.9 to 5.0.10:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
1.9.1 05 Jun 2015 03:10:09 |
osa |
Upgrade from 5.0.8 to 5.0.9:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
1.9.1 02 Jun 2015 07:51:00 |
peter |
Update the optional (defaults to off) ldap authentication module to a more
recent version. Of particular importance is that the old one
connected/disconnected to the ldap server for every single URL being served
while this one has a configurable cache.
PR: 200550
Reviewed by: osa |
1.9.1 29 May 2015 14:01:15 |
mat |
Convert nginx, nginx-devel and tengine to USE_GITHUB.
Sponsored by: Absolight |
1.9.1 28 May 2015 02:38:04 |
osa |
Make 'make makesum' happy. |
1.9.1 28 May 2015 01:07:46 |
osa |
Upgrade from 1.9.0 to 1.9.1.
<ChangeLog>
*) Change: now SSLv3 protocol is disabled by default.
*) Change: some long deprecated directives are not supported anymore.
*) Feature: the "reuseport" parameter of the "listen" directive.
Thanks to Sepherosa Ziehau and Yingqi Lu.
*) Feature: the $upstream_connect_time variable.
*) Bugfix: in the "hash" directive on big-endian platforms.
*) Bugfix: nginx might fail to start on some old Linux variants; the bug
had appeared in 1.7.11.
*) Bugfix: in IP address parsing.
Thanks to Sergey Polovko.
</ChangeLog> |
1.9.0_1 26 May 2015 23:12:04 |
osa |
Add patches for third-party postgres module. |
1.9.0_1 26 May 2015 23:10:53 |
osa |
Add third-party postgres module back.
Based on patch from: Alexander Ushakov <alexander@tauruna.ru> |
1.9.0_1 24 May 2015 16:27:38 |
osa |
Upgrade from 5.0.7 to 5.0.8:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |