notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/nginx-devel/Makefile

Number of commits found: 1104 (showing only 100 on this page)

[First Page]  «  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12  »  [Last Page]

Thursday, 12 Jan 2012
08:24 osa search for other commits by this committer
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).
Original commit
Wednesday, 11 Jan 2012
15:33 osa search for other commits by this committer
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.
Original commit
Friday, 30 Dec 2011
09:51 osa search for other commits by this committer
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.
Original commit
Thursday, 29 Dec 2011
11:30 osa search for other commits by this committer
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.
Original commit
07:30 osa search for other commits by this committer
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>
Original commit
07:15 osa search for other commits by this committer
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
Original commit
Tuesday, 27 Dec 2011
07:40 osa search for other commits by this committer
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>
Original commit
Tuesday, 20 Dec 2011
13:58 osa search for other commits by this committer
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>
Original commit
Monday, 12 Dec 2011
19:46 osa search for other commits by this committer
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>
Original commit
Friday, 9 Dec 2011
13:57 osa search for other commits by this committer
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)
Original commit
Monday, 28 Nov 2011
17:20 osa search for other commits by this committer
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>
Original commit
13:59 osa search for other commits by this committer
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      [*]
Original commit
Monday, 21 Nov 2011
10:16 osa search for other commits by this committer
Fix installation path for perl module.
Bump PORTREVISION.

Feature safe:   yes

Problem found by:       Maxim Dounin <mdounin@mdounin.ru>
Original commit
Monday, 14 Nov 2011
17:14 osa search for other commits by this committer
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>
Original commit
Wednesday, 2 Nov 2011
17:37 osa search for other commits by this committer
Add nginx-x-rid-header third-party module.

PR:             ports/162252
Submitted by:   mm
Original commit
Tuesday, 1 Nov 2011
05:46 osa search for other commits by this committer
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>
Original commit
Tuesday, 18 Oct 2011
06:54 osa search for other commits by this committer
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>
Original commit
Monday, 10 Oct 2011
13:19 osa search for other commits by this committer
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>
Original commit
10:30 osa search for other commits by this committer
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>
Original commit
Wednesday, 28 Sep 2011
17:03 osa search for other commits by this committer
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>
Original commit
Thursday, 15 Sep 2011
10:33 osa search for other commits by this committer
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]
Original commit
Wednesday, 14 Sep 2011
17:01 osa search for other commits by this committer
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>
Original commit
Tuesday, 6 Sep 2011
23:40 pawel search for other commits by this committer
- Chase devel/google-perftools shlib bump
- security/tor*: add -L${LOCALBASE}/lib to LDFLAGS (fixes linking)

Approved by:    miwi, wen (mentors implicit)
Original commit
Monday, 5 Sep 2011
13:53 osa search for other commits by this committer
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>
Original commit
08:40 osa search for other commits by this committer
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]
Original commit
Friday, 2 Sep 2011
09:32 osa search for other commits by this committer
Update third-party lua module from 0.2 to 0.3.

Bump PORTREVISION is unnecessary, because the module is
disabled by default.
Original commit
Wednesday, 24 Aug 2011
16:56 osa search for other commits by this committer
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.
Original commit
Monday, 22 Aug 2011
16:04 osa search for other commits by this committer
Update from 1.1.0 to 1.1.1.

<ChangeLog>

*) Change: now cache loader processes either as many files as specified
   by "loader_files" parameter or works no more than time specified by
   "loader_threshold" parameter during each iteration.

*) Change: now SIGWINCH signal works only in daemon mode.

*) Feature: now shared zones and caches use POSIX semaphores on
   Solaris.
   Thanks to Den Ivanov.

*) Feature: accept filters are now supported on NetBSD.

*) Bugfix: nginx could not be build on Linux 3.0.

*) Bugfix: nginx did not use gzipping in some cases; the bug had
   appeared in 1.1.0.

*) Bugfix: request body might be incorrectly processed if client used
   pipelining.

*) Bugfix: in the "request_body_in_single_buf" directive.

*) Bugfix: in "proxy_set_body" and "proxy_pass_request_body" directives
   if SSL connection to backend was used.

*) Bugfix: nginx hogged CPU if all servers in an upstream were marked
   as "down".

*) Bugfix: a segmentation fault might occur during reconfiguration if
   ssl_session_cache was defined but not used in a previous
   configuration.

*) Bugfix: a segmentation fault might occur in a worker process if many
   backup servers were used in an upstream.

*) Bugfix: a segmentation fault might occur in a worker process if
   "fastcgi/scgi/uwsgi_param" directives were used with values starting
   with "HTTP_"; the bug had appeared in 0.8.40.

</ChangeLog>
Original commit
Wednesday, 10 Aug 2011
16:22 osa search for other commits by this committer
Update from 3.0.7 to 3.0.8:

1) www/rubygem-passenger;

2) passenger support for www/nginx and www/nginx-devel;

Also add patch for fix NULL pointer crash that occurs when
HTTP 1.0 Host header isn't given, obtained from passenger's
upstream.

Approved by:    maintainer [1]
Original commit
Thursday, 4 Aug 2011
07:51 osa search for other commits by this committer
Update from 1.0.5 to 1.1.0.

<ChangeLog>

*) Feature: cache loader run time decrease.

*) Feature: "loader_files", "loader_sleep", and "loader_threshold"
   options of the "proxy/fastcgi/scgi/uwsgi_cache_path" directives.

*) Feature: loading time decrease of configuration with large number of
   HTTPS sites.

*) Feature: now nginx supports ECDHE key exchange ciphers.
   Thanks to Adrian Kotelba.

*) Feature: the "lingering_close" directive.
   Thanks to Maxim Dounin.

*) Bugfix: in closing connection for pipelined requests.
   Thanks to Maxim Dounin.

*) Bugfix: nginx did not disable gzipping if client sent "gzip;q=0" in
   "Accept-Encoding" request header line.

*) Bugfix: in timeout in unbuffered proxied mode.
   Thanks to Maxim Dounin.

*) Bugfix: memory leaks when a "proxy_pass" directive contains
   variables and proxies to an HTTPS backend.
   Thanks to Maxim Dounin.

*) Bugfix: in parameter validaiton of a "proxy_pass" directive with
   variables.
   Thanks to Lanshun Zhou.

*) Bugfix: SSL did not work on QNX.
   Thanks to Maxim Dounin.

*) Bugfix: SSL modules could not be built by gcc 4.6 without
   --with-debug option.

</ChangeLog>
Original commit
Friday, 22 Jul 2011
07:14 osa search for other commits by this committer
Add one more third-party module nginx-gridfs 0.8 - module to serve content
directly from MongoDB's GridFS.

Update nginx_redis2 module from 0.7rc5 to 0.7.

Fix compile mod_zip module.

Move down CHUNKIN_MODULE in OPTIONS.

Bump PORTREVISION is unnecessary, because these modules are
disabled by default.
Original commit
Wednesday, 20 Jul 2011
10:50 osa search for other commits by this committer
Update from 1.0.4 to 1.0.5.

Fix third-party accept_language fetch by moving to github.

<ChangeLog>

*) Change: now default SSL ciphers are "HIGH:!aNULL:!MD5".
   Thanks to Rob Stradling.

*) Feature: the "referer_hash_max_size" and "referer_hash_bucket_size"
   directives.
   Thanks to Witold Filipczyk.

*) Feature: $uid_reset variable.

*) Bugfix: a segmentation fault might occur in a worker process, if a
   caching was used.
   Thanks to Lanshun Zhou.

*) Bugfix: worker processes may got caught in an endless loop during
   reconfiguration, if a caching was used; the bug had appeared in
   0.8.48.
   Thanks to Maxim Dounin.

*) Bugfix: "stalled cache updating" alert.
   Thanks to Maxim Dounin.

</ChangeLog>
Original commit
Wednesday, 13 Jul 2011
09:21 osa search for other commits by this committer
Add two more third-party modules:

o) chunkin-nginx-module - HTTP 1.1 chunked-encoding request body support;
o) xss-nginx-module - native cross-site scripting support in nginx.

Update nginx_eval_module to the latest version 1.0.3, move MASTER_SITES
to github.

Bump PORTREVISION is unnecessary, because these modules are
disabled by default.
Original commit
Tuesday, 12 Jul 2011
15:46 osa search for other commits by this committer
Add one more third-party module:

o) ngx_postgres-0.8 - upstream module that allows nginx to
   communicate directly with PostgreSQL database.

Bump PORTREVISION is unnecessary, because these modules are
disabled by default.
Original commit
12:18 osa search for other commits by this committer
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.
Original commit
09:41 osa search for other commits by this committer
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.
Original commit
Monday, 11 Jul 2011
11:22 osa search for other commits by this committer
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.
Original commit
Wednesday, 8 Jun 2011
07:07 osa search for other commits by this committer
Update third party nginx_substitutions_filter from 0.5.2 revision 44 to
0.5.2 revision 45.

Do not bump PORTREVISION.
Original commit
06:56 osa search for other commits by this committer
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>
Original commit
Wednesday, 1 Jun 2011
12:06 osa search for other commits by this committer
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>
Original commit
Wednesday, 25 May 2011
16:20 osa search for other commits by this committer
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>
Original commit
Tuesday, 10 May 2011
13:48 osa search for other commits by this committer
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>
Original commit
Tuesday, 3 May 2011
19:54 osa search for other commits by this committer
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.
   Thanks to Maxim Dounin.

*) Change: now nginx uses a default listen backlog value 511 on Linux.

*) Feature: the $upstream_... variables may be used in the SSI and perl
   modules.

*) Bugfix: now nginx limits better disk cache size.
   Thanks to Oleg Mamontov.

*) Bugfix: a segmentation fault might occur while parsing incorrect
   IPv4 address; the bug had appeared in 0.9.3.
   Thanks to Maxim Dounin.

*) Bugfix: nginx could not be built by gcc 4.6 without --with-debug
   option.

*) Bugfix: nginx could not be built on Solaris 9 and earlier; the bug
   had appeared in 0.9.3.
   Thanks to Dagobert Michelsen.

*) Bugfix: $request_time variable had invalid values if subrequests
   were used; the bug had appeared in 0.8.47.
   Thanks to Igor A. Valcov.

</ChangeLog>
Original commit
Tuesday, 19 Apr 2011
12:47 osa search for other commits by this committer
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>
Original commit
Thursday, 14 Apr 2011
11:31 osa search for other commits by this committer
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]
Original commit
Tuesday, 12 Apr 2011
10:20 osa search for other commits by this committer
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>
Original commit
Monday, 4 Apr 2011
18:33 osa search for other commits by this committer
Add third-party http_subs_filter module.
Do not bump PORTREVISION.

PR:     156163
Original commit
14:10 osa search for other commits by this committer
Update from 0.9.6 to 0.9.7.

<ChangeLog>

*) Feature: now keepalive connections may be closed premature, if there
   are no free worker connections.
   Thanks to Maxim Dounin.

*) Feature: the "rotate" parameter of the "image_filter" directive.
   Thanks to Adam Bocim.

*) Bugfix: a case when a backend in "fastcgi_pass", "scgi_pass", or
   "uwsgi_pass" directives is given by expression and refers to a
   defined upstream.

</ChangeLog>
Original commit
10:41 osa search for other commits by this committer
Update third-party fancyindex module from 0.3 to 0.3.1.

Do not bump PORTREVISIONs.
Original commit
07:59 osa search for other commits by this committer
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 [*]
Original commit
Monday, 21 Mar 2011
19:41 osa search for other commits by this committer
Update from 0.9.5 to 0.9.6.

<ChangeLog>

*) Feature: the "map" directive supports regular expressions as value
   of the first parameter.

*) Feature: $time_iso8601 access_log variable.
   Thanks to Michael Lustfield.

</ChangeLog>
Original commit
Tuesday, 15 Mar 2011
17:03 osa search for other commits by this committer
Switch IPv6 support on by default.

Bump PORTREVISIONs.

Spotted by:     tom
Original commit
Friday, 11 Mar 2011
14:37 osa search for other commits by this committer
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)
Original commit
Wednesday, 2 Mar 2011
19:13 osa search for other commits by this committer
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)
Original commit
Sunday, 27 Feb 2011
13:01 miwi search for other commits by this committer
- Chase devel/google-perftools shlib bump
Original commit
Friday, 25 Feb 2011
11:07 osa search for other commits by this committer
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)
Original commit
Monday, 21 Feb 2011
09:59 osa search for other commits by this committer
Update from 0.9.4 to 0.9.5.

<ChangeLog>

*) Change: now nginx uses a default listen backlog value -1 on
   Linux.
   Thanks to Andrei Nigmatulin.

*) Feature: the "utf8" parameter of "geoip_country" and "geoip_city"
   directives.
   Thanks to Denis F. Latypoff.

*) Bugfix: in a default "proxy_redirect" directive if "proxy_pass"
   directive has no URI part.
   Thanks to Maxim Dounin.

*) Bugfix: an "error_page" directive did not work with nonstandard
   error codes; the bug had appeared in 0.8.53.
   Thanks to Maxim Dounin.

</ChangeLog>
Original commit
Tuesday, 1 Feb 2011
10:47 osa search for other commits by this committer
Update third-party headers_more module from 0.13 to 0.14.

Do not bump PORTREVISIONs.

Feature safe:   yes
Original commit
Friday, 21 Jan 2011
11:50 osa search for other commits by this committer
Update from 0.9.3 to 0.9.4.

Feature safe: yes

<ChangeLog>

*) Feature: the "server_name" directive supports the $hostname variable.

*) Feature: 494 code for "Request Header Too Large" error.

</ChangeLog>
Original commit
Monday, 20 Dec 2010
04:15 osa search for other commits by this committer
Update third-party headers_more module from 0.10 to 0.13.

Do not bump PORTREVISIONs.
Original commit
Friday, 17 Dec 2010
21:57 osa search for other commits by this committer
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.
Original commit
14:49 osa search for other commits by this committer
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 [*]
Original commit
Monday, 13 Dec 2010
11:33 osa search for other commits by this committer
Update from 0.9.2 to 0.9.3.
Also sync extra patch for passenger with www/nginx.

<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: nginx could not be built on Solaris; the bug had appeared in
   0.9.0.

</ChangeLog>
Original commit
Sunday, 12 Dec 2010
13:20 osa search for other commits by this committer
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
Original commit
12:22 osa search for other commits by this committer
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 (!)
Original commit
Monday, 6 Dec 2010
12:11 osa search for other commits by this committer
Update from 0.9.1 to 0.9.2.

<ChangeLog>

*) Feature: the "If-Unmodified-Since" client request header line
   support.

*) Workaround: fallback to accept() syscall if accept4() was not
   implemented; the issue had appeared in 0.9.0.

*) Bugfix: nginx could not be built on Cygwin; the issue had appeared
   in 0.9.0.

*) Bugfix: for OpenSSL vulnerability CVE-2010-4180.
   Thanks to Maxim Dounin.

</ChangeLog>
Original commit
Wednesday, 1 Dec 2010
20:18 osa search for other commits by this committer
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.
Original commit
Tuesday, 30 Nov 2010
15:25 osa search for other commits by this committer
Update from 0.9.0 to 0.9.1.

<ChangeLog>

*) Bugfix: "return CODE message" directrives did not work; the bug had
   appeared in 0.9.0.

</ChangeLog>
Original commit
Monday, 29 Nov 2010
18:29 osa search for other commits by this committer
Update from 0.8.53 to latest development version 0.9.0.
Remove nginx.8.in from port, nginx(8) is in the distro.

<ChangeLog>

*) Feature: the "keepalive_disable" directive.

*) Feature: the "map" directive supports variables as value of a
   defined variable.

*) Feature: the "map" directive supports empty strings as value of the
   first parameter.

*) Feature: the "map" directive supports expressions as the first
   parameter.

*) Feature: nginx(8) manual page.
   Thanks to Sergey Osokin.

*) Feature: Linux accept4() support.
   Thanks to Simon Liu.

*) Workaround: elimination of Linux linker warning about "sys_errlist"
   and "sys_nerr"; the warning had appeared in 0.8.35.

*) 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>
Original commit
Tuesday, 23 Nov 2010
12:39 osa search for other commits by this committer
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
Original commit
Tuesday, 16 Nov 2010
19:32 osa search for other commits by this committer
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.
Original commit
Thursday, 28 Oct 2010
09:45 osa search for other commits by this committer
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.
Original commit
Monday, 18 Oct 2010
12:58 osa search for other commits by this committer
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>
Original commit
Thursday, 30 Sep 2010
09:45 osa search for other commits by this committer
Fix CONFLICTS.

Bump PORTREVISION.

PR:     ports/151072
Original commit
09:41 osa search for other commits by this committer
Update from 0.8.51 to 0.8.52.
Remove the IGNORE after understanding the coexistence of two ports.

<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>
Original commit
Tuesday, 28 Sep 2010
06:32 osa search for other commits by this committer
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>
Original commit
04:00 osa search for other commits by this committer
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>
Original commit
Monday, 27 Sep 2010
14:24 osa search for other commits by this committer
Update from 0.8.50 to 0.8.51.

<ChangeLog>

*) Change: the "secure_link_expires" directive has been canceled.

*) Change: a logging level of resolver errors has been lowered from
   "alert" to "error".

*) Feature: now a listen socket "ssl" parameter may be set several
   times.

</ChangeLog>
Original commit
Tuesday, 14 Sep 2010
18:57 osa search for other commits by this committer
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.
Original commit
Monday, 13 Sep 2010
17:10 osa search for other commits by this committer
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>
Original commit
Friday, 3 Sep 2010
13:21 osa search for other commits by this committer
Install three plain configuration files with -dist prefix.
Do not remove *cgi_params configuration files, which may carefully
edited by the user.

Bump PORTREVISION.
Original commit
03:59 osa search for other commits by this committer
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>
Original commit
Thursday, 2 Sep 2010
18:09 osa search for other commits by this committer
Update from 0.8.49 to 0.8.50.

<ChangeLog>

*) Feature: the "secure_link", "secure_link_md5", and
   "secure_link_expires" directives of the ngx_http_secure_link_module.

*) Feature: the -q switch.
   Thanks to Gena Makhomed.

*) Bugfix: worker processes may got caught in an endless loop during
   reconfiguration, if a caching was used; the bug had appeared in
   0.8.48.

*) Bugfix: in the "gzip_disable" directive.
   Thanks to Derrick Petzold.

*) Bugfix: nginx/Windows could not send stop, quit, reopen, and reload
   signals to a process run in other session.

</ChangeLog>
Original commit
Wednesday, 18 Aug 2010
09:37 osa search for other commits by this committer
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>
Original commit
Thursday, 12 Aug 2010
03:30 osa search for other commits by this committer
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>
Original commit
Monday, 9 Aug 2010
09:15 osa search for other commits by this committer
Update from 0.8.48 to 0.8.49.

<ChangeLog>

*) Feature: the "image_filter_jpeg_quality" directive supports
   variables.

*) Bugfix: a segmentation fault might occur in a worker process, if the
   $geoip_region_name variables was used; the bug had appeared in
   0.8.48.

*) Bugfix: errors intercepted by error_page were cached only for next
   request; the bug had appeared in 0.8.48.

</ChangeLog>
Original commit
Tuesday, 3 Aug 2010
15:48 osa search for other commits by this committer
Update from 0.8.47 to 0.8.48.

<ChangeLog>

*) Change: now the "server_name" directive default value is an empty
   name "".
   Thanks to Gena Makhomed.

*) Change: now the "server_name_in_redirect" directive default value is
   "off".

*) Feature: the $geoip_dma_code, $geoip_area_code, and
   $geoip_region_name variables.
   Thanks to Christine McGonagle.

*) Bugfix: the "proxy_pass", "fastcgi_pass", "uwsgi_pass", and
   "scgi_pass" directives were not inherited inside "limit_except"
   blocks.

*) Bugfix: the "proxy_cache_min_uses", "fastcgi_cache_min_uses"
   "uwsgi_cache_min_uses", and "scgi_cache_min_uses" directives did not
   work; the bug had appeared in 0.8.46.

*) Bugfix: the "fastcgi_split_path_info" directive used incorrectly
   captures, if only parts of an URI were captured.
   Thanks to Yuriy Taraday and Frank Enderle.

*) Bugfix: the "rewrite" directive did not escape a ";" character
   during copying from URI to query string.
   Thanks to Daisuke Murase.

*) Bugfix: the ngx_http_image_filter_module closed a connection, if an
   image was larger than "image_filter_buffer" size.

</ChangeLog>
Original commit
Wednesday, 28 Jul 2010
17:05 osa search for other commits by this committer
Update from 0.8.46 to 0.8.47.

<ChangeLog>

*) Bugfix: $request_time variable had invalid values for subrequests.

*) Bugfix: errors intercepted by error_page could be cached.

*) Bugfix: a cache manager process my got caught in an endless loop, if
   max_size parameter was used; the bug had appeared in 0.8.46.

</ChangeLog>
Original commit
Monday, 19 Jul 2010
20:52 osa search for other commits by this committer
Update from 0.8.45 to 0.8.46.

Feature safe:   yes

<ChangeLog>

*) Change: now the "proxy_no_cache", "fastcgi_no_cache",
   "uwsgi_no_cache", and "sÓgi_no_cache" directives affect on a cached
   response saving only.

*) Feature: the "proxy_cache_bypass", "fastcgi_cache_bypass",
   "uwsgi_cache_bypass", and "sÓgi_cache_bypass" directives.

*) Bugfix: nginx did not free memory in cache keys zones if there was
   an error during working with backend: the memory was freed only
   after inactivity time or on memory low condition.

</ChangeLog>
Original commit
Wednesday, 14 Jul 2010
12:19 osa search for other commits by this committer
Update from 0.8.44 to 0.8.45.
Add missing file scgi_params.

Feature safe:   yes

<ChangeLog>

*) Feature: ngx_http_xslt_filter improvements.
   Thanks to Laurence Rowe.

*) Bugfix: SSI response might be truncated after include with
   wait="yes"; the bug had appeared in 0.7.25.
   Thanks to Maxim Dounin.

*) Bugfix: the "listen" directive did not support the "setfib=0"
   parameter.

</ChangeLog>
Original commit
Monday, 5 Jul 2010
20:07 osa search for other commits by this committer
Update from 0.8.43 to 0.8.44.

Feature safe:   yes

<ChangeLog>

*) Change: now nginx does not cache by default backend responses, if
   they have a "Set-Cookie" header line.

*) Feature: the "listen" directive supports the "setfib" parameter.
   Thanks to Andrew Filonov.

*) Bugfix: the "sub_filter" directive might change character case on
   partial match.

*) Bugfix: compatibility with HP/UX.

*) Bugfix: compatibility with AIX xcl_r compiler.

*) Bugfix: nginx treated a large SSLv2 packets as plain requests.
   Thanks to Miroslaw Jaworski.

</ChangeLog>
Original commit
Thursday, 1 Jul 2010
15:22 osa search for other commits by this committer
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
Original commit
Wednesday, 30 Jun 2010
17:35 osa search for other commits by this committer
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
Original commit
15:41 osa search for other commits by this committer
Update from 0.8.42 to 0.8.43.

Feature safe:   yes

<ChangeLog>

*) Feature: large geo ranges base loading speed-up.

*) Bugfix: an error_page redirection to "location /zero { return 204;
   }" without changing status code kept the error body; the bug had
   appeared in 0.8.42.

*) Bugfix: nginx might close IPv6 listen socket during
   reconfiguration.
   Thanks to Maxim Dounin.

*) Bugfix: the $uid_set variable may be used at any request processing
   stage.

</ChangeLog>
Original commit
Monday, 21 Jun 2010
11:34 osa search for other commits by this committer
Update from 0.8.41 to 0.8.42.
Keep http*temp-path options sorted.

Feature safe: yes

<ChangeLog>

*) Change: now nginx tests locations given by regular expressions, if
   request was matched exactly by a location given by a prefix string.
   The previous behavior has been introduced in 0.7.1.

*) Feature: the ngx_http_scgi_module.
   Thanks to Manlio Perillo.

*) Feature: a text answer may be added to a "return" directive.

</ChangeLog>
Original commit
Friday, 18 Jun 2010
06:55 osa search for other commits by this committer
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
Original commit
Thursday, 17 Jun 2010
14:08 osa search for other commits by this committer
Add missing file uwsgi_params.
Bump PORTREVISION.

Submitted by:   Hizbulin Ildar aka hizel at vyborg dot ru
PR:             ports/147937
Original commit
Tuesday, 15 Jun 2010
12:10 osa search for other commits by this committer
Update from 0.8.40 to 0.8.41.

<ChangeLog>

*) Security: nginx/Windows worker might be terminated abnormally if a
   requested file name has invalid UTF-8 encoding.

*) Change: now nginx allows to use spaces in a request line.

*) Bugfix: the "proxy_redirect" directive changed incorrectly a backend
   "Refresh" response header line.
   Thanks to Andrey Andreew and Max Sogin.

*) Bugfix: nginx did not support path without host name in
   "Destination" request header line.

</ChangeLog>
Original commit
Thursday, 10 Jun 2010
17:12 osa search for other commits by this committer
Accordingly update third-party fancyindex module from 0.2.2 to 0.2.5.
Remove needless patches.

Do not bump PORTREVISIONs.
Original commit
07:19 osa search for other commits by this committer
Configure temporary path for ngx_http_uwsgi_module.
Bump PORTREVISION.

Submitted by:   Piotr Sikora aka piotr dot sikora at frickle dot com
Original commit

Number of commits found: 1104 (showing only 100 on this page)

[First Page]  «  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12  »  [Last Page]