lang/python/python.port.mk revision 1.102 and 1.103 added
MODPY_TEST_LOCALE and MODPY_PYTEST respectively, nicely wrapping up the
usual pytest dance.
This removes hand-rolled do-tests from all 70 ports by setting
MODPY_PYTEST=Yes and MODPY_TEST_LOCALE as well as HOME=${WRKDIR} to TESTENV
as needed.
From Kurt Mosiejczuk <kurt at cranky dot work>, thanks!
OK sthen
environment, which will reduce complexity in java.port.mk when jdk 11 is
added. direction agreed with kurt@.
- switch all MODJAVA_VER to at least 1.8 (we don't currently have any
version earlier than this anyway).
- drop MODJAVA_JRERUN, the separate jre package will be going away with
jdk 11.
- bump changed ports
that an attacker who replaces a library with a trojaned one doesn't notice
that aide is installed) but, as far as this port goes, nobody has bumped
it when dependencies have had security fixes, so we're better off with
dynamic.
Small set of tools to convert packets from captures (h = hash, c = capture,
convert and calculate candidates, x = different hashtypes) for the use
with latest hashcat or John the Ripper. The tools are 100% compatible to
hashcat and John the Ripper and recommended by hashcat.
OK benoit@
ld: error: undefined symbol: __i686.get_pc_thunk.bx
OK sthen@
fix wpaclean, only saving the last seen network/handshake
in the output file
OK benoit@ (MAINTAINER)
LDEP unborking post-review)
pecl-mcrypt provides bindings for the unmaintained mcrypt library.
These were previously included in PHP itself, but as of PHP 7.2 have
been moved to a separate distribution. They are maintained only for
compatibility with old applications and should not be used for new
code.
Suricata uses libcap-ng on Linux and runs as root elsewhere.
Switch to _suricata user and group in config to avoid running as root.
To remove pid file its directory must be writable by suricata user.
Fix pid file removal if it is specified in config file.
setresuid()/gid() patch from Emmanuel Roullit
OK gonzalo@
available at build time. Add them to lib depends and wantlib
to create a package that always depends on all it needs.
Portcheck complained about an unknown VARBASE, add it to subst vars.
OK gonzalo@
Mojolicious::Plugin::Authentication provides methods that facilitate
user authentication in Mojolicious web applications.
From Manolis Tzanidakis <mtzanidakis AT gmail.com>
OK bluhm@