Envconsul provides a convenient way to launch a subprocess with environment
variables populated from HashiCorp Consul and Vault. The tool is inspired by
envdir and envchain, but works on many major operating systems with no runtime
requirements. It is also available via a Docker container for scheduled
environments
<...>
ok robert@
This fixes CVE-2018-19756, CVE-2018-19757, CVE-2018-19759, CVE-2018-19761,
CVE-2018-19762, CVE-2018-19763, CVE-2019-3573, CVE-2019-3574, CVE-2019-19635,
CVE-2019-19636, CVE-2019-19637, and CVE-2019-19638.
From Tim Meunier, thanks!
"This package contains a single module which implements a platform
independent file lock in Python, providing a simple method of
inter-process communication."
Version 3.0.12
OK bket
Add py-enum34 to TEST_DEPENDS for python2
Move to explicit use of MODPY_PYTEST (setuptools currently will call it,
but test invocation from setuptools is deprecated)
textproc/podofo uses -std=c++98 but cppunit now uses c++11 features for
which ports-gcc insists that -std=c/gnu++11 should be used. Fix adapted
from https://sourceforge.net/p/podofo/code/1826.
Tested on sparc64 by jca@.
OK sthen@ (maintainer), jca@
After an initial report by Matthew Hull, George Koehler found out that
the pre-built 32-bit BE bootstrap has probably a wrong byte order.
As such the port should be built without it. Thanks a lot!
OK jca@
broke when py-dateutil was updated to 2.8.1. upstream is sorting out the issue
but in the meantime we can relax the dependency as this doesn't seem to affect
it adversely as confirmed by sthen@
prompted by pvk@
ok aja@ (MAINTAINER)
- do the dir check late, so we don't create .debug dirs if not needed.
- add an emptyness check, so that we can warn if we produce an empty
debug package, and advise to tweak DEBUG_PACKAGES manually if there are
several subpackages involved