| Port details |
- nginx-module-njs Sources of the njs (JavaScript) module for the NGINX ports
- 1.0.1 www
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: joneum@FreeBSD.org
 - Port Added: 2026-08-30 17:18:06
- Last Update: 2026-09-03 15:30:15
- Commit Hash: 537d202
- License: BSD2CLAUSE
- WWW:
- https://nginx.org/en/docs/njs/
- Description:
- Njs is an nginx module that extends the server's functionality through
JavaScript scripting, enabling the creation of custom server-side logic.
Use cases:
- Complex access control and security checks in njs before a request
reaches an upstream server
- Manipulating response headers
- Writing flexible asynchronous content handlers and filters
This port only installs the module sources. The module itself is built
by the nginx ports when their NJS option is enabled.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- nginx-module-njs>0:www/nginx-module-njs
- To install the port:
- cd /usr/ports/www/nginx-module-njs/ && make install clean
- To add the package, run one of these commands:
- pkg install www/nginx-module-njs
- pkg install nginx-module-njs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nginx-module-njs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1788447816
SHA256 (nginx-njs-1.0.1_GH0.tar.gz) = 74372cfcbf11eb0a71bc555e19dc785f61d561d5663d254474da6c8c9e50a6a7
SIZE (nginx-njs-1.0.1_GH0.tar.gz) = 1003218
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- This port has no dependencies.
- This port is required by:
- for Build
-
- www/nginx-full
Configuration Options:
- No options to configure
- Options name:
- www_nginx-module-njs
- USES:
- cpe
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.0.1 03 Sep 2026 15:30:15
    |
Jochen Neumeister (joneum)  |
www/nginx-module-njs: Update to 1.0.1
This release contains security fixes: an access control bypass in
js_access when an asynchronous request body continuation threw an
exception, a worker process crash when reading Response.statusText, a
heap buffer overflow in XML exclusive canonicalization and a stack
buffer overflow when exporting large RSA keys to JWK in WebCrypto.
Upstream has not assigned CVE numbers.
Changes: https://nginx.org/en/docs/njs/changes.html
Sponsored by: Netzkommune GmbH |
1.0.0 30 Aug 2026 17:17:17
    |
Jochen Neumeister (joneum)  |
www/nginx-module-njs: Add New Port
Njs is an nginx module that extends the server's functionality through
JavaScript scripting. This port installs the module sources only, the
module itself is built by the nginx ports.
Differential Revision: https://reviews.freebsd.org/D59121
Sponsored by: Netzkommune GmbH |
Number of commits found: 2
|