143177 Commits

Author SHA1 Message Date
ajacoutot
96f0360137 +envconsul 2019-12-15 13:51:36 +00:00
ajacoutot
157283cd5c Import envconsul-0.9.1.
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@
2019-12-15 13:51:08 +00:00
fcambus
4ce2ab3600 Update libsixel to 1.8.3.
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!
2019-12-15 13:39:45 +00:00
robert
c416b99ec2 use KERN_SHMINFO_SHMMAX to get the value of shmmax because IPC_INFO cmd for
shmctl(2) is not available on OpenBSD
2019-12-15 13:36:30 +00:00
robert
ddc1f82af7 update to 79.0.3945.79 2019-12-15 12:03:46 +00:00
afresh1
e49022c4a4 Centralize multi-value variable formatting in portgen(1) 2019-12-15 00:57:49 +00:00
afresh1
7f6e61979c Look for existing ports by stem in portgen
Also caches the sqlports connection and query

OK abeiber@
2019-12-15 00:18:04 +00:00
afresh1
ed6197337f Have portgen(1) set FIX_EXTRACT_PERMISSIONS if necessary
Idea and initial patch from cwen@
OK abeiber@
2019-12-15 00:15:30 +00:00
bcallah
c742c94818 Bugfix update to kona-3.2.0.20191211 2019-12-14 22:49:34 +00:00
bcallah
387d41e7d7 Update to unicode-12.1.04
Only minor glyph improvements; see http://unifoundry.com/unifont/index.html
for more details.
2019-12-14 22:42:31 +00:00
kmos
e5f99d0b09 Hook sysutils/py-filelock and sysutils/py-query up to the build 2019-12-14 22:27:03 +00:00
kmos
c2ccbdd6d8 www/py-query
A jquery-like library for python

Version 1.4.0

ok bket
2019-12-14 22:21:55 +00:00
kmos
b10de2dbb7 sysutils/py-filelock
"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
2019-12-14 22:16:04 +00:00
kmos
71ff91f410 Fix tests by adding py-openssl to TEST_DEPENDS.
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)
2019-12-14 22:12:52 +00:00
naddy
ca191cf5c6 Update to 10.88.01 for numerous bug fixes. 2019-12-14 22:03:16 +00:00
kmos
4cd1b2ba1a Enable tests using MODPY_PYTEST
Added PORTHOME and TEST_ENV with PYTHONPATH to make them work
2019-12-14 21:44:08 +00:00
bket
b0569325f6 podofo: unbreak with ports-gcc
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@
2019-12-14 20:17:14 +00:00
ajacoutot
8f25da6b8b Update to terraform-provider-aws-2.42.0. 2019-12-14 18:47:28 +00:00
ajacoutot
88ed35708f Fix build when db3 is installed.
breakage reported by naddy@
2019-12-14 18:39:09 +00:00
ajacoutot
9b659041a2 Update to login_krb5-6.6. 2019-12-14 17:56:39 +00:00
ajacoutot
bb24fe19eb Update to terragrunt-0.21.9. 2019-12-14 17:47:36 +00:00
ajacoutot
a22f5a4f2c Update to awscli-1.16.303. 2019-12-14 17:00:00 +00:00
ajacoutot
f186401d38 Update to py-boto3-1.10.39. 2019-12-14 16:59:37 +00:00
ajacoutot
451c84bf5a Update to py-botocore-1.13.39. 2019-12-14 16:59:25 +00:00
ajacoutot
1827213c61 Update terraform providers. 2019-12-14 16:58:18 +00:00
ajacoutot
29bc1b9a53 Update to py-libcloud-2.7.0. 2019-12-14 16:50:40 +00:00
ajacoutot
47bd5e187c Update to terraform-0.12.18. 2019-12-14 16:47:13 +00:00
ajacoutot
c894454f4b Update to hplip-3.19.12. 2019-12-14 16:46:18 +00:00
ajacoutot
64e1339e75 Update to google-cloud-sdk-273.0.0. 2019-12-14 16:42:56 +00:00
ajacoutot
3890c953c7 Update to exoscale-cli-1.8.0. 2019-12-14 16:39:33 +00:00
ajacoutot
7f05e3ec9c Update to amazon-ssm-agent-2.3.772.0. 2019-12-14 16:37:31 +00:00
ajacoutot
5d961dd629 Update to zeek-3.0.1.
- fix picking up libexecinfo (and failing when junking); reported by naddy
2019-12-14 16:32:30 +00:00
ajacoutot
ddeded3e5a Update to cups-filters-1.26.0. 2019-12-14 16:26:05 +00:00
cwen
5425a9bff8 guile2: Unbreak on powerpc
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@
2019-12-14 15:45:01 +00:00
jasper
990c745d8d - update to binwalk-2.2.0
- add py-cryptodome dependency
- take maintainership
2019-12-14 14:21:46 +00:00
jasper
3a8d60b86f update to the 20191212 snapshot 2019-12-14 14:13:23 +00:00
ajacoutot
d751a7892e Update to fribidi-1.0.8. 2019-12-14 13:43:09 +00:00
jasper
12e16c248a loosen dependency on python-dateutil which was imposing an upper limit that
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)
2019-12-14 13:28:38 +00:00
ajacoutot
e0a6a35a6c Update to gnome-autoar-0.2.4. 2019-12-14 13:18:45 +00:00
jca
c24fb20558 This uses machine/apmvar.h code unconditionally so restrict it
See http://build-failures.rhaalovely.net/mips64/2019-12-06/x11/icewm.log
2019-12-14 13:08:27 +00:00
ajacoutot
d2e8650e22 Rework README after the recen ugen(4) default permissions change.
Also sync the READMEs as close as possible.
2019-12-14 13:02:28 +00:00
jca
113a0946e1 Bump REVISION of the old rsvg version used on archs without rust
...since the last update introduced a change in pkg/PLIST.
ok ajacoutot@ (maintainer)
2019-12-14 12:58:07 +00:00
espie
df22749e9b This is non obvious enough, document 2019-12-14 10:58:54 +00:00
anton
267973a530 Update to mdsort-4.3.0. 2019-12-14 10:17:57 +00:00
espie
20e9bc753e much better with the actual test... I'm a moron 2019-12-14 09:56:04 +00:00
kmos
90ee0a1be7 Maintainer update of www/py-responses 0.10.6 -> 0.10.7 2019-12-13 22:58:51 +00:00
ajacoutot
4c77d018d9 SECURITY update to cups-2.3.1.
CVE-2019-2228: The ippSetValuetag function did not validate the default
language value.
2019-12-13 22:30:45 +00:00
kmos
59fc34a5e9 Mark gegl04 BROKEN for sparc64
"ERROR: Problem encountered: Unknown host architecture"
2019-12-13 15:05:03 +00:00
landry
15eb188968 Remove patch merged in https://github.com/qgis/QGIS/pull/32831/ instead
of reverting it.. spotted by sthen@
2019-12-13 11:00:01 +00:00
espie
d8154adcb8 fold some of the common logic in write_rule
- 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
2019-12-13 10:17:44 +00:00