| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.15.8_4 03 Feb 2019 23:34:54
  |
osa  |
Add the license file. |
1.15.8_4 13 Jan 2019 20:58:37
  |
adamw  |
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.
Also, as suggested by zi, add an UPDATING note about this. |
1.15.8_3 13 Jan 2019 16:42:23
  |
osa  |
Update third-party tarantool module to its recent version.
Bump RORTREVISION. |
1.15.8_2 12 Jan 2019 19:49:12
  |
osa  |
Update passenger and its third-party modules for www/nginx and
www/nginx-devel from 6.0.0 to 6.0.1.
While I'm here:
o) remove a needless whitespace and tabs;
o) add a patch to disable anonymouse telemetry for passenger by default. |
1.15.8_1 27 Dec 2018 01:18:37
  |
osa  |
Update third-party modsecurity module from 2.9.2 to 2.9.3.
Bump PORTREVISION. |
1.15.8 25 Dec 2018 20:41:18
  |
osa  |
Add the extra patch to disable anonymous telemetry for the
third-party passenger module. |
1.15.8 25 Dec 2018 20:39:50
  |
osa  |
Update from 1.15.7 to 1.15.8.
Update clojure, modsecurity and njs third-party modules to their recent
versions.
Disable anonymous telemetry reporting in third-party passenger module
by default.
<ChangeLog>
*) Feature: the $upstream_bytes_sent variable.
Thanks to Piotr Sikora.
*) Feature: new directives in vim syntax highlighting scripts.
Thanks to Gena Makhomed.
*) Bugfix: in the "proxy_cache_background_update" directive.
(Only the first 15 lines of the commit message are shown above ) |
1.15.7_2 02 Dec 2018 18:18:14
  |
osa  |
Upgrade passenger and its third-party modules for www/nginx and
www/nginx-devel from 5.3.7 to 6.0.0.
<ChangeLog>
* Introduces support for *all* programming languages. Yes that's
right... Java, Elixir, Go -- Passenger now supports them all!
This effort is called "generic language support".
* Bumps the preferred Nginx version to 1.15.7.
* Introduces anonymous usage telemetry, which helps us improve
Passenger. Please read the docs on what data is collected and
how to disable this.
* [Nginx] Introduces a new option "passenger_request_buffering on|off",
to allow disabling request body buffering. This is only supported in
Nginx >= 1.15.3. Closes GH-2121.
* Updated various library versions used in precompiled binaries (used
for e.g. gem installs):
- OpenSSL: 1.0.2q (was: 1.0.2p)
- libcurl: 7.62.0 (was: 7.61.1)
- Ruby: 2.3.8 (was: 2.3.7)
</ChangeLog> |
1.15.7_1 28 Nov 2018 00:00:03
  |
osa  |
Update passenger and it's modules for www/nginx and
www/nginx-devel ports to 5.3.7. |
1.15.7 27 Nov 2018 22:56:17
  |
osa  |
Update from 1.15.6 to 1.15.7.
Update clojure and njs third-party modules to their recent versions.
MFH: 2018Q4
<ChangeLog>
*) Feature: the "proxy_requests" directive in the stream module.
*) Feature: the "delay" parameter of the "limit_req" directive.
Thanks to Vladislav Shabanov and Peter Shchuchkin.
*) Bugfix: memory leak on errors during reconfiguration.
*) Bugfix: in the $upstream_response_time, $upstream_connect_time, and
$upstream_header_time variables.
*) Bugfix: a segmentation fault might occur in a worker process if the
ngx_http_mp4_module was used on 32-bit platforms.
</ChangeLog> |
1.15.6_2 27 Nov 2018 14:28:49
  |
des  |
Rename www/mod_security3 to security/modsecurity3. It is not an Apache
module, and the upstream name is ModSecurity in a single word.
PR: 233351
Submitted by: Marie Helene Kvello-Aune, Marius Halden (maintainer)
Differential Revision: https://reviews.freebsd.org/D18353 |
1.15.6_1 15 Nov 2018 00:24:08
  |
osa  |
Change the distribution for the third-party upstream_fair module,
it contains fixes for openssl 1.1.
Remove the needless patch.
Bump PORTREVISION. |
1.15.6 10 Nov 2018 19:57:08
  |
kwm  |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
1.15.6 06 Nov 2018 20:35:12
  |
osa  |
Security update from 1.15.5 to 1.15.6.
Temporary disable third-party upstream_fair module, it should
be updated to build with the modern version of the nginx.
While I'm here fix some whitespaces.
MFH: 2018Q4
Security: 84ca56be-e1de-11e8-bcfd-00e04c1ea73d
<ChangeLog>
*) Security: when using HTTP/2 a client might cause excessive memory
consumption (CVE-2018-16843) and CPU usage (CVE-2018-16844).
(Only the first 15 lines of the commit message are shown above ) |
1.15.5_5 06 Nov 2018 01:50:27
  |
jbeich  |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
1.15.5_4 02 Nov 2018 13:32:35
  |
rene  |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
1.15.5_4 30 Oct 2018 00:29:10
  |
osa  |
Upgrade third-party modules to their recent versions.
Fix modsecurity's URL.
Bump PORTREVISION. |
1.15.5_3 21 Oct 2018 17:49:22
  |
osa  |
Fix the build issue with STREAM_SSL_PREREAD knob.
Bump PORTREVISION.
PR: 232361 |
1.15.5_2 07 Oct 2018 14:48:22
  |
osa  |
Upgrade third-party nchan (aka push) module from 1.1.14
to its recent stable version 1.2.1.
Bump PORTREVISION. |
1.15.5_1 06 Oct 2018 17:55:27
  |
osa  |
Upgrade third-party vts module from 0.1.15 to 0.1.18.
Bump PORTREVISION. |
1.15.5 06 Oct 2018 17:44:23
  |
osa  |
Upgrade from 1.15.4 to 1.15.5.
<ChangeLog>
*) Bugfix: a segmentation fault might occur in a worker process when
using OpenSSL 1.1.0h or newer; the bug had appeared in 1.15.4.
*) Bugfix: of minor potential bugs.
</ChangeLog> |
1.15.4 25 Sep 2018 20:37:35
  |
osa  |
Upgrade from 1.15.3 to 1.15.4.
<ChangeLog>
*) Feature: now the "ssl_early_data" directive can be used with OpenSSL.
*) Bugfix: in the ngx_http_uwsgi_module.
Thanks to Chris Caputo.
*) Bugfix: connections with some gRPC backends might not be cached when
using the "keepalive" directive.
*) Bugfix: a socket leak might occur when using the "error_page"
directive to redirect early request processing errors, notably errors
with code 400. (Only the first 15 lines of the commit message are shown above ) |
1.15.3_2 25 Sep 2018 09:56:02
  |
osa  |
Upgrade www/passenger and its third-party modules for
www/nginx and www/nginx-devel from 5.3.4 to 5.3.5.
Bump PORTREVISIONs where it's necessary. |
1.15.3_1 18 Sep 2018 21:56:19
  |
osa  |
Upgrade from 0.2.3 to 0.2.4.
<ChangeLog>
nginx modules:
*) Change: stream module handlers are refactored.
New methods and properties:
s.on(), s.off(), s.allow(), s.done(), s.decline(),
s.deny().
Removed properties of Stream object:
s.OK, s.ABORT, s.AGAIN, s.DECLINED, s.ERROR (replaced
with s.allow(), s.done([code]), s.deny()). (Only the first 15 lines of the commit message are shown above ) |
1.15.3 11 Sep 2018 02:13:18
  |
osa  |
Merge r479404 from www/nginx.
<Commitlog>
Some modules depend on other being there before.
For example, devel_kit needs to be there before a few other, so this
fixes, and allow for future fixes of this kind of problem:
configuring additional dynamic modules
adding module in
/wrkdirs/usr/ports/www/nginx-full/work/array-var-nginx-module-0.05
error: ngx_devel_kit is required to build ngx_array_var; please put it before
ngx_array_var.
PR: 230864
Submitted by: mat
exp-runs by: antoine
</Commitlog> |
1.15.3 28 Aug 2018 22:04:02
  |
osa  |
Upgrade from 1.15.2 to 1.15.3.
<ChangeLog>
*) Feature: now TLSv1.3 can be used with BoringSSL.
*) Feature: the "ssl_early_data" directive, currently available with
BoringSSL.
*) Feature: the "keepalive_timeout" and "keepalive_requests" directives
in the "upstream" block.
*) Bugfix: the ngx_http_dav_module did not truncate destination file
when copying a file over an existing one with the COPY method.
(Only the first 15 lines of the commit message are shown above ) |
1.15.2_3 05 Aug 2018 16:45:51
  |
osa  |
Upgrade passenger and its third-party modules for www/nginx and
www/nginx-devel from 5.3.3 to 5.3.4.
PR: 229392
<ChangeLog>
* Fixes a crash during startup on FreeBSD 11.2 and recent OpenBSD versions
due to C++11 compatibility issues in the code. Closes GH-2097.
* Updates Boost to version 1.67.0.
* [Apache] Fixes the handling of HTTP requests with chunked bodies in
combination with `PassengerBufferUploads off`. Closes GH-2102.
</ChangeLog> |
1.15.2_2 01 Aug 2018 07:37:23
  |
osa  |
Upgrade third-party njs module to post 0.2.3 aka a930e69 to
fix a couple of issues.
Bump PORTREVISION. |
1.15.2_1 01 Aug 2018 06:51:44
  |
osa  |
Upgrade third-party njs module to 950db73 aka 0.2.3.
Bump PORTREVISION.
<ChangeLog>
nginx modules:
*) Bugfix: making a subrequest from a Reply object caused
a segmentation fault.
*) Bugfix: getting the parent property of the main Request
object caused a segmentation fault.
Core:
(Only the first 15 lines of the commit message are shown above ) |
1.15.2 25 Jul 2018 03:39:04
  |
osa  |
Upgrade from 1.15.1 to 1.15.2.
<ChangeLog>
*) Feature: the $ssl_preread_protocol variable in the
ngx_stream_ssl_preread_module.
*) Feature: now when using the "reset_timedout_connection" directive
nginx will reset connections being closed with the 444 code.
*) Change: a logging level of the "http request", "https proxy request",
"unsupported protocol", and "version too low" SSL errors has been
lowered from "crit" to "info".
*) Bugfix: DNS requests were not resent if initial sending of a request (Only the first 15 lines of the commit message are shown above ) |
1.15.1_2 17 Jul 2018 04:34:50
  |
osa  |
Upgrade third-party naxsi module from 0.55.3 to 0.56.
Bump PORTREVISION. |
1.15.1_1 17 Jul 2018 04:15:27
  |
osa  |
Change location for third-party sticky module from bitbucket.org
to a fork on GH cause last one contains additional fixes.
Remove needless patch.
Bump PORTREVISION. |
1.15.1 03 Jul 2018 23:22:35
  |
osa  |
Upgrade from 1.15.0 to 1.15.1.
<ChangeLog>
*) Feature: the "random" directive inside the "upstream" block.
*) Feature: improved performance when using the "hash" and "ip_hash"
directives with the "zone" directive.
*) Feature: the "reuseport" parameter of the "listen" directive now uses
SO_REUSEPORT_LB on FreeBSD 12.
*) Bugfix: HTTP/2 server push did not work if SSL was terminated by a
proxy server in front of nginx.
*) Bugfix: the "tcp_nopush" directive was always used on backend
connections.
*) Bugfix: sending a disk-buffered request body to a gRPC backend might
fail.
</ChangeLog> |
1.15.0_4 03 Jul 2018 23:15:03
  |
osa  |
Upgrade passenger and its third-party modules for www/nginx
and www/nginx-devel from 5.3.2 to 5.3.3. |
1.15.0_3 25 Jun 2018 20:40:08
  |
osa  |
Update third-party brotli module to its recent revision to
fix the socket leaks issue, please see next link for details:
https://github.com/eustas/ngx_brotli/issues/11
Bump PORTREVISION. |
1.15.0_2 24 Jun 2018 16:03:41
  |
osa  |
Upgrade passenger and its third-party modules for
www/nginx and www/nginx-devel from 5.3.1 to 5.3.2. |
1.15.0_1 24 Jun 2018 15:55:47
  |
osa  |
Upgrade third-party njs module to b4a58c4 (aka 0.2.2). |
1.15.0 07 Jun 2018 00:36:12
  |
osa  |
Upgrade from stable 1.14.0 release to recent release
from mainline - 1.15.0.
<ChangeLog>
*) Change: the "ssl" directive is deprecated; the "ssl" parameter of the
"listen" directive should be used instead.
*) Change: now nginx detects missing SSL certificates during
configuration testing when using the "ssl" parameter of the "listen"
directive.
*) Feature: now the stream module can handle multiple incoming UDP
datagrams from a client within a single session.
(Only the first 15 lines of the commit message are shown above ) |
1.14.0_8 15 May 2018 11:18:08
  |
osa  |
Upgrade to recent bugfix release 5.3.1. |
1.14.0_7 15 May 2018 01:56:12
  |
osa  |
Upgrade third-party redis module to recent 0.3.9 version.
Bump PORTREVISION.
<ChangeLog>
*) Feature: redis "AUTH" command support.
Original idea from https://github.com/Yongke/ngx_http_redis-0.3.7
Thanks to Wang Yongke.
</ChangeLog> |
1.14.0_6 13 May 2018 15:04:51
  |
osa  |
Upgrade third-party passenger module from 5.2.3 to 5.3.0.
While I'm here fix the issue with GSSAPIINCDIR variable, it's
been introduced as GSSAPINCDIR without a correct substitution
during the third-party auth_krb5 module's patch time.
Bump PORTREVISION. |
1.14.0_5 13 May 2018 14:24:20
  |
osa  |
Speed-up the port's build by enable multiple jobs build.
While I'm here update third-party vod module to recent 1.23 version.
Bump PORTREVISION.
PR: 228127 |
1.14.0_4 02 May 2018 15:07:27
  |
jbeich  |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
1.14.0_3 26 Apr 2018 22:11:26
  |
osa  |
Cleanup Makefile.extmod file.
Upgrade third-party modules to their recent versions.
Bump PORTREVISION. |
1.14.0_2 24 Apr 2018 22:29:18
  |
osa  |
Merge from www/nginx and adopt next revisions:
468201, 468240.
Update third-party modules to their recent versions.
Enable libxml usage for third-party vod module.
Bump PORTREVISION. |
1.14.0_1 23 Apr 2018 00:33:54
  |
osa  |
Remove the needless patch. |
1.14.0_1 22 Apr 2018 21:35:52
  |
osa  |
Merge from www/nginx and adopt next revisions:
465814, 465851, 465931, 468031.
Bump PORTREVISION. |
1.14.0 17 Apr 2018 23:19:32
  |
osa  |
Upgrade from 1.13.12 to 1.14.0.
<ChangeLog>
*) 1.14.x stable branch.
</ChangeLog> |
1.13.12 11 Apr 2018 23:45:27
  |
osa  |
Upgrade from 1.13.11 to 1.13.12.
While I'm here add back modsecurity3 distinfo records.
<ChangeLog>
*) Bugfix: connections with gRPC backends might be closed unexpectedly
when returning a large response.
</ChangeLog> |
1.13.11 08 Apr 2018 21:11:08
  |
osa  |
Upgrade from 1.13.10 to 1.13.11.
While I'm here upgrade next third-party modules to their
recent version:
o) passenger;
o) njs.
<ChangeLog>
*) Feature: the "proxy_protocol" parameter of the "listen" directive now
supports the PROXY protocol version 2.
*) Bugfix: nginx could not be built with OpenSSL 1.1.1 statically on
Linux.
*) Bugfix: in the "http_404", "http_500", etc. parameters of the
"proxy_next_upstream" directive.
</ChangeLog> |
1.13.10 22 Mar 2018 23:53:55
  |
osa  |
Add modsecurity v3 distinfo entries.
PR: 226848 |
1.13.10 21 Mar 2018 23:13:57
  |
osa  |
Upgrade from 1.13.9 to 1.13.10.
Upgrade third-party modules to their recent version.
<ChangeLog>
*) Feature: the "set" parameter of the "include" SSI directive now
allows writing arbitrary responses to a variable; the
"subrequest_output_buffer_size" directive defines maximum response
size.
*) Feature: now nginx uses clock_gettime(CLOCK_MONOTONIC) if available,
to avoid timeouts being incorrectly triggered on system time changes.
*) Feature: the "escape=none" parameter of the "log_format" directive.
Thanks to Johannes Baiter and Calin Don. (Only the first 15 lines of the commit message are shown above ) |
1.13.9 11 Mar 2018 17:38:46
  |
brnrd  |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
1.13.9 21 Feb 2018 03:47:53
  |
osa  |
Upgrade from 1.13.8 to 1.13.9.
Upgrade third-party modules to their recent version.
Remove needless patches.
<ChangeLog>
*) Feature: HTTP/2 server push support; the "http2_push" and
"http2_push_preload" directives.
*) Bugfix: "header already sent" alerts might appear in logs when using
cache; the bug had appeared in 1.9.13.
*) Bugfix: a segmentation fault might occur in a worker process if the
"ssl_verify_client" directive was used and no SSL certificate was
specified in a virtual server.
*) Bugfix: in the ngx_http_v2_module.
*) Bugfix: in the ngx_http_dav_module.
</ChangeLog> |
1.13.8 05 Jan 2018 20:03:34
  |
osa  |
Upgrade from 1.13.7 to 1.13.8.
While I'm here remove needless patch.
<ChangeLog>
*) Feature: now nginx automatically preserves the CAP_NET_RAW capability
in worker processes when using the "transparent" parameter of the
"proxy_bind", "fastcgi_bind", "memcached_bind", "scgi_bind", and
"uwsgi_bind" directives.
*) Feature: improved CPU cache line size detection.
Thanks to Debayan Ghosh.
*) Feature: new directives in vim syntax highlighting scripts. (Only the first 15 lines of the commit message are shown above ) |
1.13.7_3 15 Dec 2017 00:56:39
  |
osa  |
Use @postexec keyword instead of deprecated @exec one in pkg-plist.
Bump PORTREVISION.
While I'm here upgrade third-party fancyindex module to the latest
version - 0.4.2. |
1.13.7_2 05 Dec 2017 03:49:20
  |
osa  |
Add third-party vts (virtual host traffic status) module.
Suggested by: "Eugene M. Zheganin" <emz@norma.perm.ru> |
1.13.7_2 05 Dec 2017 03:17:30
  |
osa  |
Upgrade next third-party modules to their recent versions:
o) njs;
o) echo;
o) lua;
o) nchan;
o) redis2;
o) srcache;
o) tarantul;
o) vod.
Remove needless patches cause most of them have been added to their
upstreams. |
1.13.7_2 05 Dec 2017 02:09:22
  |
osa  |
Switch to fork that uses new brotli ABI.
Thanks to: Evgenii Kliuchnikov <eustas@google.com>
PR: 224000
While I'm here add CONFLICTS_INSTALL and PORTSCOUNT.
Bump PORTREVISION. |
1.13.7_1 29 Nov 2017 00:43:23
  |
osa  |
Update from 5.1.11 to 5.1.12:
o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel. |
1.13.7_1 26 Nov 2017 02:14:19
  |
osa  |
Upgrade from 1.13.6 to 1.13.7.
<ChangeLog>
*) Bugfix: in the $upstream_status variable.
*) Bugfix: a segmentation fault might occur in a worker process if a
backend returned a "101 Switching Protocols" response to a
subrequest.
*) Bugfix: a segmentation fault occurred in a master process if a shared
memory zone size was changed during a reconfiguration and the
reconfiguration failed.
*) Bugfix: in the ngx_http_fastcgi_module. (Only the first 15 lines of the commit message are shown above ) |
1.13.6_1 21 Oct 2017 06:50:50
  |
jbeich  |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
1.13.6 18 Oct 2017 16:58:39
  |
osa  |
Security (*) upgrade from 5.1.8 to 5.1.11:
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx-devel;
MFH: 2017Q4
See
details: https://blog.phusion.nl/2017/10/13/passenger-security-advisory-5-1-11/ |
1.13.6 12 Oct 2017 15:57:51
  |
mat  |
Remove WANT_GNOME and HAVE_GNOME.
Approved by: bapt kwm
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12643 |
1.13.6 11 Oct 2017 02:34:40
  |
osa  |
Upgrade from 1.13.5 to 1.13.6.
<ChangeLog>
*) Bugfix: switching to the next upstream server in the stream module
did not work when using the "ssl_preread" directive.
*) Bugfix: in the ngx_http_v2_module.
Thanks to Piotr Sikora.
*) Bugfix: nginx did not support dates after the year 2038 on 32-bit
platforms with 64-bit time_t.
*) Bugfix: in handling of dates prior to the year 1970 and after the
year 10000. (Only the first 15 lines of the commit message are shown above ) |
1.13.5 23 Sep 2017 20:34:20
  |
osa  |
Do the port clean-up:
o) replace `!empty(PORT_OPTIONS:M...)' with `${PORT_OPTIONS:M...}';
o) http_accesskey was removed in r439844, cleanup it.
Do not bump PORTREVISION.
PR: 222338 |
1.13.5 07 Sep 2017 21:15:16
  |
osa  |
Upgrade from 5.1.5 to 5.1.8:
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx; (*)
o) third-party passenger module for www/nginx-devel.
Approved by: joneum (maintainer) (*) |
1.13.5 07 Sep 2017 18:12:35
  |
joneum  |
- www/nginx-devel: Update from 1.13.4 to 1.13.5
- Changelog:
*) Feature: the $ssl_client_escaped_cert variable.
*) Bugfix: the "ssl_session_ticket_key" directive and the "include"
parameter of the "geo" directive did not work on Windows.
*) Bugfix: incorrect response length was returned on 32-bit platforms
when requesting more than 4 gigabytes with multiple ranges.
*) Bugfix: the "expires modified" directive and processing of the
"If-Range" request header line did not use the response last
modification time if proxying without caching was used.
Approved by: osa (maintainer)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D12247 |
1.13.4 06 Sep 2017 20:08:12
  |
osa  |
Upgrade third-party njs module from 0.1.10 to post-0.1.13.
Do not bump PORTREVISION. |
1.13.4 11 Aug 2017 08:07:34
  |
joneum  |
- www/nginx-devel: Update from 1.13.3 to 1.13.4
- pet Portlint
- Changelog:
*) Feature: the ngx_http_mirror_module.
*) Bugfix: client connections might be dropped during configuration
testing when using the "reuseport" parameter of the "listen"
directive on Linux.
*) Bugfix: request body might not be available in subrequests if it was
saved to a file and proxying was used.
*) Bugfix: cleaning cache based on the "max_size" parameter did not work
on Windows.
*) Bugfix: any shared memory allocation required 4096 bytes on Windows.
*) Bugfix: nginx worker might be terminated abnormally when using the
"zone" directive inside the "upstream" block on Windows.
Approved by: osa (maintainer)
Approved by: miwi (mentor)
MFH: 2017Q3
Differential Revision: https://reviews.freebsd.org/D11951 |
1.13.3 13 Jul 2017 11:17:36
  |
osa  |
Updade third-party ngx_brotli module to recent version, update
dependences.
No cookie for: brnrd |
1.13.3 12 Jul 2017 00:21:05
  |
osa  |
Security upgrade to 1.13.3.
MFH: 2017Q3
Security: CVE-2017-7529 |
1.13.2 04 Jul 2017 15:44:05
  |
osa  |
Upgrade third-party clojure module from 0.4.4 to 0.4.5. |
1.13.2 04 Jul 2017 15:37:06
  |
osa  |
Update from 5.1.4 to 5.1.5:
o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel. |
1.13.2 01 Jul 2017 14:29:39
  |
osa  |
Upgrade from 1.13.1 to 1.13.2.
<ChangeLog>
*) Change: nginx now returns 200 instead of 416 when a range starting
with 0 is requested from an empty file.
*) Feature: the "add_trailer" directive.
Thanks to Piotr Sikora.
*) Bugfix: nginx could not be built on Cygwin and NetBSD; the bug had
appeared in 1.13.0.
*) Bugfix: nginx could not be built under MSYS2 / MinGW 64-bit.
Thanks to Orgad Shaneh.
*) Bugfix: a segmentation fault might occur in a worker process when
using SSI with many includes and proxy_pass with variables.
*) Bugfix: in the ngx_http_v2_module.
Thanks to Piotr Sikora.
</ChangeLog> |
1.13.1 09 Jun 2017 23:58:55
  |
osa  |
Add third-party vod module.
Requsted by: Alexander Ushakov <alexander@tauruna.ru> |
1.13.1 31 May 2017 01:35:21
  |
osa  |
Remove the legacy third-party module checksums.
Do not bump PORTREVISION. |
1.13.1 31 May 2017 01:29:46
  |
osa  |
Upgrade from 1.13.0 to 1.13.1.
<ChangeLog>
*) Feature: now a hostname can be used as the "set_real_ip_from"
directive parameter.
*) Feature: vim syntax highlighting scripts improvements.
*) Feature: the "worker_cpu_affinity" directive now works on DragonFly
BSD.
Thanks to Sepherosa Ziehau.
*) Bugfix: SSL renegotiation on backend connections did not work when
using OpenSSL before 1.1.0. (Only the first 15 lines of the commit message are shown above ) |
1.13.0_3 21 May 2017 19:05:01
  |
osa  |
A customer has reported about an issue when unable to load a dynamic
module because of wrong order of those modules in the default confi-
guration file, so remove the auto generation of the load modules list.
Bump PORTREVISION. |
1.13.0_2 13 May 2017 20:34:50
  |
osa  |
Upgrade from 5.1.3 to 5.1.4:
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx and www/nginx-devel. |
1.13.0_2 11 May 2017 21:22:28
  |
osa  |
Fix the build when libressl defined.
Bump PORTREVISION.
Reported by: many |
1.13.0_1 03 May 2017 22:33:19
  |
osa  |
Upgrade third-party http_auth_pam module from 1.2 to 1.5.1.
Change upstream to github.
It's possible to build the module as dynamic now.
Do not bump PORTREVISION. |
1.13.0_1 03 May 2017 22:16:25
  |
osa  |
Upgrade third-party auth_digest module from cc61b4a to 519dc2a,
it's possible to build it as dynamic module.
Do not bump PORTREVISION. |
1.13.0_1 03 May 2017 22:03:09
  |
osa  |
Upgrade third-party memc module from 0.17 to 0.18.
Remove the needless patch (incorporated into upstream).
Do not bump PORTREVISION. |
1.13.0_1 03 May 2017 21:36:42
  |
osa  |
Upgrade from 5.1.2 to 5.1.3:
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx and www/nginx-devel. |
1.13.0_1 01 May 2017 23:30:03
  |
osa  |
Fix third-party lua-nginx module build with LibreSSL.
While I'm here clean-up distinfo from the checksums of legacy
third-party modules.
Do not bump PORTREVISION.
PR: 218595 |
1.13.0_1 30 Apr 2017 20:56:09
  |
osa  |
Add IPV6 support knob back.
Remove obsolete third-party modules:
o) http_accesskey;
o) xrid_header. (*)
Bump PORTREVISION.
PR: 218956 (*) |
1.13.0 25 Apr 2017 23:30:58
  |
osa  |
Upgrade from 1.12.0 to latest "mainline" 1.13.0.
<ChangeLog>
*) Change: SSL renegotiation is now allowed on backend connections.
*) Feature: the "rcvbuf" and "sndbuf" parameters of the "listen"
directives of the mail proxy and stream modules.
*) Feature: the "return" and "error_page" directives can now be used to
return 308 redirections.
Thanks to Simon Leblanc.
*) Feature: the "TLSv1.3" parameter of the "ssl_protocols" directive.
*) Feature: when logging signals nginx now logs PID of the process which
sent the signal.
*) Bugfix: in memory allocation error handling.
*) Bugfix: if a server in the stream module listened on a wildcard
address, the source address of a response UDP datagram could differ
from the original datagram destination address.
</ChangeLog> |
1.12.0 16 Apr 2017 13:25:41
  |
osa  |
Move the patches for third-party lua module to lua code block.
Do not bump PORTREVISION.
PR: 218683 |
1.12.0 15 Apr 2017 17:39:36
  |
osa  |
Remove IPV6 knob, IPv6 now compiled-in automatically if support is found.
Upgrade third-party upload module, enable it back.
Upgrade third-party http_auth_krb5 module to 0c6ff3f.
Upgrade third-party njs module to 0.1.10. |
1.12.0 15 Apr 2017 16:09:01
  |
osa  |
Enable third_party mod_zip module back by changing upstream.
Do not bump PORTREVISION. |
1.12.0 15 Apr 2017 15:55:19
  |
osa  |
Upgrade from 1.11.10 to 1.12.0.
ChangeLog: http://nginx.org/en/CHANGES-1.12
Also, remove third-party modules:
o) udplog
o) statsd
Upgrade third-party modules:
o) lua to 0.10.8
o) upstream_fair to b5be36f (upstream has been changed)
Please see this comment in case of the production use of the lua module:
https://github.com/openresty/lua-nginx-module/pull/1017#issuecomment-294076002
Patches obtained from:
o)
https://github.com/openresty/lua-nginx-module/commit/0459a285ca0159d45e73da8bd1164edb5c57cde3
o)
https://github.com/SpiderLabs/ModSecurity/pull/1373/commits/d19df159043106a4d6dfd113696900b5b0dae24b |
1.11.10 21 Feb 2017 00:41:18
  |
osa  |
Upgrade from 1.11.9 to 1.11.10.
<ChangeLog>
*) Change: cache header format has been changed, previously cached
responses will be invalidated.
*) Feature: support of "stale-while-revalidate" and "stale-if-error"
extensions in the "Cache-Control" backend response header line.
*) Feature: the "proxy_cache_background_update",
"fastcgi_cache_background_update", "scgi_cache_background_update",
and "uwsgi_cache_background_update" directives.
*) Feature: nginx is now able to cache responses with the "Vary" header (Only the first 15 lines of the commit message are shown above ) |
1.11.9_1 14 Feb 2017 03:30:07
  |
osa  |
Upgrade third-party modules:
o) fancyindex from 0.3.6 to 0.4.1;
o) encrypted-session from 0.05 to 0.06. |
1.11.9_1 11 Feb 2017 22:46:59
  |
osa  |
Upgrade from 5.0.30 to 5.1.2:
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx and www/nginx-devel. |
1.11.9_1 05 Feb 2017 21:20:24
  |
tijl  |
- Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile so
bsd.default-versions.mk can rely on ARCH being defined.
- In bsd.port.mk move inclusion of bsd.default-versions.mk from the
pre-makefile section to the options section so the variables can be used
earlier. Also put the bit of code sitting between the options section and
the pre-makefile section into the options section.
- Remove last few cases where ports set WITH_OPENSSL_PORT. This variable is
handled in bsd.default-versions.mk and some ports were setting it after
including bsd.port.options.mk. After FreeBSD 9 EoL all but a few ports,
and then only when setting non-default options, work without setting that
variable.
PR: 215996
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.11.9 01 Feb 2017 23:22:34
  |
osa  |
Upgrade third-party njs module from f8c642a (0.1.6+) to f106743 (aka 0.1.9). |
1.11.9 01 Feb 2017 23:09:29
  |
osa  |
Upgrade third-party ct module from f3cad5e (aka 1.2.0) to 1.3.2. |
1.11.9 01 Feb 2017 01:02:06
  |
osa  |
Upgrade from 1.11.8 to 1.11.9.
<ChangeLog>
*) Bugfix: nginx might hog CPU when using the stream module; the bug had
appeared in 1.11.5.
*) Bugfix: EXTERNAL authentication mechanism in mail proxy was accepted
even if it was not enabled in the configuration.
*) Bugfix: a segmentation fault might occur in a worker process if the
"ssl_verify_client" directive of the stream module was used.
*) Bugfix: the "ssl_verify_client" directive of the stream module might
not work. (Only the first 15 lines of the commit message are shown above ) |
1.11.8 01 Feb 2017 00:54:32
  |
osa  |
Upgrade third-party lua module from 0.10.6 to 0.10.7. |