Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.22.1_5,3 09 Feb 2023 08:35:20
    |
Dima Panov (fluffy)  |
www/nginx: unbreak build after 6e1233be2292 (Convert USE_LDAP to USES=ldap)
Reported by: poudriere bulk -t
Approved by: portmgr blanket
Sponsored by: Serenity Cybersecurity, LLC |
1.22.1_5,3 31 Jan 2023 16:24:03
    |
Jochen Neumeister (joneum)  |
www/nginx: Update 3rd party module
Update NJS to 0.7.9
Sponsored by: Netzkommune GmbH |
1.22.1_4,3 30 Jan 2023 12:59:11
    |
Po-Chuan Hsieh (sunpoet)  |
www/libjwt: Update to 1.15.2
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/benmcollins/libjwt/releases
https://github.com/benmcollins/libjwt/commits/master |
1.22.1_3,3 30 Jan 2023 08:01:57
    |
Jochen Neumeister (joneum)  |
www/nginx: 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
Sponsored by: Netzkommune GmbH |
1.22.1_2,3 18 Jan 2023 14:52:19
    |
Dima Panov (fluffy)  |
www/nginx: unbreak build after 18c6e1827669 (+)
Changes in framework need adjustment for declared options.
*_USE=ruby now became as *_USES=ruby
Approved by: portmgr blanket |
1.22.1_2,3 20 Nov 2022 19:06:22
    |
Ryan Steinmetz (zi)  |
www/nginx: Update 3rd Party Modules: ip2location, ip2proxy |
1.22.1_2,3 10 Nov 2022 19:42:31
    |
Florian Smeets (flo)  Author: bagas |
www/nginx: Fix nginx after lua-resty-core update
Update 3rd party module ngx_http_lua_module to 0.10.22 otherwise nginx
fails to start with the following error message:
nginx: [alert] failed to load the 'resty.core' module
(https://github.com/openresty/lua-resty-core); ensure you are using an
OpenResty release from https://openresty.org/en/download.html (reason:
/usr/local/share/lua/5.1/resty/core/base.lua:23: ngx_http_lua_module
0.10.22 required) in /usr/local/etc/nginx/nginx.conf:76
This has been broken for almost two weeks, use the
"Trivial and tested build and runtime fixes" blanket from 22.8.1 of the
committers guide to prevent more people from breaking their production
setups. nginx-devel already has version 0.10.22 of the module.
PR: 267418 |
1.22.1_1,3 28 Oct 2022 10:45:09
    |
Jochen Neumeister (joneum)  |
www/nginx: Update 3rd Party Module NJS
Sponsored by: Netzkommund GmbH |
1.22.1,3 27 Oct 2022 19:12:52
    |
Jochen Neumeister (joneum)  |
www/nginx: Update to 1.22.1
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).
Sponsored by: Netzkommune GmbH |
1.22.0_9,3 10 Oct 2022 10:17:05
    |
Jochen Neumeister (joneum)  |
www/nginx: Update 3rd party Module
Update 3rd party Module Passenger to 6.0.15
Sponsored by: Netzkommune GmbH |
1.22.0_8,3 22 Sep 2022 23:07:16
    |
Jochen Neumeister (joneum)  |
www/nginx: Udate 3rd Party Module NJS
Update 3rd Party Module NJS to 0.7.7
Sponsored by: Netzkommune GmbH |
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.22.0_7,3 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.22.0_7,3 28 Jul 2022 17:11:47
    |
Jochen Neumeister (joneum)  |
www/nginx: Update 3rd party Module NJS
Update the NJS Modile to 0.7.6:
Notable new features:
- improved r.args:
Now, duplicate keys are returned as an array, keys are
case-sensitive, both keys and values are percent-decoded.
For example, the query string
'a=1&b=%32&A=3&b=4&B=two%20words'
is converted to r.args as:
{a: "1", b: ["2", "4"], A: "3", B: "two words"} (Only the first 15 lines of the commit message are shown above ) |
1.22.0_6,3 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.22.0_6,3 12 Jul 2022 16:50:57
    |
Jochen Neumeister (joneum)  |
www/nginx: revert to 1.22.0
reverted to 1.22.0 by my mistake, since 1.23.x is a mainline version
More Coffee for: joneum
Sponsored by: Netzkommune GmbH |
1.23.0,2 12 Jul 2022 08:28:34
    |
Jochen Neumeister (joneum)  |
www/nginx: Fix Portscout
Sponsored by: Netzkommune GmbH |
1.23.0,2 12 Jul 2022 08:25:18
    |
Jochen Neumeister (joneum)  |
www/nginx: Update to 1.23.0
Changes with nginx 1.23.0 21 Jun 2022
*) Change in internal API: now header lines are represented as linked
lists.
*) Change: now nginx combines arbitrary header lines with identical
names when sending to FastCGI, SCGI, and uwsgi backends, in the
$r->header_in() method of the ngx_http_perl_module, and during lookup
of the "$http_...", "$sent_http_...", "$sent_trailer_...",
"$upstream_http_...", and "$upstream_trailer_..." variables.
*) Bugfix: if there were multiple "Vary" header lines in the backend
response, nginx only used the last of them when caching. (Only the first 15 lines of the commit message are shown above ) |
1.22.0_6,2 21 Jun 2022 17:23:52
    |
Jochen Neumeister (joneum)  |
www/nginx: Update 3rd Party Modul NJS:
Changes with njs 0.7.5 21 Jun 2022
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.
Core: (Only the first 15 lines of the commit message are shown above ) |
1.22.0_5,2 17 Jun 2022 07:59:55
    |
Jochen Neumeister (joneum)  |
www/nginx: Update 3rd party Module
Update the 3rd Party Module PUSH and TARANTOOL
While here, fix the KRB5 Module
Sponsored by: Netzkommune GmbH |
1.22.0_4,2 31 May 2022 18:50:24
    |
Jochen Neumeister (joneum)  |
www/nginx*: remove KRB5
- The Kerberos MIT implementation is the only one is supported by the
third-party spnego module, so remove needless staff.
- Update the 3rd party module PUSH to 1.2.15
- Set PCRE1 als default Option
Sponsored by: Netzkommune GmbH |
1.22.0_3,2 27 May 2022 20:54:45
    |
Jochen Neumeister (joneum)  |
www/nginx: Add PCRE2 Support
In NGINX version 1.21.5 (former devel version) PCRE2 support was added.
Please note: several modules are required patching to support PCRE2 library, so
let's keep PCRE1 as default version for now.
While here, Update NJS to 0.7.4
Sponsored by: Netzkommune GmbH |
1.22.0_2,2 25 May 2022 12:56:54
    |
Jochen Neumeister (joneum)  |
www/nginx: Update lua-nginx-module
Update lua-nginx-module to v0.10.21 and fix some typo
PR: 264150
Sponsored by: Netzkommune GmbH |
1.22.0_1,2 25 May 2022 12:23:56
    |
Jochen Neumeister (joneum)  |
www/nginx: Merge Options KTLS from www/nginx-devel:
New kernel TLS feature is available starting with FreeBSD 13.0,
and it requires OpenSSL 3.0, compiled with "enable-ktls" option.
Further, KTLS needs to be enabled in kernel, and in OpenSSL,
either via OpenSSL configuration file or with
ssl_conf_command Options KTLS;
in nginx configuration.
To enable kernel TLS on FreeBSD 13 and above:
# kldload ktls_ocf
# sysctl kern.ipc.tls.enable=1
to load a software backend, see man ktls(4) for details.
Also, please visit the following link to get more details
https://hg.nginx.org/nginx/rev/65946a191197
Obtained from:
https://cgit.freebsd.org/ports/commit/?id=62502a50558bbc0950693a9ea52aee738a80f0c8
Sponsored by: Netzkommune GmbH |
1.22.0,2 24 May 2022 19:50:59
    |
Jochen Neumeister (joneum)  |
www/nginx: Update to 1.22.0
Welcome NGINX 1.22.0
Changelog:
Changes with nginx 1.22.0 24 May 2022
*) 1.22.x stable branch.
Sponsored by: Netzkommune GmbH |
1.20.2_9,2 09 Apr 2022 12:33:40
    |
Ryan Steinmetz (zi)  |
www/nginx: Unbreak ip2proxy/ip2location modules
PR: 263174
Reported By: Alessandro Sagratini <ale_sagra@hotmail.com>
Approved by: blanket |
1.20.2_9,2 12 Mar 2022 21:53:46
    |
Jochen Neumeister (joneum)  |
www/nginx: changes in the njs module
@osa has brought lang/njs into the ports, so we can safely remove `njs'
command-line utility installation from the www/nginx.
PR: 262491
Reported by: osa
Sponsored by: Netzkommune GmbH |
1.20.2_8,2 04 Mar 2022 16:10:47
    |
Jochen Neumeister (joneum)  |
www/nginx: Fix Typo
PR: 262063
Sponsored by: Netzkommune GmbH |
1.20.2_8,2 19 Feb 2022 21:04:11
    |
Jochen Neumeister (joneum)  |
www/nginx: update third-party ngx_fancyindex module
Update third-party ngx-fancyindex module from v0.5.1 to v0.5.2
Add patch to fix heimdal build (1)
PR: 261810 (1)
Sponsored by: Netzkommune GmbH |
1.20.2_7,2 10 Feb 2022 16:53:14
    |
Jochen Neumeister (joneum)  |
www/nginx: update third-party spnego-http-auth module
There was an error when loading the module in nginx.conf. This update also fixes
this error:
nginx: [emerg] dlopen()
"/usr/local/libexec/nginx/ngx_http_auth_spnego_module.so" failed
(/usr/local/libexec/nginx/ngx_http_auth_spnego_module.so: Undefined symbol
"__gss_krb5_mechanism_oid_desc") in /usr/local/etc/nginx/nginx.conf:7
nginx: configuration file /usr/local/etc/nginx/nginx.conf test failed
PR: 261810
Sponsored by: Netzkommune GmbH |
1.20.2_6,2 09 Jan 2022 11:42:51
    |
Jochen Neumeister (joneum)  |
www/nginx: Update 3rd Party Module
Update 3rd Party Module LUA to 0.10.20
Sponsored by: Netzkommune GmbH |
1.20.2_5,2 07 Jan 2022 19:44:29
    |
Jochen Neumeister (joneum)  |
www/nginx: Fix typo
Sponsored by: Netzkommung GmbH |
1.20.2_5,2 07 Jan 2022 18:01:25
    |
Jochen Neumeister (joneum)  |
www/nginx: Fix typo
Sponsored by: Netzkommune GmbH |
1.20.2_5,2 07 Jan 2022 13:12:15
    |
Jochen Neumeister (joneum)  |
www/nginx: add the ability to customize the stop signal
PR: 254961
Sponsored by: Netzkommune GmbH |
1.20.2_4,2 06 Jan 2022 13:51:58
    |
Jochen Neumeister (joneum)  |
www/nginx: Rollback 3rd Party Module NJS
Rollback the 3rd Party Module NJS from 0.71 to 0.70
The Version 0.71 needs pcre2, but this is only available from NGINX version
1.21.5 onwards
Sponsored by: Netzkommune GmbH |
1.20.2_3,2 31 Dec 2021 07:13:21
    |
Jochen Neumeister (joneum)  |
www/nginx: Update 3rd Party Module
Update 3rd Party Module NJS to 0.7.1
Sponsored by: Netzkommune GmbH |
1.20.2_2,2 19 Dec 2021 17:56:18
    |
Jochen Neumeister (joneum)  |
www/nginx: update third-party passenger module to 6.0.12
PR: 260365
Sponsored by: Netzkommune GmbH |
1.20.2_1,2 11 Dec 2021 13:50:53
    |
Tobias C. Berner (tcberner)  |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
1.20.2_1,2 23 Nov 2021 10:57:39
    |
Jochen Neumeister (joneum)  |
www/nginx: Update 3rd Party Module NJS
Sponsored by: Netzkommune GmbH |
1.20.2,2 23 Nov 2021 10:37:00
    |
Jochen Neumeister (joneum)  |
www/nginx: Update to 1.20.2
Changes:
*) Feature: OpenSSL 3.0 compatibility.
*) Bugfix: SSL variables might be empty when used in logs; the bug had
appeared in 1.19.5.
*) Bugfix: keepalive connections with gRPC backends might not be closed
after receiving a GOAWAY frame.
*) Bugfix: backend SSL connections in the stream module might hang after
an SSL handshake.
*) Bugfix: SSL connections with gRPC backends might hang if select,
poll, or /dev/poll methods were used.
*) Bugfix: in the $content_length variable when using chunked transfer
encoding.
*) Bugfix: requests might hang when using HTTP/2 and the "aio_write"
directive.
Sponsored by: Netzkommune GmbH |
1.20.1_5,2 22 Nov 2021 11:01:07
    |
Jochen Neumeister (joneum)  |
www/nginx: switch 3rd party module rtmp to Sergey Dryabzhinsky's fork
PR: 259246
Sponsored by: Netzkommune GmbH |
1.20.1_5,2 02 Nov 2021 13:33:17
    |
Bernhard Froehlich (decke)  |
www/nginx: Update deprecated CPE_VENDOR nginx to f5
Approved by: portmgr (blanket) |
1.20.1_5,2 16 Oct 2021 16:20:08
    |
Jochen Neumeister (joneum)  |
www/nginx: switch with the 3rd party module rtmp to arut
Change of the 3rd party module rtmp to arut on GitHub.
The project is still active here and receives regular updates.
Sponsored by: Netzkommune GmbH |
1.20.1_5,2 16 Oct 2021 05:44:48
    |
Jochen Neumeister (joneum)  |
www/nginx: Update 3rd party module
PR: 259075
Repoted by: zi
Sponsored by: Netzkommun GmbH |
1.20.1_4,2 09 Oct 2021 06:30:04
    |
Jochen Neumeister (joneum)  |
www/nginx: Update 3rd party modules
Sponsored by: Netzkommune GmbH |
1.20.1_3,2 10 Sep 2021 13:34:45
    |
Jochen Neumeister (joneum)  |
www/nginx: Update 3rd Party Module AJP
Sponsored by: Netzkommune GmbH |
1.20.1_2,2 07 Jul 2021 08:20:33
    |
Jochen Neumeister (joneum)  |
www/nginx: Update 3rd party Modul
Udate 3rd Party Module NJS
Sponsored by: Netzkommune GmbH |
1.20.1_1,2 05 Jul 2021 15:14:49
    |
Jochen Neumeister (joneum)  |
www/nginx: Update 3rd party Modul
Update 3rd Party Modul ngx_cache_purge
PR: 256784
Sponsored by: Netzkommune GmbH |
1.20.1,2 21 Jun 2021 22:08:14
    |
Brad Davis (brd)  |
www/nginx: Update to 1.20.1
PR: 256172
Reported by: Christos Chatzaras <chris@cretaforce.gr>
Reviewed by: garga
Approved by: maintainer timeout
MFH: 2021Q2
Security: 0882f019-bd60-11eb-9bdd-8c164567ca3c
Sponsored by: Rubicon Communications, LLC ("Netgate") |
1.20.0_2,2 02 Jun 2021 13:37:21
    |
Ryan Steinmetz (zi)  |
www/nginx: Restore lost dynamic tls patch
PR: 255850
Approved by: maintainer timeout (2+ weeks) |
1.20.0_2,2 20 May 2021 16:39:46
    |
Ryan Steinmetz (zi)  |
www/nginx: Undo previous commit |
1.20.0_2,2 20 May 2021 16:33:22
    |
Ryan Steinmetz (zi)  |
security/duo_openvpn: Pass script pass in less silly way, add support to force
override an authentication method, bump PORTREVISION |
1.20.0_1,2 23 Apr 2021 14:38:13
    |
Jochen Neumeister (joneum)  |
Refresh the kernel TLS patch.
This functionality is available with the following prerequisites:
o) security/openssl built from ports with the kTLS options defined;
o) FreeBSD 13.
Obtained from: www/nginx-devel
Sponsored by: Netzkommune GmbH |
1.20.0,2 23 Apr 2021 04:27:29
    |
Jochen Neumeister (joneum)  |
www/nginx: Remove needless patches
Reported by: osa
Sponsored by: Netzkommune GmbH |
1.20.0,2 23 Apr 2021 04:27:28
    |
Jochen Neumeister (joneum)  |
www/nginx: Remove needless patches
Reported by: osa
Sponsored by: Netzkommune GmbH |
1.20.0,2 22 Apr 2021 04:56:15
    |
Jochen Neumeister (joneum)  |
www/nginx: Update to stable branch 1.20.0
Sponsored by: Netzkommune GmbH |
1.18.0_51,2 16 Apr 2021 23:33:59
    |
Jochen Neumeister (joneum)  |
www/nginx: Update 3rd Party Module
Sponsored by: Netzkommune GmbH |
1.18.0_50,2 14 Apr 2021 20:22:08
    |
Jochen Neumeister (joneum)  |
www/nginx: Update 3rd Party Module vod-module to 1.27
PR: 254680 |
1.18.0_49,2 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
1.18.0_49,2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.18.0_49,2 20 Mar 2021 20:02:08
  |
joneum  |
merge from www/nginx-devel: Run NJS module's configure script in the configure
phase.
Sponsored by: Netzkommune GmbH |
1.18.0_48,2 20 Mar 2021 19:14:35
  |
joneum  |
Update 3rd Party Module NJS to 0.5.2
Sponsored by: Netzkommune GmbH |
1.18.0_47,2 07 Mar 2021 16:45:49
  |
tobik  |
Remove redundant option descriptions that match the default ones
(ignoring case)
Reported by: danfe (for net/mosquitto), portscan |
1.18.0_47,2 13 Feb 2021 17:49:48
  |
joneum  |
Update 3rd Party Modules
eustas/ngx_brotli was Archived. So switch to google/ngx_brotli
Sponsored by: Netzkommune GmbH |
1.18.0_46,2 11 Feb 2021 16:24:06
  |
joneum  |
Update 3rd Party Module
Sponsored by: Netzkommune GmbH |
1.18.0_45,2 29 Dec 2020 23:46:54
  |
joneum  |
Update 3rd Party Module nginx-clojure
Sponsored by: Netzkommune GmbH |
1.18.0_44,2 29 Dec 2020 22:33:41
  |
joneum  |
merge r559454 from www/nginx-devel:
Fix PROPFIND fail with 500 on simlinks to non exist file/dir
when nginx compiled with the third-party http_dav_ext module.
PR: 220871
Sponsored by: Netzkommune GmbH |
1.18.0_43,2 23 Dec 2020 20:12:08
  |
joneum  |
Update 3rd party Module nchan
PR: 252050
Sponsored by: Netzkommune GmbH |
1.18.0_42,2 23 Dec 2020 18:52:26
  |
joneum  |
Update 3rd Party Module nginx-rtmp-module
Sponsored by: Netzkommune GmbH |
1.18.0_41,2 21 Dec 2020 19:27:52
  |
joneum  |
Update 3rd Party Module set-misc-nginx-module
Sponsored by: Netzkommune GmbH |
1.18.0_40,2 21 Dec 2020 17:20:28
  |
joneum  |
Update 3rd party Module nginx-http-shibboleth
Sponsored by: Netzkommune GmbH |
1.18.0_39,2 20 Dec 2020 15:43:59
  |
joneum  |
Update 3rd Party Module srcache-nginx-module
Sponsored by: Netzkommune GmbH |
1.18.0_38,2 20 Dec 2020 14:57:26
  |
joneum  |
Update 3rd party Module ngx_brotli
Sponsored by: Netzkommune GmbH |
1.18.0_37,2 19 Dec 2020 07:46:52
  |
joneum  |
Update 3rd Party Module ngx_http_geoip2_module and ngx_fancyindex
Sponsored by: Netzkommune GmbH |
1.18.0_36,2 18 Dec 2020 06:28:51
  |
joneum  |
Update 3rd Party Module headers-more-nginx-module
Sponsored by: Netzkommune GmbH |
1.18.0_35,2 17 Dec 2020 18:57:30
  |
joneum  |
Update 3rd party Module ngx_aws_auth
Sponsored by: Netzkommune GmbH |
1.18.0_34,2 05 Dec 2020 09:21:04
  |
joneum  |
Update third-party njs modue to 0.5.0
Changes with njs 0.5.0 01 Dec 2020
nginx modules:
*) Feature: introduced global "ngx" object.
The following methods were added:
ngx.log(level, msg)
The following properties were added:
ngx.INFO,
ngx.WARN,
ngx.ERR.
(Only the first 15 lines of the commit message are shown above ) |
1.18.0_33,2 05 Dec 2020 08:32:52
  |
joneum  |
Update third-party link function module to 3.2.4
Sponsored by: Netzkommune GmbH |
1.18.0_32,2 01 Dec 2020 16:21:52
  |
pkubaj  |
www/nginx: fix build of slave ports on GCC architectures
Instead of manually setting USE_CSTD=c99 or USES=compiler:c11 for the relevant
modules (e.g. naxsi), just bump USES here. |
1.18.0_32,2 29 Nov 2020 18:54:00
  |
joneum  |
Update third-party naxsi module to 1.3
Sponsored by: Netzkommune GmbH |
1.18.0_31,2 29 Nov 2020 14:50:59
  |
joneum  |
Update third-party passenger module to 6.0.7
Sponsored by: Netzkommune GmbH |
1.18.0_30,2 06 Nov 2020 21:06:25
  |
joneum  |
Update 3rd party Module
Sponsored by: Netzkommune GmbH |
1.18.0_29,2 19 Oct 2020 11:34:15
  |
joneum  |
Update third-party spnego-http-auth module
Add the corresponding library path to the patch for the
third-party http_auth_spnego module.
The third-party http_auth_spnego module may not work with
in-base Kerberos implementation because of gss_locaname()
function usage, so remove the GSSAPI_BASE option from the
GSSAPI radio button. (merge from www/nginx-devel in r546696)
Sponsored by: Netzkommune GmbH |
1.18.0_28,2 18 Oct 2020 15:35:03
  |
sunpoet  |
Bump PORTREVISION for www/libjwt shlib change |
1.18.0_27,2 17 Oct 2020 17:30:37
  |
joneum  |
add "--with-compat" option to the configure script to enable dynamic modules
compatibility.
Sponsored by: Netzkommune GmbH |
1.18.0_27,2 16 Oct 2020 17:04:55
  |
joneum  |
merge from r545785
Update third-party dynamic_upstream module.
Add third-party dynamic_healthcheck module.
Sponsored by: Netzkommune GmbH |
1.18.0_26,2 08 Oct 2020 14:35:38
  |
joneum  |
Update njs to 0.4.4
Sponsored by: Netzkommune GmbH |
1.18.0_25,2 21 Sep 2020 22:21:15
  |
pkubaj  |
www/nginx: include LUA on powerpc64
luajit-openresty now works on powerpc64. |
1.18.0_25,2 20 Sep 2020 11:42:46
  |
se  |
Fix build of www/nginx-full with -fno-common
This fix should also apply to www/nginx built with option HTTP_PUSH, but
the compilation fails with:
error: no member named 'sockaddr' in 'struct redisContext'
This seems to be an unrelated issue and I have not tried to diagnose it,
yet.
The PORTREVISION is only bumped for www/nginx-full, which built for me with
this patch applied. |
1.18.0_25,2 19 Sep 2020 19:38:43
  |
joneum  |
Add third-party h2 auto-tune support
PR: 249259
Sponsored by: Netzkommunue GmbH |
1.18.0_25,2 04 Sep 2020 18:08:51
  |
joneum  |
Update njs module to 0.4.3
While I'm here soften some variables and target definitions to
prepare the port for a separate build of dynamic modules.
Sponsored by: Netzkommune GmbH |
1.18.0_24,2 24 Aug 2020 12:25:08
  |
joneum  |
Partially revert back r538085 cause upstream_check third-party
dynamic module can't work as expected, so let's keep it static for now.
PR: 247523
Sponsored by: Netzkommune GmbH |
1.18.0_23,2 21 Aug 2020 11:35:04
  |
joneum  |
- Fix broken build after NJS update (missing USES+=libedit)
- Fix broken build when IP2PROXY is enabled (bad comparison)
PR: 248464
Reported by: zi
Sponsored by: Netzkommune GmbH |
1.18.0_22,2 31 Jul 2020 11:32:22
  |
joneum  |
Fix broken CACHE_PURGE module
PR: 248252
Reported by: zi
Sponsored by: Netzkommune GmbH |
1.18.0_21,2 24 Jul 2020 19:35:21
  |
joneum  |
Update 3rd party Module
Sponsored by: Netzkommune GmbH |
1.18.0_20,2 18 Jul 2020 18:27:18
  |
joneum  |
Update lua-resty-core to 0.1.19 and lua-resty-lrucache to 0.10 and its
third-party module for nginx
PR: 248051 248045
Sponsored by: Netzkommune GmbH |
1.18.0_19,2 16 Jul 2020 08:40:03
  |
joneum  |
Update 3rd-party module passenger to 6.0.6
Sponsored by: Netzkommune GmbH |
1.18.0_18,2 13 Jul 2020 11:36:51
  |
joneum  |
Merge from nginx-devel: Add third-party opentracing dynamic module.
Sponsored by: Netzkommune GmbH |
1.18.0_17,2 13 Jul 2020 10:00:21
  |
joneum  |
Move NJS knob out of the HTTP group cause NGINX JavaScript module
distribution provides modules for http and stream (tcp/udp).
Sponsored by: Netzkommune GmbH |
1.18.0_16,2 12 Jul 2020 22:45:54
  |
joneum  |
Merge from nginx-devel:
Add kernel TLS option.
It's possible to build nginx on FreeBSD13 with security/openssl port, compiled
with kernel TLS option as well.
Based
on: https://github.com/nginx/nginx/compare/branches/stable-1.16...bsdjhb:ktls-1.16
Reviewed by: jhb
Tested by: jhb
Sponsored by: Netzkommune GmbH |