Commit graph

451 commits

Author SHA1 Message Date
Sergey A. Osokin
983bc54081 Fix fetch notice third-party module. 2012-02-29 19:53:17 +00:00
Sergey A. Osokin
580e054c16 Fix fetch zip and naxsi third-party modules. 2012-02-29 19:35:03 +00:00
Sergey A. Osokin
e62cdd2934 Update from 1.1.15 to 1.1.16.
<ChangeLog>

*) Change: the simultaneous subrequest limit has been raised to 200.

*) Feature: the "from" parameter of the "disable_symlinks" directive.

*) Feature: the "return" and "error_page" directives can be used to
   return 307 redirections.

*) Bugfix: a segmentation fault might occur in a worker process if the
   "resolver" directive was used and there was no "error_log" directive
   specified at global level.
   Thanks to Roman Arutyunyan.

*) Bugfix: a segmentation fault might occur in a worker process if the
   "proxy_http_version 1.1" or "fastcgi_keep_conn on" directives were
   used.

*) Bugfix: memory leaks.
   Thanks to Lanshun Zhou.

*) Bugfix: in the "disable_symlinks" directive.

*) Bugfix: on ZFS filesystem disk cache size might be calculated
   incorrectly; the bug had appeared in 1.0.1.

*) Bugfix: nginx could not be built by the icc 12.1 compiler.

*) Bugfix: nginx could not be built by gcc on Solaris; the bug had
   appeared in 1.1.15.

</ChangeLog>
2012-02-29 15:51:25 +00:00
Sergey A. Osokin
05448d057c Update third-party naxsi module from 0.42 to 0.43.
Fix libraries dependences if WITH_LUA_MODULE knob defined. [1]

Do not bump PORTREVISIONs because this module disabled by default.

Submitted by:	Alexandre Biancalana <ale@biancalanas.net> [1]
2012-02-29 05:32:27 +00:00
Sergey A. Osokin
6174e64fb1 Update slowfs_cache third-party module from 1.7 to 1.8.
Do not bump PORTREVISIONs because this module disabled by default.

<ChangeLog>

2012-02-28    VERSION 1.8
  * Fix setting of slowfs process title.
    In case when local path was over 277 characters long, slowfs
    process would crash, which would result in file not being
    copied to the cache.
    Bug had appeared in version 1.7.
</ChangeLog>
2012-02-28 17:43:56 +00:00
Sergey A. Osokin
2c8e138ae0 Update slowfs_cache third-party module from 1.6 to 1.7.
Do not bump PORTREVISION because this module disabled by default.

<ChangeLog>

2012-02-28    VERSION 1.7
  * Fix on-disk cache size calculation.
    Since the initial release, recorded on-disk cache size was
    decreased twice for purged content (once during cache purge
    and once during subsequent cache update).
    This resulted in recorded on-disk cache size being much
    smaller than in reality, which could lead to on-disk cache
    outgrowing defined "max_size" parameter.
    Patch from Pyry Hakulinen (via ngx_cache_purge, months ago).

  * Append path of the file being cached to the slowfs process
    title.

</ChangeLog>
2012-02-28 13:59:45 +00:00
Sergey A. Osokin
855cab9eec Move upward extra_commands string for compatible with rc.conf.d
feature.

Do not bump PORTREVISIONs.
PR:	165454
2012-02-28 10:26:19 +00:00
Sergey A. Osokin
61f0c93316 Add two third-party modules:
o) web_dav_extension, for support missing PROPFIND and OPTIONS commands;
o) http_auth_digest, providing support for RFC 2617 Digest Authentication.

PR:	165276, 165333
2012-02-23 09:30:11 +00:00
Sergey A. Osokin
62388474da Update from 1.1.14 to 1.1.15.
<ChangeLog>

*) Feature: the "disable_symlinks" directive.

*) Feature: the "proxy_cookie_domain" and "proxy_cookie_path"
   directives.

*) Bugfix: nginx might log incorrect error "upstream prematurely closed
   connection" instead of correct "upstream sent too big header" one.
   Thanks to Feibo Li.

*) Bugfix: nginx could not be built with the ngx_http_perl_module if the
   --with-openssl option was used.

*) Bugfix: internal redirects to named locations were not limited.

*) Bugfix: calling $r->flush() multiple times might cause errors in the
   ngx_http_gzip_filter_module.

*) Bugfix: temporary files might be not removed if the "proxy_store"
   directive were used with SSI includes.

*) Bugfix: in some cases non-cacheable variables (such as the $args
   variable) returned old empty cached value.

*) Bugfix: a segmentation fault might occur in a worker process if too
   many SSI subrequests were issued simultaneously; the bug had appeared
   in 0.7.25.

</ChangeLog>
2012-02-15 16:07:45 +00:00
Martin Matuska
dbbf004162 Bump pcre library dependency due to 8.30 update 2012-02-14 12:45:35 +00:00
Sergey A. Osokin
835fbddaf2 Use ${LOCALBASE} instead of ${PREFIX} for search headers and libraries
for third-party modules.

Do not bump PORTREVISIONs.
2012-02-06 17:48:29 +00:00
Sergey A. Osokin
92be4c5e6a Update third-party modules:
o) echo from 0.37 to 0.38rc1;
o) headers_more from 0.16 to 0.17rc1;
o) drizzle from 0.1.2rc4 to 0.1.2rc6;
o) set_misc from 0.22rc4 to 0.22rc5.
2012-02-01 13:51:21 +00:00
Sergey A. Osokin
3445d6daae Update third-party lua module from 0.4.0 to bugfix release 0.4.1. 2012-02-01 04:43:11 +00:00
Sergey A. Osokin
17121dd21a Update from 1.1.13 to 1.1.14.
<ChangeLog>

*) Feature: multiple "limit_req" limits may be used simultaneously.

*) Bugfix: in error handling while connecting to a backend.
   Thanks to Piotr Sikora.

*) Bugfix: in AIO error handling on FreeBSD.

*) Bugfix: in the OpenSSL library initialization.

*) Bugfix: the "proxy_redirect" directives might not be correctly
   inherited.

*) Bugfix: memory leak during reconfiguration if the "pcre_jit"
   directive was used.

</ChangeLog>
2012-01-30 15:54:49 +00:00
Sergey A. Osokin
e44ed8aeb0 Move luajit from devel to lang directory.
Notice from:	linimon
2012-01-19 18:09:09 +00:00
Sergey A. Osokin
dbfad2c362 Update third-party modules:
o) memc from 0.12 to 0.13rc3;
o) redis2 from 0.07 to 0.08rc2;
o) set_misc from 0.22rc3 to 0.22rc4;
o) srcache from 0.12 to 0.13rc3;
o) xss from 0.03rc3 to 0.03rc8.
2012-01-17 12:58:38 +00:00
Sergey A. Osokin
043d590c12 Update third-party encrypted_session module from 0.01 to 0.02. 2012-01-17 12:16:09 +00:00
Sergey A. Osokin
24341b5d41 Update from 1.1.12 to 1.1.13.
<ChangeLog>

*) Feature: the "TLSv1.1" and "TLSv1.2" parameters of the
   "ssl_protocols" directive.

*) Bugfix: the "limit_req" directive parameters were not inherited
   correctly; the bug had appeared in 1.1.12.

*) Bugfix: the "proxy_redirect" directive incorrectly processed
   "Refresh" header if regular expression were used.

*) Bugfix: the "proxy_cache_use_stale" directive with "error" parameter
   did not return answer from cache if there were no live upstreams.

*) Bugfix: the "worker_cpu_affinity" directive might not work.

*) Bugfix: nginx could not be built on Solaris; the bug had appeared in
   1.1.12.

*) Bugfix: in the ngx_http_mp4_module.

</ChangeLog>
2012-01-16 17:05:40 +00:00
Sergey A. Osokin
11845fbf8a Update third-party headers_more module from 0.15 to 0.16.
<ChangeLog>

* bugfix: the on-demand handler/filter registration mechanism did
  not work fully for config reload via the HUP signal.

* bugfix: when setting a multi-value response header to a single
  value, the single value might be repeated on each old value.

* feature: added some debugging outputs that can be enabled by
  the --with-debug option when building nginx or ngx_openresty.

* bugfix: we should set header hash using ngx_hash_key_lc, not
  simply to 1.

* bugfix: Setting Cache-Control response headers might not work
  with other nginx output filter modules because we did not
  properly prepare the r->cache_control array at the same time.

* bugfix: more_set_input_headers and more_clear_input_headers did
  not handle the Accept-Encoding request headers properly.

* bugfix: the more_set_input_headers directive might cause invalid
  memory reads because Nginx request header values must be null
  terminated. thanks Maxim Dounin.

* bugfix: removing builtin headers in huge request headers with 20+
  entries could result in data loss. thanks Chris Dumoulin for the
  patch in github issue #6.

</ChangeLog>
2012-01-16 07:49:11 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Sergey A. Osokin
6f326a7f9a Update third-party echo module from 0.36 to 0.37. 2012-01-13 09:57:20 +00:00
Sergey A. Osokin
b8870f695d Add 4 third-party modules:
o) arrayvar, add support for array variables to nginx config files;
o) encrypted-session, for encrypt and decrypt nginx variable values;
o) form-input, reads HTTP POST and PUT request body encoded in
   "application/x-www-form-urlencoded", and parse the arguments in
   request body into nginx variables;
o) iconv, to convert characters of different encoding (by libiconv).
2012-01-12 08:24:10 +00:00
Sergey A. Osokin
7792e648ea Update third-party lua module from 0.3 to latest stable version 0.4.
Also, switched from default lua interpreter to luajit - a Lua Just-In-Time compiler
for speed-up lua module based applications (nginx's configurations).
Fix issue with %%PREFIX%% substitution for lua module.
2012-01-11 15:33:30 +00:00
Sergey A. Osokin
7d9e66de05 Add three new third-party modules:
o) drizzle -  an upstream module that talks to mysql and drizzle by libdrizzle;
o) rds_csv -  an output filter module to convert Resty-DBD-Streams (RDS) to
   Comma-Separated Values (CSV);
o) rds_json - an output filter that formats Resty DBD Streams generated by
   ngx_drizzle and others to JSON.

Do not bump PORTREVISION because these modules disabled by default.
2011-12-30 09:51:49 +00:00
Sergey A. Osokin
1ddbbe018d Update third-party http_subs_filter module from 0.5.2.r45 to 0.5.2.r53.
Remove needless extra patch.

Update third-party upload_progress module from 0.8.2 to 0.8.3.
Change the download page to github.com.

Do not bump PORTREVISION because these modules disabled by default.
2011-12-29 11:30:39 +00:00
Sergey A. Osokin
2e59e19637 Update third-party ngx_postgres module from 0.8 to 0.9.
Also remove needless patch.

Do not bump PORTREVISION because these modules disabled by default.

<ChangeLog>

* Improve debug logging.
  From Yichun Zhang (agentzh).

* Fix compatibility with poll, select and /dev/poll event models.
  Reported by Yichun Zhang (agentzh).

* Fix compatibility with PostgreSQL 9.x.
  Reported by Yichun Zhang (agentzh).

* Fix compatibility with nginx-1.1.4+.
  From Yichun Zhang (agentzh).

* Enforce writing of proper SQL queries by replacing "row <row>"
  output format with "text" and returning whole result-set with
  values separated by newlines when using "postgres_output"
  directive.

* Enforce writing of proper SQL queries by requiring result-set
  to contain exactly single value when using "binary_value" or
  "value" output formats when using "postgres_output" directive.

* Fix "duplicated last chunk" issue.
  Reported by Silly Sad, diagnosed by Maxim Dounin.

* Improve build-time PostgreSQL client library discovery process
  by using PostgreSQL's pg_config.
  Patch from Silly Sad.

</ChangeLog>
2011-12-29 07:30:05 +00:00
Sergey A. Osokin
f1d1d70da9 Add naxsi third-party module, version 0.42.
Move down checksums for devel_kit third-party module.
Do not bump PORTREVISION because these modules disabled by default.

PR:	162783
2011-12-29 07:15:30 +00:00
Sergey A. Osokin
c320f1a398 Update from 1.1.11 to 1.1.12.
<ChangeLog>

*) Change: a "proxy_pass" directive without URI part now uses changed
   URI after redirection with the "error_page" directive;
   Thanks to Lanshun Zhou.

*) Feature: the "proxy/fastcgi/scgi/uwsgi_cache_lock",
   "proxy/fastcgi/scgi/uwsgi_cache_lock_timeout" directives.

*) Feature: the "pcre_jit" directive.

*) Feature: the "if" SSI command supports captures in regular
   expressions.

*) Bugfix: the "if" SSI command did not work inside the "block" command.

*) Bugfix: the "limit_conn_log_level" and "limit_req_log_level"
   directives might not work.

*) Bugfix: the "limit_rate" directive did not allow to use full
   throughput, even if limit value was very high.

*) Bugfix: the "sendfile_max_chunk" directive did not work, if the
   "limit_rate" directive was used.

*) Bugfix: a "proxy_pass" directive without URI part always used
   original request URI if variables were used.

*) Bugfix: a "proxy_pass" directive without URI part might use original
   request after redirection with the "try_files" directive;
   Thanks to Lanshun Zhou.

*) Bugfix: in the ngx_http_scgi_module.

*) Bugfix: in the ngx_http_mp4_module.

*) Bugfix: nginx could not be built on Solaris; the bug had appeared in
   1.1.9.

</ChangeLog>
2011-12-27 07:40:52 +00:00
Sergey A. Osokin
e2aed7e284 Update third-party cache_purge module from 1.4 to 1.5.
<ChangeLog>

  * Fix on-disk cache size calculation.
    Since the initial release, recorded on-disk cache size was
    decreased twice for purged content (once during cache purge
    and once during subsequent cache update).
    This resulted in recorded on-disk cache size being much
    smaller than in reality, which could lead to on-disk cache
    outgrowing defined "max_size" parameter.
    Patch from Pyry Hakulinen.

</ChangeLog>
2011-12-20 13:58:02 +00:00
Sergey A. Osokin
89cd36ea3e Update from 1.1.9 to 1.1.11.
The only one third-party subs filter module using
ngx_regex_capture_count(), add as extra patch.

<ChangeLog>

Changes with nginx 1.1.11                                        12 Dec 2011

*) Feature: the "so_keepalive" parameter of the "listen" directive.
   Thanks to Vsevolod Stakhov.

*) Feature: the "if_not_empty" parameter of the
   "fastcgi/scgi/uwsgi_param" directives.

*) Feature: the $https variable.

*) Feature: the "proxy_redirect" directive supports variables in the
   first parameter.

*) Feature: the "proxy_redirect" directive supports regular expressions.

*) Bugfix: the $sent_http_cache_control variable might contain a wrong
   value if the "expires" directive was used.
   Thanks to Yichun Zhang.

*) Bugfix: the "read_ahead" directive might not work combined with
   "try_files" and "open_file_cache".

*) Bugfix: a segmentation fault might occur in a worker process if small
   time was used in the "inactive" parameter of the "proxy_cache_path"
   directive.

*) Bugfix: responses from cache might hang.

Changes with nginx 1.1.10                                        30 Nov 2011

*) Bugfix: a segmentation fault occured in a worker process if AIO was
   used on Linux; the bug had appeared in 1.1.9.

</ChangeLog>
2011-12-12 19:46:36 +00:00
Sergey A. Osokin
e60ce3883d Add set-misc-nginx third-party module.
Remove DEVEL_KIT_MODULE from OPTIONS, because the devel_kit module
is used as a toolkit for other modules.

Add internal USE_NGINX_DEVEL_KIT variable.

Cleanup whitespaces.

Do not bump PORTREVISION because these modules disabled by default.

Feature safe:	yes

PR:		163148 (mostly)
2011-12-09 13:57:24 +00:00
Sergey A. Osokin
2c6de62ba6 Merge latest changes for third-party udplog module from upstream
at https://raw.github.com/vkholodkov/nginx-udplog-module/.

Do not bump PORTREVISION because this module disabled by default.

Feature safe:	yes

PR:		163023
2011-12-08 13:03:33 +00:00
Sergey A. Osokin
e215623ad9 Update from 1.1.8 to 1.1.9.
Feature safe:	yes.

<ChangeLog>

*) Change: now double quotes are encoded in an "echo" SSI-command
   output.
   Thanks to Zaur Abasmirzoev.

*) Feature: the "valid" parameter of the "resolver" directive. By
   default TTL returned by a DNS server is used.
   Thanks to Kirill A. Korinskiy.

*) Bugfix: nginx might hang after a worker process abnormal termination.

*) Bugfix: a segmentation fault might occur in a worker process if SNI
   was used; the bug had appeared in 1.1.2.

*) Bugfix: in the "keepalive_disable" directive; the bug had appeared in
   1.1.8.
   Thanks to Alexander Usov.

*) Bugfix: SIGWINCH signal did not work after first binary upgrade; the
   bug had appeared in 1.1.1.

*) Bugfix: backend responses with length not matching "Content-Length"
   header line are no longer cached.

*) Bugfix: in the "scgi_param" directive, if complex parameters were
   used.

*) Bugfix: in the "epoll" event method.
   Thanks to Yichun Zhang.

*) Bugfix: in the ngx_http_flv_module.
   Thanks to Piotr Sikora.

*) Bugfix: in the ngx_http_mp4_module.

*) Bugfix: IPv6 addresses are now handled properly in a request line and
   in a "Host" request header line.

*) Bugfix: "add_header" and "expires" directives did not work if a
   request was proxied and response status code was 206.

*) Bugfix: nginx could not be built on FreeBSD 10.

*) Bugfix: nginx could not be built on AIX.

</ChangeLog>
2011-11-28 17:20:52 +00:00
Sergey A. Osokin
140dd6b0b8 Update from 3.0.9 to 3.0.11:
o) www/rubygem-passenger;	[*]
o) third-party passenger module for www/nginx and www/nginx-devel.

Feature safe:	yes

Approved by:	maintainer	[*]
2011-11-28 13:59:59 +00:00
Sergey A. Osokin
2352246883 Fix build on fresh -CURRENT.
Do not bump PORTREVISIONs.

Feature safe:	yes
Patch from:	Igor Sysoev (author)
PR:		162446
2011-11-21 13:50:43 +00:00
Sergey A. Osokin
b7f6e3bb18 Fix installation path for perl module.
Bump PORTREVISION.

Feature safe:	yes

Problem	found by:	Maxim Dounin <mdounin@mdounin.ru>
2011-11-21 10:16:47 +00:00
Sergey A. Osokin
ecf1f17567 Update from 1.1.7 to 1.1.8.
Feature safe:	yes.

<ChangeLog>

*) Change: the ngx_http_limit_zone_module was renamed to the
   ngx_http_limit_conn_module.

*) Change: the "limit_zone" directive was superseded by the
   "limit_conn_zone" directive with a new syntax.

*) Feature: support for multiple "limit_conn" limits on the same level.

*) Feature: the "image_filter_sharpen" directive.

*) Bugfix: a segmentation fault might occur in a worker process if
   resolver got a big DNS response.
   Thanks to Ben Hawkes.

*) Bugfix: in cache key calculation if internal MD5 implementation was
   used; the bug had appeared in 1.0.4.

*) Bugfix: the "If-Modified-Since", "If-Range", etc. client request
   header lines might be passed to backend while caching; or not passed
   without caching if caching was enabled in another part of the
   configuration.

*) Bugfix: the module ngx_http_mp4_module sent incorrect
   "Content-Length" response header line if the "start" argument was
   used.
   Thanks to Piotr Sikora.

</ChangeLog>
2011-11-14 17:14:37 +00:00
Sergey A. Osokin
1127da1ba5 Add nginx-x-rid-header third-party module.
PR:		ports/162252
Submitted by:	mm
2011-11-02 17:37:59 +00:00
Sergey A. Osokin
467720cf40 Update from 1.1.6 to 1.1.7.
Update syslog patch.

<ChangeLog>

*) Feature: support of several resolvers in the "resolver" directive.
   Thanks to Kirill A. Korinskiy.

*) Bugfix: a segmentation fault occurred on start or while
   reconfiguration if the "ssl" directive was used at http level and
   there was no "ssl_certificate" defined.

*) Bugfix: reduced memory consumption while proxying of big files if
   they were buffered to disk.

*) Bugfix: a segmentation fault might occur in a worker process if
   "proxy_http_version 1.1" directive was used.

*) Bugfix: in the "expires @time" directive.

</ChangeLog>
2011-11-01 05:46:56 +00:00
Sergey A. Osokin
055aa2bf90 Update from 1.1.5 to 1.1.6.
Update WWW.

<ChangeLog>

*) Change in internal API: now module context data are cleared while
   internal redirect to named location.
   Requested by Yichun Zhang.

*) Change: if a server in an upstream failed, only one request will be
   sent to it after fail_timeout; the server will be considered alive if
   it will successfully respond to the request.

*) Change: now the 0x7F-0x1F characters are escaped as \xXX in an
   access_log.

*) Feature: "proxy/fastcgi/scgi/uwsgi_ignore_headers" directives support
   the following additional values: X-Accel-Limit-Rate,
   X-Accel-Buffering, X-Accel-Charset.

*) Feature: decrease of memory consumption if SSL is used.

*) Bugfix: some UTF-8 characters were processed incorrectly.
   Thanks to Alexey Kuts.

*) Bugfix: the ngx_http_rewrite_module directives specified at "server"
   level were executed twice if no matching locations were defined.

*) Bugfix: a socket leak might occurred if "aio sendfile" was used.

*) Bugfix: connections with fast clients might be closed after
   send_timeout if file AIO was used.

*) Bugfix: in the ngx_http_autoindex_module.

*) Bugfix: the module ngx_http_mp4_module did not support seeking on
   32-bit platforms.

</ChangeLog>
2011-10-18 06:54:34 +00:00
Sergey A. Osokin
b8a5de6d42 Update third-party cache_purge module from 1.3 to 1.4.
Do not bump PORTREVISION.

<ChangeLog>

* Add AIO support.
  Requested by Emin Hasanov.

</ChangeLog>
2011-10-10 13:19:04 +00:00
Sergey A. Osokin
d661184f8b Update from 1.1.4 to 1.1.5.
<ChangeLog>

*) Feature: the "uwsgi_buffering" and "scgi_buffering" directives.
   Thanks to Peter Smit.

*) Bugfix: non-cacheable responses might be cached if
   "proxy_cache_bypass" directive was used.
   Thanks to John Ferlito.

*) Bugfix: in HTTP/1.1 support in the ngx_http_proxy_module.

*) Bugfix: cached responses with an empty body were returned
   incorrectly; the bug had appeared in 0.8.31.

*) Bugfix: 201 responses of the ngx_http_dav_module were incorrect; the
   bug had appeared in 0.8.32.

*) Bugfix: in the "return" directive.

*) Bugfix: the "ssl_session_cache builtin" directive caused segmentation
   fault; the bug had appeared in 1.1.1.

</ChangeLog>
2011-10-10 10:30:06 +00:00
Sergey A. Osokin
36cfdea852 Update from 1.1.3 to 1.1.4.
Remove third-party upstream_keepalive module, in the base now.
Update third-party http_redis module from 0.3.4 to 0.3.5.
Update third-party http_gunzip_filter module from 0.3 to 0.4.
Add patch for ngx_postgres module.

Note: nginx-1.1.4 release introduces several API changes which may
affect 3rd party modules.

<ChangeLog>

Changes with nginx 1.1.4

*) Feature: the ngx_http_upstream_keepalive module.

*) Feature: the "proxy_http_version" directive.

*) Feature: the "fastcgi_keep_conn" directive.

*) Feature: the "worker_aio_requests" directive.

*) Bugfix: if nginx was built --with-file-aio it could not be run on
   Linux kernel which did not support AIO.

*) Bugfix: in Linux AIO error processing.
   Thanks to Hagai Avrahami.

*) Bugfix: reduced memory consumption for long-lived requests.

*) Bugfix: the module ngx_http_mp4_module did not support 64-bit MP4
   "co64" atom.

Changes with http_redis 0.3.5

*) Feature: add test for not set $redis_db directive.

*) Feature: keep-alive support merged from original
   memcached module 1.1.4.

Changes with http_gunzip 0.4

*) Feature: support for nginx 1.1.4.

</ChangeLog>
2011-09-28 17:03:44 +00:00
Sergey A. Osokin
e681da4d4c Fix typo for http_mp4 module.
Do not bump PORTREVISION because http_mp4 module disabled by default.

Found by:	Jim Ohlstein aka jim dot ohlstein at gmail dot com [1]
2011-09-15 10:33:51 +00:00
Sergey A. Osokin
885515b7c3 Update from 1.1.2 to 1.1.3.
Original http_mp4 and third-party http_mp4_h268 modules are
incompatible, add note about.

Change state from BROKEN to IGNORE for building third-party lua
module with devel_kit module.

<ChangeLog>

*) Feature: the module ngx_http_mp4_module.

*) Bugfix: in Linux AIO combined with open_file_cache.

*) Bugfix: open_file_cache did not update file info on retest if file
   was not atomically changed.

*) Bugfix: nginx could not be built on MacOSX 10.7.

</ChangeLog>
2011-09-14 17:01:32 +00:00
Pawel Pekala
b60a11438e - Chase devel/google-perftools shlib bump
- security/tor*: add -L${LOCALBASE}/lib to LDFLAGS (fixes linking)

Approved by:    miwi, wen (mentors implicit)
2011-09-06 23:40:32 +00:00
Sergey A. Osokin
8ac6e4bfad Update from 1.1.1 to 1.1.2.
<ChangeLog>

*) Change: now if total size of all ranges is greater than source
   response size, then nginx disables ranges and returns just the source
   response.

*) Feature: the "max_ranges" directive.

*) Bugfix: the "ssl_verify_client", "ssl_verify_depth", and
   "ssl_prefer_server_ciphers" directives might work incorrectly if SNI
   was used.

*) Bugfix: in the "proxy/fastcgi/scgi/uwsgi_ignore_client_abort"
   directives.

</ChangeLog>
2011-09-05 13:53:22 +00:00
Sergey A. Osokin
a8f88edf69 Update from 3.0.8 to 3.0.9:
o) www/rubygem-passenger; [1]
o) passenger support for www/nginx and www/nginx-devel;

Remove needless patch.

Do not bump PORTREVISION because passenger third-party module
disabled by default.

Approved by:	maintainer [1]
2011-09-05 08:40:25 +00:00
Sergey A. Osokin
9153d23f84 Update third-party lua module from 0.2 to 0.3.
Bump PORTREVISION is unnecessary, because the module is
disabled by default.
2011-09-02 09:32:03 +00:00
Sergey A. Osokin
b340e2e636 Update third-party module ngx_http_redis from 0.3.3 to 0.3.4.
<ChangeLog>

*) Change: better error messages diagnostics in select phase.

*) Add more comments in source code.

*) Bugfix: fix interaction with redis if redis_db was unused.
   Found by Sergey Makarov.
   Thanks to Igor Sysoev.

*) Feature: add test suite for redis backend.
   Thanks to Maxim Dounin.

</ChangeLog>

Do not bump PORTREVISION.
2011-08-24 16:56:00 +00:00