FreshPorts -- The Place For Ports notbug Mon, 28 May 2012 4:06 AM BST
non port: www/nginx-devel/Makefile
CVSWeb

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

1 | 2 | 3 | 4  »  

Thu, 24 May 2012
[ 08:04 osa ] Original commit 
1.456 www/nginx-devel/Makefile
1.329 www/nginx/Makefile
1.398 www/nginx-devel/distinfo
1.285 www/nginx/distinfo
Update third-party module naxsi from 0.45 to 0.46-1.

Do not bump PORTREVISION because this module is disabled by default.
Fri, 18 May 2012
[ 04:43 osa ] Original commit 
1.455 www/nginx-devel/Makefile
1.328 www/nginx/Makefile
1.397 www/nginx-devel/distinfo
1.284 www/nginx/distinfo
Add third-party RTMP module, v.0.1.5,
https://github.com/arut/nginx-rtmp-module.

Note! The RTMP module does not share data between workers and only
works in one-worker mode.

Do not bump PORTREVISION because this module is disabled by default.

Spotted by:     Patrick Ernst aka patrick dot ernst at maxxbone dot com
Wed, 16 May 2012
[ 11:24 osa ] Original commit 
1.454 www/nginx-devel/Makefile
1.327 www/nginx/Makefile
1.396 www/nginx-devel/distinfo
1.283 www/nginx/distinfo
1.7 www/nginx-devel/files/extra-patch-chaoslawful-lua-nginx-module::config
1.7 www/nginx/files/extra-patch-chaoslawful-lua-nginx-module::config
Update third-party modules (openresty 1.0.15.5):

o) lua     - from 0.5.0rc27 to 0.5.0rc28;
o) rds_scv - from 0.05rc1 to 0.05rc2.

Remove needless patch.

Do not bump PORTREVISIONs because these modules are disabled by default.
Tue, 15 May 2012
[ 15:15 osa ] Original commit 
1.453 www/nginx-devel/Makefile
1.395 www/nginx-devel/distinfo
Update from 1.2.0 to 1.3.0.

<ChangeLog>

*) Feature: the "debug_connection" directive now supports IPv6 addresses
   and the "unix:" parameter.

*) Feature: the "set_real_ip_from" directive and the "proxy" parameter
   of the "geo" directive now support IPv6 addresses.

*) Feature: the "real_ip_recursive", "geoip_proxy", and
   "geoip_proxy_recursive" directives.

*) Feature: the "proxy_recursive" parameter of the "geo" directive.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
[ 15:11 osa ] Original commit 
1.452 www/nginx-devel/Makefile
1.326 www/nginx/Makefile
1.394 www/nginx-devel/distinfo
1.282 www/nginx/distinfo
1.4 www/nginx-devel/files/extra-patch-agentzh-set-misc-nginx-module::config
1.4 www/nginx/files/extra-patch-agentzh-set-misc-nginx-module::config
1.6 www/nginx-devel/files/extra-patch-chaoslawful-lua-nginx-module::config
1.6 www/nginx/files/extra-patch-chaoslawful-lua-nginx-module::config
Update third-party modules (openresty 1.0.15.3):

o) lua      - from 0.5.0rc24 to 0.5.0rc27;
o) set_misc - from 0.22rc5 to 0.22rc7;
o) srcache  - from 0.13rc6 to 0.13rc8;

Do not bump PORTREVISIONs because these modules are disabled by default.
Fri, 11 May 2012
[ 10:42 osa ] Original commit 
1.451 www/nginx-devel/Makefile
1.325 www/nginx/Makefile
1.393 www/nginx-devel/distinfo
1.281 www/nginx/distinfo
Add two new third-party modules:

1) let, 0.0.4;
2) upstream_sticky, 1.0;

Do not bump PORTREVISIONs because these modules are disabled by default.

Spotted by:     Serguei Okladnikov <oklaspec@mail.ru> (1)
PR:             167494                                (2)
Thu, 26 Apr 2012
[ 08:11 osa ] Original commit 
1.450 www/nginx-devel/Makefile
1.324 www/nginx/Makefile
1.392 www/nginx-devel/distinfo
1.280 www/nginx/distinfo
1.2 www/nginx-devel/files/extra-patch-calio-iconv-nginx-module::config
1.2 www/nginx/files/extra-patch-calio-iconv-nginx-module::config
1.5 www/nginx-devel/files/extra-patch-chaoslawful-lua-nginx-module::config
1.5 www/nginx/files/extra-patch-chaoslawful-lua-nginx-module::config
Update third-party modules (openresty 1.0.11.28):

o) echo    - from 0.38rc1 to 0.38rc2;
o) lua     - from 0.4.1 to 0.5.0rc24;
o) rds-csv - from 0.04 to 0.05rc1;
o) redis2  - from 0.08rc2 to 0.08rc4;
o) srcache - from 0.13rc3 to 0.13.rc6;
o) xss     - from 0.03rc8 to 0.03rc9;
o) iconv   - from 0.10rc5 to 0.10rc7;

Do not bump PORTREVISIONs because these modules are disabled by default.
Wed, 25 Apr 2012
[ 17:01 osa ] Original commit 
1.449 www/nginx-devel/Makefile
1.323 www/nginx/Makefile
1.4 www/nginx-devel/pkg-descr
1.3 www/nginx/pkg-descr
Add one more WWW site to pkg-descr file.
Remove -DNGX_DEBUG_MALLOC flag.         (*)
Bump PORTREVISION.

Requested by:   Maxim Dounin aka mdounin at mdounin dot ru (*)
Mon, 23 Apr 2012
[ 14:01 osa ] Original commit 
1.448 www/nginx-devel/Makefile
1.322 www/nginx/Makefile
1.391 www/nginx-devel/distinfo
1.279 www/nginx/distinfo
1.6 www/nginx/files/extra-patch-ngx_http_uploadprogress_module.c
Update to latest stable version 1.2.0.

<ChangeLog>

*) Bugfix: a segmentation fault might occur in a worker process if the
   "try_files" directive was used; the bug had appeared in 1.1.19.

*) Bugfix: response might be truncated if there were more than IOV_MAX
   buffers used.

*) Bugfix: in the "crop" parameter of the "image_filter" directive.
   Thanks to Maxim Bublis.

</ChangeLog>
[ 12:18 osa ] Original commit 
1.447 www/nginx-devel/Makefile
1.321 www/nginx/Makefile
1.3 www/nginx-devel/pkg-descr
1.2 www/nginx/pkg-descr
Update pkg-descr to modern variant.
Bump PORTREVISIONs.

PR:     ports/167089
[ 12:04 osa ] Original commit 
1.446 www/nginx-devel/Makefile
1.320 www/nginx/Makefile
1.390 www/nginx-devel/distinfo
1.278 www/nginx/distinfo
Update third-party naxsi module rom 0.43 to 0.45.

Do not bump PORTREVISIONs because this module disabled by default.

PR:     ports/167166, ports/167167
Sun, 22 Apr 2012
[ 18:52 osa ] Original commit 
1.445 www/nginx-devel/Makefile
1.319 www/nginx/Makefile
1.36 www/rubygem-passenger/Makefile
1.389 www/nginx-devel/distinfo
1.277 www/nginx/distinfo
1.25 www/rubygem-passenger/distinfo
1.13 www/nginx-devel/files/extra-patch-passenger::build::nginx.rb
1.13 www/nginx/files/extra-patch-passenger::build::nginx.rb
Update from 3.0.11 to 3.0.12:

o) www/rubygem-passenger;
o) third-party passenger module for www/nginx and www/nginx-devel.
Fri, 13 Apr 2012
[ 12:17 osa ] Original commit 
1.444 www/nginx-devel/Makefile
1.388 www/nginx-devel/distinfo
Security update from 1.1.18 to 1.1.19.

<ChangeLog>

*) Security: specially crafted mp4 file might allow to overwrite memory
   locations in a worker process if the ngx_http_mp4_module was used,
   potentially resulting in arbitrary code execution (CVE-2012-2089).
   Thanks to Matthew Daley.

*) Bugfix: nginx/Windows might be terminated abnormally.
   Thanks to Vincent Lee.

*) Bugfix: nginx hogged CPU if all servers in an upstream were marked as
   "backup".
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 3 Apr 2012
[ 16:16 osa ] Original commit 
1.443 www/nginx-devel/Makefile
1.317 www/nginx/Makefile
1.387 www/nginx-devel/distinfo
1.275 www/nginx/distinfo
Update third-party ngx_http_redis from 0.3.5 to 0.3.6.
Add USERS/GROUPS for www/nginx.

Do not bump PORTREVISIONs because this module disabled by default.

Feature safe:   yes

<ChangeLog>

*) Feature: redis_gzip_flag.  Usefull if you are prefer to
   store data compressed in redis.  Works with ngx_http_gunzip_filter
   module.
   Thanks to Maxim Dounin.

*) Bugfix: ngx_http_redis_module might issue the error message
   "redis sent invalid trailer".
   Thanks to agentzh.

</ChangeLog>
Thu, 29 Mar 2012
[ 07:27 osa ] Original commit 
1.442 www/nginx-devel/Makefile
1.386 www/nginx-devel/distinfo
Update from 1.1.17 to 1.1.18.
Add USERS/GROUPS.

Feature safe:   yes

<ChangeLog>

*) Change: keepalive connections are no longer disabled for Safari by
   default.

*) Feature: the $connection_requests variable.

*) Feature: $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd and
   $tcpinfo_rcv_space variables.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 15 Mar 2012
[ 13:51 osa ] Original commit 
1.441 www/nginx-devel/Makefile
1.385 www/nginx-devel/distinfo
Security update from 1.1.16 to 1.1.17.

Security:      
http://www.vuxml.org/freebsd/29194cb8-6e9f-11e1-8376-f0def16c5c1b.html
Feature safe:   yes

<ChangeLog>

*) Security: content of previously freed memory might be sent to a
   client if backend returned specially crafted response.
   Thanks to Matthew Daley.

*) Bugfix: in the embedded perl module if used from SSI.
   Thanks to Matthew Daley.

*) Bugfix: in the ngx_http_uwsgi_module.

</ChangeLog>
Wed, 29 Feb 2012
[ 19:53 osa ] Original commit 
1.440 www/nginx-devel/Makefile
1.314 www/nginx/Makefile
1.384 www/nginx-devel/distinfo
1.272 www/nginx/distinfo
1.2 www/nginx-devel/files/extra-patch-ngx_http_notice_module.c
1.2 www/nginx/files/extra-patch-ngx_http_notice_module.c
Fix fetch notice third-party module.
[ 19:35 osa ] Original commit 
1.439 www/nginx-devel/Makefile
1.313 www/nginx/Makefile
Fix fetch zip and naxsi third-party modules.
[ 15:51 osa ] Original commit 
1.438 www/nginx-devel/Makefile
1.383 www/nginx-devel/distinfo
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
[ 05:32 osa ] Original commit 
1.437 www/nginx-devel/Makefile
1.312 www/nginx/Makefile
1.382 www/nginx-devel/distinfo
1.271 www/nginx/distinfo
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]
Tue, 28 Feb 2012
[ 17:43 osa ] Original commit 
1.436 www/nginx-devel/Makefile
1.311 www/nginx/Makefile
1.381 www/nginx-devel/distinfo
1.269 www/nginx/distinfo
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>
[ 13:59 osa ] Original commit 
1.435 www/nginx-devel/Makefile
1.310 www/nginx/Makefile
1.380 www/nginx-devel/distinfo
1.268 www/nginx/distinfo
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>
Thu, 23 Feb 2012
[ 09:30 osa ] Original commit 
1.434 www/nginx-devel/Makefile
1.309 www/nginx/Makefile
1.379 www/nginx-devel/distinfo
1.267 www/nginx/distinfo
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
Wed, 15 Feb 2012
[ 16:07 osa ] Original commit 
1.433 www/nginx-devel/Makefile
1.378 www/nginx-devel/distinfo
1.6 www/nginx-devel/files/extra-patch-ngx_http_uploadprogress_module.c
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 14 Feb 2012
[ 12:45 mm ] Original commit 
1.45 archivers/rpm5/Makefile
1.50 astro/gpsdrive/Makefile
1.17 audio/libmp3splt/Makefile
1.7 audio/pidgin-musictracker/Makefile
1.41 comms/xastir/Makefile
1.24 databases/dbtool/Makefile
1.21 databases/mysql-workbench51/Makefile
1.40 databases/tora/Makefile
1.13 deskutils/gnote/Makefile
1.22 deskutils/xneur/Makefile

(Only the first 10 of 140 ports in this commit are shown above. View all ports for this commit)
Bump pcre library dependency due to 8.30 update
Mon, 6 Feb 2012
[ 17:48 osa ] Original commit 
1.431 www/nginx-devel/Makefile
1.306 www/nginx/Makefile
Use ${LOCALBASE} instead of ${PREFIX} for search headers and libraries
for third-party modules.

Do not bump PORTREVISIONs.
Wed, 1 Feb 2012
[ 13:51 osa ] Original commit 
1.430 www/nginx-devel/Makefile
1.305 www/nginx/Makefile
1.377 www/nginx-devel/distinfo
1.265 www/nginx/distinfo
1.3 www/nginx-devel/files/extra-patch-agentzh-set-misc-nginx-module::config
1.3 www/nginx/files/extra-patch-agentzh-set-misc-nginx-module::config
1.2 www/nginx-devel/files/extra-patch-chaoslawful-drizzle-nginx-module::config
1.2 www/nginx/files/extra-patch-chaoslawful-drizzle-nginx-module::config
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.
[ 04:43 osa ] Original commit 
1.429 www/nginx-devel/Makefile
1.304 www/nginx/Makefile
1.376 www/nginx-devel/distinfo
1.264 www/nginx/distinfo
1.4 www/nginx-devel/files/extra-patch-chaoslawful-lua-nginx-module::config
1.4 www/nginx/files/extra-patch-chaoslawful-lua-nginx-module::config
Update third-party lua module from 0.4.0 to bugfix release 0.4.1.
Mon, 30 Jan 2012
[ 15:54 osa ] Original commit 
1.428 www/nginx-devel/Makefile
1.375 www/nginx-devel/distinfo
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>
Thu, 19 Jan 2012
[ 18:09 osa ] Original commit 
1.2752 MOVED
1.4807 devel/Makefile
1.3 devel/luajit/Makefile
1.763 lang/Makefile
1.1 lang/luajit/Makefile
1.427 www/nginx-devel/Makefile
1.303 www/nginx/Makefile
1.2 devel/luajit/distinfo
1.1 lang/luajit/distinfo
1.3 devel/luajit/files/patch-Makefile

(Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Move luajit from devel to lang directory.

Notice from:    linimon
Tue, 17 Jan 2012
[ 12:58 osa ] Original commit 
1.426 www/nginx-devel/Makefile
1.302 www/nginx/Makefile
1.374 www/nginx-devel/distinfo
1.263 www/nginx/distinfo
1.2 www/nginx-devel/files/extra-patch-agentzh-set-misc-nginx-module::config
1.2 www/nginx/files/extra-patch-agentzh-set-misc-nginx-module::config
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.
[ 12:16 osa ] Original commit 
1.425 www/nginx-devel/Makefile
1.301 www/nginx/Makefile
1.373 www/nginx-devel/distinfo
1.262 www/nginx/distinfo
Update third-party encrypted_session module from 0.01 to 0.02.
Mon, 16 Jan 2012
[ 17:05 osa ] Original commit 
1.424 www/nginx-devel/Makefile
1.372 www/nginx-devel/distinfo
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>
[ 07:49 osa ] Original commit 
1.423 www/nginx-devel/Makefile
1.300 www/nginx/Makefile
1.371 www/nginx-devel/distinfo
1.261 www/nginx/distinfo
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 13 Jan 2012
[ 09:57 osa ] Original commit 
1.422 www/nginx-devel/Makefile
1.299 www/nginx/Makefile
1.370 www/nginx-devel/distinfo
1.260 www/nginx/distinfo
Update third-party echo module from 0.36 to 0.37.
Thu, 12 Jan 2012
[ 08:24 osa ] Original commit 
1.421 www/nginx-devel/Makefile
1.298 www/nginx/Makefile
1.369 www/nginx-devel/distinfo
1.259 www/nginx/distinfo
1.1 www/nginx-devel/files/extra-patch-calio-iconv-nginx-module::config
1.1 www/nginx/files/extra-patch-calio-iconv-nginx-module::config
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).
Wed, 11 Jan 2012
[ 15:33 osa ] Original commit 
1.420 www/nginx-devel/Makefile
1.297 www/nginx/Makefile
1.368 www/nginx-devel/distinfo
1.258 www/nginx/distinfo
1.3 www/nginx-devel/files/extra-patch-chaoslawful-lua-nginx-module::config
1.3 www/nginx/files/extra-patch-chaoslawful-lua-nginx-module::config
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.
Fri, 30 Dec 2011
[ 09:51 osa ] Original commit 
1.419 www/nginx-devel/Makefile
1.296 www/nginx/Makefile
1.367 www/nginx-devel/distinfo
1.257 www/nginx/distinfo
1.1 www/nginx-devel/files/extra-patch-chaoslawful-drizzle-nginx-module::config
1.1 www/nginx/files/extra-patch-chaoslawful-drizzle-nginx-module::config
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.
Thu, 29 Dec 2011
[ 11:30 osa ] Original commit 
1.418 www/nginx-devel/Makefile
1.295 www/nginx/Makefile
1.366 www/nginx-devel/distinfo
1.256 www/nginx/distinfo
1.2 www/nginx-devel/files/extra-patch-src:core:ngx_regex.c
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.
[ 07:30 osa ] Original commit 
1.417 www/nginx-devel/Makefile
1.294 www/nginx/Makefile
1.365 www/nginx-devel/distinfo
1.255 www/nginx/distinfo
1.2 www/nginx-devel/files/extra-patch-ngx_postgres::config
1.2 www/nginx/files/extra-patch-ngx_postgres::config
1.2 www/nginx-devel/files/extra-patch-ngx_postgres_output.c
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).
(Only the first 15 lines of the commit message are shown above View all of this commit message)
[ 07:15 osa ] Original commit 
1.416 www/nginx-devel/Makefile
1.293 www/nginx/Makefile
1.364 www/nginx-devel/distinfo
1.254 www/nginx/distinfo
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
Tue, 27 Dec 2011
[ 07:40 osa ] Original commit 
1.415 www/nginx-devel/Makefile
1.363 www/nginx-devel/distinfo
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 20 Dec 2011
[ 13:58 osa ] Original commit 
1.414 www/nginx-devel/Makefile
1.292 www/nginx/Makefile
1.362 www/nginx-devel/distinfo
1.253 www/nginx/distinfo
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>
Mon, 12 Dec 2011
[ 19:46 osa ] Original commit 
1.413 www/nginx-devel/Makefile
1.361 www/nginx-devel/distinfo
1.1 www/nginx-devel/files/extra-patch-src:core:ngx_regex.c
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 9 Dec 2011
[ 13:57 osa ] Original commit 
1.412 www/nginx-devel/Makefile
1.290 www/nginx/Makefile
1.360 www/nginx-devel/distinfo
1.251 www/nginx/distinfo
1.1 www/nginx-devel/files/extra-patch-agentzh-set-misc-nginx-module::config
1.1 www/nginx/files/extra-patch-agentzh-set-misc-nginx-module::config
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)
Mon, 28 Nov 2011
[ 17:20 osa ] Original commit 
1.411 www/nginx-devel/Makefile
1.359 www/nginx-devel/distinfo
1.2 www/nginx-devel/files/patch-src::os::unix::ngx_files.c
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
[ 13:59 osa ] Original commit 
1.410 www/nginx-devel/Makefile
1.289 www/nginx/Makefile
1.33 www/rubygem-passenger/Makefile
1.358 www/nginx-devel/distinfo
1.250 www/nginx/distinfo
1.24 www/rubygem-passenger/distinfo
1.12 www/nginx-devel/files/extra-patch-passenger::build::nginx.rb
1.12 www/nginx/files/extra-patch-passenger::build::nginx.rb
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      [*]
Mon, 21 Nov 2011
[ 10:16 osa ] Original commit 
1.409 www/nginx-devel/Makefile
1.287 www/nginx/Makefile
Fix installation path for perl module.
Bump PORTREVISION.

Feature safe:   yes

Problem found by:       Maxim Dounin <mdounin@mdounin.ru>
Mon, 14 Nov 2011
[ 17:14 osa ] Original commit 
1.408 www/nginx-devel/Makefile
1.357 www/nginx-devel/distinfo
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 2 Nov 2011
[ 17:37 osa ] Original commit 
1.407 www/nginx-devel/Makefile
1.285 www/nginx/Makefile
1.356 www/nginx-devel/distinfo
1.247 www/nginx/distinfo
Add nginx-x-rid-header third-party module.

PR:             ports/162252
Submitted by:   mm
Tue, 1 Nov 2011
[ 05:46 osa ] Original commit 
1.406 www/nginx-devel/Makefile
1.355 www/nginx-devel/distinfo
1.2 www/nginx-devel/files/extra-patch-syslog_support
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>
Tue, 18 Oct 2011
[ 06:54 osa ] Original commit 
1.405 www/nginx-devel/Makefile
1.354 www/nginx-devel/distinfo
1.2 www/nginx-devel/pkg-descr
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 10 Oct 2011
[ 13:19 osa ] Original commit 
1.404 www/nginx-devel/Makefile
1.283 www/nginx/Makefile
1.353 www/nginx-devel/distinfo
1.245 www/nginx/distinfo
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>
[ 10:30 osa ] Original commit 
1.403 www/nginx-devel/Makefile
1.352 www/nginx-devel/distinfo
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>
Wed, 28 Sep 2011
[ 17:03 osa ] Original commit 
1.402 www/nginx-devel/Makefile
1.351 www/nginx-devel/distinfo
1.1 www/nginx-devel/files/extra-patch-ngx_postgres_output.c
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 15 Sep 2011
[ 10:33 osa ] Original commit 
1.401 www/nginx-devel/Makefile
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]
Wed, 14 Sep 2011
[ 17:01 osa ] Original commit 
1.400 www/nginx-devel/Makefile
1.350 www/nginx-devel/distinfo
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>
Tue, 6 Sep 2011
[ 23:40 pawel ] Original commit 
1.7 databases/hypertable/Makefile
1.59 games/freecell-solver/Makefile
1.17 mail/rspamd/Makefile
1.112 security/tor-devel/Makefile
1.70 security/tor/Makefile
1.399 www/nginx-devel/Makefile
1.279 www/nginx/Makefile
- Chase devel/google-perftools shlib bump
- security/tor*: add -L${LOCALBASE}/lib to LDFLAGS (fixes linking)

Approved by:    miwi, wen (mentors implicit)
Mon, 5 Sep 2011
[ 13:53 osa ] Original commit 
1.398 www/nginx-devel/Makefile
1.349 www/nginx-devel/distinfo
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>
[ 08:40 osa ] Original commit 
1.397 www/nginx-devel/Makefile
1.278 www/nginx/Makefile
1.31 www/rubygem-passenger/Makefile
1.348 www/nginx-devel/distinfo
1.241 www/nginx/distinfo
1.23 www/rubygem-passenger/distinfo
1.11 www/nginx-devel/files/extra-patch-passenger::build::nginx.rb
1.11 www/nginx/files/extra-patch-passenger::build::nginx.rb
1.2 www/nginx-devel/files/extra-patch-passenger::ext::nginx::ContentHandler.c
1.2 www/nginx/files/extra-patch-passenger::ext::nginx::ContentHandler.c
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]
Fri, 2 Sep 2011
[ 09:32 osa ] Original commit 
1.396 www/nginx-devel/Makefile
1.277 www/nginx/Makefile
1.347 www/nginx-devel/distinfo
1.240 www/nginx/distinfo
1.2 www/nginx-devel/files/extra-patch-chaoslawful-lua-nginx-module::config
1.2 www/nginx/files/extra-patch-chaoslawful-lua-nginx-module::config
Update third-party lua module from 0.2 to 0.3.

Bump PORTREVISION is unnecessary, because the module is
disabled by default.
Wed, 24 Aug 2011
[ 16:56 osa ] Original commit 
1.395 www/nginx-devel/Makefile
1.275 www/nginx/Makefile
1.346 www/nginx-devel/distinfo
1.238 www/nginx/distinfo
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.
Mon, 22 Aug 2011
[ 16:04 osa ] Original commit 
1.394 www/nginx-devel/Makefile
1.345 www/nginx-devel/distinfo
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 10 Aug 2011
[ 16:22 osa ] Original commit 
1.393 www/nginx-devel/Makefile
1.273 www/nginx/Makefile
1.29 www/rubygem-passenger/Makefile
1.344 www/nginx-devel/distinfo
1.236 www/nginx/distinfo
1.22 www/rubygem-passenger/distinfo
1.10 www/nginx-devel/files/extra-patch-passenger::build::nginx.rb
1.10 www/nginx/files/extra-patch-passenger::build::nginx.rb
1.1 www/nginx-devel/files/extra-patch-passenger::ext::nginx::ContentHandler.c
1.1 www/nginx/files/extra-patch-passenger::ext::nginx::ContentHandler.c
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]
Thu, 4 Aug 2011
[ 07:51 osa ] Original commit 
1.392 www/nginx-devel/Makefile
1.272 www/nginx/Makefile
1.343 www/nginx-devel/distinfo
1.235 www/nginx/distinfo
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 22 Jul 2011
[ 07:14 osa ] Original commit 
1.391 www/nginx-devel/Makefile
1.271 www/nginx/Makefile
1.342 www/nginx-devel/distinfo
1.234 www/nginx/distinfo
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.
Wed, 20 Jul 2011
[ 10:50 osa ] Original commit 
1.390 www/nginx-devel/Makefile
1.270 www/nginx/Makefile
1.341 www/nginx-devel/distinfo
1.233 www/nginx/distinfo
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 13 Jul 2011
[ 09:21 osa ] Original commit 
1.389 www/nginx-devel/Makefile
1.269 www/nginx/Makefile
1.340 www/nginx-devel/distinfo
1.232 www/nginx/distinfo
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.
Tue, 12 Jul 2011
[ 15:46 osa ] Original commit 
1.388 www/nginx-devel/Makefile
1.268 www/nginx/Makefile
1.339 www/nginx-devel/distinfo
1.231 www/nginx/distinfo
1.1 www/nginx-devel/files/extra-patch-ngx_postgres::config
1.1 www/nginx/files/extra-patch-ngx_postgres::config
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.
[ 12:18 osa ] Original commit 
1.387 www/nginx-devel/Makefile
1.267 www/nginx/Makefile
1.338 www/nginx-devel/distinfo
1.230 www/nginx/distinfo
1.1 www/nginx-devel/files/extra-patch-chaoslawful-lua-nginx-module::config
1.1 www/nginx/files/extra-patch-chaoslawful-lua-nginx-module::config
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.
[ 09:41 osa ] Original commit 
1.386 www/nginx-devel/Makefile
1.266 www/nginx/Makefile
1.337 www/nginx-devel/distinfo
1.229 www/nginx/distinfo
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.
Mon, 11 Jul 2011
[ 11:22 osa ] Original commit 
1.385 www/nginx-devel/Makefile
1.265 www/nginx/Makefile
1.336 www/nginx-devel/distinfo
1.228 www/nginx/distinfo
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.
Wed, 8 Jun 2011
[ 07:07 osa ] Original commit 
1.384 www/nginx-devel/Makefile
1.264 www/nginx/Makefile
1.335 www/nginx-devel/distinfo
1.227 www/nginx/distinfo
Update third party nginx_substitutions_filter from 0.5.2 revision 44 to
0.5.2 revision 45.

Do not bump PORTREVISION.
[ 06:56 osa ] Original commit 
1.383 www/nginx-devel/Makefile
1.263 www/nginx/Makefile
1.334 www/nginx-devel/distinfo
1.226 www/nginx/distinfo
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>
Wed, 1 Jun 2011
[ 12:06 osa ] Original commit 
1.382 www/nginx-devel/Makefile
1.262 www/nginx/Makefile
1.333 www/nginx-devel/distinfo
1.225 www/nginx/distinfo
1.2 www/nginx-devel/files/patch-src::core::ngx_crypt.c
1.2 www/nginx/files/patch-src::core::ngx_crypt.c
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>
Wed, 25 May 2011
[ 16:20 osa ] Original commit 
1.381 www/nginx-devel/Makefile
1.261 www/nginx/Makefile
1.332 www/nginx-devel/distinfo
1.224 www/nginx/distinfo
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>
Tue, 10 May 2011
[ 13:48 osa ] Original commit 
1.380 www/nginx-devel/Makefile
1.260 www/nginx/Makefile
1.331 www/nginx-devel/distinfo
1.223 www/nginx/distinfo
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>
Tue, 3 May 2011
[ 19:54 osa ] Original commit 
1.379 www/nginx-devel/Makefile
1.259 www/nginx/Makefile
1.330 www/nginx-devel/distinfo
1.222 www/nginx/distinfo
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 View all of this commit message)
Tue, 19 Apr 2011
[ 12:47 osa ] Original commit 
1.378 www/nginx-devel/Makefile
1.258 www/nginx/Makefile
1.329 www/nginx-devel/distinfo
1.221 www/nginx/distinfo
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>
Thu, 14 Apr 2011
[ 11:31 osa ] Original commit 
1.377 www/nginx-devel/Makefile
1.257 www/nginx/Makefile
1.28 www/rubygem-passenger/Makefile
1.328 www/nginx-devel/distinfo
1.220 www/nginx/distinfo
1.21 www/rubygem-passenger/distinfo
1.9 www/nginx-devel/files/extra-patch-passenger::build::nginx.rb
1.9 www/nginx/files/extra-patch-passenger::build::nginx.rb
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]
Tue, 12 Apr 2011
[ 10:20 osa ] Original commit 
1.376 www/nginx-devel/Makefile
1.256 www/nginx/Makefile
1.327 www/nginx-devel/distinfo
1.219 www/nginx/distinfo
1.2 www/nginx/files/nginx.8.in
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>
Mon, 4 Apr 2011
[ 18:33 osa ] Original commit 
1.375 www/nginx-devel/Makefile
1.255 www/nginx/Makefile
1.326 www/nginx-devel/distinfo
1.218 www/nginx/distinfo
Add third-party http_subs_filter module.
Do not bump PORTREVISION.

PR:     156163
[ 14:10 osa ] Original commit 
1.374 www/nginx-devel/Makefile
1.325 www/nginx-devel/distinfo
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>
[ 10:41 osa ] Original commit 
1.373 www/nginx-devel/Makefile
1.254 www/nginx/Makefile
1.324 www/nginx-devel/distinfo
1.217 www/nginx/distinfo
Update third-party fancyindex module from 0.3 to 0.3.1.

Do not bump PORTREVISIONs.
[ 07:59 osa ] Original commit 
1.372 www/nginx-devel/Makefile
1.253 www/nginx/Makefile
1.27 www/rubygem-passenger/Makefile
1.323 www/nginx-devel/distinfo
1.216 www/nginx/distinfo
1.20 www/rubygem-passenger/distinfo
1.8 www/nginx-devel/files/extra-patch-passenger::build::nginx.rb
1.8 www/nginx/files/extra-patch-passenger::build::nginx.rb
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 [*]
Mon, 21 Mar 2011
[ 19:41 osa ] Original commit 
1.371 www/nginx-devel/Makefile
1.322 www/nginx-devel/distinfo
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>
Tue, 15 Mar 2011
[ 17:03 osa ] Original commit 
1.370 www/nginx-devel/Makefile
1.252 www/nginx/Makefile
Switch IPv6 support on by default.

Bump PORTREVISIONs.

Spotted by:     tom
Fri, 11 Mar 2011
[ 14:37 osa ] Original commit 
1.369 www/nginx-devel/Makefile
1.251 www/nginx/Makefile
1.26 www/rubygem-passenger/Makefile
1.321 www/nginx-devel/distinfo
1.215 www/nginx/distinfo
1.19 www/rubygem-passenger/distinfo
1.7 www/nginx-devel/files/extra-patch-passenger::build::nginx.rb
1.7 www/nginx/files/extra-patch-passenger::build::nginx.rb
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)
Wed, 2 Mar 2011
[ 19:13 osa ] Original commit 
1.368 www/nginx-devel/Makefile
1.250 www/nginx/Makefile
1.25 www/rubygem-passenger/Makefile
1.320 www/nginx-devel/distinfo
1.214 www/nginx/distinfo
1.18 www/rubygem-passenger/distinfo
1.6 www/nginx-devel/files/extra-patch-passenger::build::nginx.rb
1.6 www/nginx/files/extra-patch-passenger::build::nginx.rb
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)
Sun, 27 Feb 2011
[ 13:01 miwi ] Original commit 
1.5 databases/hypertable/Makefile
1.57 games/freecell-solver/Makefile
1.4 mail/rspamd/Makefile
1.101 security/tor-devel/Makefile
1.63 security/tor/Makefile
1.367 www/nginx-devel/Makefile
1.249 www/nginx/Makefile
- Chase devel/google-perftools shlib bump
Fri, 25 Feb 2011
[ 11:07 osa ] Original commit 
1.366 www/nginx-devel/Makefile
1.248 www/nginx/Makefile
1.24 www/rubygem-passenger/Makefile
1.319 www/nginx-devel/distinfo
1.213 www/nginx/distinfo
1.17 www/rubygem-passenger/distinfo
1.5 www/nginx-devel/files/extra-patch-passenger::build::nginx.rb
1.5 www/nginx/files/extra-patch-passenger::build::nginx.rb
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)
Mon, 21 Feb 2011
[ 09:59 osa ] Original commit 
1.365 www/nginx-devel/Makefile
1.318 www/nginx-devel/distinfo
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>
Tue, 1 Feb 2011
[ 10:47 osa ] Original commit 
1.364 www/nginx-devel/Makefile
1.247 www/nginx/Makefile
1.317 www/nginx-devel/distinfo
1.212 www/nginx/distinfo
Update third-party headers_more module from 0.13 to 0.14.

Do not bump PORTREVISIONs.

Feature safe:   yes
Fri, 21 Jan 2011
[ 11:50 osa ] Original commit 
1.363 www/nginx-devel/Makefile
1.316 www/nginx-devel/distinfo
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>
Mon, 20 Dec 2010
[ 04:15 osa ] Original commit 
1.362 www/nginx-devel/Makefile
1.246 www/nginx/Makefile
1.315 www/nginx-devel/distinfo
1.211 www/nginx/distinfo
Update third-party headers_more module from 0.10 to 0.13.

Do not bump PORTREVISIONs.
Fri, 17 Dec 2010
[ 21:57 osa ] Original commit 
1.361 www/nginx-devel/Makefile
1.245 www/nginx/Makefile
1.314 www/nginx-devel/distinfo
1.210 www/nginx/distinfo
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.
[ 14:49 osa ] Original commit 
1.360 www/nginx-devel/Makefile
1.244 www/nginx/Makefile
1.23 www/rubygem-passenger/Makefile
1.313 www/nginx-devel/distinfo
1.209 www/nginx/distinfo
1.16 www/rubygem-passenger/distinfo
1.4 www/nginx-devel/files/extra-patch-passenger::build::nginx.rb
1.4 www/nginx/files/extra-patch-passenger::build::nginx.rb
1.2 www/nginx-devel/files/extra-patch-passenger::ext::common::Utils.cpp
1.2 www/nginx/files/extra-patch-passenger::ext::common::Utils.cpp

(Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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 [*]
Mon, 13 Dec 2010
[ 11:33 osa ] Original commit 
1.359 www/nginx-devel/Makefile
1.312 www/nginx-devel/distinfo
1.2 www/nginx-devel/files/extra-patch-passenger::ext::nginx::config
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>
Sun, 12 Dec 2010
[ 13:20 osa ] Original commit 
1.358 www/nginx-devel/Makefile
1.242 www/nginx/Makefile
1.1 www/nginx-devel/files/extra-patch-syslog_support
1.1 www/nginx/files/extra-patch-syslog_support
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
[ 12:22 osa ] Original commit 
1.357 www/nginx-devel/Makefile
1.241 www/nginx/Makefile
1.22 www/rubygem-passenger/Makefile
1.311 www/nginx-devel/distinfo
1.207 www/nginx/distinfo
1.15 www/rubygem-passenger/distinfo
1.3 www/nginx-devel/files/extra-patch-passenger::build::nginx.rb
1.3 www/nginx/files/extra-patch-passenger::build::nginx.rb
1.1 www/nginx-devel/files/extra-patch-passenger::ext::common::Utils.cpp
1.1 www/nginx/files/extra-patch-passenger::ext::common::Utils.cpp

(Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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 (!)

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

1 | 2 | 3 | 4  »  

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month252

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 1.414 seconds.