Next | Query returned 17 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2022-07-19 20:09:45 by Sergey A. Osokin | Files touched by this commit (5) | Package updated
Log message:
*/*: update NGINX JavaScript: 0.7.5 -> 0.7.6

Bump PKGREVISION for www/nginx.

<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().

*) Feature: added btoa() and atob() from WHATWG spec.

*) Bugfix: fixed large non-decimal literals.

*) Bugfix: fixed unicode argument trimming in parseInt().

*) Bugfix: fixed break instruction in a try-catch block.

*) Bugfix: fixed async function declaration in CLI.

</ChangeLog>
   2022-07-14 14:46:21 by Thomas Klausner | Files touched by this commit (1)
Log message:
njs: use pkgsrc infrastructure for required options
   2022-07-14 12:59:52 by Sergey A. Osokin | Files touched by this commit (2)
Log message:
lang/njs: NJS requieres one of the PCRE versions

Bump PKGREVISION.
   2022-07-14 12:42:09 by Sergey A. Osokin | Files touched by this commit (2) | Package updated
Log message:
lang/njs: update 0.7.3 -> 0.7.5
   2022-04-12 16:06:28 by Sergey A. Osokin | Files touched by this commit (2) | Package updated
Log message:
lang/njs: update to the recent version 0.7.3
   2022-03-20 00:20:27 by Sergey A. Osokin | Files touched by this commit (1)
Log message:
lang/njs: fix fetching

Reported by:	wiz
   2022-03-14 03:52:48 by Sergey A. Osokin | Files touched by this commit (5)
Log message:
lang/njs: 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.

Next | Query returned 17 messages, browsing 11 to 20 | previous