| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Bump PORTREVISION.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update third-party passenger module to 6.0.22.
<ChangeLog>
*) Security: when using HTTP/3, processing of a specially crafted QUIC
session might cause a worker process crash, worker process memory
disclosure on systems with MTU larger than 4096 bytes, or might have
potential other impact (CVE-2024-32760, CVE-2024-31079,
CVE-2024-35200, CVE-2024-34161).
Thanks to Nils Bars of CISPA.
*) Feature: variables support in the "proxy_limit_rate",
"fastcgi_limit_rate", "scgi_limit_rate", and "uwsgi_limit_rate"
directives.
*) Bugfix: reduced memory consumption for long-lived requests if "gzip",
"gunzip", "ssi", "sub_filter", or "grpc_pass" directives are used.
*) Bugfix: nginx could not be built by gcc 14 if the --with-atomic
option was used.
Thanks to Edgar Bonet.
*) Bugfixes in HTTP/3.
<ChangeLog>
|
|
|
|
| |
Bump PORTREVISION.
|
|
|
|
|
|
|
| |
o) lua 0.10.25 -> 0.10.26rc1
o) passenger 6.0.18 -> 6.0.19
Bump PORTREVISION.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION for www/nginx-devel.
<ChangeLog>
* Adds support for arm (aarch64) rpm packages.
* Adds Ubuntu 23.04 "Lunar" packages, removes Ubuntu 22.10
"Kinetic" packages.
* Removes packages for Debian 9 "Stretch" (EOL June 2022).
* [RPM] Changes to building Nginx module packages for the latest
supported Nginx module stream instead of the default.
* [Ruby] Makes Passenger more resilient to invalid byte sequences
when loading the Ruby native extension. Contributed by Drew Wells.
* [Ruby] Add an `unhandled_exception_before_exit` event callback.
Contributed by James Tomson.
* [Nginx] Upgrades preferred Nginx to 1.24.0 from 1.22.1.
* Updated various library versions used in precompiled binaries
(used for e.g. gem installs):
- cmake: 3.25.1 -> 3.26.4
- curl: 7.87.0 -> 8.1.2
- git: 2.39.0 -> 2.41.0
- gnupg: 2.4.0 -> 2.4.2
- libgcrypt: 1.10.1 -> 1.10.2
- libgpg_error: 1.46 -> 1.47
- openssl: 3.0.7 -> 3.1.1
- rubygems: 3.4.3 -> 3.4.13
- zstd: 1.5.2 -> 1.5.5
- rubies:
- 2.7.7 -> 2.7.8
- 3.0.5 -> 3.0.6
- 3.1.3 -> 3.1.4
- 3.2.0 -> 3.2.2
</ChangeLog>
|
|
|
|
| |
Bump PORTREVISION for www/nginx-devel.
|
|
|
|
|
|
| |
Update third-party passenger module for www/nginx-devel. (*)
Bump PORTREVISION. (*)
|
|
|
|
| |
Update third-party Passenger module for www/nginx-devel.
|
|
|
|
| |
Bump PORTREVISION.
|
|
|
|
| |
Bump PORTREVISION.
|
| |
|
|
|
|
|
| |
The issue was introduced by: 2e741e74b8db691f3cae0abf8482ade801fb74f4
PR: 254824
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/phusion/passenger/compare/release-6.0.6...release-6.0.7
Bump PORTREVISION.
Notes:
svn path=/head/; revision=556173
|
|
|
|
|
|
|
| |
from 6.0.5 to 6.0.6.
Notes:
svn path=/head/; revision=542274
|
|
|
|
|
|
|
|
|
| |
6.0.4 to 6.0.5.
Bump PORTREVISION for www/nginx-devel.
Notes:
svn path=/head/; revision=538057
|
|
|
|
| |
Notes:
svn path=/head/; revision=512305
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o) ip2location
o) ip2proxy
Add third-party slice_ahead feature.
Update third-party passenger module to the latest release 6.0.3.
Switch third-party lua module dependence from lang/luajit (2.0) to
lang/luajit-openresty (2.1).
Bump PORTREVISION.
Notes:
svn path=/head/; revision=512184
|
|
|
|
|
|
|
|
|
| |
www/nginx-devel from 6.0.1 to 6.0.2.
Bump PORTREVISION for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=494213
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=490077
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=486475
|
|
|
|
|
|
|
| |
www/nginx-devel ports to 5.3.7.
Notes:
svn path=/head/; revision=486073
|
|
|
|
|
|
|
|
| |
www/nginx and www/nginx-devel from 5.3.4 to 5.3.5.
Bump PORTREVISIONs where it's necessary.
Notes:
svn path=/head/; revision=480657
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=476419
|
|
|
|
|
|
|
| |
and www/nginx-devel from 5.3.2 to 5.3.3.
Notes:
svn path=/head/; revision=473856
|
|
|
|
|
|
|
| |
www/nginx and www/nginx-devel from 5.3.1 to 5.3.2.
Notes:
svn path=/head/; revision=473206
|
|
|
|
| |
Notes:
svn path=/head/; revision=470011
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=469801
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=466832
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
*) Feature: the $ssl_preread_alpn_protocols variable in the
ngx_stream_ssl_preread_module.
*) Feature: the ngx_http_grpc_module.
*) Bugfix: in memory allocation error handling in the "geo" directive.
*) Bugfix: when using variables in the "auth_basic_user_file" directive
a null character might appear in logs.
Thanks to Vadim Filimonov.
</ChangeLog>
Notes:
svn path=/head/; revision=465248
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=455088
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
Notes:
svn path=/head/; revision=452356
|
|
|
|
|
|
|
|
|
|
|
| |
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) (*)
Notes:
svn path=/head/; revision=449429
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=445024
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=440855
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=440047
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=433920
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=419162
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=418452
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=414894
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=414085
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=409928
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=409253
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=407932
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=403349
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=400104
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=397903
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=397090
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=395446
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=393918
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=392328
|