| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
02 Jul 2009 11:31:13
0.7.61_1
|
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) |
02 Jul 2009 10:00:16
0.7.61_1  |
osa  |
Fix X-Progress-ID argument parsing in third-party uploadprogress module.
Do not bump PORTREVISIONs.
PR: ports/136064 |
26 Jun 2009 09:16:27
0.7.61
|
osa  |
Add eval module version 1.0.1 accordingly.
Do not bump PORTREVISIONs.
WWW: http://www.grid.net.ru/nginx/eval.en.html |
22 Jun 2009 16:31:02
0.7.61
|
osa  |
Update passenger module support from 2.2.3 to 2.2.4.
Do not bump PORTREVISIONs. |
22 Jun 2009 13:28:51
0.7.61
|
osa  |
Update from 0.7.60 to 0.7.61.
<ChangeLog>
*) 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.7.60.
*) 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> |
18 Jun 2009 07:54:15
0.7.60
|
osa  |
Update passenger module support from 2.2.2 to
fresh bug fix edition 2.2.3.
Do not bump PORTREVISIONs. |
16 Jun 2009 09:42:38
0.7.60
|
osa  |
Update from 0.7.59 to 0.7.60.
<ChangeLog>
*) Feature: the "updating" parameter in "proxy_cache_use_stale" and
"fastcgi_cache_use_stale" directives.
*) Feature: the "keepalive_requests" directive.
*) Bugfix: in open_file_cache and proxy/fastcgi cache interaction on
start up.
*) Bugfix: open_file_cache might cache open file descriptors too long.
*) Bugfix: the "If-Modified-Since", "If-Range", etc. client request (Only the first 15 lines of the commit message are shown above ) |
28 May 2009 20:48:11
0.7.59
|
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. |
19 May 2009 06:13:38
0.6.37
|
osa  |
Update from 0.6.36 to 0.6.37.
Expand WWWOWN variable in rc script.
(*) Issue found by: demon
<ChangeLog>
*) Feature: Microsoft specific "AUTH LOGIN with User Name" mode support
in mail proxy server.
Thanks to Maxim Dounin.
*) Bugfix: nginx could not be built on platforms different from i386,
amd64, sparc, and ppc; the bug had appeared in 0.6.36.
</ChangeLog> |
07 Apr 2009 11:14:16
0.6.36
|
osa  |
Merge support for third-party upstream fair module from www/nginx-devel.
Do not bump PORTREVISION.
Requested by: Gergely CZUCZY <gergely.czuczy@harmless.hu> |
02 Apr 2009 08:58:05
0.6.36
|
osa  |
Update from 0.6.35 to 0.6.36.
<ChangeLog>
*) Change: now the "Invalid argument" error returned by
setsockopt(TCP_NODELAY) on Solaris, is ignored.
*) Change: now POSTs without "Content-Length" header line are allowed.
*) Feature: the "try_files" directive.
*) Feature: the --with-pcre option in the configure.
*) Feature: the "if_modified_since" directive.
(Only the first 15 lines of the commit message are shown above ) |
31 Mar 2009 14:56:56
0.6.35
|
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 |
26 Mar 2009 14:12:29
0.6.35
|
osa  |
Merge latest changes from www/nginx-devel:
o add MAKE_JOBS_SAFE
o make modules fetchable by fix MASTER_SITES
o add support for http_gzip_static module [*]
Do not bump PORTREVISION.
[*] Patch from: MZ aka zuborg at advancedhosters dot com |
09 Feb 2009 06:58:02
0.6.35
|
osa  |
Make accesskey module fetchable by fix MASTER_SITE_SUBDIR.
Do not bump PORTREVISION. |
06 Feb 2009 14:38:44
0.6.35
|
osa  |
Merge support for accesskey module into stable version.
Do not bump PORTREVISION.
Spotted by: Andrey Belashkov <manager@capsida.net> |
27 Jan 2009 09:47:09
0.6.35
|
osa  |
Update from 0.6.34 to latest bugfix release 0.6.35.
<ChangeLog>
*) Bugfix: in shared memory allocations if nginx was built without
debugging.
Thanks to Andrey Kvasov.
*) Bugfixes in an "Expect" request header line support.
*) Bugfix: UTF-8 encoding usage in the ngx_http_autoindex_module.
</ChangeLog> |
03 Dec 2008 08:58:59
0.6.34
|
osa  |
Actually remoce needless patch.
Do not bump PORTREVISION. |
03 Dec 2008 08:53:19
0.6.34
|
osa  |
Update from 0.6.33 to 0.6.34.
Remove needless patch introduced in previous commit.
<ChangeLog>
*) Change: now the EAGAIN error returned by connect() is not considered
as temporary error.
*) Change: now the "gzip_vary" directive turned on issues a
"Vary: Accept-Encoding" header line for uncompressed responses too.
*) Feature: the "expires" directive supports daily time.
*) Feature: the "Expect" request header line support.
(Only the first 15 lines of the commit message are shown above ) |
21 Nov 2008 12:39:19
0.6.33
|
osa  |
Update from 0.6.32 to 0.6.33.
Also, add the patch for bugfix: the "listen" directive parameters
such as "backlog", "rcvbuf", etc. were not set, if a default
server was not the first one. These changes also added into
mainstream for future releases.
<ChangeLog>
*) Feature: now nginx returns the 405 status code for POST method
requesting a static file only if the file exists.
*) Workaround: compatibility with glibc 2.3.
Thanks to Eric Benson and Maxim Dounin.
(Only the first 15 lines of the commit message are shown above ) |
15 Oct 2008 08:36:39
0.6.32_1
|
osa  |
Merge latest changes from nginx-devel port.
1) new rc
2) extra command 'upgrade'
3) don't remove NGINX_TMPDIR directory, if port upgrade running
from -devel to stable port version.
Profiles are unsupported by this nginx version.
Bump PORTREVISION. |
07 Jul 2008 15:07:48
0.6.32
|
osa  |
Update from 0.6.31 to 0.6.32.
Add perl5 category wheh perl-specific defined.
<ChangeLog>
*) Change: the "none" parameter in the "ssl_session_cache" directive;
now this is default parameter.
Thanks to Rob Mueller.
*) 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.
(Only the first 15 lines of the commit message are shown above ) |
19 May 2008 13:01:14
0.6.31
|
osa  |
Update [stable branch] to 0.6.31.
Merge from -devel useful things. |
04 May 2008 15:26:13
0.5.36
|
osa  |
Update to 0.5.36.
<ChangeLog>
*) Bugfix: the "sub_filter" directive might set text to change into
output.
*) Bugfix: a segmentation fault occurred in worker process, if empty
stub block was used second time in SSI.
*) Bugfix: the "proxy_store" and "fastcgi_store" directives did not
check a response length.
*) Bugfix: nginx issued the bogus error message "SSL_shutdown() failed
(SSL: )"; bug appeared in 0.5.35. (Only the first 15 lines of the commit message are shown above ) |
22 Jan 2008 07:38:33
0.5.35
|
osa  |
Fix wrong mailproxy-specific (imap/pop3/smtp) configure keys.
By default all mailproxy options are off.
Do not bump PORTREVISION.
Problem found by: Rakhesh Sasidharan aka rakhesh at rakhesh dot com |
10 Jan 2008 15:18:25
0.5.35
|
osa  |
Update from 0.5.34 to 0.5.35.
<ChangeLog>
*) Change: now the ngx_http_userid_module adds start time microseconds
to the cookie field contains a pid value.
*) Change: now the uname(2) is used on Linux instead of procfs.
Thanks to Ilya Novikov.
*) Feature: the "If-Range" request header line support.
Thanks to Alexander V. Inyukhin.
*) Bugfix: in HTTPS mode requests might fail with the "bad write retry"
error; bug appeared in 0.5.13.(Only the first 15 lines of the commit message are shown above ) |
14 Dec 2007 09:28:34
0.5.34
|
osa  |
Update from 0.5.33 to 0.5.34.
<ChangeLog>
*) Change: now the full request line instead of URI only is written to
error_log.
*) Feature: Cygwin compatibility.
Thanks to Vladimir Kutakov.
*) Feature: the "merge_slashes" directive.
*) Feature: the "gzip_vary" directive.
*) Feature: the "server_tokens" directive. (Only the first 15 lines of the commit message are shown above ) |
13 Nov 2007 07:54:35
0.5.33
|
osa  |
Update from 0.5.32 to latest bugfix release 0.5.33.
Add new MAIL_* knobs.
Approved by: portmgr (erwin)
<CommitLog>
*) Change: now by default the "echo" SSI command uses
entity encoding.
*) Feature: the "encoding" parameter in the "echo"
SSI command.
*) Change: mail proxy was split on three modules: pop3,
imap and smtp. (Only the first 15 lines of the commit message are shown above ) |
08 Oct 2007 16:32:13
0.5.32
|
osa  |
Update from 0.5.31 to 0.5.32.
<ChangeLog>
Changes with nginx 0.5.32 24 Sep 2007
*) Change: now nginx tries to set the "worker_priority",
"worker_rlimit_nofile", "worker_rlimit_core", and
"worker_rlimit_sigpending" without super-user privileges.
*) Change: now nginx escapes space and "%" in request to a mail proxy
authentication server.
*) Change: now nginx escapes "%" in $memcached_key variable.
*) Change: the special make target "upgrade1" was defined for online (Only the first 15 lines of the commit message are shown above ) |
19 Sep 2007 09:48:24
0.5.31_1
|
osa  |
Optionify.
Utilize ETCDIR for Makefile and pkg-plist.
Some knobs deprecated, so bump PORTREVISION. |
16 Aug 2007 09:43:06
0.5.31
|
osa  |
Update to 0.5.31.
Rewrote pkg-plist as describe in FreeBSD Porter's Handbook,
section 7.3 for fix package installation. (*)
Problem found by: Denis Shaposhnikov dsh at vlink dot ru (*)
<ChangeLog>
*) Feature: named locations.
*) Feature: the "proxy_store" and "fastcgi_store" directives.
*) Feature: the "proxy_store_access" and "fastcgi_store_access"
directives.
</ChangeLog> |
04 Aug 2007 12:41:31
0.5.30
|
gabor  |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
30 Jul 2007 11:48:36
0.5.30
|
osa  |
Force commit.
Previous commit log was: Update to 0.5.30. |
30 Jul 2007 11:45:23
0.5.30
|
osa  |
Update to 0.5.29.
<ChangeLog>
*) Feature: the $args variable can be set with the "set"
directive.
*) Feature: the $is_args variable.
*) Bugfix: if a client has closed connection to mail proxy
then nginx might not close connection to backend.
*) Bugfix: now nginx escapes space in $memcached_key
variable.
(Only the first 15 lines of the commit message are shown above ) |
23 Jul 2007 10:18:54
0.5.29
|
osa  |
Update to 0.5.29.
<ChangeLog>
*) Feature: $nginx_version variable.
Thanks to Nick S. Grechukh.
*) Bugfix: if the FastCGI header was split in records, then nginx
passed garbage in the header to a client.
*) Bugfix: Sun Studio compatibility on Solaris/amd64 and
Solaris/sparc64.
Thanks to Jiang Hong and Andrei Nigmatulin.
*) Bugfix: of minor potential bugs.
Thanks to Coverity's Scan.
</ChangeLog> |
17 Jul 2007 12:53:48
0.5.28
|
osa  |
Update to 0.5.28.
<ChangeLog>
*) Security: the "msie_refresh" directive allowed XSS.
*) Bugfix: a segmentation fault might occur in worker process
if the "auth_http_header" directive was used.
Thanks to Maxim Dounin.
*) Bugfix: a segmentation fault occurred in worker process if
the CRAM-MD5 authentication method was used, but it was not
enabled.
*) Bugfix: a segmentation fault might occur in worker process
if the eventport method was used.
</ChangeLog> |
09 Jul 2007 09:14:03
0.5.27
|
osa  |
Update to 0.5.27.
<ChangeLog>
*) Bugfix: if remote SSI subrequest was used, then posterior
local file subrequest might transferred to client in wrong
order.
*) Bugfix: large SSI inclusions buffered in temporary files
were truncated.
</ChangeLog> |
28 Jun 2007 16:18:57
0.5.26
|
osa  |
Knobs management:
i) remove absolete WITH_IMAP_MODULE.
ii) new one WITH_ADDITION_MODULE (*).
Do not bump PORTREVISION.
Requested by: dwl aka dwl at dewil dot ru (*) |
18 Jun 2007 08:08:46
0.5.26
|
osa  |
Update to 0.5.26.
Fix rc script functionality for extra configtest_cmd command. (*)
<ChangeLog>
*) Bugfix: in SSI parsing.
</ChangeLog>
Spotted by: Andrey Y. Ostanovsky < andrey at ostanovsky dot spb dot ru > (*) |
15 Jun 2007 09:28:20
0.5.25_2
|
osa  |
Resolve conflict with nginx stable.
Bump PORTREVISION. |
14 Jun 2007 11:32:32
0.5.25_1
|
osa  |
Change default location for 50x.html in configuration file.
Bump PORTREVISION.
Requested by: Igor Sysoev <is at rambler-co dot ru> |
13 Jun 2007 08:09:00
0.5.25
|
osa  |
Update to 0.5.25.
<ChangeLog>
*) Bugfix: nginx could not be built with the
--without-http_rewrite_module parameter; bug
appeared in 0.5.24.
</ChangeLog> |
06 Jun 2007 08:05:18
0.5.24
|
osa  |
Update to 0.5.24.
<ChangeLog>
*) Security: the "ssl_verify_client" directive did not work if request
was made using HTTP/0.9.
*) Bugfix: a part of response body may be passed uncompressed if gzip
was used; bug appeared in 0.5.23.
</ChangeLog> |
04 Jun 2007 15:35:36
0.5.23
|
osa  |
Update to 0.5.23.
<ChangeLog>
*) Feature: the ngx_http_ssl_module supports Server
Name Indication TLS extension.
*) Feature: the "fastcgi_catch_stderr" directive.
Thanks to Nick S. Grechukh, OWOX project.
*) Bugfix: a segmentation fault occurred in master process
if two virtual servers should bind() to the overlapping
ports.
*) Bugfix: if nginx was built with ngx_http_perl_module
and perl supported threads, then during second
reconfiguration the error messages "panic: MUTEX_LOCK"
and "perl_parse() failed" were issued.
*) Bugfix: in the HTTPS protocol in the "proxy_pass"
directive.
</ChangeLog> |
29 May 2007 13:19:40
0.5.22
|
osa  |
Update to fresh bugfix release 0.5.22.
<Changelog>
Bugfix: the big request body might not be passed to
backend; bug appeared in 0.5.21.
</Changelog> |
28 May 2007 17:08:18
0.5.21
|
osa  |
Update to latest bugfix release 0.5.21.
<Changelog>
*) Bugfix: if server has more than about ten locations, then
regex locations may be choosen not in that order as they
were specified.
*) Bugfix: a worker process may got caught in an endless loop
on 64-bit platform, if the 33-rd or next in succession
backend has failed.
Thanks to Anton Povarov.
*) Bugfix: a bus error might occur on Solaris/sparc64 if the
PCRE library was used.
Thanks to Andrei Nigmatulin.
*) Bugfix: in the HTTPS protocol in the "proxy_pass" directive.
</Changelog> |
25 May 2007 07:34:39
0.5.20
|
osa  |
Update to 0.5.20.
<ChangeLog>
*) Feature: the "sendfile_max_chunk" directive.
*) Feature: the "$http_...", "$sent_http_...", and
"$upstream_http_..." variables may be changed using
the "set" directive.
*) Bugfix: a segmentation fault might occur in worker
process if the SSI command 'if expr="$var = /"'
was used.
*) Bugfix: trailing boundary of multipart range
response was transferred incorrectly.
Thanks to Evan Miller.
*) Bugfix: nginx did not work on Solaris/sparc64 if
it was built by Sun Studio.
Thanks to Andrei Nigmatulin.
*) Bugfix: the ngx_http_perl_module could not built
by Solaris make.
Thanks to Andrei Nigmatulin.
</ChangeLog> |
24 Apr 2007 07:54:08
0.5.19
|
osa  |
Update to 0.5.19. |
20 Apr 2007 07:27:39
0.5.18
|
osa  |
Update to 0.5.18. |
02 Apr 2007 12:26:06
0.5.17
|
osa  |
Update to latest bugfix release 0.5.17.
Change knob IMAP_MODULE to MAIL_MODULE (1).
Keep compatibility for IMAP_MODULE, notice warning if usage.
Cosmetic fixes for package list (2).
(1) Anton Yuzhaninov (citrin at rambler-co dot ru)
(2) portlint -a |
19 Mar 2007 14:17:48
0.5.15
|
osa  |
Update to fresh latest bugfix release 0.5.15. |
28 Feb 2007 13:33:39
0.5.14
|
osa  |
Update to latest fresh bugfix release: 0.5.14. |
19 Feb 2007 14:30:24
0.5.13
|
osa  |
Update to 0.5.13. |
12 Feb 2007 16:43:42
0.5.12
|
osa  |
Update to 0.5.12. |
06 Feb 2007 08:19:03
0.5.11
|
osa  |
Update to 0.5.11. |
26 Jan 2007 11:17:33
0.5.10
|
osa  |
Update to 0.5.10. |
25 Jan 2007 16:59:40
0.5.9
|
osa  |
Update to 0.5.9. |
22 Jan 2007 14:28:42
0.5.8
|
osa  |
Update to latest bugfix release 0.5.8. |
16 Jan 2007 16:30:05
0.5.7
|
osa  |
Update to 0.5.7. |
15 Jan 2007 09:28:59
0.5.6
|
osa  |
Update to 0.5.6.
Submitted by: Gea-Suan Lin (gslin at gslin dot org)
PR: 107945 |
25 Dec 2006 08:41:25
0.5.5
|
osa  |
Update to 0.5.5. |
15 Dec 2006 09:17:54
0.5.4
|
osa  |
Update to 0.5.4. |
14 Dec 2006 07:27:23
0.5.3
|
osa  |
Update to 0.5.3. |
05 Dec 2006 09:20:22
0.5.0
|
osa  |
Update to 0.5.0.
Include NGX_DEBUG_MALLOC into WITH_DEBUG knob. [*]
Submitted by: Anton Yuzhaninov <citrin at citrin dot ru> [*] |
27 Nov 2006 16:06:57
0.4.14
|
osa  |
Update to 0.4.14. |
16 Nov 2006 07:39:35
0.4.13
|
osa  |
Update to 0.4.13. |
01 Nov 2006 08:39:50
0.4.12
|
osa  |
Update to 0.4.12. |
31 Oct 2006 08:59:18
0.4.11
|
osa  |
Update to 0.4.11. |
09 Oct 2006 07:24:01
0.4.6
|
osa  |
Update to 0.4.6. |
14 Sep 2006 19:03:37
0.4.2
|
osa  |
Update to fresh "linux-bugfix" release 0.4.2. |
14 Sep 2006 15:37:45
0.4.1
|
osa  |
Update to latest release version: 0.4.1.
Add one more knob - WITH_PERL_MODULE. [1]
Submitted by: Yuri Karaban <ykar at list dot ru> [1] |
31 Aug 2006 09:59:30
0.4.0
|
osa  |
Update to 0.4.0. |
20 Aug 2006 21:33:32
0.3.60
|
osa  |
Update to 0.3.60. |
16 Aug 2006 14:19:36
0.3.59
|
osa  |
Update to 0.3.59. |
10 Aug 2006 08:41:14
0.3.57
|
osa  |
Update to 0.3.57. |
07 Aug 2006 09:01:35
0.3.56
|
osa  |
Update to latest version: 0.3.56. |
31 Jul 2006 13:07:08
0.3.55
|
osa  |
Update to latest version: 0.3.55. |
11 Jul 2006 15:16:11
0.3.54
|
osa  |
Update to 0.3.54. |
04 Jul 2006 07:32:37
0.3.52
|
osa  |
Update to 0.3.52. |
30 Jun 2006 13:45:38
0.3.51_1
|
osa  |
Install 4 additional files from distro.
Bump PORTREVISION. |
30 Jun 2006 13:26:27
0.3.51
|
osa  |
Update to fresh bugfix release: 0.3.51. |
29 Jun 2006 07:48:39
0.3.50
|
osa  |
Update to 0.3.50. |
31 May 2006 15:45:08
0.3.49
|
osa  |
Update to fresh bugfix release 0.3.49. |
29 May 2006 19:04:37
0.3.48
|
osa  |
Update to 0.3.48. |
25 May 2006 11:42:10
0.3.47
|
osa  |
Update to 0.3.47. |
11 May 2006 15:28:04
0.3.46
|
osa  |
Update to 0.3.46. |
10 May 2006 10:55:03
0.3.45
|
osa  |
Update to 0.3.45.
Update port infrastructure.
Add compiler's debug flag if WITH_DEBUG defined.
Add prefix NGINX_ for port's variables (VARDIR, LOGDIR, TMPDIR) for
prevent conflict with system variables.
Remove STOP_BEFORE_REMOVE and START_AFTER_INSTALL knobs. |
21 Apr 2006 12:24:50
0.3.40
|
osa  |
Update to 0.3.40.
Remove needless USE_REINPLACE. |
18 Apr 2006 08:15:17
0.3.39
|
osa  |
Update to 0.3.39. |
14 Apr 2006 10:54:18
0.3.38
|
osa  |
Update to 0.3.38. |
07 Apr 2006 15:03:49
0.3.37
|
osa  |
Update to 0.3.37. |
05 Apr 2006 14:16:35
0.3.36
|
osa  |
Update to 0.3.36. |
01 Apr 2006 10:28:48
0.3.35
|
osa  |
Update to 0.3.35. |
15 Mar 2006 22:08:51
0.3.33
|
osa  |
Update to 0.3.33. |
15 Mar 2006 08:35:27
0.3.32
|
osa  |
Update to 0.3.32. |
23 Feb 2006 08:31:16
0.3.30
|
osa  |
Update to 0.3.30. |
21 Feb 2006 08:07:27
0.3.29
|
osa  |
Update to 0.3.29. |
16 Feb 2006 15:33:19
0.3.28
|
osa  |
Update to 0.3.28. |
08 Feb 2006 16:49:21
0.3.27
|
osa  |
Update to 0.3.27. |
03 Feb 2006 13:09:42
0.3.26
|
osa  |
Update to 0.3.26. |
02 Feb 2006 09:29:17
0.3.25
|
osa  |
Update to latest release 0.3.25. |