Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.4 12 Jul 2011 12:18:22
 |
osa  |
Add 3 third-party modules:
o) ngx_devel_kit - module that is designed to extend the core
functionality of nginx;
o) ngx_lua - embed the power of lua into nginx;
o) ngx_redis2 - upstream module for the Redis database 2.0 protocol.
Bump PORTREVISION is unnecessary, because these modules are
disabled by default. |
1.0.4 12 Jul 2011 09:41:28
 |
osa  |
Add third-party module srcache-0.12.
Use more or less canonical name for github.com MASTER_SITES.
Fix fetch for third-party module memc.
Bump PORTREVISION is unnecessary, because these modules are
disabled by default. |
1.0.4 11 Jul 2011 11:22:01
 |
osa  |
Update third-party modules:
o) echo from 0.34 to 0.36;
o) headers_more from 0.14 to 0.15;
o) memc from 0.11 to 0.12.
Change default MASTER_SITES for these modules from MASTER_SITE_LOCAL
to http://download.github.com/.
Fix whitespaces.
Bump PORTREVISION is unnecessary, because these modules are
disabled by default. |
1.0.4 08 Jun 2011 07:07:43
 |
osa  |
Update third party nginx_substitutions_filter from 0.5.2 revision 44 to
0.5.2 revision 45.
Do not bump PORTREVISION. |
1.0.4 08 Jun 2011 06:56:25
 |
osa  |
Update third party ngx_http_redis module from 0.3.2 to 0.3.3.
Do not bump PORTREVISION.
<ChangeLog>
*) Bugfix: fix interaction with redis if redis_db was used.
Also, compile with -Werror now is possible.
</ChangeLog> |
1.0.4 01 Jun 2011 12:06:12
 |
osa  |
Update from 1.0.3 to 1.0.4.
<ChangeLog>
*) Change: now regular expressions case sensitivity in the "map"
directive is given by prefixes "~" or "~*".
*) Feature: now shared zones and caches use POSIX semaphores on Linux.
Thanks to Denis F. Latypoff.
*) Bugfix: "stalled" cache updating" alert.
*) Bugfix: nginx could not be built --without-http_auth_basic_module;
the bug had appeared in 1.0.3.
</ChangeLog> |
1.0.3 26 May 2011 12:49:30
 |
osa  |
Add vendor patch for fix build with
% configure ... --without-http_auth_basic_module ...
Bump PORTREVISION is unnecessary, because http_auth_basic module is
enabled by default. |
1.0.3 25 May 2011 16:20:25
 |
osa  |
Update from 1.0.2 to 1.0.3.
<ChangeLog>
*) Feature: the "auth_basic_user_file" directive supports "$apr1",
"{PLAIN}", and "{SSHA}" password encryption methods.
Thanks to Maxim Dounin.
*) Feature: the "geoip_org" directive and $geoip_org variable.
Thanks to Alexander Uskov, Arnaud Granal, and Denis F. Latypoff.
*) Feature: ngx_http_geo_module and ngx_http_geoip_module support IPv4
addresses mapped to IPv6 addresses.
*) Bugfix: a segmentation fault occurred in a worker process during
testing IPv4 address mapped to IPv6 address, if access or deny rules
were defined only for IPv6; the bug had appeared in 0.8.22.
*) Bugfix: a cached reponse may be broken if proxy/fastcgi/scgi/
uwsgi_cache_bypass and proxy/fastcgi/scgi/uwsgi_no_cache directive
values were different; the bug had appeared in 0.8.46.
</ChangeLog> |
1.0.2 10 May 2011 13:48:04
 |
osa  |
Update from 1.0.1 to 1.0.2.
<ChangeLog>
*) Feature: now shared zones and caches use POSIX semaphores.
*) Bugfix: in the "rotate" parameter of the "image_filter" directive.
Thanks to Adam Bocim.
*) Bugfix: nginx could not be built on Solaris; the bug had appeared in
1.0.1.
</ChangeLog> |
1.0.1 03 May 2011 19:54:32
 |
osa  |
Update from 1.0.0 to 1.0.1.
Update CONFLICTS.
Also update third party modules:
o) ngx_cache_purge from 1.2 to 1.3;
o) ngx_slowfs_cache from 1.5 to 1.6.
<ChangeLog>
*) Change: now the "split_clients" directive uses MurmurHash2 algorithm
because of better distribution.
Thanks to Oleg Mamontov.
*) Change: now long strings starting with zero are not considered as
false values. (Only the first 15 lines of the commit message are shown above ) |
1.0.0 19 Apr 2011 12:47:23
 |
osa  |
Update third party upstream keepalive module from 0.3 to 0.4.
Do not bump PORTREVISION.
<ChangeLog>
*) Bugfix: the "[alert] ... open socket ... left in connection ..."
messages were logged on nginx worker process gracefull exit for
each cached connection; the bug had appeared in 0.3.
</ChangeLog> |
1.0.0 14 Apr 2011 11:31:29
 |
osa  |
Update from 3.0.6 to 3.0.7:
1) www/rubygem-passenger;
2) passenger support for www/nginx and www/nginx-devel;
update passenger's version for patches.
3) for speed-up rails applications build passenger without
debugging information by default. Otherwise WITH_DEBUG
required.
Approved by: maintainer [1,3] |
1.0.0 12 Apr 2011 10:20:31
 |
osa  |
Update to latest stable version 1.0.0.
For speed-up rails applications don't build debugging information for
passenger module by default. Otherwise WITH_DEBUG required.
Remove needless nginx.8 for www/nginx, now its in the distro.
<ChangeLog>
*) Bugfix: a cache manager might hog CPU after reload.
Thanks to Maxim Dounin.
*) Bugfix: an "image_filter crop" directive worked incorrectly coupled
with an "image_filter rotate 180" directive.
*) Bugfix: a "satisfy any" directive disabled custom 401 error page.
</ChangeLog> |
0.8.54_2 04 Apr 2011 18:33:35
 |
osa  |
Add third-party http_subs_filter module.
Do not bump PORTREVISION.
PR: 156163 |
0.8.54_2 04 Apr 2011 10:41:52
 |
osa  |
Update third-party fancyindex module from 0.3 to 0.3.1.
Do not bump PORTREVISIONs. |
0.8.54_2 04 Apr 2011 07:59:12
 |
osa  |
Update from 3.0.5 to 3.0.6:
o) www/rubygem-passenger; [*]
o) passenger support for www/nginx and www/nginx-devel.
More accurate for detect dependence of nginx ports. [*]
Approved by: maintainer [*] |
0.8.54_2 15 Mar 2011 17:03:11
 |
osa  |
Switch IPv6 support on by default.
Bump PORTREVISIONs.
Spotted by: tom |
0.8.54_1 11 Mar 2011 14:37:59
 |
osa  |
Update from 3.0.4 to 3.0.5:
o) www/rubygem-passenger; (1)
o) passenger support for www/nginx and www/nginx-devel. (2)
Adopt passenger's version update for extra patches.
Update preferred nginx version (1).
Do not bump PORTREVISIONs. (2)
Approved by: Jacob Atzen <jatzen@gmail.com> (maintainer) (1) |
0.8.54_1 02 Mar 2011 19:13:55
 |
osa  |
Update from 3.0.3 to 3.0.4:
o) www/rubygem-passenger; (1)
o) passenger support for www/nginx and www/nginx-devel. (2)
Adopt passenger's version update for extra patches.
Do not bump PORTREVISIONs. (2)
Approved by: Jacob Atzen <jatzen@gmail.com> (maintainer) (1) |
0.8.54_1 27 Feb 2011 13:01:19
 |
miwi  |
- Chase devel/google-perftools shlib bump |
0.8.54 25 Feb 2011 11:07:45
 |
osa  |
Update from 3.0.2 to 3.0.3:
o) www/rubygem-passenger; (1)
o) passenger support for www/nginx and www/nginx-devel. (2)
Adopt passenger's version update for extra patches.
Do not bump PORTREVISIONs. (2)
Approved by: Jacob Atzen <jatzen@gmail.com> (maintainer) (1) |
0.8.54 01 Feb 2011 10:47:21
 |
osa  |
Update third-party headers_more module from 0.13 to 0.14.
Do not bump PORTREVISIONs.
Feature safe: yes |
0.8.54 20 Dec 2010 04:15:22
 |
osa  |
Update third-party headers_more module from 0.10 to 0.13.
Do not bump PORTREVISIONs. |
0.8.54 17 Dec 2010 21:57:02
 |
osa  |
Update third-party modules:
o) uploadprogress from 0.8 to 0.8.2;
o) echo from 0.30 to 0.34;
Do not bump PORTREVISIONs. |
0.8.54 17 Dec 2010 14:49:01
 |
osa  |
Update from 3.0.1 to 3.0.2:
o) www/rubygem-passenger; [*]
o) passenger support for www/nginx and www/nginx-devel.
Remove needless extra patches.
Approved by: maintainer [*] |
0.8.54 14 Dec 2010 12:04:11
 |
osa  |
Update from 0.8.53 to 0.8.54.
<ChangeLog>
*) Bugfix: if there was a single server for given IPv6 address:port
pair, then captures in regular expressions in a "server_name"
directive did not work.
*) Bugfix: a segmentation fault might occur in a worker process, if the
"auth_basic" directive was used.
Thanks to Michail Laletin.
*) Bugfix: compatibility with ngx_http_eval_module; the bug had
appeared in 0.8.42.
</ChangeLog> |
0.8.53_1 12 Dec 2010 13:20:06
 |
osa  |
Add third-party syslog support, original patch obtained from
http://dl.dropbox.com/u/5836407/Patches/Nginx_0.8.49-syslog-support.txt.
Do not bump PORTREVISIONs.
Submitted by: Anes Muhametov aka anes at anes dot su
PR: ports/152920 |
0.8.53_1 12 Dec 2010 12:22:47
 |
osa  |
Update passenger as well as support for passenger-specific ports
from 3.0.0 to 3.0.1.
Also:
o) respect CC/CXX/CFLAGS/PTHREAD_LIBS flags;
o) build depends against devel/libev instead of internal libev;
o) change depends from curl binary to libcurl;
o) revert back GEM_LIB_DIR for pkg-message. (!)
Do not bump PORTREVISIONs for www/nginx and www/nginx-devel ports.
<Note>
Patch extra-patch-passenger::ext::common::Utils.cpp obtained from
passenger's git:
https://github.com/FooBarWidget/passenger/commit/9a811060db56cfad2e2056d90cac1a354870dbad
and should be remove in next [3.0.2] port update.
</Note>
Approved by: maintainer [*]
Pointy hat to: wen (!) |
0.8.53_1 06 Dec 2010 06:28:05
 |
osa  |
Speed up build passenger(tm) support by accurate corresponding patch.
Do not bump PORTREVISIONs. |
0.8.53_1 01 Dec 2010 20:18:57
 |
osa  |
Add support for passenger 3.0.0.
<Note>
www/nginx and www/nginx-devel build support for nginx only.
For full support www/rubygem-passenger port compiled with
option WITH_NGINXPORT should be installed.
</Note>
Do not bump PORTREVISIONs. |
0.8.53_1 23 Nov 2010 12:39:09
 |
osa  |
Add nginx(8).
Bump PORTREVISION.
Thanks to:
o) Maxim Dounin aka mdounin at mdounin dot ru
o) Ruslan Ermilov aka ru@
Spotted by: Sergey Svishchev aka svs at ropnet dot ru
PR: ports/152212 |
0.8.53 16 Nov 2010 19:32:10
 |
osa  |
Accordingly (www/nginx and www/nginx-devel):
*) update third-party http_auth_pam module from 1.1 to 1.2.
*) remove MD5.
Do not bump PORTREVISIONs. |
0.8.53 28 Oct 2010 09:45:31
 |
osa  |
Accordingly (www/nginx and www/nginx-devel):
*) update third party memc module from 0.08 to 0.11;
*) remove third party passenger module, since it possible to run as
standalone server. |
0.8.53 18 Oct 2010 12:58:15
 |
osa  |
Update from 0.8.52 to 0.8.53.
Update third-party fancyindex module from 0.2.5 to 0.3.
<ChangeLog>
*) Feature: now the "error_page" directive allows to change a status
code in a redirect.
*) Feature: the "gzip_disable" directive supports special "degradation"
mask.
*) Bugfix: a socket leak might occurred if file AIO was used.
Thanks to Maxim Dounin.
*) Bugfix: if the first server had no "listen" directive and there was
no explicit default server, then a next server with a "listen"
directive became the default server; the bug had appeared in 0.8.21.
</ChangeLog> |
0.8.52 28 Sep 2010 07:27:09
 |
osa  |
Update from 0.8.51 to 0.8.52.
<ChangeLog>
*) Bugfix: nginx used SSL mode for a listen socket if any listen option
was set; the bug had appeared in 0.8.51.
</ChangeLog> |
0.8.51 28 Sep 2010 06:32:17
 |
osa  |
Update from 0.7.67 to latest stable version 0.8.51 by merge changes from
www/nginx-devel.
Update CONFLIGS and temporary mark IGNORE www/nginx-devel, because latest
version available from www/nginx.
<Announcement>
Now the 0.8.x branch becomes a stable branch. The new features have been
appeared during 0.8 development:
o named regular expression captures;
o file AIO in FreeBSD and Linux;
o SSL CRL;
o SCGI and uwsgi modules.
</Announcement> |
0.7.67_1 28 Sep 2010 04:00:32
 |
osa  |
Accordingly update third party upload module from 2.0.12 to 2.2.0.
Do not bump PORTREVISIONs.
<ChangeLog>
*) Added feature: resumable uploads.
*) Added feature: allow to use of $variables in "upload_pass"
directive (Piotr Sikora).
*) Added feature: allow module's directives inside if
statements (David Backeus).
*) Added feature: directive upload_tame_arrays and ability to
do some magic with php arrays.
</ChangeLog> |
0.7.67_1 14 Sep 2010 18:57:55
 |
osa  |
Accordingly update third party upstream_keepalive from 0.2 to 0.3.
Do not bump PORTREVISIONs.
<ChangeLog>
*) Bugfix: cached connections might be closed needlessly.
Thanks to Martin Fjordvald.
*) Bugfix: in memory allocation error handling on config creation.
</ChangeLog>
This commit is dedicate to my sister's birthday. |
0.7.67_1 13 Sep 2010 17:10:35
 |
osa  |
Accordingly update third party mod_zip from 1.1.5 to 1.1.6.
Do not bump PORTREVISIONs.
<ChangeLog>
*) Feature: Support for UTF-8 filenames. Thanks to Robbie Scott/Bandcamp.
*) Feature: Issue subrequests serially. Thanks to Brian Moran/OneHub.
*) Feature: Use Zip64 when archive is larger than 4 GB. Thanks to Vasily
Fedoseyev.
*) Bugfix: Support spaces in URLs.
</ChangeLog> |
0.7.67_1 03 Sep 2010 13:28:39
 |
osa  |
Install three plain configuration files with -dist prefix.
Do not remove fastcgi_params configuration file, which may carefully
edited by the user.
Sync DEBUG knob description with www/nginx-devel.
Bump PORTREVISION. |
0.7.67 03 Sep 2010 03:59:27
 |
osa  |
Accordingly update third-party mogilefs module from 1.0.3 to 1.0.4.
Do not bump PORTREVISIONs.
<ChangeLog>
*) Added feature: multiple $mogilefs_path variables.
*) Fixed bug: segfault on reconfiguration due to uninitialized class
template (thanks to Pyry Hakulinen).
</ChangeLog> |
0.7.67 18 Aug 2010 09:37:34
 |
osa  |
Update third-party ngx_http_redis module from 0.3.1 to 0.3.2.
Do not bump PORTREVISIONs.
<ChangeLog>
*) Bugfix: ngx_http_redis_module might issue the error message
"redis sent invalid trailer". For more information see:
*) Change: now the $redis_db set is not obligatory; default
value is "0".
</ChangeLog> |
0.7.67 12 Aug 2010 03:30:56
 |
osa  |
Update third-party ngx_cache_purge module from 1.1 to 1.2.
Do not bump PORTREVISIONs.
<ChangeLog>
* Fix various build scenarios with disabled upstream modules.
Reported by Johan Bergstroem.
* Add ability to purge content from SCGI's cache.
Requested by Johan Bergstroem.
</ChangeLog> |
0.7.67 01 Jul 2010 15:22:20
 |
osa  |
Convert post-patch target to EXTRA_PATCHES entries for patches for third-party
modules.
No functionally changes.
Do not bump PORTREVISIONs.
Spotted by: Maxim Dounin aka mdounin at mdounin dot ru
Feature safe: yes |
0.7.67 30 Jun 2010 17:35:58
 |
osa  |
Accordingly update passenger from 2.2.14 to 2.2.15 for:
o) www/nginx and www/nginx-devel [1]
o) www/rubygem-passenger [2]
Remove needless patch.
[1] Do not bump PORTREVISION.
[2] Approved by: Jacob Atzen aka jatzen at gmail dot com (maintainer)
Feature safe: yes |
0.7.67 24 Jun 2010 03:45:17
 |
osa  |
Illuminate GeoIP module. [1]
Fix typo for thirdparty udp module. [2]
Do not bump PORTREVISION.
Feature safe: yes
Submitted by: Rainer Duffner <rainer@ultra-secure.de> [1]
Vadim Goncharov aka nuclight via IRC [2]
PR: ports/148092 [1] |
0.7.67 18 Jun 2010 06:55:17
 |
osa  |
Change broken MASTER_SITES for third-party fancyindex module to
MASTER_SITE_LOCAL. (*)
Uniform fancyindex tarball for stable and devel version.
No functionaly changes.
Do not bump PORTREVISION.
(*) Notice from: Rafal Szkodzinski aka uid at atnus dot com |
0.7.67 15 Jun 2010 12:25:52
 |
osa  |
Update from 0.7.66 to 0.7.67.
<ChangeLog>
*) Security: nginx/Windows worker might be terminated abnormally if a
requested file name has invalid UTF-8 encoding.
</ChangeLog> |
0.7.66 10 Jun 2010 17:12:31
 |
osa  |
Accordingly update third-party fancyindex module from 0.2.2 to 0.2.5.
Remove needless patches.
Do not bump PORTREVISIONs. |
0.7.66 08 Jun 2010 11:28:41
 |
osa  |
Accordingly update third-party slowfs_cache module from 1.4 to 1.5.
Remove needless patch.
Do not bump PORTREVISIONs. |
0.7.66 08 Jun 2010 04:47:29
 |
osa  |
Accordingly update third-party cache_purge module from 1.0 to 1.1.
Do not bump PORTREVISIONs. |
0.7.66 07 Jun 2010 14:32:02
 |
osa  |
Update from 0.7.65 to 0.7.66.
License.
<ChangeLog>
*) Security: now nginx/Windows ignores default file stream name.
Thanks to Jose Antonio Vazquez Gonzalez.
*) Change: now the charset filter runs before the SSI filter.
*) Change: now no message is written in an error log if a variable is
not found by $r->variable() method.
*) Change: now keepalive connections after POST requests are not
disabled for MSIE 7.0+. (Only the first 15 lines of the commit message are shown above ) |
0.7.65 07 Jun 2010 02:45:14
 |
osa  |
Accordingly update third-party headers_more module from 0.09 to 0.10.
Do not bump PORTREVISIONs. |
0.7.65 06 Jun 2010 07:09:19
 |
osa  |
Update from 2.2.12 to 2.2.14:
1) third-party passenger module for www/nginx and www/nginx-devel
2) www/rubygem-passenger
Do not bump PORTREVISIONs. [1]
Approved by: Jacob Atzen aka jatzen at gmail dot com [2] |
0.7.65 02 Jun 2010 17:14:56
 |
osa  |
Accordingly update third-party headers_more module from 0.08 to 0.09.
Do not bump PORTREVISIONs. |
0.7.65 01 Jun 2010 09:43:03
 |
osa  |
Update:
1) third-party passenger module from 2.2.11 to 2.2.12 for www/nginx
2) third-party passenger module from 2.2.11 to 2.2.12 for www/nginx-devel
3) www/rubygem-passenger from 2.2.11 to 2.2.12
Remove needless patch. [2]
Do not bump PORTREVISIONs.
Approved by: Jacob Atzen aka jatzen at gmail dot com [3] |
0.7.65 25 May 2010 16:10:57
 |
osa  |
Accordingly update third-party slowfs_cache module from 1.3 to 1.4.
Remove needless patch.
Do not bump PORTREVISIONs. |
0.7.65 07 May 2010 03:56:19
 |
osa  |
Accordingly update third-party echo module from 0.28 to 0.30.
Do not bump PORTREVISIONs. |
0.7.65 03 May 2010 13:58:42
 |
osa  |
Accordingly update third-party echo module from 0.27 to 0.28.
Do not bump PORTREVISIONs. |
0.7.65 29 Apr 2010 04:18:25
 |
osa  |
Accordingly update third-party supervisord module from 1.3 to 1.4.
Do not bump PORTREVISIONs. |
0.7.65 28 Apr 2010 19:18:28
 |
osa  |
Update third party headers_more module from 0.07 to 0.08. |
0.7.65 23 Apr 2010 03:48:29
 |
osa  |
Update third party http_memc module from 0.06 to 0.08.
Do not bump PORTREVISION. |
0.7.65 08 Apr 2010 11:08:05
 |
osa  |
Accordingly update third-party echo module from 0.26 to 0.27.
Remove needless extra patch.
Do not bump PORTREVISIONs. |
0.7.65 28 Mar 2010 04:44:55
 |
dougb  |
Cleanse uneeded RC_SUBR variables
Approved by: pgolluci |
0.7.65 27 Mar 2010 00:15:24
 |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.7.65 25 Mar 2010 10:02:43
 |
osa  |
Accordingly add third-party echo module version 0.26.
Do not bump PORTREVISIONs. |
0.7.65 25 Mar 2010 02:37:06
 |
osa  |
Accordingly update third-party auth request module from 0.1 to 0.2.
Do not bump PORTREVISIONs.
<ChangeLog>
*) Feature: auth_request_set directive.
*) Bugfix: segmentation fault happened on auth request handled by
proxy_pass or fastcgi_pass if initial request has non-empty body.
</ChangeLog> |
0.7.65 23 Mar 2010 05:01:02
 |
osa  |
Accordingly update third-party gunzip filter module from 0.2 to 0.3.
Do not bump PORTREVISIONs. |
0.7.65 10 Mar 2010 04:30:34
 |
osa  |
Accordingly update third-party fancyindex module from 0.2.1 to 0.2.2.
Do not bump PORTREVISIONs.
PR: 144557 |
0.7.65 09 Mar 2010 09:49:09
 |
osa  |
Update CATEGORIES if defined passenger module support.
Do not bump PORTREVISIONs. |
0.7.65 05 Mar 2010 11:46:00
 |
osa  |
Accordingly update third party passenger module from 2.0.10 to 2.0.11.
Do not bump PORTREVISIONs.
Feature safe: yes |
0.7.65 02 Mar 2010 10:31:38
 |
osa  |
Accordingly update third party upload module from 2.0.11 to 2.0.12.
Remove needless patch for www/nginx-devel.
Do not bump PORTREVISIONs.
Feature safe: yes |
0.7.65 27 Feb 2010 19:56:07
 |
osa  |
Accordingly add third party auth_request module, version 0.1.
Do not bump PORTREVISIONs.
Feature safe: yes |
0.7.65 27 Feb 2010 19:20:20
 |
osa  |
Accordingly add third party headers_more module, version 0.07.
Do not bump PORTREVISIONs.
Feature safe: yes |
0.7.65 22 Feb 2010 17:29:33
 |
osa  |
Accordingly update third party modules:
o) http_push from 0.69 to 0.692;
o) passenger from 2.2.9 to 2.2.10.
Do not bump PORTREVISIONs.
Feature safe: yes |
0.7.65 22 Feb 2010 13:53:25
 |
osa  |
Update third party modules for www/nginx and www/nginx-devel:
o) h264_streaming from 2.2.5 to 2.2.7;
o) passenger from 2.2.8 to 2.2.9.
Do not bump PORTREVISIONs.
Feature safe: yes |
0.7.65 18 Feb 2010 19:16:13
 |
osa  |
Accordingly add third party module accept language.
Do not bump PORTREVISIONs.
Feature safe: yes
Submitted by: Mike Stupalov aka landy2005 at gmail dot com
PR: ports/143787 |
0.7.65 08 Feb 2010 03:56:37
 |
osa  |
Accordingly update memc (aka advanced memcached) module
from 0.05 to 0.06.
Do not bump PORTREVISIONs. |
0.7.65 06 Feb 2010 18:52:56
 |
osa  |
Accordingly update fancyindex module from 0.1_beta5 to 0.2.1.
Remove needless patches.
Do not bump PORTREVISIONs. |
0.7.65 04 Feb 2010 10:08:56
 |
osa  |
Accordingly update gunzip_filter module from 0.1 to 0.2 for
www/nginx and www/nginx-devel.
Do not bump PORTREVISIONs.
Spotted by: Maxim Dounin aka mdounin at mdounin dot ru |
0.7.65 02 Feb 2010 16:19:51
 |
osa  |
Update from 0.7.64 to 0.7.65.
<ChangeLog>
*) Security: now nginx/Windows ignores trailing spaces in URI.
Thanks to Dan Crowley, Core Security Technologies.
*) Security: now nginx/Windows ignores short files names.
Thanks to Dan Crowley, Core Security Technologies.
*) Change: now the "009" status code is written to an access log for
proxied HTTP/0.9 responses.
*) Change: now the default buffer size of the
"large_client_header_buffers" directive is 8K. (Only the first 15 lines of the commit message are shown above ) |
0.7.64 18 Jan 2010 19:53:37
 |
osa  |
This is accordingly update for www/nginx and www/nginx-devel.
Add one more third-party module: upstream_hash, version 0.3.1.
Update slowfs_cache module from 1.2 to 1.3.
Update mogilefs module from 1.0.2 to 1.0.3.
Do not bump PORTREVISIONs. |
0.7.64 14 Jan 2010 18:55:41
 |
osa  |
Use USE_OPENSSL instead of bsd.openssl.mk.
Do not remove default DISTFILES due to port building
failure when third-party module (i.e. additional DISTFILES)
selected.
Do not bump PORTREVISIONs.
PRs: 142831, 142833 |
0.7.64 11 Jan 2010 07:43:39
 |
osa  |
Accordingly add ngx_cache_purge-1.0, the module adding ability
to purge content from nginx's FastCGI and proxy caches.
Do not bump PORTREVISIONs. |
0.7.64 09 Jan 2010 19:19:03
 |
osa  |
Revert back update Passenger from 2.2.9 to 2.2.8
due to incompatible infrastructure.
Do not bump PORTREVISIONs. |
0.7.64 08 Jan 2010 19:34:15
 |
osa  |
Accordingly update Passenger module from 2.2.8 to 2.2.9.
Do not bump PORTREVISIONs. |
0.7.64 06 Jan 2010 20:29:50
 |
osa  |
Accordingly add memc module - an extended version of the
standard memcached module that supports set, add, delete,
and many more memcached commands.
Do not bump PORTREVISIONs. |
0.7.64 05 Jan 2010 22:06:43
 |
osa  |
Accordingly commit changes for third-party modules in www/nginx
and www/nginx-devel:
o) update uploadprogress from 0.7 to 0.8;
o) update upstream_fair from 20081012 to 20090923;
o) update supervisord from 1.2 to 1.3;
o) add udplog (syslog) module version 1.0.0;
o) s/modle/module/ for both Makefiles.
Remove needless patches.
Do not bump PORTREVISIONs. |
0.7.64 03 Jan 2010 17:53:22
 |
osa  |
Accordingly update upstream_keepalive module, from 0.1 to 0.2.
Do not bump PORTREVISIONs. |
0.7.64 29 Dec 2009 07:14:11
 |
osa  |
Accordingly update slowfs_cache module, from 1.1 to 1.2.
Do not bump PORTREVISIONs. |
0.7.64 29 Dec 2009 07:04:33
 |
osa  |
Accordingly add http_gunzip_filter module, version 0.1.
Do not bump PORTREVISIONs. |
0.7.64 26 Dec 2009 13:04:41
 |
osa  |
Update http_redis module from 0.3.0 to 0.3.1.
Cosmetic whitespace fix for Makefile.
Do not bump PORTREVISIONs.
<ChangeLog>
*) Change: return 502 instead of 404 for error.
*) Change: better error messages diagnostics.
*) Bugfix: interoperability with redis; the bug had
appeared in 0.3.0.
</ChangeLog> |
0.7.64 25 Dec 2009 15:22:19
 |
osa  |
Fix additional MASTER_SITES. |
0.7.64 25 Dec 2009 15:20:15
 |
osa  |
Add one more know WITH_DEBUGLOG by split debug features
for distro (--with-debug) and system (-g) specific. |
0.7.64 25 Dec 2009 09:53:04
 |
osa  |
Improve redis protocol support.
Do not bump PORTREVISION. |
0.7.64 24 Dec 2009 04:41:54
 |
osa  |
Actually remove needless patch. |
0.7.64 23 Dec 2009 21:23:46
 |
osa  |
Update http_redis module from 0.2.0 to 0.3.0.
Remove needless extra patch.
Do not bump PORTREVISION. |
0.7.64 22 Dec 2009 11:47:47
 |
osa  |
Merge support of third party slowfs_cache module from
www/nginx-devel after commit compilable version (1.1).
Do not bump PORTREVISION. |
0.7.64 21 Dec 2009 20:31:46
 |
osa  |
Accordingly add third party supervisord module, version 1.2.
Do not bump PORTREVISIONs. |
0.7.64 21 Dec 2009 18:46:06
 |
osa  |
Accordingly add third party http_push module, version 0.69.
Do not bump PORTREVISIONs. |