Billie Alsup
Billie Alsup
src/spdx_tools/spdx/parser/jsonlikedict/license_expression_parser.py uses License().parse(expr) directly, rather than get_spdx_licensing().parse(expr) as used in parser/tagvalue/parser.py. The difference results in a different LicenseSymbol for GPl-2.0, e.g. ``` >>> from license_expression import Licensing >>> Licensing().parse('GPL-2.0') LicenseSymbol('GPL-2.0',...
I am finding that validation is extremely slow (taking 3+ hours to validate a document that took a fraction of the time to create). A sample cProfile run shows ```...
An internal tool is failing to validate SPDX files which use PACKAGE_MANAGER as an ExternalPackageRefCategory. Presumably PERSISTENT_ID would fail validation as well. According to [SPDX 2.2.2 spec](https://spdx.github.io/spdx-spec/v2-draft/package-information/#722-external-reference-comment-field), those underscores should...
a. Abstract unix socket names (including network namespaces) b. Connected socket support (SOCK_STREAM, SOCK_SEQPACKET) c. Support for load, and action configuration d. Bug fix related to closing/reopening sockets
I updated my AARCH64 VM from fedora-41 to fedora-42. I am also working on a new PR off of master branch (7b79492624372300f585be207c1dad03ac5cc9ce). I find that make distcheck shows 67 failures...
This adds a NetworkNamespace parameter to imtcp, based on the omfwd implementation.
I am making some changes to omuxsock to support additional functionality. However, there is one piece of existing code that looks suspect to me and I wanted another sanity check...
omfwd fails to build when HAVE_ATOMIC_BUILTINS is defined but HAVE_ATOMIC64_BUILTINS is not defined. The compilation error is due to inconsistent use of macros against the member mut_nActiveTargets. It is defined...