./www/nginx, Lightweight HTTP server and mail proxy server

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.26.2nb10, Package name: nginx-1.26.2nb10, Maintainer: osa

Nginx (pronounced engine-x) is a free, open-source, high-performance HTTP
server and reverse proxy, as well as an IMAP/POP3 proxy server. Igor Sysoev
started development of Nginx in 2002, with the first public release in 2004.
Nginx now hosts nearly 12.18% (22.2M) of active sites across all domains.
Nginx is known for its high performance, stability, rich feature set, simple
configuration, and low resource consumption.

Nginx is one of a handful of servers written to address the C10K problem.
Unlike traditional servers, Nginx doesn't rely on threads to handle requests.
Instead it uses a much more scalable event-driven (asynchronous) architecture.
This architecture uses small, but more importantly, predictable amounts of
memory under load.
Even if you don't expect to handle thousands of simultaneous requests, you can
still benefit from Nginx's high-performance and small memory footprint.
Nginx scales in all directions: from the smallest VPS all the way up to
clusters of servers.

Nginx powers several high-visibility sites, such as Netflix, Hulu, Pinterest,
CloudFlare, Airbnb, WordPress.com, GitHub, SoundCloud, Zynga, Eventbrite,
Zappos, Media Temple, Heroku, RightScale, Engine Yard and NetDNA.


Required to run:
[security/openssl] [devel/pcre]

Required to build:
[pkgtools/cwrappers]

Package options: nginx-auth-request, nginx-gzip, nginx-http2, nginx-http3, nginx-memcache, nginx-realip, nginx-slice, nginx-ssl, nginx-status, nginx-uwsgi

Master sites:

Filesize: 1215.614 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-14 18:45:00 by Sergey A. Osokin | Files touched by this commit (11) | Package updated
Log message:
*/*: update NGINX JavaScript 0.8.8 -> 0.8.9

Bump PKGREVISIONs for www/nginx, www/nginx-devel, www/unit.

<ChangeLog>

nginx modules:

*) Bugfix: removed extra VM creation per server.
   Previously, when js_import was declared in http or stream blocks,
   an extra copy of the VM instance was created for each server
   block. This was not needed and consumed a lot of memory for
   configurations with many server blocks.

  This issue was introduced in 9b674412 (0.8.6) and was partially
  fixed for location blocks only in 685b64f0 (0.8.7).

Core:

*) Feature: added fs module for QuickJS engine.

</ChangeLog>
   2025-01-14 18:36:28 by Sergey A. Osokin | Files touched by this commit (6) | Package updated
Log message:
www/nginx*: update third-party nchan module, 1.3.6 -> 1.3.7

Bump PKGREVISIONs.

<ChangeLog>

fix: repeated DELETE requests can leave unresponsive subscribers connected to a \ 
channel
fix: channel info subscriber count incorrect when using Redis following unclean \ 
worker exit
     (Thanks, Steven Green)
feature: manually set Redis server roles to master or slave
fix: Redis server blacklist was only applied in cluster mode
     (Thanks, piotr-lwks)
fix: Nchan may fail to connect to non-cluster Redis if more than 1 server is \ 
specified
     (Thanks, Mike Baroukh)
fix: Some invalid message IDs may result in a worker crash
fix: Nchan may fail to reconnect ro a Redis cluster when using many workers due \ 
to a race condition
     (Thanks, Fabio Urquiza)
fix: subscriber info may be incorrect for Redis version >=7
fix: Redis cluster may fail to reconnect to a cluster without consensus
     (Thanks, Fabio Urquiza)

</ChangeLog>
   2025-01-05 19:13:19 by Sergey A. Osokin | Files touched by this commit (10) | Package updated
Log message:
*/*: update NGINX JavaScript 0.8.7 -> 0.8.8

Bump PKGREVISION for www/nginx, www/nginx-devel.

<ChangeLog>

nginx modules:

*) Feature: implemented shared dictionary for QuickJS engine.

*) Improvement: js_preload_object is refactored.

*) Bugfix: fixed limit rated output.

*) Bugfix: optimized use of SSL contexts for
   js_fetch_trusted_certificate directive.

Core:

*) Feature: implemented process object for QuickJS engine.

*) Feature: implemented process.kill() method.

*) Bugfix: fixed tests with libxml2 2.13 and later.

*) Bugfix: fixed promise resolving when Promise is inherited.

*) Bugfix: fixed absolute scope in cloned VMs.

</ChangeLog>
   2024-11-26 21:11:19 by Sergey A. Osokin | Files touched by this commit (3) | Package updated
Log message:
www/nginx: update third-party lua module

While I'm here fix build when third-party naxsi module is enabled.

Bump PKGREVISION.
   2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504)
Log message:
*: recursive bump for perl 5.40
   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-13 12:17:45 by Thomas Klausner | Files touched by this commit (2)
Log message:
nginx: prefix all options with 'nginx-' since they're package-specific
   2024-11-13 12:11:37 by Jonathan Perkin | Files touched by this commit (1)
Log message:
nginx: Put back NAXSI_SUBDIR.

Could do with a way to indicate to pkglint that this is actually required.