Upgrade to the latest major vesrion of Node.js. Regenerate patches
since some have been adopted upstream, while others needed refreshing.
https://nodejs.org/en/blog/release/v16.0.0/
Sponsored by: Miles AS
- Make installation of docs and examples optional
- Correct DISTVERSIONPREFIX
- Needs USES=autoreconf to suppress docs install
- Reorder some Makefile vars
PR: 254734
Submitted by: John Hein <jcfyecrayz@liamekaens.com>
- Use ports dtc instead of packaged dtc [1]
- bin/elf2dmp apparently depends on CURL [2]
- Reduce build to only X86 architectures if X86_TARGETS is set [2]
- rx is not an X86 architecture [2]
PR: 245997 [1] 254385 [2]
Reported by: swills [1] pstef [2]
- Mark BROKEN for 11.X and 12.X. Cannot detect flex from ports. There is
an ongoing issue at upstream.
https://github.com/snort3/snort3/issues/168
- Use OPTIONSNG for couple of OPTIONS
Reported by: adridg
Extension to www/django-reversion that provides a history compare view to
compare two versions of a model which is under reversion.
PR: 254836
Reported by: gettoknowmi <gettoknowmi@yahoo.com>
MIME Types for Python, clone of halostatue/mime-types.
This library allows for the identification of a file's likely MIME content type.
MIME types are used in MIME-compliant communications
PR: 254837
Reported by: gettoknowmi <gettoknowmi@yahoo.com>
Contains CVSS v2 and v3 computation utilities and interactive calculator.
Compatible with both Python 2 and Python 3.
PR: 254838
Reported by: gettoknowmi <gettoknowmi@yahoo.com>
allows you to quickly filter or group "chained" models
by adding a custom foreign key or many to many field to your models
PR: 254835
Reported by: gettoknowmi <gettoknowmi@yahoo.com>
Since FreeBSD 13 has dropped support for hal, mkdesktop needed a couple
of corresponding changes.
PR: 255252
Approved by: Manish Jain <bourne.identity@hotmail.com> (maintainer)
* fstrm_capture: ignore SIGPIPE, which will cause the
interrupted connections to generate an EPIPE instead.
* Fix truncation in snprintf calls in argument processing.
* fstrm_capture: Fix output printf format.
PR: 255228
Tested by: freebsd@dns.company
Approved by: freebsd@dns.company (maintainer)
Sponsored by: Farsight Security, Inc.
* bit shifting when right side is >= size of left side results in
unknown behavior on some 32-bit platforms. Reported upstream [1]
and being fixed [2]
Once fixed in arithy/packcc universal-ctags/ctags will need to import.
* Fix regex in unit test due to possible bug with FreeBSD 13.
PR: 255167
Reported by: dereks@lifeofadishwasher.com (maintainer)