non port: www/nginx-devel/Makefile |
SVNWeb
|
Number of commits found: 1080 (showing only 100 on this page) |
Wed, 20 Sep 2023
|
[ 23:23 Sergey A. Osokin (osa) ] 24ff133
www/nginx-devel: bump PORTREVISION (+)
... after devel/opentelemetry-cpp update.
|
Sun, 17 Sep 2023
|
[ 20:07 Sergey A. Osokin (osa) ] 817d2bd
www/nginx-devel: update OTel module to the recent commit
Bump PORTREVISION.
|
[ 15:32 Sergey A. Osokin (osa) ] c39a8b9
www/nginx-devel: fix OTel module build (+)
Special thanks to: pluknet
Bump PORTREVISION.
|
Sat, 16 Sep 2023
|
[ 17:41 Sergey A. Osokin (osa) ] e178c2a
www/nginx-devel: add NGINX Open Telemetry module (+)
Bump PORTREVISON.
|
[ 17:34 Sergey A. Osokin (osa) ] 586a949
*/*: 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>
|
Tue, 15 Aug 2023
|
[ 20:25 Sergey A. Osokin (osa) ] a8967f0
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>
|
Tue, 25 Jul 2023
|
[ 17:48 Sergey A. Osokin (osa) ] 98ec221
www/nginx-devel: update third-party cache_purge module to fix crashes
Bump PORTREVISION.
PR: 272546
|
[ 17:19 Sergey A. Osokin (osa) ] f63af5f
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 )
|
Thu, 13 Jul 2023
|
[ 00:07 Sergey A. Osokin (osa) ] 22e4a04
www/nginx-devel: add missing configure option for http_xslt module (+)
Bump PORTREVISION.
|
Wed, 12 Jul 2023
|
[ 02:20 Sergey A. Osokin (osa) ] 30ba18e (Only the first 10 of 11 ports in this commit are shown above. )
*/*: 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 )
|
Fri, 30 Jun 2023
|
[ 23:09 Sergey A. Osokin (osa) ] b676167
www/nginx-devel: third-party lua module update to v0.10.25
Bump PORTREVISION.
|
Tue, 13 Jun 2023
|
[ 17:01 Sergey A. Osokin (osa) ] 6b6d036
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>
|
Tue, 23 May 2023
|
[ 19:54 Sergey A. Osokin (osa) ] ad934b7
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>
|
Thu, 11 May 2023
|
[ 15:56 Sergey A. Osokin (osa) ] 5ead4b9
www/nginx-devel: update HTTPv3/QUIC patch
Bump PORTREVISION.
|
Sun, 7 May 2023
|
[ 22:03 Sergey A. Osokin (osa) ] 0c2815b
www/nginx-devel: update third-party devel_kit module to 0.3.2
Bump PORTREVISION.
|
Sat, 22 Apr 2023
|
[ 17:30 Sergey A. Osokin (osa) ] d131143
www/nginx-devel: update third-party video-thumbextractor module
Bump PORTREVISION.
|
Tue, 18 Apr 2023
|
[ 14:53 Sergey A. Osokin (osa) ] 5b2a54b
www/nginx-devel: third-party modules update (+)
o) clojure to 0.6.0;
o) vts to its recent commit on GH.
Bump PORTREVISION.
|
[ 13:20 Sergey A. Osokin (osa) ] 5bae4e5
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.
|
Mon, 17 Apr 2023
|
[ 22:32 Sergey A. Osokin (osa) ] 2403435
www/nginx-devel: fix build
Fix build for `ct' and `ldap' third-party modules.
Bump PORTREVISION.
|
Tue, 11 Apr 2023
|
[ 18:14 Sergey A. Osokin (osa) ] b7d44cc
www/nginx-devel: update 1.23.4 -> 1.24.0
Remove the following broken third-party modules:
o) dynamic_hc
o) small_light
|
Mon, 10 Apr 2023
|
[ 21:10 Sergey A. Osokin (osa) ] 58b083f
*/*: 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>
|
Sat, 8 Apr 2023
|
[ 15:54 Sergey A. Osokin (osa) ] 50d4c8e
www/nginx-devel: update third-party lua module: 0.10.23 -> 0.10.24
Bump PORTREVISION.
|
Fri, 31 Mar 2023
|
[ 04:42 Sergey A. Osokin (osa) ] 3135fc3
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.
|
[ 04:09 Sergey A. Osokin (osa) ] 19ca0e1
www/nginx-devel: update HTTPv3/QUIC patch
Bump PORTREVISION.
PR: 270523
|
Tue, 28 Mar 2023
|
[ 22:00 Sergey A. Osokin (osa) ] 8e95d4d
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 )
|
Thu, 16 Mar 2023
|
[ 20:27 Sergey A. Osokin (osa) ] 9fea31a
www/nginx-devel: update third-party modules to their recent commits
o) headers_more
o) shibboleth
Bump PORTREVISION.
|
Thu, 9 Mar 2023
|
[ 23:39 Sergey A. Osokin (osa) ] ea54114
*/*: 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 )
|
[ 17:50 Sergey A. Osokin (osa) ] 82e3dfd
www/nginx-devel: add fips-check third-party module
Bump PORTREVISION.
|
Thu, 2 Mar 2023
|
[ 02:07 Sergey A. Osokin (osa) ] 25bd17e
www/*: update passenger: 6.0.16 -> 6.0.17
Bump PORTREVISION for www/nginx-devel.
|
[ 01:44 Sergey A. Osokin (osa) ] 6593a36
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.
|
Wed, 1 Mar 2023
|
[ 20:18 Sergey A. Osokin (osa) ] 220f031
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.
|
Tue, 7 Feb 2023
|
[ 23:49 Sergey A. Osokin (osa) ] d1b0448
*/*: 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 )
|
Tue, 31 Jan 2023
|
[ 17:43 Sergey A. Osokin (osa) ] 311d8ad
www/nginx-devel: update HTTPv3/QUIC patch to the recent commit
Bump PORTREVISION.
|
Thu, 19 Jan 2023
|
[ 17:10 Sergey A. Osokin (osa) ] a540b91
www/nginx-devel: update third-party lua module 0.10.22 -> 0.10.23rc1
Remove the upstreamed patch.
Bump PORTREVISION.
|
[ 16:22 Sergey A. Osokin (osa) ] 8dd69dfa
www/*: update passenger: 6.0.15 -> 6.0.16
Update third-party passenger module for www/nginx-devel. (*)
Bump PORTREVISION. (*)
|
Tue, 13 Dec 2022
|
[ 17:26 Sergey A. Osokin (osa) ] 36c55cd
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>
|
Mon, 21 Nov 2022
|
[ 12:52 Sergey A. Osokin (osa) ] c4253ac
www/nginx-devel: update third-party modules to their recent commits
o) ip2location
o) ip2proxy
Bump PORTREVISION.
|
Thu, 17 Nov 2022
|
[ 15:25 Sergey A. Osokin (osa) ] 06c49f3
*/*: 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 )
|
Tue, 25 Oct 2022
|
[ 14:13 Sergey A. Osokin (osa) ] facc6c7
*/*: 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 )
|
Thu, 20 Oct 2022
|
[ 18:24 Sergey A. Osokin (osa) ] 8ec44fa
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.
|
Wed, 19 Oct 2022
|
[ 13:55 Sergey A. Osokin (osa) ] 186e88a
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 )
|
Tue, 4 Oct 2022
|
[ 16:58 Sergey A. Osokin (osa) ] dd499e7
www/nginx-devel: update third-party sts module
Bump PORTREVISION.
|
[ 16:53 Sergey A. Osokin (osa) ] 25a7c95
www/*: update Passenger 6.0.12 -> 6.0.15
Update third-party Passenger module for www/nginx-devel.
|
Sun, 25 Sep 2022
|
[ 13:39 Sergey A. Osokin (osa) ] 547f06c
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.
|
Sat, 17 Sep 2022
|
[ 02:36 Sergey A. Osokin (osa) ] 9f66476
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> (*)
|
Fri, 16 Sep 2022
|
[ 18:40 Sergey A. Osokin (osa) ] f4638b1
www/nginx-devel: update HTTPv3/QUIC patch
Bump PORTREVISION.
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Tue, 30 Aug 2022
|
[ 17:41 Sergey A. Osokin (osa) ] 672d865
*/*: 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 )
|
Tue, 23 Aug 2022
|
[ 03:15 Sergey A. Osokin (osa) ] 7b8cbbf
www/nginx-devel: fix crash of the third-party http_auth_ldap module
Bump PORTREVISION.
PR: 265969
|
Sat, 20 Aug 2022
|
[ 18:07 Sergey A. Osokin (osa) ] 73f5d37
www/nginx-devel: update third-party nchan module 1.3.0 -> 1.3.1
Bump PORTREVISION.
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] e915e75 (Only the first 10 of 1623 ports in this commit are shown above. )
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 )
|
Tue, 19 Jul 2022
|
[ 16:26 Sergey A. Osokin (osa) ] 3a5b40a
*/*: 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 )
|
[ 16:18 Sergey A. Osokin (osa) ] 541f2d6
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>
|
Thu, 14 Jul 2022
|
[ 14:52 Sergey A. Osokin (osa) ] 1570c41
www/nginx-devel: update third-party geoip2 module
The module is compatible with 1.23.0 now.
Bump PORTREVISION.
Reported by: pluknet
|
[ 13:04 Sergey A. Osokin (osa) ] 0019e69
www/nginx-devel: fix segfaults in the third-party spnego module
Reported by: pluknet
Patch from: pluknet
Bump PORTREVISION.
|
Mon, 11 Jul 2022
|
[ 19:20 Sergey A. Osokin (osa) ] fdde9cc
www/nginx-devel: update third-party drizzle module
Bump PORTREVISION.
|
[ 17:42 Sergey A. Osokin (osa) ] 3364325
www/nginx-devel: add third-party clojure module back
Bump PORTREVISION.
Thanks to pluknet.
|
[ 02:30 Sergey A. Osokin (osa) ] fac9f62
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.
|
[ 02:18 Sergey A. Osokin (osa) ] d9c9555
www/nginx-devel: fix build for third-party http_redis module
Bump PORTREVISION.
|
[ 01:58 Sergey A. Osokin (osa) ] ff504a9
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.
|
[ 01:25 Sergey A. Osokin (osa) ] 79d5c3b
www/nginx-devel: update third-party mod_zip module
Bump PORTREVISION.
|
Sun, 10 Jul 2022
|
[ 22:44 Sergey A. Osokin (osa) ] 2a22e2a
www/nginx-devel: update third-party sticky module
Bump PORTREVISION.
|
[ 22:36 Sergey A. Osokin (osa) ] 60e9487
www/nginx-devel: update third-party push-stream module
Bump PORTREVISION.
|
[ 22:31 Sergey A. Osokin (osa) ] 083a551
www/nginx-devel: update third-party headers_more module
Bump PORTREVISION.
|
[ 22:26 Sergey A. Osokin (osa) ] 44a22d3
www/nginx-devel: update third-party srcache module
Bump PORTREVISION.
|
[ 22:19 Sergey A. Osokin (osa) ] 18ccca0
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.
|
[ 20:39 Sergey A. Osokin (osa) ] 58a1904
www/nginx-devel: update third-party vod module 1.29 -> 1.30
Bump PORTREVISION.
|
[ 20:31 Sergey A. Osokin (osa) ] 9274f29
www/nginx-devel: enable third-party lua module back
Bump PORTREVISION.
|
[ 20:13 Sergey A. Osokin (osa) ] dc7ad82
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 )
|
Tue, 21 Jun 2022
|
[ 15:21 Sergey A. Osokin (osa) ] 3d02ec7
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 )
|
Sun, 19 Jun 2022
|
[ 18:48 Sergey A. Osokin (osa) ] 75d1e0f
www/nginx-devel: update PORTSCOUT
|
[ 18:46 Sergey A. Osokin (osa) ] 68c6f28
www/nginx-devel: simplify patching for the third-party gridfs module
No functional changes.
|
Fri, 17 Jun 2022
|
[ 14:59 Sergey A. Osokin (osa) ] f001f9b
www/nginx-devel: update third-party gridfs module
Bump PORTREVISION.
|
Tue, 14 Jun 2022
|
[ 02:25 Sergey A. Osokin (osa) ] 4806802
www/nginx-devel: update third-party nchan (aka http_push) module
Bump PORTREVISION.
|
Fri, 10 Jun 2022
|
[ 22:01 Sergey A. Osokin (osa) ] ac59e44
www/nginx-devel: update third-party tarantool module
Bump PORTREVISION.
|
Fri, 3 Jun 2022
|
[ 23:07 Sergey A. Osokin (osa) ] e2a9acb
www/nginx-devel: third-party modsecurity module update to 1.0.3
|
Tue, 24 May 2022
|
[ 16:34 Sergey A. Osokin (osa) ] 56b2e9d
www/nginx-devel: update third-party lua module to 0.10.21
Bump PORTREVISION.
PR: 264149
|
[ 16:27 Sergey A. Osokin (osa) ] d3622b1
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 )
|
[ 15:33 Sergey A. Osokin (osa) ] 965a737
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>
|
Sat, 7 May 2022
|
[ 15:19 Sergey A. Osokin (osa) ] 82ea027
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.
|
Wed, 27 Apr 2022
|
[ 21:02 Sergey A. Osokin (osa) ] 73ff0e0
www/nginx-devel: update third-party upload module to the recent commit
Bump PORTREVISION.
|
Tue, 12 Apr 2022
|
[ 12:44 Sergey A. Osokin (osa) ] 775ccb6
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>
|
Fri, 11 Mar 2022
|
[ 21:24 Sergey A. Osokin (osa) ] a9108d8
*/*: 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. (*)
|
Wed, 9 Mar 2022
|
[ 02:46 Sergey A. Osokin (osa) ] eebf3d7
www/nginx-devel: update third-party lua module
Update third-party lua module from v0.10.21rc1 to v0.10.21rc2.
Bump PORTREVISION.
|
Fri, 18 Feb 2022
|
[ 00:06 Sergey A. Osokin (osa) ] 6ffc186
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.
|
Tue, 1 Feb 2022
|
[ 14:57 Sergey A. Osokin (osa) ] 117d256
www/nginx-devel: update HTTPv3/QUIC patch to the recent commit
|
Fri, 28 Jan 2022
|
[ 15:27 Sergey A. Osokin (osa) ] e13773c
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.
|
Thu, 27 Jan 2022
|
[ 23:14 Sergey A. Osokin (osa) ] 7995984
www/nginx-devel: update third-party vod module to 1.29
Update the list of dependences for the module.
Bump PORTREVISION.
|
[ 16:26 Sergey A. Osokin (osa) ] 50f5293
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.
|
Tue, 25 Jan 2022
|
[ 15:25 Sergey A. Osokin (osa) ] de23c20
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>
|
[ 14:04 Sergey A. Osokin (osa) ] bcffc49
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 )
|
[ 13:59 Sergey A. Osokin (osa) ] 5f4f061
www/nginx-devel: update HTTPv3/QUIC patch to the recent commit
Bump PORTREVISION.
|
Wed, 19 Jan 2022
|
[ 13:31 Sergey A. Osokin (osa) ] f9a2f32
www/nginx-devel: update HTTPv3/QUIC patch to the recent commit
Bump PORTREVISION.
|
Fri, 14 Jan 2022
|
[ 04:30 Sergey A. Osokin (osa) ] e3af330
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.
|
Wed, 12 Jan 2022
|
[ 12:25 Sergey A. Osokin (osa) ] cdc19d1
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
|
Tue, 11 Jan 2022
|
[ 11:18 Sergey A. Osokin (osa) ] bc5c2f7
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
|
Sun, 9 Jan 2022
|
[ 13:55 Sergey A. Osokin (osa) ] eb1eade
www/nginx-devel: remove rpath-specific configure options
Bump PORTREVISION.
|
Wed, 5 Jan 2022
|
[ 22:30 Sergey A. Osokin (osa) ] c42df2f
www/nginx-devel: able to customize the stop signal
Bump PORTREVISION.
PR: 254962
|
[ 16:47 Sergey A. Osokin (osa) ] cada189
www/nginx-devel: initial support for HTTPv3
Bump PORTREVISION.
Based on ideas from: ashish
|
Thu, 30 Dec 2021
|
[ 16:22 Sergey A. Osokin (osa) ] 270b0ad
www/nginx-devel: update third-party opentracing module
Update third-party opentracing module to its recent commit.
Bump PORTREVISION.
|
Number of commits found: 1080 (showing only 100 on this page) |