The port now depends exclusively on Java 1.8. Netshot uses nashorn which
was deprecated after Java 1.8. It might work with later Java versions but
this has not been tested yet.
inputs and OK stehn@
Includes security fixes for:
CVE-2019-5481 (not applicable to our port)
CVE-2019-5482: TFTP small blocksize heap buffer overflow
curl command: support parallel transfers with -Z
Security update, which fixes a buffer overflow in HTTP chunked encoding
handling, when the chunk length was mishandled (CVE-2019-16239).
Changelog can be found at
https://www.infradead.org/openconnect/changelog.html.
OK sthen@
clang-based platform like amd64. This commit makes Ghidra build with clang by:
* Adding a clang toolChains block in nativeBuildProperties.gradle
* Adding COMPILER="base-clang ports-clang"
* Updating WANTLIB by replacing libstdc++ with ${COMPILER_LIBCXX}
In addition, honor CXX by setting tools.cppCompiler.executable and
tools.linker.executable in nativeBuildProperties.gradle to ${CXX}. Also print
those variables so that we can confirm that they are set properly.
Lastly, add --stacktrace to the gradle command to facilitate future debugging.
Thanks to daniel@ for bringing this to my attention, naddy@ for his detailed
report of the g++ and CXX issues, and sthen@ for suggesting a possible fix.
ok naddy@ sthen@
distro provides information about the OS distribution it runs on, such
as a reliable machine-readable ID, or version information.
It is the recommended replacement for Python's original
platform.linux_distribution function (which will be removed in Python
3.8). It also provides much more functionality which isn't necessarily
Python bound, like a command-line interface.
As of ONLY_FOR_ARCHS we support more than x86; as for the rest this list
is probably outdated/incomplete as well and generally providese little to
no information, so remove it.
OK gsoares
e995a0c101863688d5f14649ae3de45a7c43789c
zap patch-bin_web merged upstream
patch from Patrick Marchand <pmarchand@evolix.ca>, thanks!
with some tweaks by me.
slight tweaks from me) who takes maintainer
N.B. config and feed db are not compatible with the previous version,
run "r2e list > ~/r2e.txt" and "r2e opmlexport > ~/r2e.opml" to keep plain
copies of these before updating, and follow pkg-readme after updating.