ok kmos
Fuzzer and test suite for TLS implementations (SSLv2-TLSv1.3). Provides
ready-to-use scripts testing for many vulnerabilities (ROBOT, DROWN, etc.)
and general standards conformity (RFC 5246, RFC 7627, RFC 7905, etc.)
Early alpha version - no API stability guarantees.
In some build environments, the patch command would revert the diff...
Patching file src/core/CMakeLists.txt using Plan A...
Reversed (or previously applied) patch detected! Assume -R? [y]
Hunk #1 succeeded at 1317 with fuzz 2 (offset 424 lines).
... and thus reintroduce the problem the diff was intended to fix.
ok kmos sthen
tlslite-ng is an open source python library that implements the SSL and
TLS cryptographic protocols. It can be used either as a standalone
wrapper around the python socket interface or as a backend for multiple
other libraries.
- Library update (vulnerability fix)
- Fix an error which could prevent the removal of credential sets
- Add support for PKCS12 keystores (default now)
Looks good to jca@.
Input from stehn@.
I used to have "site" always set, but it takes space for broken files,
so I removed it, and it breaks in case distfiles are incomplete.
So, just make it possible for some things to go missing, and properly test
for them later.
Noticed by jca@
Changelog: https://texmacs.org/tmweb/about/changes.en.html
This update also includes improvements and fixes for plug-ins, and
documents how to activate them if additional packages are needed.
Tested plug-ins: dratex, graph, graphviz, python, sympy, gnuplot,
maxima, octave and pari. The python plugin is usable by default.
from Nam Nguyen (maintainer)
used to provide support for '3d objects import in formats supported by
OSG into a new frame type called "3D Annotation". Scribus also offers
limited editing functions, such as setting the lighting source or the
default display mode for a PDF-3D-capable PDF viewer'.
maybe nice feature, but a rather large dependency... can be revisited if
needed ofcourse.
build breakage spotted by naddy@
- add a parameter "full" so that we don't show version mismatches twice
- remove host name from information, since the order is the same as the header
line.
- beautify by doing a line feed after banner and indent by two spaces so it
tends to fit on the line
This is used for -T0 which auto-detects the number of cores for parallel
compression. xz prefers sysctl over sysconf (see m4/tuklib_cpucores.m4
and src/common/tuklib_cpucores.c for reasons) but this doesn't work for
us; just set an autoconf cache variable to force sysconf which works
better for us.