summaryrefslogtreecommitdiff
path: root/www/nginx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* devel/grpc: Update to 1.73.0Po-Chuan Hsieh13 days1-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/grpc/grpc/releases
* devel/grpc: Update to 1.72.0Po-Chuan Hsieh2025-05-181-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/grpc/grpc/releases
* www/nginx: Update to 1.28.0Jochen Neumeister2025-05-048-65/+16
| | | | | | | | | | | | | | | Changes with nginx 1.28.0: *) 1.28.x stable branch. *) Bugfix: nginx could not be built by gcc 15 if ngx_http_v2_module or ngx_http_v3_module modules were used. *) Bugfix: nginx might not be built by gcc 14 or newer with -O3 -flto optimization if ngx_http_v3_module was used. Update 3rd party module: - Luastream to 0.0.16 - Passenger to 6.0.27 PR: 286312 Sponsored by: Netzkommune GmbH
* devel/protobuf: Update to 29.4Po-Chuan Hsieh2025-04-181-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* */*: Chase devel/abseil updateJason E. Hale2025-02-231-1/+1
|
* devel/grpc: Update to 1.70.1Po-Chuan Hsieh2025-02-081-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/grpc/grpc/releases
* www/nginx: Update to 1.26.3Jochen Neumeister2025-02-062-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changes with nginx 1.26.3 05 Feb 2025 *) Security: insufficient check in virtual servers handling with TLSv1.3 SNI allowed to reuse SSL sessions in a different virtual server, to bypass client SSL certificates verification (CVE-2025-23419). *) Bugfix: in the ngx_http_mp4_module. Thanks to Nils Bars. *) Workaround: "gzip filter failed to use preallocated memory" alerts appeared in logs when using zlib-ng. *) Bugfix: nginx could not build libatomic library using the library sources if the --with-libatomic=DIR option was used. *) Bugfix: nginx now ignores QUIC version negotiation packets from clients. *) Bugfix: nginx could not be built on Solaris 10 and earlier with the ngx_http_v3_module. *) Bugfixes in HTTP/3. Sponsored by: Netzkommune GmbH
* www/nginx: update third-party lua module to 0.10.28Sergey A. Osokin2025-02-043-5/+5
| | | | | | Bump PORTREVISION. Requested by: zi
* devel/protobuf: Update to 29.3Po-Chuan Hsieh2025-01-291-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* devel/grpc: Update to 1.69.0Po-Chuan Hsieh2025-01-291-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/grpc/grpc/releases
* www/nginx: Fix handling for hidden files and folders in nginx-dav-ext-moduleBernhard Froehlich2025-01-221-2/+11
| | | | | | PR: 283748 Approved by: joneum@ Obtained from: https://github.com/arut/nginx-dav-ext-module/pull/62
* devel/grpc: Update to 1.68.0Po-Chuan Hsieh2024-11-221-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/grpc/grpc/releases
* Bump PORTREVISIONs after grpc shlib change in 2715f16944541b6bJoseph Mingrone2024-11-111-1/+1
| | | | | | PR: 282624 Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D47513
* devel/protobuf: Update to 28.3Po-Chuan Hsieh2024-10-291-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* devel/grpc: Update to 1.67.0Po-Chuan Hsieh2024-10-141-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/grpc/grpc/releases
* devel/protobuf: Update to 28.2Po-Chuan Hsieh2024-10-071-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* devel/protobuf: Update to 28.1Po-Chuan Hsieh2024-09-191-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* devel/protobuf: Update to 28.0Po-Chuan Hsieh2024-09-161-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* devel/grpc: Update to 1.66.1Po-Chuan Hsieh2024-09-161-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/grpc/grpc/releases
* www/*nginx*: Update third-party modul passengerJochen Neumeister2024-09-085-9/+9
| | | | | | update third-party passenger module to 6.0.23 Sponsored by: Netzkommune GmbH
* www/nginx: Update to 1.26.2Jochen Neumeister2024-09-012-5/+5
| | | | | | | | | | | Changes with nginx 1.26.2 *) Security: processing of a specially crafted mp4 file by the ngx_http_mp4_module might cause a worker process crash (CVE-2024-7347). Thanks to Nils Bars. Sponsored by: Netzkommune GmbH
* www/(nginx|nginx-devel|lua-resty-core): Document lua module ↵Ryan Steinmetz2024-08-201-0/+1
| | | | | | dependencies/alternate maintainers PR: 280882, 277145
* www/*: fix typo with libressl dependencys on NGINXJochen Neumeister2024-08-171-2/+2
| | | | | PR: 280311 Sponsored by: Netzkommune GmbH
* www/*: Update 3rd Party Module on NGINXJochen Neumeister2024-08-173-8/+8
| | | | | | | Update 3rd Party Module lua PR: 280740 Sponsored by: Netzkommune GmbH
* devel/protobuf: Update to 27.3Po-Chuan Hsieh2024-08-151-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* devel/grpc: Update to 1.65.4Po-Chuan Hsieh2024-08-151-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/grpc/grpc/releases
* www/*: Update NGINX Java Script to 0.8.5Jochen Neumeister2024-07-163-5/+5
| | | | | | | | Changelog: http://nginx.org/en/docs/njs/changes.html www/freenginx-devel: restore the distinfo file Sponsored by: Netzkommune GmbH
* www/nginx: Update to 1.26.1Jochen Neumeister2024-06-202-8/+8
| | | | | | | | nginx-1.26.1 stable and nginx-1.27.0 mainline versions have been released, with fixes for vulnerabilities in HTTP/3 (CVE-2024-32760, CVE-2024-31079, CVE-2024-35200, CVE-2024-34161). Sponsored by: Netzkommune GmbH
* www/nginx: Update to 1.26.0Jochen Neumeister2024-06-1515-27038/+200
| | | | | | | | Adoption of the changes of nginx-devel during the devel phase 1.25.x Changelogs: https://nginx.org/en/CHANGES-1.26 Sponsored by: Netzkommund GmbH
* www/nginx: Add support for 3rd party stream-lua-nginx-moduleEirik Oeverby2024-05-135-2/+14
| | | | | | | | | | | PR: 277719 Approved by: maintainer timeout Reported by: Eirik Oeverby <ltning-freebsd@anduin.net> Sponsored by: Modirum MDPay Sponsored by: Klara, Inc. Co-authored-by: Xavier Beaudouin <kiwi@oav.net> (cherry picked from commit edac05fd7cb3fa2f9c794165b8ffcfc9e32c20c4)
* www/nginx: remove third-party opentracing module (+)Jochen Neumeister2024-03-115-19/+4
| | | | | | | | Similar functionality is available with OTEL module, also devel/libopentracing port is EOL. Reported by: osa via private Mail Sponsored by: Netzkomune GmbH
* www/nginx: Fix nginx with LUA after lua-resty-core updateChristos Chatzaras2024-02-213-5/+5
| | | | | | | | | | | | | | | | | | | | In f08bfacc8fd6 lua-resty-core was updated this requires an updated version of openresty-lua-nginx-module. To prevent further people from bricking their nginx update the openresty-lua-nginx-module 3rd party module to 0.10.26. Otherwise people will find an nginx that does not start anymore 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:24: ngx_http_lua_module 0.10.26 required) in /usr/local/etc/nginx/nginx.conf:1044 PR: 277145 Approved by: portmgr (blanket, just fix it)
* MAN?PREFIX: eleminate its usage and move man to share/manBaptiste Daroussin2024-01-101-1/+1
|
* */*: Sunset 12.4-RELEASE/12-STABLE from ports treeMuhammad Moinur Rahman2023-12-311-5/+2
| | | | | | | | | | | | | | | | | | | | | - Remove all references to defunct ARCH arm - Remove all references to defunct ARCH sparc64 - Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64 ARCH - Remove sysutils/afbinit requires defunct sparc64 ARCH - Remove all references to bktr driver - Remove all references to defunct FreeBSD_12 - Remove all references to OSVERSION/OSREL corresponding to 12 - Remove conditionals in Mk/Uses/cabal.mk - Remove sparc reference from Mk/Uses/qt-dist.mk - Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64 - Remove BROKEN_FreeBSD_12* from: - Remove OpenSSL patches from: - Remove conditional flags for OSVERSION >= 1300000 to fixed flags. Also move conditional flags for non sparc64/arm ARCH to fixed flags. Reviewed by: brooks, jbeich, rene, salvadore Differential Revision: https://reviews.freebsd.org/D42068
* www/nginx: update naxsi to 1.6Franco Fichtner2023-12-043-5/+5
| | | | | PR: 275278 Sponsored by: Netzkommune GmbH
* www/nginx: fix build with a third-party passenger moduleJochen Neumeister2023-12-031-1/+5
| | | | | PR: 275161 Sponsored by: Netzkommune GmbH
* www/nginx: Update 3rd party moduleJochen Neumeister2023-09-013-5/+5
| | | | | | | | | switch the 3rd party module zip to evanmiller. This project is more active than vince2678 PR: 270970 Sponsored by: Netzkommune GmbH
* www/nginx: Unbreak ngx_cache_purge moduleRyan Steinmetz2023-07-243-4/+4
| | | | | | | Bump PORTREVISION PR: 272546 Approved by: maintainer
* www/nginx: Update 3rd-party module lua to v0.10.25Jochen Neumeister2023-07-143-5/+5
| | | | Sponsored by: Netzkommune GmbH
* www/nginx: add missing configure option for http_xslt moduleJochen Neumeister2023-07-141-1/+2
| | | | Sponsored by: Netzkommune GmbH
* www/nginx: Update NJS to 0.8.0Jochen Neumeister2023-07-133-10/+11
| | | | Sponsored by: Netzkommune GmbH
* www/nginx: Moved Naxsi moduleFranco Fichtner2023-07-134-31/+18
| | | | | | | | Moved the 3rd Madule Naxsi to a activ repository PR: 271963 Redorted by: David Armstrong <freebsd-bugzilla@b-interactive.com.au> Sponsored by: Netzkommune GmbH
* www/nginx: Add the http_proxy_connect module optionYuri Victorovich2023-05-175-2/+10
| | | | | PR: 271237 Approved by: joneum@ (maintainer's timeout; 14 days)
* www/nginx: update HTTPv3/QUIC patchJochen Neumeister2023-05-172-137/+336
| | | | Sponsored by: Netzkommune GmbH
* www/nginx: update third-party devel_kit module to 0.3.2Jochen Neumeister2023-05-173-5/+5
| | | | Sponsored by: Netzkommune GmbH
* www/nginx: Update 3rd-party moduleJochen Neumeister2023-05-016-80/+28
| | | | | | | | Resurrect GSSAPI radio button for http_auth_krb5 module, last one builds just fine with both implementations now. Obtained from: nginx-devel Sponsored by: Netzkommune GmbH
* */*: Bump all users of multimedia/ffmpeg*Daniel Engberg2023-04-271-1/+1
| | | | ...to make sure all picks up new version(s)
* www/nginx: Update third-party moduleJochen Neumeister2023-04-253-7/+7
| | | | | | | update third-party video-thumbextractor module Reported by: diizzy Sponsored by: Netzkommune GmbH
* www/nginx: fix a plist problemJochen Neumeister2023-04-171-3/+3
| | | | | PR: 270898 Sponsored by: Netzkommune GmbH
* www/nginx: Update to 1.24.0Jochen Neumeister2023-04-1731-1210/+27168
| | | | | | | Update NGINX to 1.24.0 Overview of the changes from nginx-devel. Osa has made many good changes in the last devel phases. These have been adopted into the nginx port (httpv3 ....). Also all modules were updated to the latest version Sponsored by: Netzkommune GmbH