Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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. |
1.9.0_1 22 May 2015 20:34:29
  |
mat  |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
1.9.0_1 14 May 2015 10:15:09
  |
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.9.0_1 05 May 2015 16:16:32
  |
bdrewery  |
Fix selection of HTTP_XSLT and MODSECURITY so that the proper LIB_DEPENDS on
libxslt is added. |
1.9.0 30 Apr 2015 23:15:09
  |
osa  |
Fix typo.
Reported by: pluknet |
1.9.0 30 Apr 2015 00:33:01
  |
osa  |
Remove useless code. |
1.9.0 29 Apr 2015 01:03:03
  |
osa  |
Update from 5.0.6 to 5.0.7:
o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel. |
1.9.0 29 Apr 2015 00:42:07
  |
osa  |
Add support for stream and stream_ssl modules. |
1.9.0 29 Apr 2015 00:29:20
  |
osa  |
Upgrade from 1.8.0 to 1.9.0.
<ChangeLog>
*) Change: obsolete aio and rtsig event methods have been removed.
*) Feature: the "zone" directive inside the "upstream" block.
*) Feature: the stream module.
*) Feature: byte ranges support in the ngx_http_memcached_module.
Thanks to Martin Mlynar.
*) Feature: shared memory can now be used on Windows versions with
address space layout randomization.
Thanks to Sergey Brester.
*) Feature: the "error_log" directive can now be used on mail and server
levels in mail proxy.
*) Bugfix: the "proxy_protocol" parameter of the "listen" directive did
not work if not specified in the first "listen" directive for a
listen socket.
</ChangeLog> |
1.8.0 27 Apr 2015 02:26:18
  |
osa  |
Remove needless patch, I've just forgotten to remove it in previous commit. |
1.8.0 27 Apr 2015 02:16:04
  |
osa  |
Remove support for next unsupported third-party modules:
o) http_upload;
o) postgres;
o) supervisord;
o) tcp_proxy;
Add back third-party http_upstream_sticky module's checksums. |
1.8.0 22 Apr 2015 11:47:23
  |
osa  |
Remove third-party syslog support, it's available out of box now,
see http://nginx.org/en/docs/syslog.html for details. |
1.8.0 21 Apr 2015 23:26:57
  |
osa  |
Upgrade to latest stable version 1.8.0.
According to vendor's recommendations safely remove NGX_THREADS macro
with some long unused code from some third-party modules.
Merge changes from www/nginx-devel to www/nginx.
Merge third-pary upstream_sticky module from www/nginx to www/nginx-devel.
Remove outdated syslog support. |
1.7.12 21 Apr 2015 18:03:22
  |
osa  |
Upgrade third-party set_misc module from 0.24 to 0.28. |
1.7.12 21 Apr 2015 00:26:54
  |
osa  |
Upgrade third-party modules:
o) echo from 0.51 to 0.57;
o) memc from 0.14 to 0.15;
o) srcache from 0.25 to 0.29. |
1.7.12 21 Apr 2015 00:08:55
  |
osa  |
Upgrade third-party redis2 module from 0.10 to 0.11. |
1.7.12 20 Apr 2015 23:58:03
  |
osa  |
Upgrade third-pary redis2 module from 0.9.4 to 0.9.15. |
1.7.12 17 Apr 2015 21:55:56
  |
osa  |
Upgrade third-party headers-more module from 0.25 to 0.26.
Patch from: Denis Denisov <denji0k@gmail.com> (via mail) |
1.7.12 08 Apr 2015 22:52:29
  |
osa  |
Remove THREADS option support.
Enable following third-party modules back:
o) arrayvar
o) echo
o) headers_more
o) http_mogilefs
o) drizzle
o) encryptsession
o) forminput
o) iconv
o) let
o) lua
o) memc
o) modsecurity
o) rds_csv
o) rds_json
o) redis2
o) set_misc
o) sflow
o) srcache
o) xrid_header
o) xss
Don't bump PORTREVISION cause all these third-party modules and THREADS option
are disabled by default. |
1.7.12 08 Apr 2015 00:43:43
  |
osa  |
Upgrade from 1.7.11 to 1.7.12.
Temporary disable following third-party modules:
o) arrayvar
o) echo
o) headers_more
o) http_mogilefs
o) drizzle
o) encryptsession
o) forminput
o) iconv
o) let
o) lua
o) memc
o) modsecurity (Only the first 15 lines of the commit message are shown above ) |
1.7.11 07 Apr 2015 23:32:17
  |
osa  |
Fix a couple portlint warnings.
PR: 199163 |
1.7.11 05 Apr 2015 16:11:10
  |
osa  |
Upgrade from 1.7.10 to 1.7.11.
Temporary disable third-party upload module.
<ChangeLog>
*) Change: the "sendfile" parameter of the "aio" directive is
deprecated; now nginx automatically uses AIO to pre-load data for
sendfile if both "aio" and "sendfile" directives are used.
*) Feature: experimental thread pools support.
*) Feature: the "proxy_request_buffering", "fastcgi_request_buffering",
"scgi_request_buffering", and "uwsgi_request_buffering" directives.
*) Feature: request body filters experimental API. (Only the first 15 lines of the commit message are shown above ) |
1.7.10 05 Apr 2015 16:02:05
  |
osa  |
Upgrade third-party rtmp module from 1.1.6 to 1.1.7. |
1.7.10 04 Apr 2015 23:38:24
  |
osa  |
Upgrade from 5.0.4 to 5.0.6:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
The passenger now uses its own libev fork, so remove devel/libev dependency.
<ChangeLog>
Release 5.0.6
-------------
* The turbocache no longer caches responses for which the Cache-Control header
contains "no-cache". Please note that "no-cache" does not mean "do not cache
this response". Instead, it means "any caching servers may only serve the (Only the first 15 lines of the commit message are shown above ) |
1.7.10 24 Mar 2015 18:19:24
  |
marino  |
4 ports categories: Remove $PTHREAD_LIBS
Categories: www, ftp, net-im, net-mgmt
approved by: PTHREAD blanket |
1.7.10 23 Mar 2015 04:07:09
  |
bdrewery  |
Properly set MAKE_ENV and MAKE_CMD.
With hat: portmgr |
1.7.10 13 Mar 2015 00:41:06
  |
osa  |
Upgrade from 5.0.2 to 5.0.4:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
<ChangeLog>
Release 5.0.3
-------------
* [Standalone] When using the builtin engine, `passenger start` may crash
during
startup due to an initialization race condition. This has been fixed.
* [Enterprise] Fixes a bug in passenger-irb. Running passenger-irb without a
PID
parameter worked, but running it with a PID parameter didn't.
* Fixes an integer overflow that resulted in a file descriptor leak and stalled (Only the first 15 lines of the commit message are shown above ) |
1.7.10 13 Mar 2015 00:06:30
  |
osa  |
Upgrade from 4.0.59 to 5.0.2:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
<ChangeLog>
Release 5.0.2
-------------
* Fixes a connection freeze that could occur when processing large responses.
This would
manifest itself under the error message "This website is under heavy load" or
"Request
queue is full, returning an error". Closes GH-1404.
* Debian and Ubuntu packages have been reintroduces.
* When `passenger-config restart-app` is run interactively, if Passenger is not
serving (Only the first 15 lines of the commit message are shown above ) |
1.7.10 13 Feb 2015 12:49:33
  |
osa  |
Update third-party modsecurity module from 2.8.0 to 2.9.0.
<ChangeLog>
12 Feb 2015 - 2.9.0
-------------------
* Fix apr_crypto.h include, now checking if apr_crypto.h is available by
checking the definition WITH_APU_CRYPTO.
[martinjina and ModSecurity team]
15 Dez 2014 - 2.9.0-RC2
-----------------------
* OpenSSL dependency was removed on MS Windows builds. ModSecurity is now using (Only the first 15 lines of the commit message are shown above ) |
1.7.10 11 Feb 2015 03:23:11
  |
osa  |
Upgrade from 4.0.58 to 4.0.59:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
<ChangeLog>
Release 4.0.59
--------------
* [Enterprise] Fixed support for free-style Node.js apps.
</ChangeLog> |
1.7.10 11 Feb 2015 03:07:09
  |
osa  |
Upgrade from 1.7.9 to 1.7.10.
<ChangeLog>
Changes with nginx 1.7.10 10 Feb 2015
*) Feature: the "use_temp_path" parameter of the "proxy_cache_path",
"fastcgi_cache_path", "scgi_cache_path", and "uwsgi_cache_path"
directives.
*) Feature: the $upstream_header_time variable.
*) Workaround: now on disk overflow nginx tries to write error logs once
a second only.
(Only the first 15 lines of the commit message are shown above ) |
1.7.9 23 Jan 2015 23:28:01
  |
osa  |
Upgrade from 4.0.57 to 4.0.58:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
<ChangeLog>
Release 4.0.58
--------------
* [Enterprise] Fixed a bug in the Debian packages which caused Flying Passenger
to break when used with non-system Rubies.
* The Debian packages no longer require Ruby 1.9. Closes GH-1353.
</ChangeLog> |
1.7.9 04 Jan 2015 16:54:50
  |
osa  |
Upgrade third-party dav_ext module from 0.0.2 to 0.0.3. |
1.7.9 04 Jan 2015 16:38:28
  |
osa  |
Upgrade third-party drizzle module from 0.1.7 to 0.1.8.
Rename extra patch for the module. |
1.7.9 04 Jan 2015 16:03:30
  |
osa  |
Upgrade third-party rtmp module from 1.1.5 to 1.1.6.
Remove necessary patch for the module. |
1.7.9 04 Jan 2015 03:27:15
  |
osa  |
Update third-party ngx_fancyindex module from 0.3.1 to 0.3.4.
Submitted by: Miguel Clara <miguelmclara@gmail.com>
<ChangeLog>
v0.3.4
======
- Viewport is now defined in the generated HTML, which works better
for mobile devices.
- Even-odd row styling moved to the CSS using :nth-child(). This
makes the HTML served to clients smaller.
v0.3.3
======
- New feature: table headers in the default template are now clickable
to set the sorting criteria and direction of the index entries.
(https://github.com/aperezdc/ngx-fancyindex/issues/7)
v0.3.2
======
- Solved a bug that would leave certain clients stalled forever.
- Improved handling of subrequests for non-builtin headers/footers.
</ChangeLog> |
1.7.9 03 Jan 2015 17:13:55
  |
osa  |
Upgrade from 1.7.8 to 1.7.9.
<ChangeLog>
Changes with nginx 1.7.9 23 Dec 2014
*) Feature: variables support in the "proxy_cache", "fastcgi_cache",
"scgi_cache", and "uwsgi_cache" directives.
*) Feature: variables support in the "expires" directive.
*) Feature: loading of secret keys from hardware tokens with OpenSSL
engines.
Thanks to Dmitrii Pichulin.
(Only the first 15 lines of the commit message are shown above ) |
1.7.8 03 Jan 2015 17:08:25
  |
osa  |
Update third-party ngx_cache_purge module from 2.1 to 2.3 (as preparation to
upgrade the www/nginx-devel to 1.7.9).
<ChangeLog>
2014-12-23 VERSION 2.3
* Fix compatibility with nginx-1.7.9+.
2014-12-02 VERSION 2.2
* Fix compatibility with nginx-1.7.8+.
2014-05-19
* Fix build on Solaris with SunCC (Solaris Studio).
Reported by Jussi Sallinen.
</ChangeLog> |
1.7.8 03 Jan 2015 16:58:40
  |
osa  |
Upgrade from 4.0.53 to 4.0.57 (as preparation to upgrade the www/nginx-devel to
1.7.9):
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
<ChangeLog>
Release 4.0.57
--------------
* Fixed a native extension compatibility problem with Ruby 2.2.
Closes [ruby-core:67152](https://bugs.ruby-lang.org/issues/10656).
* Fixed compatibility with Nginx 1.7.9. Closes GH-1335.
Release 4.0.56 (Only the first 15 lines of the commit message are shown above ) |
1.7.8 12 Dec 2014 22:51:48
  |
osa  |
Add missing dependency.
Don't bump PORTREVISION cause the third-party modsecurity module disabled by
default.
Patch from: Ilya Komandyshko <ikomander@gmail.com> |
1.7.8 10 Dec 2014 23:12:10
  |
osa  |
Upgrade from 1.7.7 to 1.7.8.
<ChangeLog>
*) Change: now the "If-Modified-Since", "If-Range", etc. client request
header lines are passed to a backend while caching if nginx knows in
advance that the response will not be cached (e.g., when using
proxy_cache_min_uses).
*) Change: now after proxy_cache_lock_timeout nginx sends a request to a
backend with caching disabled; the new directives
"proxy_cache_lock_age", "fastcgi_cache_lock_age",
"scgi_cache_lock_age", and "uwsgi_cache_lock_age" specify a time
after which the lock will be released and another attempt to cache a
response will be made. (Only the first 15 lines of the commit message are shown above ) |
1.7.7_1 04 Dec 2014 21:26:03
  |
feld  |
Update LICENSE to make the warnings go away |
1.7.7_1 26 Nov 2014 13:08:38
  |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.7.7 29 Oct 2014 11:37:18
  |
osa  |
Upgrade from 1.7.6 to 1.7.7.
<ChangeLog>
*) Change: now nginx takes into account the "Vary" header line in a
backend response while caching.
*) Feature: the "proxy_force_ranges", "fastcgi_force_ranges",
"scgi_force_ranges", and "uwsgi_force_ranges" directives.
*) Feature: the "proxy_limit_rate", "fastcgi_limit_rate",
"scgi_limit_rate", and "uwsgi_limit_rate" directives.
*) Feature: the "Vary" parameter of the "proxy_ignore_headers",
"fastcgi_ignore_headers", "scgi_ignore_headers", and (Only the first 15 lines of the commit message are shown above ) |
1.7.6 04 Oct 2014 14:16:17
  |
osa  |
Update from 4.0.52 to 4.0.53:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
<ChangeLog>
* Upgraded the preferred Nginx version to 1.6.2.
* Improved RVM gemset autodetection.
* Fixed some Ruby 2.2 compatibility issues.
</ChangeLog> |
1.7.6 01 Oct 2014 01:18:56
  |
osa  |
Update from 4.0.50 to 4.0.52:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
<ChangeLog>
* Fixed a null termination bug when autodetecting application types.
* Node.js apps can now also trigger the inverse port binding mechanism by
passing `'/passenger'`
as argument. This was introduced in order to be able to support the Hapi.js
framework.
Please read
http://stackoverflow.com/questions/20645231/phusion-passenger-error-http-server-listen-was-called-more-than-once/20645549
for more information regarding Hapi.js support.
* It is now possible to abort Node.js WebSocket connections upon application
restart.
Please refer to (Only the first 15 lines of the commit message are shown above ) |
1.7.6 01 Oct 2014 00:00:22
  |
osa  |
Update patch for third party upload module.
PR: 193891 |
1.7.6 30 Sep 2014 17:08:23
  |
osa  |
Update from 1.7.5 to 1.7.6.
<ChangeLog>
*) Change: the deprecated "limit_zone" directive is not supported
anymore.
*) Feature: the "limit_conn_zone" and "limit_req_zone" directives now
can be used with combinations of multiple variables.
*) Bugfix: request body might be transmitted incorrectly when retrying a
FastCGI request to the next upstream server.
*) Bugfix: in logging to syslog.
</ChangeLog> |
1.7.5 26 Sep 2014 00:02:08
  |
osa  |
Update CPE_VENDOR. |
1.7.5 19 Sep 2014 01:27:24
  |
osa  |
Update third-party rtmp module from 1.1.4 to 1.1.5.
Fix compilation issue (1).
Do not bump PORTREVISION.
Obtained
from: https://github.com/arut/nginx-rtmp-module/commit/dd5f2aa117c617e1f0fde26f8fd58903be2d85e8.patch (1) |
1.7.5 19 Sep 2014 00:56:18
  |
osa  |
Security update from 1.7.4 to 1.7.5.
Temporary disable two third-party modules: supervisord and rtmp.
<ChangeLog>
*) Security: it was possible to reuse SSL sessions in unrelated contexts
if a shared SSL session cache or the same TLS session ticket key was
used for multiple "server" blocks (CVE-2014-3616).
Thanks to Antoine Delignat-Lavaud.
*) Change: now the "stub_status" directive does not require a parameter.
*) Feature: the "always" parameter of the "add_header" directive.
*) Feature: the "proxy_next_upstream_tries", (Only the first 15 lines of the commit message are shown above ) |
1.7.4_1 17 Sep 2014 14:55:34
  |
mat  |
OPTIONS_SINGLE must have one value selected at all time, let's guess that MP4
is optional and switch to OPTIONS_RADIO.
Sponsored by: Absolight |
1.7.4_1 29 Aug 2014 11:09:43
  |
osa  |
Update from 4.0.49 to 4.0.50:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
<ChangeLog>
* Fixed a potential heap corruption bug.
* Added Union Station support for Rails 4.1.
</ChangeLog> |
1.7.4_1 25 Aug 2014 12:19:44
  |
bapt  |
Convert to USES=pgsql |