Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.25.2_5 20 Sep 2023 23:23:06
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: bump PORTREVISION (+)
... after devel/opentelemetry-cpp update. |
1.25.2_4 17 Sep 2023 20:07:12
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update OTel module to the recent commit
Bump PORTREVISION. |
1.25.2_3 17 Sep 2023 15:32:45
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: fix OTel module build (+)
Special thanks to: pluknet
Bump PORTREVISION. |
1.25.2_2 16 Sep 2023 17:41:06
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: add NGINX Open Telemetry module (+)
Bump PORTREVISON. |
1.25.2_1 16 Sep 2023 17:34:55
    |
Sergey A. Osokin (osa)  |
*/*: update NGINX JavaScript: 0.8.0 -> 0.8.1 (+)
<ChangeLog>
nginx modules:
*) Feature: introduced js_periodic directive.
The directive specifies a JS handler to run at regular intervals.
*) Feature: implemented items() method for a shared dictionary.
The method returns all the non-expired key-value pairs.
*) Bugfix: fixed size() and keys() methods of a shared dictionary.
*) Bugfix: fixed erroneous exception in r.internalRedirect()
introduced in 0.8.0.
Core:
*) Bugfix: fixed incorrect order of keys in
Object.getOwnPropertyNames().
</ChangeLog> |
1.25.2 15 Aug 2023 20:25:54
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update 1.25.1 -> 1.25.2 (+)
Remove or update legacy post-patch targets.
<Changelog>
*) Feature: path MTU discovery when using HTTP/3.
*) Feature: TLS_AES_128_CCM_SHA256 cipher suite support when using
HTTP/3.
*) Change: now nginx uses appname "nginx" when loading OpenSSL
configuration.
*) Change: now nginx does not try to load OpenSSL configuration if the
--with-openssl option was used to built OpenSSL and the OPENSSL_CONF
environment variable is not set.
*) Bugfix: in the $body_bytes_sent variable when using HTTP/3.
*) Bugfix: in HTTP/3.
</Changelog> |
1.25.1_5 25 Jul 2023 17:48:55
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party cache_purge module to fix crashes
Bump PORTREVISION.
PR: 272546 |
1.25.1_4 25 Jul 2023 17:19:37
    |
Sergey A. Osokin (osa)  |
www/*: update Passenger 6.0.17 -> 6.0.18
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. (Only the first 15 lines of the commit message are shown above ) |
1.25.1_3 13 Jul 2023 00:07:54
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: add missing configure option for http_xslt module (+)
Bump PORTREVISION. |
1.25.1_2 12 Jul 2023 02:20:38
    |
Sergey A. Osokin (osa)  |
*/*: update NGINX JavaScript: 0.7.12 -> 0.8.0 (+)
<ChangeLog>
nginx modules:
*) Change: removed special treatment of forbidden headers in Fetch API
introduced in 0.7.10.
*) Change: removed deprecated since 0.5.0 r.requestBody and
r.responseBody in HTTP module.
*) Change: throwing an exception in r.internalRedirect() while
filtering in HTTP module.
(Only the first 15 lines of the commit message are shown above ) |
1.25.1_1 30 Jun 2023 23:09:20
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: third-party lua module update to v0.10.25
Bump PORTREVISION. |
1.25.1 13 Jun 2023 17:01:41
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update 1.25.0 -> 1.25.1
<Changelog>
*) Feature: the "http2" directive, which enables HTTP/2 on a per-server
basis; the "http2" parameter of the "listen" directive is now
deprecated.
*) Change: HTTP/2 server push support has been removed.
*) Change: the deprecated "ssl" directive is not supported anymore.
*) Bugfix: in HTTP/3 when using OpenSSL.
</Changelog> |
1.25.0 23 May 2023 19:54:43
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update from 1.24.0 to 1.25.0
Enable HTTPv3 protocol by default.
Remove third-party clojure module due to a build issue.
The OpenSSL compatibility layer, which emulates BoringSSL
QUIC API for OpenSSL, is enabled by default, and 0-RTT is
not supported in this mode.
Alternativly, it's possible to build nginx with a third-party
library from ports tree, that provides QUIC support:
o) BoringSSL
o) LibreSSL
o) QuicTLS
<Changelog>
*) Feature: experimental HTTP/3 support.
</Changelog> |
1.24.0_6 11 May 2023 15:56:05
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update HTTPv3/QUIC patch
Bump PORTREVISION. |
1.24.0_5 07 May 2023 22:03:53
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party devel_kit module to 0.3.2
Bump PORTREVISION. |
1.24.0_4 22 Apr 2023 17:30:31
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party video-thumbextractor module
Bump PORTREVISION. |
1.24.0_3 18 Apr 2023 14:53:35
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: third-party modules update (+)
o) clojure to 0.6.0;
o) vts to its recent commit on GH.
Bump PORTREVISION. |
1.24.0_2 18 Apr 2023 13:20:22
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party http_auth_krb5 (spnego) module (+)
Resurrect GSSAPI radio button for http_auth_krb5 module, last one
builds just fine with both implementations now.
While I'm here:
o) sort pkg-plist;
o) update portscout.
Bump PORTREVISION. |
1.24.0_1 17 Apr 2023 22:32:22
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: fix build
Fix build for `ct' and `ldap' third-party modules.
Bump PORTREVISION. |
1.24.0 11 Apr 2023 18:14:42
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update 1.23.4 -> 1.24.0
Remove the following broken third-party modules:
o) dynamic_hc
o) small_light |
1.23.4_4 10 Apr 2023 21:10:30
    |
Sergey A. Osokin (osa)  |
*/*: update NGINX JavaScript 0.7.11 -> 0.7.12
<ChangeLog>
nginx modules:
*) Bugfix: fixed Headers() constructor in Fetch API.
Core:
*) Feature: added Hash.copy() method in "crypto" module.
*) Feature: added "zlib" module.
*) Improvement: added support for export {name as default}
statement.
*) Bugfix: fixed Number constructor according to the spec.
</ChangeLog> |
1.23.4_3 08 Apr 2023 15:54:17
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party lua module: 0.10.23 -> 0.10.24
Bump PORTREVISION. |
1.23.4_2 31 Mar 2023 04:42:05
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: is able to build with OpenSSL compatibility layer now
Here's the quote from README file.
A library that provides QUIC support is recommended to build nginx,
there are several of those available on the market:
o) BoringSSL
o) LibreSSL
o) QuicTLS
Alternatively, nginx can be configured with OpenSSL compatibility
layer, which emulates BoringSSL QUIC API for OpenSSL. This mode is
enabled by default if native QUIC support is not detected.
0-RTT is not supported in OpenSSL compatibility mode.
Bump PORTREVISION. |
1.23.4_1 31 Mar 2023 04:09:52
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update HTTPv3/QUIC patch
Bump PORTREVISION.
PR: 270523 |
1.23.4 28 Mar 2023 22:00:31
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update from 1.23.3 to 1.23.4
<Changelog>
*) Change: now TLSv1.3 protocol is enabled by default.
*) Change: now nginx issues a warning if protocol parameters of a
listening socket are redefined.
*) Change: now nginx closes connections with lingering if pipelining was
used by the client.
*) Feature: byte ranges support in the ngx_http_gzip_static_module.
*) Bugfix: port ranges in the "listen" directive did not work; the bug (Only the first 15 lines of the commit message are shown above ) |
1.23.3_10 16 Mar 2023 20:27:54
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party modules to their recent commits
o) headers_more
o) shibboleth
Bump PORTREVISION. |
1.23.3_9 09 Mar 2023 23:39:06
    |
Sergey A. Osokin (osa)  |
*/*: update NGINX JavaScript 0.7.10 -> 0.7.11
While I'm here drop pcre flavor support for lang/njs.
Bump PORTREVISION for www/nginx-devel.
<ChangeLog>
nginx modules:
*) Bugfix: added missed linking with libxml2 for the dynamic module.
The bug was introduced in 0.7.10.
Core:
*) Feature: added XMLNode API to modify XML documents. (Only the first 15 lines of the commit message are shown above ) |
1.23.3_8 09 Mar 2023 17:50:31
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: add fips-check third-party module
Bump PORTREVISION. |
1.23.3_7 02 Mar 2023 02:07:30
    |
Sergey A. Osokin (osa)  |
www/*: update passenger: 6.0.16 -> 6.0.17
Bump PORTREVISION for www/nginx-devel. |
1.23.3_6 02 Mar 2023 01:44:30
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party modules
Update third-party modules to their recent versions:
o) http_auth_pam: 1.5.1 -> 1.5.3
o) nchan (aka http_push): 1.3.1 -> 1.3.6
o) vod: 1.30 -> 1.31
Bump PORTREVISION. |
1.23.3_5 01 Mar 2023 20:18:21
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: switch to pcre2
The pcre library 8.45 has been released Jun 22nd, 2021 and is not
officially supported anymore.
The pcre2 support in nginx was introduced in 1.21.5, it's been
released Dec 28th, 2021. There're few modules are still require
devel/pcre, but since devel/pcre and devel/pcre2 can be coexist
and those few modules are happy with that, let's switch to pcre2
by default.
Also, while I'm here update third-party lua module to its
recent version - 0.10.23.
Bump PORTREVISION. |
1.23.3_4 07 Feb 2023 23:49:06
    |
Sergey A. Osokin (osa)  |
*/*: update NGINX JavaScript 0.7.9 -> 0.7.10
Bump PORTREVISION for www/nginx-devel.
<ChangeLog>
nginx modules:
*) Feature: added Request, Response and Headers ctors in Fetch API.
*) Bugfix: fixed nginx logger callback for calls in master process.
Core:
*) Feature: added signal support in CLI.
(Only the first 15 lines of the commit message are shown above ) |
1.23.3_3 31 Jan 2023 17:43:57
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update HTTPv3/QUIC patch to the recent commit
Bump PORTREVISION. |
1.23.3_2 19 Jan 2023 17:10:27
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party lua module 0.10.22 -> 0.10.23rc1
Remove the upstreamed patch.
Bump PORTREVISION. |
1.23.3_1 19 Jan 2023 16:22:31
    |
Sergey A. Osokin (osa)  |
www/*: update passenger: 6.0.15 -> 6.0.16
Update third-party passenger module for www/nginx-devel. (*)
Bump PORTREVISION. (*) |
1.23.3 18 Jan 2023 14:52:20
    |
Dima Panov (fluffy)  |
www/nginx-devel: unbreak build after 18c6e1827669 (+)
Changes in framework need adjustment for declared options.
*_USE=ruby now became as *_USES=ruby
Approved by: portmgr blanket |
1.23.3 13 Dec 2022 17:26:48
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update from 1.23.2 to 1.23.3
Update HTTPv3/QUIC patch.
<Changelog>
*) Bugfix: an error might occur when reading PROXY protocol version 2
header with large number of TLVs.
*) Bugfix: a segmentation fault might occur in a worker process if SSI
was used to process subrequests created by other modules.
Thanks to Ciel Zhao.
*) Workaround: when a hostname used in the "listen" directive resolves
to multiple addresses, nginx now ignores duplicates within these
addresses.
*) Bugfix: nginx might hog CPU during unbuffered proxying if SSL
connections to backends were used.
</Changelog> |
1.23.2_4 21 Nov 2022 12:52:59
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party modules to their recent commits
o) ip2location
o) ip2proxy
Bump PORTREVISION. |
1.23.2_3 17 Nov 2022 15:25:47
    |
Sergey A. Osokin (osa)  |
*/*: update NGINX JavaScript 0.7.8 -> 0.7.9
Bump PORTREVISION for www/nginx-devel.
<ChangeLog>
*) Bugfix: fixed Fetch Response prototype reinitialization.
When at least one js_import directive was declared in both HTTP
and Stream, ngx.fetch() returned inapproriate response in Stream.
The bug was introduced in 0.7.7.
Core:
*) Bugfix: fixed String.prototype.replace(re) if re.exec() returns
non-flat array. (Only the first 15 lines of the commit message are shown above ) |
1.23.2_2 25 Oct 2022 14:13:43
    |
Sergey A. Osokin (osa)  |
*/*: update NGINX JavaScript 0.7.7 -> 0.7.8
Bump PORTREVISION for www/nginx-devel.
<ChangeLog>
nginx modules:
*) Feature: added js_preload_object directive.
*) Feature: added ngx.conf_prefix property.
*) Feature: added s.sendUpstream() and s.sendDownstream()
in stream module.
(Only the first 15 lines of the commit message are shown above ) |
1.23.2_1 21 Oct 2022 11:35:34
    |
Dmitry Marakasov (amdmi3)  |
www/nginx-devel: fix option desc typo
Approved by: portmgr blanket |
1.23.2_1 20 Oct 2022 18:24:42
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update HTTPv3/QUIC patch
It's possible now to build NGINX HTTPv3/QUIC implementation with
another the LibreSSL 3.6.0.
Bump PORTREVISION. |
1.23.2 19 Oct 2022 13:55:28
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: security update from 1.23.1 to 1.23.2
<Changelog>
*) Security: processing of a specially crafted mp4 file by the
ngx_http_mp4_module might cause a worker process crash, worker
process memory disclosure, or might have potential other impact
(CVE-2022-41741, CVE-2022-41742).
*) Feature: the "$proxy_protocol_tlv_..." variables.
*) Feature: TLS session tickets encryption keys are now automatically
rotated when using shared memory in the "ssl_session_cache"
directive.
(Only the first 15 lines of the commit message are shown above ) |
1.23.1_9 04 Oct 2022 16:58:32
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party sts module
Bump PORTREVISION. |
1.23.1_8 04 Oct 2022 16:53:37
    |
Sergey A. Osokin (osa)  |
www/*: update Passenger 6.0.12 -> 6.0.15
Update third-party Passenger module for www/nginx-devel. |
1.23.1_7 25 Sep 2022 13:39:56
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: third-party modules management
o) update third-party lua module 0.10.21 -> 0.10.22
o) update third-party http_shibboleth to the recent commit
Bump PORTREVISION. |
1.23.1_6 17 Sep 2022 02:36:47
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: third-party modules management
Update third-party vts module to 0.2.1. (*)
Add third-party sts module.
Bump PORTREVISION.
Spotted by: Ken <mayhem30@gmail.com> (*) |
1.23.1_5 16 Sep 2022 18:40:48
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update HTTPv3/QUIC patch
Bump PORTREVISION. |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.23.1_4 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.23.1_4 30 Aug 2022 17:41:01
    |
Sergey A. Osokin (osa)  |
*/*: update NGINX JavaScript 0.7.6 -> 0.7.7
Bump PORTREVISION for www/nginx-devel.
<ChangeLog>
nginx modules:
*) Feature: the number of nginx configuration contexts where
js directives can be specified is extended.
HTTP: js_import, js_path, js_set and js_var are allowed
in server and location contexts. js_content, js_body_filter
and js_header_filter are allowed in 'if' context.
(Only the first 15 lines of the commit message are shown above ) |
1.23.1_3 23 Aug 2022 03:15:37
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: fix crash of the third-party http_auth_ldap module
Bump PORTREVISION.
PR: 265969 |
1.23.1_2 20 Aug 2022 18:07:00
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party nchan module 1.3.0 -> 1.3.1
Bump PORTREVISION. |
1.23.1_1 20 Jul 2022 14:23:26
    |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.23.1_1 19 Jul 2022 16:26:55
    |
Sergey A. Osokin (osa)  |
*/*: update NGINX JavaScript module 0.7.5 -> 0.7.6
<ChangeLog>
nginx modules:
*) Feature: improved r.args object. Added support for multiple
arguments with the same key. Added case sensitivity for
keys. Keys and values are percent-decoded now.
*) Bugfix: fixed r.headersOut setter for special headers.
Core:
*) Feature: added Symbol.for() and Symbol.keyfor(). (Only the first 15 lines of the commit message are shown above ) |
1.23.1 19 Jul 2022 16:18:11
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update from 1.23.0 to 1.23.1
Update the HTTPv3/QUIC patch.
<Changelog>
*) Feature: memory usage optimization in configurations with SSL
proxying.
*) Feature: looking up of IPv4 addresses while resolving now can be
disabled with the "ipv4=off" parameter of the "resolver" directive.
*) Change: the logging level of the "bad key share", "bad extension",
"bad cipher", and "bad ecpoint" SSL errors has been lowered from
"crit" to "info".
*) Bugfix: while returning byte ranges nginx did not remove the
"Content-Range" header line if it was present in the original backend
response.
*) Bugfix: a proxied response might be truncated during reconfiguration
on Linux; the bug had appeared in 1.17.5.
</Changelog> |
1.23.0_15 14 Jul 2022 14:52:34
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party geoip2 module
The module is compatible with 1.23.0 now.
Bump PORTREVISION.
Reported by: pluknet |
1.23.0_14 14 Jul 2022 13:04:34
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: fix segfaults in the third-party spnego module
Reported by: pluknet
Patch from: pluknet
Bump PORTREVISION. |
1.23.0_13 11 Jul 2022 19:20:52
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party drizzle module
Bump PORTREVISION. |
1.23.0_12 11 Jul 2022 17:42:22
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: add third-party clojure module back
Bump PORTREVISION.
Thanks to pluknet. |
1.23.0_11 11 Jul 2022 02:30:17
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: third-party modules management
Remove third-party clojure module.
Fix build for third-party upload_progress module. (*)
Obtained
from: https://github.com/masterzen/nginx-upload-progress-module/files/8980323/nginx_1.23.0.patch.txt
(*)
Bump PORTREVISION. |
1.23.0_10 11 Jul 2022 02:18:14
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: fix build for third-party http_redis module
Bump PORTREVISION. |
1.23.0_9 11 Jul 2022 01:58:37
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: manage third-party modules
Remove third-party http_response module, no updates since Jan 10, 2011.
Update third-party upload_progress module to its recent version,
a patch still requires to build with 1.23.0.
Bump PORTREVISION. |
1.23.0_8 11 Jul 2022 01:25:56
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party mod_zip module
Bump PORTREVISION. |
1.23.0_7 10 Jul 2022 22:44:59
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party sticky module
Bump PORTREVISION. |
1.23.0_6 10 Jul 2022 22:36:16
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party push-stream module
Bump PORTREVISION. |
1.23.0_5 10 Jul 2022 22:31:08
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party headers_more module
Bump PORTREVISION. |
1.23.0_4 10 Jul 2022 22:26:47
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party srcache module
Bump PORTREVISION. |
1.23.0_3 10 Jul 2022 22:19:21
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party naxsi module to its recent commit
Update third-party naxsi module to 29793dc, it's compatible with
nginx 1.23.0 now, also now it's possible to build the module with
PCRE2 support.
Bump PORTREVISION. |
1.23.0_2 10 Jul 2022 20:39:24
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party vod module 1.29 -> 1.30
Bump PORTREVISION. |
1.23.0_1 10 Jul 2022 20:31:53
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: enable third-party lua module back
Bump PORTREVISION. |
1.23.0 10 Jul 2022 20:13:27
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update from 1.22.0 to 1.23.0
Please note: the following third-party modules are require additional
patches (marked IGNORE):
o) clojure
o) headers_more
o) http_push_stream
o) http_redis
o) http_response
o) http_upload_progress
o) http_upstream_sticky
o) http_zip
o) lua
o) naxsi
o) srcache (Only the first 15 lines of the commit message are shown above ) |
1.22.0_7 21 Jun 2022 15:21:39
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update JavaScript module to 0.7.5
Bump PORTREVISION.
<ChangeLog>
nginx modules:
*) Change: adapting to changes in nginx header structures.
*) Bugfix: fixed r.headersOut special getters when value
is absent.
*) Change: returning undefined value instead of an empty string
for Content-Type when the header is absent. (Only the first 15 lines of the commit message are shown above ) |
1.22.0_6 19 Jun 2022 18:48:07
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update PORTSCOUT |
1.22.0_6 19 Jun 2022 18:46:02
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: simplify patching for the third-party gridfs module
No functional changes. |
1.22.0_6 17 Jun 2022 14:59:52
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party gridfs module
Bump PORTREVISION. |
1.22.0_5 14 Jun 2022 02:25:04
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party nchan (aka http_push) module
Bump PORTREVISION. |
1.22.0_4 10 Jun 2022 22:01:46
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party tarantool module
Bump PORTREVISION. |
1.22.0_3 03 Jun 2022 23:07:48
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: third-party modsecurity module update to 1.0.3 |
1.22.0_2 24 May 2022 16:34:00
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party lua module to 0.10.21
Bump PORTREVISION.
PR: 264149 |
1.22.0_1 24 May 2022 16:27:46
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update NGINX JavaScript module to 0.7.4
Bump PORTREVISION.
<ChangeLog>
nginx modules:
*) Feature: added extended directive to configure Fetch API.
The following directives were added: "js_fetch_timeout",
"js_fetch_verify", "js_fetch_buffer_size",
"js_fetch_max_response_buffer_size".
*) Change: r.internalRedirect() now accepts escaped URIs.
*) Bugfix: fixed Response parsing with more than 8 headers (Only the first 15 lines of the commit message are shown above ) |
1.22.0 24 May 2022 15:33:51
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update 1.21.6 -> 1.22.0
While I'm here update third-party ip2location to its recent commit.
<ChangeLog>
*) 1.22.x stable branch.
</ChangeLog> |
1.21.6_10 07 May 2022 15:19:39
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party modules
o) nchan (also know as http_push) from 1.2.12 to 1.2.15;
o) opentracing to 0.24.0.
Bump PORTREVISION. |
1.21.6_9 27 Apr 2022 21:02:40
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party upload module to the recent commit
Bump PORTREVISION. |
1.21.6_8 12 Apr 2022 12:44:06
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update NGINX JavaScript module to 0.7.3
Bump PORTREVISION.
<ChangeLog>
Core:
*) Feature: added support of module resolution callback.
This feature allows a host environment to control
how imported modules are loaded.
*) Bugfix: fixed backtraces while traversing imported user
modules.
*) Bugfix: fixed Array.prototype.concat() when "this" is a slow
array.
*) Bugfix: fixed frame allocation from an awaited frame.
*) Bugfix: fixed allocation of large array literals.
*) Bugfix: fixed interpreter when "toString" conversion fails.
</ChangeLog> |
1.21.6_7 11 Mar 2022 21:24:27
    |
Sergey A. Osokin (osa)  |
*/*: add new port NGINX JavaScript (njs) command line utility
NGINX JavaScript, also knows as njs, is a subset of the JavaScript
language that allows extending nginx functionality. njs is created
in compliance with ECMAScript 5.1 (strict mode) with some ECMAScript 6
and later extensions. It's easy to use njs command line utility to
develop and debug additional functionality. Also, it's light-weight
and very useful as a shebang in some cases as the nodejs substitutor.
Remove build of njs command-line utlity from the www/nginx-devel (*)
process.
Bump PORTREVISION. (*) |
1.21.6_6 09 Mar 2022 02:46:33
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party lua module
Update third-party lua module from v0.10.21rc1 to v0.10.21rc2.
Bump PORTREVISION. |
1.21.6_5 18 Feb 2022 00:06:08
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party ngx_fancyindex module
Update third-party ngx-fancyindex module from v0.5.1 to v0.5.2.
Bump PORTREVISION. |
1.21.6_4 01 Feb 2022 14:57:26
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update HTTPv3/QUIC patch to the recent commit |
1.21.6_3 28 Jan 2022 15:27:03
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party modules
o) lua from 0.10.20 to 0.10.21rc1
o) encrypted-session from 0.08 to 0.09
Bump PORTREVISION. |
1.21.6_2 27 Jan 2022 23:14:18
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party vod module to 1.29
Update the list of dependences for the module.
Bump PORTREVISION. |
1.21.6_1 27 Jan 2022 16:26:43
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update third-party spnego-http-auth module
The Kerberos MIT implementation is the only one is supported by the
third-party spnego module, so remove needless staff.
Bump PORTREVISION. |
1.21.6 25 Jan 2022 15:25:56
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update from 1.21.5 to 1.21.6.
<Changelog>
*) Bugfix: when using EPOLLEXCLUSIVE on Linux client connections were
unevenly distributed among worker processes.
*) Bugfix: nginx returned the "Connection: keep-alive" header line in
responses during graceful shutdown of old worker processes.
*) Bugfix: in the "ssl_session_ticket_key" when using TLSv1.3.
</Changelog> |
1.21.5_12 25 Jan 2022 14:04:54
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update NGINX JavaScript module to 0.7.2.
Bump PORTREVISION.
<ChangeLog>
Core:
*) Bugfix: fixed Array.prototype.join() when array is changed
while iterating.
*) Bugfix: fixed Array.prototype.slice() when array is changed
while iterating.
*) Bugfix: fixed Array.prototype.concat() when array is changed (Only the first 15 lines of the commit message are shown above ) |
1.21.5_11 25 Jan 2022 13:59:51
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update HTTPv3/QUIC patch to the recent commit
Bump PORTREVISION. |
1.21.5_10 19 Jan 2022 13:31:27
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: update HTTPv3/QUIC patch to the recent commit
Bump PORTREVISION. |
1.21.5_9 17 Jan 2022 13:20:24
    |
Tobias Kortkamp (tobik)  |
*: Fix USE_GNOME usage
USE_GNOME no longer implies USES=gnome. USE_GNOME will not have
any effect unless you add USES=gnome yourself.
Reported by: portscan |
1.21.5_9 14 Jan 2022 04:30:33
    |
Sergey A. Osokin (osa)  |
nginx-devel/Makefile: update HTTPv3 patch to the recent commit
The extra-patch-httpv3 contains the README file now, previously a
diff for that file was omitted. To avoid a rejection for the README
file the original file from nginx distribution is going to be preserved.
Bump PORTREVISION. |
1.21.5_8 12 Jan 2022 12:25:38
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: fix dependences for some modules
HTTP_DAV_EXT module requires libraries, so let's define them
with a more canonical way.
While I'm here use the same way to define dependences for the
HTTP_XSLT module as well.
PR: 261134 |
1.21.5_7 11 Jan 2022 11:18:16
    |
Sergey A. Osokin (osa)  |
www/nginx-devel: able to build with security/openssl-quictls
While I'm here fix a typo in a start-up template, introduced in
c42df2fcbbeccbfb2d57f4d6d7558493d512d732.
Bump PORTREVISION.
Differential Revision: https://reviews.freebsd.org/D33773
Reviewed by: pluknet |