Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.12 31 Aug 2009 13:22:00
 |
osa  |
Update from 0.8.11 to 0.8.12.
Remove needless vendor patch.
<ChangeLog>
*) Feature: the "sendfile" parameter in the "aio" directive on FreeBSD.
*) Bugfix: in try_files; the bug had appeared in 0.8.11.
*) Bugfix: in memcached; the bug had appeared in 0.8.11.
</ChangeLog> |
0.8.11_1 31 Aug 2009 09:48:06
 |
osa  |
Add vendor patch for memcached module.
Update nginx_upload module from 2.0.9 to 2.0.10.
Update nginx_http_redis module from 0.1 to 0.1.1.
Bump PORTREVISION. |
0.8.11 28 Aug 2009 16:13:10
 |
osa  |
Update from 0.8.10 to 0.8.11.
Remove needless extra patch.
<ChangeLog>
*) Change: directive "gzip_disable msie6" enables gzipping for
MSIE 6.0 SV1.
*) Feature: file AIO support on FreeBSD and Linux.
*) Feature: the "directio_alignment" directive.
</ChangeLog> |
0.8.10 24 Aug 2009 11:46:24
 |
osa  |
Update from 0.8.9 to 0.8.10.
<ChangeLog>
*) Bugfix: memory leaks if GeoIP City database was used.
*) Bugfix: in copying temporary files to permanent storage area; the
bug had appeared in 0.8.9.
</ChangeLog> |
0.8.9 24 Aug 2009 10:02:35
 |
osa  |
Add http_redis module support.
Add experimental file aio support.
Do not bump PORTREVISION cause new features are disabled by default. |
0.8.9 18 Aug 2009 05:43:08
 |
osa  |
Update from 0.8.8 to 0.8.9.
<ChangeLog>
*) Feature: now the start cache loader runs in a separate process; this
should improve large caches handling.
*) Feature: now temporarily files and permanent storage area may reside
at different file systems.
</ChangeLog> |
0.8.8 10 Aug 2009 10:32:38
 |
osa  |
Update from 0.8.7 to 0.8.8.
<ChangeLog>
*) Bugfix: in handling FastCGI headers split in records.
*) Bugfix: a segmentation fault occurred in worker process, if a
request was handled in two proxied or FastCGIed locations and a
caching was enabled in the first location; the bug had appeared in
0.8.7.
</ChangeLog> |
0.8.7 27 Jul 2009 16:56:50
 |
osa  |
Update from 0.8.6 to 0.8.7.
<ChangeLog>
*) Change: minimum supported OpenSSL version is 0.9.7.
*) Change: the "ask" parameter of the "ssl_verify_client" directive was
changed to the "optional" parameter and now it checks a client
certificate if it was offered.
Thanks to Brice Figureau.
*) Feature: the $ssl_client_verify variable.
Thanks to Brice Figureau.
*) Feature: the "ssl_crl" directive. (Only the first 15 lines of the commit message are shown above ) |
0.8.6 27 Jul 2009 05:59:19
 |
osa  |
Update mogilefs module from 1.0.1 to 1.0.2.
Do not bump PORTREVISIONs.
<ChangeLog>
*) Feature: directive mogilefs_methods and support for PUT and
DELETE methods
*) Feature: dynamic evaluation of tracker name
*) Feature: ability to pass noverify parameter to tracker
</ChangeLog> |
0.8.6 21 Jul 2009 13:53:14
 |
osa  |
Add support for http_geoip module (introduced in 0.8.6).
Do not bump PORTREVISION. |
0.8.6 20 Jul 2009 09:04:55
 |
osa  |
Update from 0.8.5 to 0.8.6.
Add two new variables NGINX_ACCESSLOG and NGINX_ERRORLOG
to allow log paths customization, i.e.
% make NGINX_ACCESSLOG=/dev/null
NOTE. If you want nginx to log errors into stderr it's
better to use
% make NGINX_ERRORLOG=stderr
instead of NGINX_ERRORLOG=/dev/stderr to avoid duplicate
error messages during startup.
(Only the first 15 lines of the commit message are shown above ) |
0.8.5 17 Jul 2009 06:12:47
 |
osa  |
Add two more third-party modules: http_mp4_streaming_lite
and http_notice_module.
Submitted by: Konrad Lapsz aka konrad dot lapsz at gmail dot com |
0.8.5 15 Jul 2009 16:56:10
 |
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
0.8.5 15 Jul 2009 14:09:33
 |
osa  |
Resort options to make third party modules distinguishable.
Apply these changes accordingly for stable and devel versions.
Do not bump PORTREVISIONs.
Submitted by: Maxim Dounin aka mdounin at mdounin dot ru |
0.8.5 15 Jul 2009 14:03:40
 |
osa  |
Fix whitespaces. |
0.8.5 13 Jul 2009 12:19:04
 |
osa  |
Update from 0.8.4 to 0.8.5.
<ChangeLog>
*) Bugfix: now nginx allows underscores in a request method.
*) Bugfix: a 500 error code was returned for invalid login/password
while HTTP Basic authentication on Windows.
*) Bugfix: ngx_http_perl_module responses did not work in subrequests.
*) Bugfix: in ngx_http_limit_req_module.
Thanks to Maxim Dounin.
</ChangeLog> |
0.8.4_1 04 Jul 2009 09:47:40
 |
osa  |
Really bump PORTREVISION by fix typo.
Pointy hat to: osa |
0.8.4 02 Jul 2009 10:31:13
 |
osa  |
Default stop signal is SIGTERM, the quick shutdown. Also nginx
understands QUIT signal for graceful (gradual) stop.
Add gracefulstop extra command accordingly for stable and devel
versions.
Bump PORTREVISIONs.
PR: ports/136232 (partialy) |
0.8.4 02 Jul 2009 09:13:06
 |
osa  |
Fix typo.
Pointy hat to: osa |
0.8.4 02 Jul 2009 09:00:16
 |
osa  |
Fix X-Progress-ID argument parsing in third-party uploadprogress module.
Do not bump PORTREVISIONs.
PR: ports/136064 |
0.8.4 26 Jun 2009 08:16:27
 |
osa  |
Add eval module version 1.0.1 accordingly.
Do not bump PORTREVISIONs.
WWW: http://www.grid.net.ru/nginx/eval.en.html |
0.8.4 22 Jun 2009 15:31:02
 |
osa  |
Update passenger module support from 2.2.3 to 2.2.4.
Do not bump PORTREVISIONs. |
0.8.4 22 Jun 2009 12:39:41
 |
osa  |
Update from 0.8.3 to 0.8.4.
Add WITHOUT_HTTP_CACHE knob.
<ChangeLog>
*) Bugfix: nginx could not be built --without-http-cache; the bug had
appeared in 0.8.3.
</ChangeLog> |
0.8.3 19 Jun 2009 13:48:07
 |
osa  |
Update from 0.8.2 to 0.8.3.
<ChangeLog>
*) Feature: the $upstream_cache_status variable.
*) Bugfix: nginx could not be built on MacOSX 10.6. the bug had
appeared in 0.8.2.
*) Bugfix: nginx could not be built --without-http-cache; the bug had
appeared in 0.8.2.
*) Bugfix: a segmentation fault occurred in worker process, if a
backend 401 error was intercepted and the backend did not set the
"WWW-Authenticate" response header line.
Thanks to Eugene Mychlo.
</ChangeLog> |
0.8.2 18 Jun 2009 06:54:15
 |
osa  |
Update passenger module support from 2.2.2 to
fresh bug fix edition 2.2.3.
Do not bump PORTREVISIONs. |
0.8.2 15 Jun 2009 10:37:35
 |
osa  |
Update from 0.8.1 to 0.8.2.
<ChangeLog>
*) Bugfix: in open_file_cache and proxy/fastcgi cache interaction on
start up.
*) Bugfix: open_file_cache might cache open file descriptors too long.
</ChangeLog> |
0.8.1 09 Jun 2009 19:37:24
 |
osa  |
Update from 0.8.0 to 0.8.1.
<ChangeLog>
*) Feature: the "updating" parameter in "proxy_cache_use_stale" and
"fastcgi_cache_use_stale" directives.
*) Bugfix: the "If-Modified-Since", "If-Range", etc. client request
header lines were passed to backend while caching if no
"proxy_set_header" directive was used with any parameters.
*) Bugfix: the "Set-Cookie" and "P3P" response header lines were not
hidden while caching if no "proxy_hide_header/fastcgi_hide_header"
directives were used with any parameters.
*) Bugfix: the ngx_http_image_filter_module did not support GIF87a
format.
Thanks to Denis Ilyinyh.
*) Bugfix: nginx could not be built modules on Solaris 10 and early;
the bug had appeared in 0.7.56.
</ChangeLog> |
0.8.0 03 Jun 2009 12:59:53
 |
osa  |
Update from 0.7.59 to 0.8.0.
Remove IGNORE cause this is new development version (tree).
Update patch for fancyindex module.
<ChangeLog>
*) Feature: the "keepalive_requests" directive.
*) Feature: the "limit_rate_after" directive.
Thanks to Ivan Debnar.
*) Bugfix: XLST filter did not work in subrequests.
*) Bugfix: in relative paths handling in nginx/Windows.
*) Bugfix: in proxy_store, fastcgi_store, proxy_cache, and
fastcgi_cache in nginx/Windows.
*) Bugfix: in memory allocation error handling.
Thanks to Maxim Dounin and Kirill A. Korinskiy.
</ChangeLog> |
0.7.59 28 May 2009 19:48:11
 |
osa  |
Update from 0.6.37 to latest stable version 0.7.59.
Merge all features from -devel port.
Also mark -devel port IGNORE before new releases. |
0.7.59 27 May 2009 19:22:37
 |
osa  |
Update from 0.7.58 to 0.7.59.
<ChangeLog>
*) Feature: the "proxy_cache_methods" and "fastcgi_cache_methods"
directives.
*) Bugfix: socket leak; the bug had appeared in 0.7.25.
Thanks to Maxim Dounin.
*) Bugfix: a segmentation fault occurred in worker process,
if a request had no body and the $request_body variable was used;
the bug had appeared in 0.7.58.
*) Bugfix: the SSL modules might not built on Solaris and Linux;
the bug had appeared in 0.7.58.
*) Bugfix: ngx_http_xslt_filter_module responses were not handled by
SSI, charset, and gzip filters.
*) Bugfix: a "charset" directive did not set a charset to
ngx_http_gzip_static_module responses.
</ChangeLog> |
0.7.58 18 May 2009 13:54:54
 |
osa  |
Update from 0.7.57 to 0.7.58.
<ChangeLog>
*) Feature: a "listen" directive of the mail proxy module supports IPv6.
*) Feature: the "image_filter_jpeg_quality" directive.
*) Feature: the "client_body_in_single_buffer" directive.
*) Feature: the $request_body variable.
*) Bugfix: in ngx_http_autoindex_module in file name links having a ":"
symbol in the name.
*) Bugfix: "make upgrade" procedure did not work; the bug had appeared
in 0.7.53.
Thanks to Denis F. Latypoff.
</ChangeLog> |
0.7.57 12 May 2009 13:05:30
 |
osa  |
Update from 0.7.56 to 0.7.57.
<ChangeLog>
*) Bugfix: a segmentation fault occurred in worker process, if the
ngx_http_image_filter_module errors were redirected to named
location; the bug had appeared in 0.7.56.
</ChangeLog> |
0.7.56 12 May 2009 06:51:01
 |
osa  |
Update from 0.7.55 to 0.7.56.
<ChangeLog>
*) Feature: nginx/Windows supports IPv6 in a "listen" directive of the
HTTP module.
*) Bugfix: in ngx_http_image_filter_module.
</ChangeLog> |
0.7.55 06 May 2009 11:07:01
 |
osa  |
Update from 0.7.54 to 0.7.55.
<ChangeLog>
*) Bugfix: the http_XXX parameters in "proxy_cache_use_stale" and
"fastcgi_cache_use_stale" directives did not work.
*) Bugfix: fastcgi cache did not cache header only responses.
*) Bugfix: of "select() failed (9: Bad file descriptor)" error in
nginx/Unix and "select() failed (10022: ...)" error in nginx/Windows.
*) Bugfix: a segmentation fault might occur in worker process, if an
"debug_connection" directive was used; the bug had appeared in
0.7.54.
*) Bugfix: fix ngx_http_image_filter_module building errors.
*) Bugfix: the files bigger than 2G could not be transferred using
$r->sendfile.
Thanks to Maxim Dounin.
</ChangeLog> |
0.7.54 04 May 2009 05:51:35
 |
osa  |
Update from 0.7.53 to 0.7.54.
<ChangeLog>
*) Feature: the ngx_http_image_filter_module.
*) Feature: the "proxy_ignore_headers" and "fastcgi_ignore_headers"
directives.
*) Bugfix: a segmentation fault might occur in worker process, if an
"open_file_cache_errors off" directive was used; the bug had
appeared in 0.7.53.
*) Bugfix: the "port_in_redirect off" directive did not work; the bug
had appeared in 0.7.39.
*) Bugfix: improve handling of "select" method errors.
*) Bugfix: of "select() failed (10022: ...)" error in nginx/Windows.
*) Bugfix: in error text descriptions in nginx/Windows; the bug had
appeared in 0.7.53.
</ChangeLog> |
0.7.53 30 Apr 2009 12:47:46
 |
osa  |
Keep -DPASSENGER_DEBUG flag for third-party passenger module. [*]
Other way respect CXXFLAGS.
Do not bump PORTREVISION.
[*] Notice from: Hongli Lai aka hongli at plan99 dot net |
0.7.53 28 Apr 2009 10:58:45
 |
osa  |
Update third-party passenger module from 2.2.1 to 2.2.2.
Do not bump PORTREVISION. |
0.7.53 27 Apr 2009 14:16:01
 |
osa  |
Update from 0.7.52 to 0.7.53.
Respect compile/build flags for thirdparty passenger module.
<ChangeLog>
*) Change: now a log set by --error-log-path is created from the very
start-up.
*) Feature: now the start up errors and warnings are outputted to an
error_log and stderr.
*) Feature: the empty --prefix= configure parameter forces nginx to use
a directory where it was run as prefix.
*) Feature: the -p switch. (Only the first 15 lines of the commit message are shown above ) |
0.7.52 23 Apr 2009 08:59:34
 |
osa  |
Make third-party fancyindex module fetchable through place
tarball to MASTER_SITE_LOCAL.
Fix build third-party passenger module by add
bsd.port.options.mk and USE_RUBY.
Do not bump PORTREVISION.
Special thanks to: pav, stas |
0.7.52 21 Apr 2009 11:37:33
 |
osa  |
Update from 0.7.51 to 0.7.52.
Update third-party upload module from 2.0.8 to 2.0.9 and remove
needless extra patch.
Add support for third-party modules:
o Phusion Passenger(tm) 2.2.1
o mogilefs 1.0.1
<nginx development ChangeLog>
*) Feature: the first native Windows binary release.
*) Bugfix: in processing HEAD method while caching.
*) Bugfix: in processing the "If-Modified-Since", "If-Range", etc. (Only the first 15 lines of the commit message are shown above ) |
0.7.51 13 Apr 2009 06:49:31
 |
osa  |
Force commit due to note add in previous commit third-party
module uploadprogress.
Pointy hat to: osa |
0.7.51 13 Apr 2009 06:05:49
 |
osa  |
Update from 0.7.50 to 0.7.51.
<ChangeLog>
*) Feature: the "try_files" directive supports a response code in the
fallback parameter.
*) Feature: now any response code can be used in the "return" directive.
*) Bugfix: the "error_page" directive made an external redirect without
query string; the bug had appeared in 0.7.44.
*) Bugfix: if servers listened on several defined explicitly addresses,
then virtual servers might not work; the bug had appeared in 0.7.39.
</ChangeLog> |
0.7.50 07 Apr 2009 10:10:47
 |
osa  |
Fix MASTER_SITE_SUBDIR for upstream_fair module.
Do not bump PORTREVISION.
Notice from: Gergely CZUCZY <gergely.czuczy@harmless.hu> |
0.7.50 06 Apr 2009 14:04:06
 |
osa  |
Update from 0.7.47 to 0.7.50.
Add third-party upstream fair module. [*]
[*] Requested by: Gergely CZUCZY <gergely.czuczy@harmless.hu>
[*] Redistribution OK: Grzegorz Nosek <root@localdomain.pl> (author)
<ChangeLog>
Changes with nginx 0.7.50
*) Bugfix: the $arg_... variables did not work; the bug had appeared
in 0.7.49.
Changes with nginx 0.7.49
(Only the first 15 lines of the commit message are shown above ) |
0.7.47 01 Apr 2009 17:30:01
 |
osa  |
Update from 0.7.45 to 0.7.47.
<ChangeLog>
*) Bugfix: nginx could not be built on FreeBSD 6 and early versions;
the bug had appeared in 0.7.46.
*) Bugfix: nginx could not be built on MacOSX; the bug had
appeared in 0.7.46.
*) Bugfix: if the "max_size" parameter was set, then the cache manager
might purge a whole cache; the bug had appeared in 0.7.46.
*) Change: a segmentation fault might occur in worker process, if the
"proxy_cache"/"fastcgi_cache" and the "proxy_cache_valid"/
"fastcgi_cache_valid" were set on different levels; the bug had
appeared in 0.7.46.
*) Bugfix: a segmentation fault might occur in worker process, if a
request was redirected to a proxied or FastCGI server via error_page
or try_files; the bug had appeared in 0.7.44.
</ChangeLog> |
0.7.45 31 Mar 2009 13:56:56
 |
osa  |
Make additional modules fetchable.
Do not bump PORTREVISION cause additional modules
are disabled by default.
Problem found: Andrew Clark aka andrewclarkii at gmail dot com
Patch idea: az
No cookie for: az |
0.7.45 30 Mar 2009 10:29:34
 |
osa  |
Update from 0.7.44 to 0.7.45.
<ChangeLog>
*) Change: now the "proxy_cache" and the "proxy_cache_valid"
can be set on different levels.
*) Change: the "clean_time" parameter of the "proxy_cache_path"
directive is canceled.
*) Feature: the "max_size" parameter of the "proxy_cache_path"
directive.
*) Feature: the ngx_http_fastcgi_module preliminary cache support.
(Only the first 15 lines of the commit message are shown above ) |
0.7.44 26 Mar 2009 14:03:41
 |
osa  |
Add support for http_gzip_static module.
Do not bump PORTREVISION.
Patch from: MZ aka zuborg at advancedhosters dot com |
0.7.44 24 Mar 2009 15:07:02
 |
osa  |
Make modules fetchable by fix MASTER_SITES.
Do not bump PORTREVISION cause modules are disabled by default.
Problem and fix found by: az |
0.7.44 24 Mar 2009 10:15:07
 |
osa  |
Update from 0.7.43 to 0.7.44.
Add MAKE_JOBS_SAFE.
Add quick fix for nginx_upload_module due to changes in
ngx_conf_merge_path_value() function.
<ChangeLog>
*) Feature: the ngx_http_proxy_module preliminary cache support.
*) Feature: the --with-pcre option in the configure.
*) Feature: the "try_files" directive is now allowed on the server
block level.
*) Bugfix: the "try_files" directive handled incorrectly a query string
in a fallback parameter.
*) Bugfix: the "try_files" directive might test incorrectly directories.
*) Bugfix: if there is the single server for given address:port pair,
then captures in regular expressions in a "server_name" directive
did not work.
</ChangeLog> |
0.7.43 18 Mar 2009 13:18:14
 |
osa  |
Update from 0.7.42 to 0.7.43.
<ChangeLog>
*) Bugfix: a request was handled incorrectly, if a "root" directive
used variables; the bug had appeared in 0.7.42.
*) Bugfix: if a server listened on wildcard address, then the
$server_addr variable value was "0.0.0.0"; the bug had appeared in
0.7.36.
</ChangeLog> |
0.7.42 16 Mar 2009 08:57:02
 |
osa  |
Update from 0.7.41 to 0.7.42.
<ChangeLog>
*) Change: now the "Invalid argument" error returned by
setsockopt(TCP_NODELAY) on Solaris, is ignored.
*) Change: now if a file specified in a "auth_basic_user_file"
directive is absent, then the 405 error is returned instead of the
500 one.
*) Feature: the "auth_basic_user_file" directive supports variables.
Thanks to Kirill A. Korinskiy.
*) Feature: the "listen" directive supports the "ipv6only" parameter. (Only the first 15 lines of the commit message are shown above ) |
0.7.41 11 Mar 2009 15:57:27
 |
osa  |
Update from 0.7.40 to 0.7.41.
<ChangeLog>
*) Bugfix: a segmentation fault might occur in worker process, if a
"server_name" or a "location" directives had captures in regular
expressions; the issue had appeared in 0.7.40.
Thanks to Vladimir Sopot.
</ChangeLog> |
0.7.40 10 Mar 2009 09:43:19
 |
osa  |
Update from 0.7.39 to 0.7.40.
<ChangeLog>
*) Feature: the "location" directive supports captures in regular
expressions.
*) Feature: an "alias" directive with capture references may be used
inside a location given by a regular expression with captures.
*) Feature: the "server_name" directive supports captures in regular
expressions.
*) Workaround: the ngx_http_autoindex_module did not show the trailing
slash in directories on XFS filesystem; the issue had appeared in
0.7.15.
Thanks to Dmitry Kuzmenko.
</ChangeLog> |
0.7.39 05 Mar 2009 18:11:52
 |
osa  |
Update HTTP_RESPONSE module from 0.2 to 0.3.
Change build schema from patch to distro.
Do not bump PORTREVISION.
Notice from: Kirill A. Korinskiy aka catap at catap dot ru [author] |
0.7.39 02 Mar 2009 13:06:51
 |
osa  |
Update from 0.7.38 to 0.7.39.
Add IPv6 support (introduced in 0.7.36).
<ChangeLog>
*) Bugfix: large response with SSI might hang, if gzipping was enabled;
the bug had appeared in 0.7.28.
Thanks to Artem Bokhan.
*) Bugfix: a segmentation fault might occur in worker process, if short
static variants are used in a "try_files" directive.
</ChangeLog> |
0.7.38 24 Feb 2009 09:14:24
 |
osa  |
Update from 0.7.35 to 0.7.38.
<ChangeLog>
Changes with nginx 0.7.38
*) Feature: authentication failures logging.
*) Bugfix: name/password in auth_basic_user_file were ignored after odd
number of empty lines.
Thanks to Alexander Zagrebin.
*) Bugfix: a segmentation fault occurred in a master process, if long
path was used in unix domain socket; the bug had appeared in 0.7.36.
(Only the first 15 lines of the commit message are shown above ) |
0.7.35 16 Feb 2009 15:11:15
 |
osa  |
Update from 0.7.34 to 0.7.35.
<ChangeLog>
*) Bugfix: a "ssl_engine" directive did not use a SSL-accelerator for
asymmetric ciphers.
Thanks to Marcin Gozdalik.
*) Bugfix: a "try_files" directive set MIME type depending on an
original request extension.
*) Bugfix: "*domain.tld" names were handled incorrectly in
"server_name", "valid_referers", and "map" directives, if an
".domain.tld" and ".subdomain.domain.tld" wildcards were used;
the bug had appeared in 0.7.9.
</ChangeLog> |
0.7.34 10 Feb 2009 19:42:17
 |
osa  |
Update from 0.7.33 to 0.7.34.
<ChangeLog>
*) Feature: the "off" parameter of the "if_modified_since" directive.
*) Feature: now nginx sends an HELO/EHLO command after a XCLIENT
command.
Thanks to Maxim Dounin.
*) Feature: Microsoft specific "AUTH LOGIN with User Name" mode support
in mail proxy server.
Thanks to Maxim Dounin.
*) Bugfix: in a redirect rewrite directive original arguments were
concatenated with new arguments by an "?" rather than an "&";
the bug had appeared in 0.1.18.
Thanks to Maxim Dounin.
*) Bugfix: nginx could not be built on AIX.
</ChangeLog> |
0.7.33 10 Feb 2009 19:30:19
 |
osa  |
Add zip module (mod_zip-1.1.4) support.
Do not bump PORTREVISION.
Thanks to: Evan Miller (http://www.evanmiller.org/) [author] |
0.7.33 09 Feb 2009 07:11:29
 |
osa  |
Add fancyindex module support. [1]
Make fancyindex module linkable for 0.7.X. [2]
Do not bump PORTREVISION.
Spotted by: Rafal Szkodzinski <uid at atnus dot com> [1]
Obtained from: Russian nginx maillist <nginx-ru at sysoev dot ru> [2]
Author: Sergey Bochenkov <bachan at j3qq4 dot org> [2] |
0.7.33 09 Feb 2009 06:58:02
 |
osa  |
Make accesskey module fetchable by fix MASTER_SITE_SUBDIR.
Do not bump PORTREVISION. |
0.7.33 02 Feb 2009 13:15:45
 |
osa  |
Update from 0.7.32 to 0.7.33.
[*] Add support for http_accesskey module from
http://wiki.codemongers.com/NginxHttpAccessKeyModule.
[*] Spotted by: Andrey Belashkov aka manager at capsida dot net
<ChangeLog>
*) Bugfix: a double response might be returned if the epoll or rtsig
methods are used and a redirect was returned to a request with
body.
Thanks to Eden Li.
*) Bugfix: the $sent_http_location variable was empty for some
redirects types.
*) Bugfix: a segmentation fault might occur in worker process if
"resolver" directive was used in SMTP proxy.
</ChangeLog> |
0.7.32 27 Jan 2009 09:43:16
 |
osa  |
Update from 0.7.31 to 0.7.32.
<ChangeLog>
*) Feature: now a directory existence testing can be set explicitly in
the "try_files" directive.
*) Bugfix: fastcgi_store stored files not always.
*) Bugfix: in geo ranges.
*) Bugfix: in shared memory allocations if nginx was built without
debugging.
Thanks to Andrey Kvasov.
</ChangeLog> |
0.7.31 20 Jan 2009 11:41:19
 |
osa  |
Update from 0.7.30 to 0.7.31.
<ChangeLog>
*) Change: now the "try_files" directive tests files only and ignores
directories.
*) Feature: the "fastcgi_split_path_info" directive.
*) Bugfixes in an "Expect" request header line support.
*) Bugfixes in geo ranges.
*) Bugfix: in a miss case ngx_http_memcached_module returned the "END"
line as response body instead of default 404 page body; the bug had
appeared in 0.7.18.
Thanks to Maxim Dounin.
*) Bugfix: while SMTP proxying nginx issued message "250 2.0.0 OK"
instead of "235 2.0.0 OK"; the bug had appeared in 0.7.22.
Thanks to Maxim Dounin.
</ChangeLog> |
0.7.30 29 Dec 2008 09:31:11
 |
osa  |
Update http_response module from 0.1 to 0.2.
Requested by: Kirill A. Korinskiy <catap at catap dot ru> (author) |
0.7.30 25 Dec 2008 07:28:02
 |
osa  |
Update from 0.7.28 to 0.7.30.
<ChangeLog>
Changes with nginx 0.7.30
*) Bugfix: a segmentation fault occurred in worker process, if
variables were used in the "fastcgi_pass" and "proxy_pass"
directives and host name must be resolved; the bug had appeared in
0.7.29.
Changes with nginx 0.7.29
*) Bugfix: the "fastcgi_pass" and "proxy_pass" directives did not
support variables if unix domain sockets were used.
*) Bugfixes in subrequest processing; the bugs had appeared in 0.7.25.
*) Bugfix: a "100 Continue" response was issued for HTTP/1.0 requests;
Thanks to Maxim Dounin.
*) Bugfix: in memory allocation in the ngx_http_gzip_filter_module on
Cygwin.
</ChangeLog> |
0.7.28 22 Dec 2008 13:38:40
 |
osa  |
Update from 0.7.27 to 0.7.28.
<ChangeLog>
*) Change: in memory allocation in the ngx_http_gzip_filter_module.
*) Change: the default "gzip_buffers" directive values have been
changed to 32 4k or 16 8k from 4 4k/8k.
</ChangeLog> |
0.7.27 22 Dec 2008 07:57:32
 |
osa  |
Update nginx upload module from 2.0.7 to 2.0.8.
Do not bump PORTREVISION.
<ChangeLog>
Change: support for named locations
Fixed bug: crash on missing Content-Type request header
Fixed bug: compilation problem on amd 64
</ChangeLog> |
0.7.27 15 Dec 2008 12:09:56
 |
osa  |
Update from 0.7.26 to 0.7.27.
<ChangeLog>
*) Feature: the "try_files" directive.
*) Feature: variables support in the "fastcgi_pass" directive.
*) Feature: now the $geo variable may get an address from a variable.
Thanks to Andrei Nigmatulin.
*) Feature: now a location's modifier may be used without space before
name.
*) Feature: the $upstream_response_length variable. (Only the first 15 lines of the commit message are shown above ) |
0.7.26 09 Dec 2008 11:20:49
 |
osa  |
Update from 0.7.24 to 0.7.26.
<ChangeLog>
Changes with nginx 0.7.26
*) Bugfix: in subrequest processing; the bug had appeared in 0.7.25.
Changes with nginx 0.7.25
*) Change: in subrequest processing.
*) Change: now POSTs without "Content-Length" header line are allowed.
*) Bugfix: now the "limit_req" and "limit_conn" directives log a
prohibition reason.
*) Bugfix: in the "delete" parameter of the "geo" directive.
</ChangeLog> |
0.7.24 03 Dec 2008 08:32:35
 |
osa  |
Update from 0.7.22 to 0.7.24.
<ChangeLog>
Changes with nginx 0.7.24
*) Feature: the "if_modified_since" directive.
*) Bugfix: nginx did not process a FastCGI server response, if the
server send too many messages to stderr before response.
*) Bugfix: the "$cookie_..." variables did not work in the SSI and the
perl module.
Changes with nginx 0.7.23
*) Feature: the "delete" and "ranges" parameters in the "geo" directive.
*) Feature: speeding up loading of geo base with large number of values.
*) Feature: decrease of memory required for geo base load.
</ChangeLog> |
0.7.22 21 Nov 2008 07:53:34
 |
osa  |
Update from 0.7.21 to 0.7.22.
<ChangeLog>
*) Feature: the "none" parameter in the "smtp_auth" directive.
Thanks to Maxim Dounin.
*) Feature: the "$cookie_..." variables.
*) Bugfix: the "directio" directive did not work in XFS filesystem.
*) Bugfix: the resolver did not understand big DNS responses.
Thanks to Zyb.
</ChangeLog> |
0.7.21 12 Nov 2008 08:14:19
 |
osa  |
Update from 0.7.19 to 0.7.21.
<ChangeLog>
Changes with nginx 0.7.21 11 Nov 2008
*) Changes in the ngx_http_limit_req_module.
*) Feature: the EXSLT support in the ngx_http_xslt_module.
Thanks to Denis F. Latypoff.
*) Workaround: compatibility with glibc 2.3.
Thanks to Eric Benson and Maxim Dounin.
*) Bugfix: nginx could not run on MacOSX 10.4 and earlier; the bug had (Only the first 15 lines of the commit message are shown above ) |
0.7.19 29 Oct 2008 11:17:25
 |
osa  |
Add http_upstream_keepalive module version 0.1.
Thanks to Maxim Dounin <mdounin at mdounin dot ru> (author).
Do not bump PORTREVISION. |
0.7.19 22 Oct 2008 07:36:57
 |
osa  |
Add nginx_response_module version 0.1.
Do not bump PORTREVISION. |
0.7.19 21 Oct 2008 06:09:00
 |
osa  |
Update nginx_upload_module from 2.0.6 to 2.0.7.
Also illuminate two new modules at config stage.
Do not bump PORTREVISION. |
0.7.19 15 Oct 2008 07:32:33
 |
osa  |
Update from 0.7.17 to 0.7.19.
<ChangeLog>
Changes with nginx 0.7.19 13 Oct 2008
*) Bugfix: version number update.
Changes with nginx 0.7.18 13 Oct 2008
*) Change: the "underscores_in_headers" directive; now nginx does not
allows underscores in a client request header line names.
*) Feature: the ngx_http_secure_link_module.
(Only the first 15 lines of the commit message are shown above ) |
0.7.17 23 Sep 2008 06:52:11
 |
osa  |
Update from 0.7.14 to 0.7.17.
<ChangeLog>
Changes with nginx 0.7.17
*) Feature: now the "directio" directive works on Linux.
*) Feature: the $pid variable.
*) Bugfix: the "directio" optimization that had appeared in 0.7.15 did
not work with open_file_cache.
*) Bugfix: the "access_log" with variables did not work on Linux; the
bug had appeared in 0.7.7. (Only the first 15 lines of the commit message are shown above ) |
0.7.14 02 Sep 2008 03:56:06
 |
osa  |
Update from 0.7.13 to 0.7.14.
<ChangeLog>
*) Change: now the ssl_certificate and ssl_certificate_key directives
have not default values.
*) Feature: the "listen" directive supports the "ssl" parameter.
*) Feature: now nginx takes into account a time zone change while
reconfiguration on FreeBSD and Linux.
*) Bugfix: the "listen" directive parameters such as "backlog",
"rcvbuf", etc. were not set, if a default server was not the first
one.
*) Bugfix: if URI part captured by a "rewrite" directive was used as a
query string, then the query string was not escaped.
*) Bugfix: configuration file validity test improvements.
</ChangeLog> |
0.7.13 29 Aug 2008 09:01:50
 |
osa  |
Incorporate nginx_upload_module into nginx-devel port.
The module's information available at
http://www.grid.net.ru/nginx/upload.en.html
Thanks to Valery Kholodkov aka valery+nginx at grid dot net dot ru
for fresh 2.0.6 release.
Do not bump PORTREVISION. |
0.7.13 27 Aug 2008 08:15:21
 |
osa  |
Update from 0.7.11 to 0.7.13.
<ChangeLog>
Changes with nginx 0.7.13
*) Bugfix: nginx could not be built on Linux and Solaris; the bug had
appeared in 0.7.12.
Changes with nginx 0.7.12
*) Feature: the "server_name" directive supports empty name "".
*) Feature: the "gzip_disable" directive supports special "msie6" mask.
(Only the first 15 lines of the commit message are shown above ) |
0.7.11 18 Aug 2008 14:54:11
 |
osa  |
Update from 0.7.10 to 0.7.11.
<ChangeLog>
*) Change: now ngx_http_charset_module does not work by default with
text/css MIME type.
*) Feature: now nginx returns the 405 status code for POST method
requesting a static file only if the file exists.
*) Feature: the "proxy_ssl_session_reuse" directive.
*) Bugfix: a "proxy_pass" directive without URI part might use original
request after the "X-Accel-Redirect" redirection was used;
*) Bugfix: if a directory has search only rights and the first index
file was absent, then nginx returned the 500 status code.
*) Bugfix: in inclusive locations; the bugs had appeared in 0.7.1.
</ChangeLog> |
0.7.10 14 Aug 2008 06:37:05
 |
osa  |
Update from 0.7.9 to 0.7.10.
<ChangeLog>
*) Bugfix: in the "addition_types", "charset_types", "gzip_types",
"ssi_types", "sub_filter_types", and "xslt_types" directives; the
bugs had appeared in 0.7.9.
*) Bugfix: of recursive error_page for 500 status code.
*) Bugfix: now the ngx_http_realip_module set address not for whole
keepalive connection, but for each request passed via the connection.
</ChangeLog> |
0.7.9 13 Aug 2008 06:34:19
 |
osa  |
Update from 0.7.8 to 0.7.9.
<ChangeLog>
*) Change: now ngx_http_charset_module works by default with following
MIME types: text/html, text/css, text/xml, text/plain,
text/vnd.wap.wml, application/x-javascript, and application/rss+xml.
*) Feature: the "charset_types" and "addition_types" directives.
*) Feature: now the "gzip_types", "ssi_types", and "sub_filter_types"
directives use hash.
*) Feature: the ngx_cpp_test_module.
(Only the first 15 lines of the commit message are shown above ) |
0.7.8 05 Aug 2008 08:11:07
 |
osa  |
Update from 0.7.7 to 0.7.8.
Add new module knob WITH_HTTP_XSLT_MODULE.
<ChangeLog>
*) Feature: the ngx_http_xslt_module.
*) Feature: the "$arg_..." variables.
*) Feature: Solaris directio support.
Thanks to Ivan Debnar.
*) Bugfix: now if FastCGI server sends a "Location" header line without
status line, then nginx uses 302 status code.
Thanks to Maxim Dounin.
</ChangeLog> |
0.7.7 30 Jul 2008 15:21:16
 |
osa  |
Update from 0.7.6 to 0.7.7.
Remove useless function from rc script.
Cleanup whitespaces.
<ChangeLog>
*) Change: now the EAGAIN error returned by connect() is not considered
as temporary error.
*) Change: now the $ssl_client_cert variable value is a certificate
with TAB character intended before each line except first one; an
unchanged certificate is available in the $ssl_client_raw_cert
variable.
*) Feature: the "ask" parameter in the "ssl_verify_client" directive. (Only the first 15 lines of the commit message are shown above ) |
0.7.6_2 22 Jul 2008 05:55:19
 |
osa  |
[1] Don't remove NGINX_TMPDIR directory, if port upgrade running. (*)
[2] Add extra command upgrade for rc, allowing to change binary
on-the-fly without loosing any single request.
Remove empty string from rc.
Bump PORTREVISION.
[1,2] Problems reported by: Maxim Dounin aka mdounin at mdounin dot ru
PR's: 125762,125766
(*) Undocumented feature from: skv@ |
0.7.6_1 14 Jul 2008 06:57:48
 |
osa  |
Fix rc's reload command issue.
Bump PORTREVISION.
Problem reported by: Maxim Dounin aka mdounin at mdounin dot ru |
0.7.6 07 Jul 2008 14:00:06
 |
osa  |
Update from 0.7.5 to 0.7.6.
Add perl5 category wheh perl-specific defined.
<ChangeLog>
*) Bugfix: now if variables are used in the "access_log" directive a
request root existence is always tested.
*) Bugfix: the ngx_http_flv_module did not support several values in a
query string.
</ChangeLog> |
0.7.5 01 Jul 2008 08:19:04
 |
osa  |
Update from 0.7.3 to 0.7.5.
Add profiles support (adopt rc from www/apache22). (*)
Update CONFLICTS.
Idea from PR: ports/124940
Special thanks to: az@ (*)
<ChangeLog>
Changes with nginx 0.7.5 01 Jul 2008
*) Bugfixes in variables support in the "access_log" directive; the bug
had appeared in 0.7.4.
*) Bugfix: nginx could not be built --without-http_gzip_module; the bug (Only the first 15 lines of the commit message are shown above ) |
0.7.3 23 Jun 2008 11:13:33
 |
osa  |
Update from 0.7.2 to 0.7.3.
<ChangeLog>
*) Change: the "rss" extension MIME type has been changed to
"application/rss+xml".
*) Change: now the "gzip_vary" directive turned on issues a
"Vary: Accept-Encoding" header line for uncompressed responses too.
*) Feature: now the "rewrite" directive does a redirect automatically
if the "https://" protocol is used.
*) Bugfix: the "proxy_pass" directive did not work with the HTTPS
protocol; the bug had appeared in 0.6.9.
</ChangeLog> |
0.7.2 17 Jun 2008 10:04:25
 |
osa  |
Update from 0.7.0 to 0.7.2.
<ChangeLog>
Changes with nginx 0.7.2 16 Jun 2008
*) Feature: now nginx supports EDH key exchange ciphers.
*) Feature: the "ssl_dhparam" directive.
*) Feature: the $ssl_client_cert variable.
Thanks to Manlio Perillo.
*) Bugfix: after changing URI via a "rewrite" directive nginx did not
search a new location; bug appeared in 0.7.1. (Only the first 15 lines of the commit message are shown above ) |
0.7.0 19 May 2008 11:54:01
 |
osa  |
Update to latest development version 0.7.0.
NOTE: 0.6.31 moving to www/nginx as stable version soon.
<ChangeLog>
*) Change: now the 0x00-0x1F, '"' and '\' characters are escaped as
\xXX in an access_log.
Thanks to Maxim Dounin.
*) Change: now nginx allows several "Host" request header line.
*) Feature: the "modified" flag in the "expires" directive.
*) Feature: the $uid_got and $uid_set variables may be used at any
request processing stage. (Only the first 15 lines of the commit message are shown above ) |
0.6.31 13 May 2008 08:12:55
 |
osa  |
Update to 0.6.31.
<ChangeLog>
*) Bugfix: nginx did not process FastCGI response if header was at the
end of FastCGI record; bug appeared in 0.6.2.
Thanks to Sergey Serov.
*) Bugfix: a segmentation fault might occur in worker process if a file
was deleted and the "open_file_cache_errors" directive was off.
</ChangeLog> |
0.6.30 30 Apr 2008 09:10:46
 |
osa  |
Update to 0.6.30.
<ChangeLog>
*) Change: now if an "include" directive pattern does not match any
file, then nginx does not issue an error.
*) Feature: now the time in directives may be specified without spaces,
for example, "1h50m".
*) Bugfix: memory leaks if the "ssl_verify_client" directive was on.
Thanks to Chavelle Vincent.
*) Bugfix: the "sub_filter" directive might set text to change into
output.
*) Bugfix: the "error_page" directive did not take into account
arguments in redirected URI.
*) Bugfix: now nginx always opens files in binary mode under Cygwin.
*) Bugfix: nginx could not be built on OpenBSD; bug appeared in 0.6.15.
</ChangeLog> |
0.6.29 20 Mar 2008 08:42:41
 |
osa  |
Update from 0.6.28 to 0.6.29.
Add knob GOOGLE_PERTOOLS.
<ChangeLog>
*) Feature: the ngx_google_perftools_module.
*) Bugfix: the ngx_http_perl_module could be not built on 64-bit
platforms; bug appeared in 0.6.27.
</ChangeLog> |
0.6.28 13 Mar 2008 08:06:56
 |
osa  |
Update from 0.6.26 to 0.6.28.
<ChangeLog>
Changes with nginx 0.6.28 13 Mar 2008
*) Bugfix: the rtsig method could be not built; bug appeared in 0.6.27.
Changes with nginx 0.6.27 12 Mar 2008
*) Change: now by default the rtsig method is not built on
Linux 2.6.18+.
*) Change: now a request method is not changed while redirection to a
named location via an "error_page" directive. (Only the first 15 lines of the commit message are shown above ) |
0.6.26 13 Feb 2008 08:52:38
 |
osa  |
Update from 0.6.25 to 0.6.26.
<ChangeLog>
*) Bugfix: the "proxy_store" and "fastcgi_store" directives did not
check a response length.
*) Bugfix: a segmentation fault occurred in worker process, if big
value was used in a "expires" directive.
Thanks to Joaquin Cuenca Abela.
*) Bugfix: nginx incorrectly detected cache line size on Pentium 4.
Thanks to Gena Makhomed.
*) Bugfix: in proxied or FastCGI subrequests a client original method (Only the first 15 lines of the commit message are shown above ) |
0.6.25 22 Jan 2008 07:40:57
 |
osa  |
Fix wrong mailproxy-specific (imap/pop3/smtp) configure keys.
By default all mailproxy options are off.
Do not bump PORTREVISION.
Problem found by: Anton Yuzhaninov aka citrin at rambler-co dot ru |