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: 1109 (showing only 100 on this page)

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

Wednesday, 27 Jul 2016
03:56 osa search for other commits by this committer
Upgrade from 5.0.29 to 5.0.30:

o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Original commitRevision:419162 
03:39 osa search for other commits by this committer
Upgrade from 1.11.2 to 1.11.3.

<ChangeLog>

*) Change: now the "accept_mutex" directive is turned off by default.

*) Feature: now nginx uses EPOLLEXCLUSIVE on Linux.

*) Feature: the ngx_stream_geo_module.

*) Feature: the ngx_stream_geoip_module.

*) Feature: the ngx_stream_split_clients_module.

*) Feature: variables support in the "proxy_pass" and "proxy_ssl_name"
   directives in the stream module.

*) Bugfix: socket leak when using HTTP/2.

*) Bugfix: in configure tests.
   Thanks to Piotr Sikora.

</ChangeLog>
Original commitRevision:419159 
Wednesday, 20 Jul 2016
09:33 dinoex search for other commits by this committer
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR:		210913
Submitted by:	Piotr Kubaj
MFH:		2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
Original commitRevision:418829 
Thursday, 14 Jul 2016
22:50 osa search for other commits by this committer
Upgrade third-party brotli module from 4f08382 to ada972b.
Original commitRevision:418565 
Wednesday, 13 Jul 2016
00:48 osa search for other commits by this committer
Upgrade third-party njs module from 44fe9c1 to f71f005.
Original commitRevision:418453 
00:36 osa search for other commits by this committer
Upgrade from 5.0.28 to 5.0.29:

o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Original commitRevision:418452 
00:17 osa search for other commits by this committer
Upgrade from 1.11.1 to 1.11.2.

<ChangeLog>

*) Change: now nginx always uses internal MD5 and SHA1 implementations;
   the --with-md5 and --with-sha1 configure options were canceled.

*) Feature: variables support in the stream module.

*) Feature: the ngx_stream_map_module.

*) Feature: the ngx_stream_return_module.

*) Feature: a port can be specified in the "proxy_bind", "fastcgi_bind",
   "memcached_bind", "scgi_bind", and "uwsgi_bind" directives.

*) Feature: now nginx uses the IP_BIND_ADDRESS_NO_PORT socket option
   when available.

*) Bugfix: a segmentation fault might occur in a worker process when
   using HTTP/2 and the "proxy_request_buffering" directive.

*) Bugfix: the "Content-Length" request header line was always added to
   requests passed to backends, including requests without body, when
   using HTTP/2.

*) Bugfix: "http request count is zero" alerts might appear in logs when
   using HTTP/2.

*) Bugfix: unnecessary buffering might occur when using the "sub_filter"
   directive; the issue had appeared in 1.9.4.

</ChangeLog>
Original commitRevision:418451 
Friday, 17 Jun 2016
23:43 osa search for other commits by this committer
Upgrade third-party tarantool module from 3599ba0 to b852195.
The size of the distro has been decreased dramatically because an rpm
directory with nginx-1.8.0.tar.gz tarball inside has been removed.

PR:	210349
Original commitRevision:417042 
Thursday, 16 Jun 2016
22:24 osa search for other commits by this committer
Revert r416983 back.

Suggested by:	mat
Original commitRevision:416984 
22:12 osa search for other commits by this committer
Replace WITH_OPENSSL_PORT=yes to DEFAULT_VERSIONS+=ssl=openssl after r416965.
Non-functional change.
Original commitRevision:416983 
Saturday, 4 Jun 2016
00:36 osa search for other commits by this committer
Upgrade third-party modules:

o) http_auth_ldap from 8517bb0 to dbcef31;
o) brotli from 2fc6f12 to 4f08382;
o) lua from d44f8e0 to 0.10.5;
o) njs from c4a5f2b to 44fe9c1;
o) nchan (aka push) from 0.99.14 to 0.99.15.

Also, it's possible now to build third-party http_auth_ldap module
as dynamic module.

Add java category for third-party clojure module.

Do not bump PORTREVISION.
Original commitRevision:416342 
Tuesday, 31 May 2016
21:44 osa search for other commits by this committer
Security upgrade:

o) nginx -- from 1.10.0 to 1.10.1;
o) nginx-devel -- from 1.11.0 to 1.11.1.

<ChangeLog>

*) Security: a segmentation fault might occur in a worker process while
   writing a specially crafted request body to a temporary file
   (CVE-2016-4450); the bug had appeared in 1.3.9.

</ChangeLog>
Original commitRevision:416221 
Wednesday, 25 May 2016
23:43 osa search for other commits by this committer
Upgrade from 1.10.0 to 1.11.0.

<ChangeLog>

*) Feature: the "transparent" parameter of the "proxy_bind",
   "fastcgi_bind", "memcached_bind", "scgi_bind", and "uwsgi_bind"
   directives.

*) Feature: the $request_id variable.

*) Feature: the "map" directive supports combinations of multiple
   variables as resulting values.

*) Feature: now nginx checks if EPOLLRDHUP events are supported by
   kernel, and optimizes connection handling accordingly if the "epoll"
   method is used.

*) Feature: the "ssl_certificate" and "ssl_certificate_key" directives
   can be specified multiple times to load certificates of different
   types (for example, RSA and ECDSA).

*) Feature: the "ssl_ecdh_curve" directive now allows specifying a list
   of curves when using OpenSSL 1.0.2 or newer; by default a list built
   into OpenSSL is used.

*) Change: to use DHE ciphers it is now required to specify parameters
   using the "ssl_dhparam" directive.

*) Feature: the $proxy_protocol_port variable.

*) Feature: the $realip_remote_port variable in the
   ngx_http_realip_module.

*) Feature: the ngx_http_realip_module is now able to set the client
   port in addition to the address.

*) Change: the "421 Misdirected Request" response now used when
   rejecting requests to a virtual server different from one negotiated
   during an SSL handshake; this improves interoperability with some
   HTTP/2 clients when using client certificates.

*) Change: HTTP/2 clients can now start sending request body
   immediately; the "http2_body_preread_size" directive controls size of
   the buffer used before nginx will start reading client request body.

*) Bugfix: cached error responses were not updated when using the
   "proxy_cache_bypass" directive.

</ChangeLog>
Original commitRevision:415868 
Monday, 23 May 2016
20:35 amdmi3 search for other commits by this committer
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed

Approved by:	portmgr blanket
Original commitRevision:415742 
Thursday, 19 May 2016
10:57 amdmi3 search for other commits by this committer
- Fix trailing whitespace in Makefiles

Approved by:	portmgr blanket
Original commitRevision:415501 
Monday, 9 May 2016
23:38 osa search for other commits by this committer
Upgrade third-party nchan (aka push) module from 0.99.12 to 0.99.14.
Original commitRevision:414895 
22:51 osa search for other commits by this committer
Upgrade from 5.0.27 to 5.0.28:

o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Original commitRevision:414894 
Sunday, 1 May 2016
20:54 osa search for other commits by this committer
Add the pkg-message with the message about recent changes.
Bump PORTREVISION.
Original commitRevision:414425 
Saturday, 30 Apr 2016
18:31 osa search for other commits by this committer
Do not force WITH_OPENSSL_PORT on 11.x and above.
Bump PORTREVISION.

PR:	209159
Original commitRevision:414353 
17:28 osa search for other commits by this committer
Fix the nginx.conf-dist installation if DSO undefined.
Do not bump PORTREVISION because DSO is defined by default.

Pointed out by: mat
Original commitRevision:414350 
Friday, 29 Apr 2016
23:08 osa search for other commits by this committer
Change the MODULESDIR from ${ETCDIR}/modules to ${PREFIX}/libexec/${PORTNAME}.
Bump PORTREVISION.

PR:	209151
Original commitRevision:414318 
02:18 osa search for other commits by this committer
Add DSO knob - an ability to build an old "good" nginx without dynamic modules.
Do not bump PORTREVISION cause functionally nothing has been changed.

PR:	209124
Original commitRevision:414249 
Thursday, 28 Apr 2016
14:17 swills search for other commits by this committer
www/nginx-devel: remove USE_RAKE
Original commitRevision:414175 
Wednesday, 27 Apr 2016
01:18 osa search for other commits by this committer
Upgrade from 5.0.26 to 5.0.27:

o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Original commitRevision:414085 
Tuesday, 26 Apr 2016
21:21 osa search for other commits by this committer
Please welcome, nginx 1.10.0 - new stable version.

<ChangeLog>

*) 1.10.x stable branch.

</ChangeLog>
Original commitRevision:414081 
Tuesday, 19 Apr 2016
20:44 osa search for other commits by this committer
Upgrade from 1.9.14 to 1.9.15.

<ChangeLog>

*) Bugfix: "recv() failed" errors might occur when using HHVM as a
   FastCGI server.

*) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request"
   directives a timeout or a "client violated flow control" error might
   occur while reading client request body; the bug had appeared in
   1.9.14.

*) Workaround: a response might not be shown by some browsers if HTTP/2
   was used and client request body was not fully read; the bug had
   appeared in 1.9.14.

*) Bugfix: connections might hang when using the "aio threads"
   directive.
   Thanks to Mindaugas Rasiukevicius.

</ChangeLog>
Original commitRevision:413662 
Friday, 15 Apr 2016
21:59 osa search for other commits by this committer
Upgrade njs module from b9a54be to c4a5f2b.
Original commitRevision:413380 
21:57 osa search for other commits by this committer
Upgrade third-party modules:

o) push from 0.99.11 to 0.99.12;
o) lua from 7410339 to d44f8e0;
o) shibboleth from 20150121 to 4f1119b.
Original commitRevision:413379 
Wednesday, 13 Apr 2016
10:36 jbeich search for other commits by this committer
Consistently prefer ${CONFIGURE_CMD} over ./${CONFIGURE_SCRIPT}

This also fixes SET_LATE_CONFIGURE_ARGS with custom CONFIGURE_CMD.

PR:		208294
Exp-run by:	antoine
Approved by:	portmgr (antoine), perl (mat)
Differential Revision:	https://reviews.freebsd.org/D4158
Original commitRevision:413184 
01:20 osa search for other commits by this committer
Add third-party upstream check module.

PR:	208380
Original commitRevision:413165 
Saturday, 9 Apr 2016
18:00 osa search for other commits by this committer
Upgrade third-party tarantool module from 966f2f5 to 3599ba0.
Original commitRevision:412862 
17:42 osa search for other commits by this committer
Upgrade third-party njs module from 50fbb3b to b9a54be.
Original commitRevision:412858 
Wednesday, 6 Apr 2016
20:58 osa search for other commits by this committer
Enable vendor's http_realip module by default.
Bump PORTREVISION.
Original commitRevision:412645 
Tuesday, 5 Apr 2016
22:11 osa search for other commits by this committer
Upgrade from 1.9.13 to 1.9.14.

<ChangeLog>

*) Feature: OpenSSL 1.1.0 compatibility.

*) Feature: the "proxy_request_buffering", "fastcgi_request_buffering",
   "scgi_request_buffering", and "uwsgi_request_buffering" directives
   now work with HTTP/2.

*) Bugfix: "zero size buf in output" alerts might appear in logs when
   using HTTP/2.

*) Bugfix: the "client_max_body_size" directive might work incorrectly
   when using HTTP/2.

*) Bugfix: of minor bugs in logging.

</ChangeLog>
Original commitRevision:412588 
12:07 osa search for other commits by this committer
Upgrade third-party nchan (formerly http_push) module from 0.99.8 to 0.99.11.
Original commitRevision:412555 
Monday, 4 Apr 2016
23:01 osa search for other commits by this committer
Change the third-party http_auth_digest module location and upgrade it.
Previous location no longer supported by developers.

PR:	203967
Original commitRevision:412535 
22:35 osa search for other commits by this committer
Add AWS proxy third-party module.
PR:	208499
Original commitRevision:412534 
Sunday, 3 Apr 2016
05:48 osa search for other commits by this committer
Upgrade third-party brotli module from 86998c6 to 2fc6f12.

Changes:	https://github.com/google/ngx_brotli/commit/2fc6f123b4ee4ac711c66e7831cb80749eec5bbe
Original commitRevision:412450 
05:33 osa search for other commits by this committer
Upgrade from 1.9.12 to 1.9.13.
Remove needless vendor's patches.

<ChangeLog>

*) Change: non-idempotent requests (POST, LOCK, PATCH) are no longer
   passed to the next server by default if a request has been sent to a
   backend; the "non_idempotent" parameter of the "proxy_next_upstream"
   directive explicitly allows retrying such requests.

*) Feature: the ngx_http_perl_module can be built dynamically.

*) Feature: UDP support in the stream module.

*) Feature: the "aio_write" directive.

*) Feature: now cache manager monitors number of elements in caches and
   tries to avoid cache keys zone overflows.

*) Bugfix: "task already active" and "second aio post" alerts might
   appear in logs when using the "sendfile" and "aio" directives with
   subrequests.

*) Bugfix: "zero size buf in output" alerts might appear in logs if
   caching was used and a client closed a connection prematurely.

*) Bugfix: connections with clients might be closed needlessly if
   caching was used.
   Thanks to Justin Li.

*) Bugfix: nginx might hog CPU if the "sendfile" directive was used on
   Linux or Solaris and a file being sent was changed during sending.

*) Bugfix: connections might hang when using the "sendfile" and "aio
   threads" directives.

*) Bugfix: in the "proxy_pass", "fastcgi_pass", "scgi_pass", and
   "uwsgi_pass" directives when using variables.
   Thanks to Piotr Sikora.

*) Bugfix: in the ngx_http_sub_filter_module.

*) Bugfix: if an error occurred in a cached backend connection, the
   request was passed to the next server regardless of the
   proxy_next_upstream directive.

*) Bugfix: "CreateFile() failed" errors when creating temporary files on
   Windows.

</ChangeLog>
Original commitRevision:412449 
05:23 osa search for other commits by this committer
Enable several vendor's modules to be in sync with vendor's
original packages for some linux distros, please see
http://nginx.org/en/linux_packages.html for detauls.

Bump PORTREVISION.
Original commitRevision:412447 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Friday, 25 Mar 2016
01:20 osa search for other commits by this committer
Upgrade third-party njs module from 39f2320 to 50fbb3b.
Original commitRevision:411815 
Wednesday, 23 Mar 2016
11:23 osa search for other commits by this committer
Upgrade third-party njs module from 4030015 to 39f232.
Original commitRevision:411699 
Friday, 18 Mar 2016
11:36 osa search for other commits by this committer
Upgrade third-party push module from 0.99.7 to 0.99.8.
Original commitRevision:411340 
Thursday, 17 Mar 2016
11:24 osa search for other commits by this committer
Add third-party video_thumbextractor module, version 0.7.0.

PRs:	185847, 185850
Original commitRevision:411271 
Saturday, 12 Mar 2016
21:45 osa search for other commits by this committer
Upgrade third-party modules:

o) http_push from 0.99.6 to 0.99.7;
o) modsecurity from 2.9.1-RC1 to 2.9.1.
Original commitRevision:410934 
Saturday, 5 Mar 2016
22:42 osa search for other commits by this committer
Upgrade third-party modules:

o) clojure from 0.4.3 to 0.4.4;
o) http_push from 0.99.5 to 0.99.6.
Original commitRevision:410216 
18:55 osa search for other commits by this committer
Enable perl module as dynamic perl, add vendor's patch.
Do not bump PORTREVISION because perl module is disabled by default.
Original commitRevision:410196 
17:42 osa search for other commits by this committer
Fix third-party accesskey module behaviour when "satisfy any;" defined.

Spotted by:	Oleksandr V. Typlyns'kyi <astral@wangsamp.km.ua>
Discussion:	http://mailman.nginx.org/pipermail/nginx-ru/2010-March/032654.html
(in Russian)
Original commitRevision:410193 
Friday, 4 Mar 2016
23:01 osa search for other commits by this committer
Upgrade third-party subs_filter module from 0.6.2 to 0.6.4.

Patch submitted by:	Oleksandr V. Typlyns'kyi <astral@wangsamp.km.ua> (via
private mail)
Original commitRevision:410156 
22:44 osa search for other commits by this committer
Upgrade third-party njs module from dbd4181 to 4030015.
Original commitRevision:410153 
22:37 osa search for other commits by this committer
Enable third-party passenger module as dynamic.

Patch obtained from:	https://github.com/phusion/passenger/pull/1764
Original commitRevision:410152 
Wednesday, 2 Mar 2016
11:52 osa search for other commits by this committer
Upgrade from 5.0.25 to 5.0.26:

o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Original commitRevision:409928 
09:45 osa search for other commits by this committer
Use more proper knob.
Original commitRevision:409921 
Friday, 26 Feb 2016
23:19 osa search for other commits by this committer
Add vendor's patch, remove needless patch.

Pointed by:	ru
Obtained from:	http://hg.nginx.org/nginx/raw-rev/35487ea55cb6
Original commitRevision:409639 
01:14 osa search for other commits by this committer
Upgrade third-party njs module from bb38609 to dbd4181, convert to
build as dynamic module by default.

Do not dump PORTREVISION, this module is disabled by default.
Original commitRevision:409571 
Wednesday, 24 Feb 2016
21:36 osa search for other commits by this committer
Upgrade from 1.9.11 to 1.9.12.
Remove needless patch.

<ChangeLog>

*) Feature: Huffman encoding of response headers in HTTP/2.
   Thanks to Vlad Krasnov.

*) Feature: the "worker_cpu_affinity" directive now supports more than
   64 CPUs.

*) Bugfix: compatibility with 3rd party C++ modules; the bug had
   appeared in 1.9.11.
   Thanks to Piotr Sikora.

*) Bugfix: nginx could not be built statically with OpenSSL on Linux;
   the bug had appeared in 1.9.11.

*) Bugfix: the "add_header ... always" directive with an empty value did
   not delete "Last-Modified" and "ETag" header lines from error
   responses.

*) Workaround: "called a function you should not call" and "shutdown
   while in init" messages might appear in logs when using OpenSSL
   1.0.2f.

*) Bugfix: invalid headers might be logged incorrectly.

*) Bugfix: socket leak when using HTTP/2.

*) Bugfix: in the ngx_http_v2_module.

</ChangeLog>
Original commitRevision:409484 
Monday, 22 Feb 2016
23:29 osa search for other commits by this committer
Upgrade third-party http_redis module from 0.3.7 to 0.3.8,
compile it as dynamic module for www/nginx-devel.
Original commitRevision:409375 
Saturday, 20 Feb 2016
21:01 osa search for other commits by this committer
Enable third-party brotli module as dynamic module.
Original commitRevision:409266 
20:10 osa search for other commits by this committer
Upgrade third-party ct (Certificate Transparency) module from 1790ac0 to
f3cad5e.
Enable dynamic module feature in www/nginx-devel.
Original commitRevision:409265 
19:42 osa search for other commits by this committer
Register a list of staged dynamic modules in nginx.conf-dist file automagically.
Bump PORTREVISION.
Original commitRevision:409264 
16:19 osa search for other commits by this committer
Upgrade from 5.0.24 to 5.0.25:

o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel.
Original commitRevision:409253 
Wednesday, 17 Feb 2016
23:28 osa search for other commits by this committer
Upgrade third-party nchan (formerly http_push) module from 0.99.4 to 0.99.5.
Original commitRevision:409077 
23:19 osa search for other commits by this committer
Upgrade third-party small_light module from 0.6.9 to 0.6.15,
enable as dynamic module for www/nginx-devel only.
Original commitRevision:409076 
23:00 osa search for other commits by this committer
Upgrade third-party dynamic_upstream module from 0.1.1 to 0.1.3.

Dynamic modules support has been enabled for the dynamic_upstream
third-party module, in case of usage of this module please update nginx
configuration file for load this module:

load_module "modules/ngx_dynamic_upstream_module.so";

Do not bump PORTREVISION cause this module is disabled by default.
Original commitRevision:409074 
Monday, 15 Feb 2016
22:01 osa search for other commits by this committer
Add third-party http_json_status module.

Submitted by:	Vyacheslav, Omnilance LLC <vyacheslav@omnilance.com>
Original commitRevision:408960 
Sunday, 14 Feb 2016
17:37 osa search for other commits by this committer
Upgrade third-party modules: echo, headers_more and set_misc.

Dynamic modules support has been enabled for these third-party modules,
in case of usage of these modules please update nginx configuration
file for load these modules:

  load_module "modules/ngx_http_echo_module.so";
  load_module "modules/ngx_http_headers_more_filter_module.so";
  load_module "modules/ngx_http_set_misc_module.so";

Do not bump PORTREVISION because these modules disabled by default.
Original commitRevision:408872 
16:54 osa search for other commits by this committer
Upgrade two third-party eval and lua modules to its latest revisions.

Dynamic modules support has been enabled for these third-party modules,
in case of usage of these modules please update nginx configuration
file for load these modules:

load_module "modules/ngx_http_eval_module.so";
load_module "modules/ngx_http_lua_module.so";

Do not bump PORTREVISION because these modules disabled by default.
Original commitRevision:408868 
04:09 osa search for other commits by this committer
Enable dynamic modules support.
Bump PORTREVISION.

In case of usage following modules please update nginx configuration file
for load these modules:

 load_module "modules/ngx_http_geoip_module.so";
 load_module "modules/ngx_http_image_filter_module.so";
 load_module "modules/ngx_http_xslt_filter_module.so";
 load_module "modules/ngx_mail_module.so";
 load_module "modules/ngx_stream_module.so";

See https://www.nginx.com/blog/dynamic-modules-nginx-1-9-11/ for details.
Original commitRevision:408844 
Saturday, 13 Feb 2016
14:03 osa search for other commits by this committer
Upgrade third-party auth_krb5 module from f76d5d9 to c85a38c revision.
Original commitRevision:408797 
13:37 osa search for other commits by this committer
Upgrade third-party nchan module from 0.98 to 0.99.4.
Original commitRevision:408794 
Friday, 12 Feb 2016
22:45 osa search for other commits by this committer
Upgrade third-party njs module to the latest version.
Original commitRevision:408769 
12:49 osa search for other commits by this committer
Add third-party brotli module.
Original commitRevision:408724 
Wednesday, 10 Feb 2016
00:03 osa search for other commits by this committer
Upgrade from 1.9.10 to 1.9.11.

Due to internal changes (TCP support in resolver) I've just added several hacks
for
some third-party module.  These changes should be removed once modules will be
updated.

<ChangeLog>

*) Feature: TCP support in resolver.

*) Feature: dynamic modules.

*) Bugfix: the $request_length variable did not include size of request
   headers when using HTTP/2.

*) Bugfix: in the ngx_http_v2_module.

</ChangeLog>
Original commitRevision:408605 
Sunday, 7 Feb 2016
18:09 osa search for other commits by this committer
Upgrade third-party modsecurity module from 2.9.0 to 2.9.1-rc1.
Original commitRevision:408436 
17:36 osa search for other commits by this committer
Upgrade third-party fancy_index module from 0.3.5 to 0.3.6.
Original commitRevision:408431 
17:28 osa search for other commits by this committer
Upgrade third-party ldap_auth module from be8ff8eecb to 8517bb0.
Original commitRevision:408430 
Thursday, 4 Feb 2016
00:40 osa search for other commits by this committer
Upgrade third-party module from 1d4fae9 to the latest revision 466a655.
Original commitRevision:408008 
Wednesday, 3 Feb 2016
01:26 osa search for other commits by this committer
Upgrade from 5.0.22 to 5.0.24:

o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Original commitRevision:407932 
01:12 osa search for other commits by this committer
Upgrade third-party lua module from 0.9.19 to 0.10.0.
Original commitRevision:407931 
Tuesday, 2 Feb 2016
23:17 osa search for other commits by this committer
Upgrade third-party http_push (nchan) module from ver.0.731 to ver.0.98.
Original commitRevision:407908 
Saturday, 30 Jan 2016
05:34 feld search for other commits by this committer
www/nginx-devel: Update to 1.9.10

PR:		206698
Security:	CVE-2016-0742
Security:	CVE-2016-0746
Security:	CVE-2016-0747
Original commitRevision:407510 
Saturday, 16 Jan 2016
17:50 pawel search for other commits by this committer
Remove usage of deprecated @dirrm

Approved by:	portmgr blanket
Original commitRevision:406253 
Friday, 11 Dec 2015
13:01 osa search for other commits by this committer
Upgrade third party push_stream module from 0.3.5 to 0.5.1.

PR:		205233
Original commitRevision:403524 
Thursday, 10 Dec 2015
00:15 osa search for other commits by this committer
Upgrade from 1.9.8 to 1.9.9.

Submitted by:	David CARLIER <devnexen@gmail.com> (via private mail)

<ChangeLog>

*) Bugfix: proxying to unix domain sockets did not work when using
   variables; the bug had appeared in 1.9.8.

</ChangeLog>
Original commitRevision:403437 
Tuesday, 8 Dec 2015
23:08 osa search for other commits by this committer
Security update from 5.0.21 to 5.0.22:

o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel.

Please note: third-party passenger module is disabled by default for
www/nginx and www/nginx-devel ports.

Security:	CVE-2015-7519
PR:		205104
Original commitRevision:403349 
22:50 osa search for other commits by this committer
Upgrade from 1.9.7 to 1.9.8.
Add the HTTP_SLICE knob for the ngx_http_slice module.

<ChangeLog>

*) Feature: pwritev() support.

*) Feature: the "include" directive inside the "upstream" block.

*) Feature: the ngx_http_slice_module.

*) Bugfix: a segmentation fault might occur in a worker process when
   using LibreSSL; the bug had appeared in 1.9.6.

*) Bugfix: nginx could not be built on OS X in some cases.

</ChangeLog>
Original commitRevision:403348 
Friday, 4 Dec 2015
12:26 osa search for other commits by this committer
Remove needless code.
Original commitRevision:402931 
12:07 osa search for other commits by this committer
Upgrade third-party dynamic_upstream module from 0.1.0 to 0.1.1.
Original commitRevision:402921 
11:59 osa search for other commits by this committer
Upgrade third-party srcache module from 0.29 to 0.30.
Original commitRevision:402920 
11:46 osa search for other commits by this committer
Upgrade third-party drizzle module from 0.1.8 to 0.1.9.
Remove needless patch.
Original commitRevision:402919 
11:34 osa search for other commits by this committer
Remove needless code.
Do not bump PORTREVISION.
Original commitRevision:402918 
Wednesday, 2 Dec 2015
00:08 osa search for other commits by this committer
Add third-party certificate_transparency module.

PR:	204926
Original commitRevision:402802 
Tuesday, 1 Dec 2015
01:34 osa search for other commits by this committer
Upgrade third-party njs module from e7ea1a7 to 1d4fae9.
Original commitRevision:402711 
01:25 osa search for other commits by this committer
Enable HTTPv2 by default.
Bump PORTREVISION.
Original commitRevision:402710 
Sunday, 22 Nov 2015
18:33 osa search for other commits by this committer
Upgrade third-party lua module from 0.9.18 to 0.9.19.
Original commitRevision:402238 
Friday, 20 Nov 2015
02:28 osa search for other commits by this committer
Upgrade third-party njs module from 8e72a0b to e7ea1a7.
Original commitRevision:401984 
Wednesday, 18 Nov 2015
01:11 osa search for other commits by this committer
Upgrade from 1.9.6 to 1.9.7.

<ChangeLog>

*) Feature: the "nohostname" parameter of logging to syslog.

*) Feature: the "proxy_cache_convert_head" directive.

*) Feature: the $realip_remote_addr in the ngx_http_realip_module.

*) Bugfix: the "expires" directive might not work when using variables.

*) Bugfix: a segmentation fault might occur in a worker process when
   using HTTP/2; the bug had appeared in 1.9.6.

*) Bugfix: if nginx was built with the ngx_http_v2_module it was
   possible to use the HTTP/2 protocol even if the "http2" parameter of
   the "listen" directive was not specified.

*) Bugfix: in the ngx_http_v2_module.

</ChangeLog>
Original commitRevision:401838 
Thursday, 12 Nov 2015
03:31 osa search for other commits by this committer
Upgrade third-party ldap module from 928856aa95 to be8ff8eecb.
Original commitRevision:401317 
Tuesday, 10 Nov 2015
21:20 osa search for other commits by this committer
Upgrade third-party modules:

o) lua from 0.9.16 to 0.9.18;
o) memc from 0.15 to 0.16;
o) postgres from 1.0rc5 to 1.0rc7;
o) rds-csv from 0.05 to 0.07.
o) rds-json from 0.13 to 0.14;
o) redis2 from 0.11 to 0.12;
o) set-misc from 0.28 to 0.29;

Remove needless patch for third-party postgres module, change
has been added to the upstream.
Original commitRevision:401212 

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

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