QBS is a tool that helps simplify the build process for developing projects
across multiple platforms. QBS can be used for any software project, regardless
of programming language, toolkit, or libraries used.
QBS is an all-in-one tool that generates a build graph from a high-level project
description (like qmake or CMake) and additionally undertakes the task
of executing the commands in the low-level build graph (like make).
Most of the work was done by zhuk@ Thanks!. Makefile cleanup and fix/enable
tests by me.
conflict tweak and ok jca@
ChangeLog 0.7.5:
Fixed a memory allocation issue with buffers
Fixed PKI on Windows
Fixed some SSHv1 functions
Fixed config hostname expansion
ChangeLog 0.7.4:
Added id_ed25519 to the default identity list
Fixed sftp EOF packet handling
Fixed ssh_send_banner() to confirm with RFC 4253
Fixed some memory leaks
ok rpointel@
to AST-2017-005.
The RTP/RTCP stack will now validate RTCP packets before processing
them. Packets failing validation are discarded. RTP stream qualification
now requires the intended series of packets from the same address
without seeing packets from a different source address to accept a new
source address.
inspired by GoTTY.
Features
* Built on top of Libwebsockets with C for speed
* Fully-featured terminal based on Xterm.js with CJK (Chinese,
Japanese, Korean) and IME support
* SSL support based on OpenSSL
* Run any custom command with options
* Basic authentication support and many other custom options
This is a use after free error that causes a corrupted Allow header to
be constructed in response to HTTP OPTIONS requests. It can leak pieces
of arbitrary memory from the server process that may contain secrets.
The memory pieces change after multiple requests, so for a vulnerable
host an arbitrary number of memory chunks can be leaked.
The bug appears if a webmaster tries to use the "Limit" directive with
an invalid HTTP method.
wxallowed filesystem for USE_WXNEEDED ports instead of erroring out
unhelpfully. Prompted by numerous questions about Python builds failing
with "configure: error: cannot run C compiled programs." on ports@
Input, tested in bulks and ok sthen; ok danj; no veto from espie.