143411 Commits

Author SHA1 Message Date
ajacoutot
59b2f8b026 Update to terragrunt-0.21.10. 2019-12-27 08:17:11 +00:00
kmos
ccbfa8aff9 Hook security/py-trustme up to the build 2019-12-27 05:21:15 +00:00
kmos
52a4afc4b2 security/py-trustme
"You wrote a cool network client or server. It encrypts connections
using TLS. Your test suite needs to make TLS connections to itself.

Uh oh. Your test suite probably doesn't have a valid TLS certificate.
Now what?

trustme is a tiny Python package that does one thing: it gives you
a fake certificate authority (CA) that you can use to generate fake
TLS certs to use in your tests. Well, technically they're real
certs, they're just signed by your CA, which nobody trusts. But you
can trust it. Trust me."

Provides a temporary CA for doing TLS tests.

Needed for (at least) the py-aiohttp tests.

Version 0.5.3

OK kn@
2019-12-27 05:20:36 +00:00
kmos
198be9072d Hook devel/py-test-timeout up to the build 2019-12-27 05:17:38 +00:00
kmos
f54da8e9d3 devel/py-test-timeout
"This is a plugin which will terminate tests after a certain timeout.
When doing so it will show a stack dump of all threads running at
the time. This is useful when running tests under a continuous
integration server or simply if you don't know why the test suite
hangs."

Needed to enable tests on (at least) www/py-aiohttp

Version 1.3.3

OK kn@
2019-12-27 05:16:59 +00:00
kmos
45371bc33c Hook textproc/py-pyaml up to build 2019-12-27 05:14:26 +00:00
kmos
0f92714310 textproc/py-pyaml
"PyYAML-based python module to produce pretty and readable YAML-serialized
data.

This module is for serialization only, see ruamel.yaml module for
literate YAML parsing (keeping track of comments, spacing, line/column
numbers of values, etc)."

Version 19.4.1

OK kn@
2019-12-27 05:13:29 +00:00
kmos
cf3fe97e73 Add removal of python3 flavor of py-typing to quirks 2019-12-27 05:11:30 +00:00
kmos
be6e6f112b Unhook removed python3 flavor of py-typing 2019-12-27 05:10:19 +00:00
kmos
a95889f0fb Update devel/py-typing 3.6.4 -> 3.7.4.1
Update to latest py-typing and drop python3 FLAVOR since it is just
a backport for early versions of Python. (Usage of python3 flavor has
previously been removed from the tree).

Take maintainership while here

OK kn@
2019-12-27 05:09:15 +00:00
schwarze
798f7a3c54 Bugfix: accept any number of arguments for .Dd (also submitted upstream).
Needed to format 4.4BSD manual pages.
Bug found and patch OK'ed by jsg@.
2019-12-27 00:48:04 +00:00
jca
3e91ee7a2f Merge two improvements from base-clang/lld
- Make clang emit the proper path to our libcompiler_rt.a when asked to.
- Sort relative relocations (and relocations against the same symbol) by offset
  to optimize the cache and UVM faulting behavior

from Brad
2019-12-27 00:15:46 +00:00
cwen
409e7f3cfb nss: powerpc-only fix. Work around the lack of <sys/auxv.h> and
getauxval(), and keep it built with base-gcc. Thanks to jca@ who
improved my diff.

OK jca@, "Fix it whichever way you prefer" landry@ (maintainer)
2019-12-26 22:15:12 +00:00
kmos
fe99b39846 Update security/py-ecdsa 0.13.2 -> 0.14.1
Fixes CVE-2019-14853 and CVE-2019-14859

From Wen Heping

OK benoit@ (maintainer)
2019-12-26 17:28:33 +00:00
remi
83440d58bd Update to OfflineIMAP v7.3.2 and switch homepage/master_sites to https.
ok gsoares@
2019-12-26 16:58:33 +00:00
ajacoutot
6a3db4072d Update terraform providers. 2019-12-26 14:18:56 +00:00
ajacoutot
fe1a12a618 Update to packer-1.5.1. 2019-12-26 12:30:13 +00:00
ajacoutot
42ba14a34c Update to awscli-1.16.309. 2019-12-26 12:29:58 +00:00
ajacoutot
e5f0613300 Update to py-boto3-1.10.45. 2019-12-26 12:29:39 +00:00
ajacoutot
9cf4a1cbb6 Update to py-botocore-1.13.45. 2019-12-26 12:29:29 +00:00
jca
0069c2d2c3 Fix no_x11 packaging
Restore %%flavor%% lines, removed in pevious in previous.
PFRAG.no-no_x11 provides xmgrace.

While here also rm xmgrace.1 in no_x11 case.

ok sthen@ martin@ (maintainer)
2019-12-26 12:05:00 +00:00
sthen
bd9856eba3 Don't use USE_LIBTOOL=gnu just for libtoolize/libtool.m4, it should just
be a BUILD_DEPEMDS. Do that by changing to CONFIGURE_STYLE=autoreconf
which is tidier and adds this automatically. OK jca@ giovanni@
2019-12-26 11:19:28 +00:00
espie
d74086ca58 new minor version, figured out I should be smarter with -- 2019-12-26 10:58:16 +00:00
giovanni
9f495a73e0 autohell needs libtoolize(1)
spotted by ajacoutot@
2019-12-26 08:44:33 +00:00
bket
c9f85345d1 Update to rhash-1.3.9
Maintenance release. Changelog can be found at
https://github.com/rhash/RHash/blob/v1.3.9/ChangeLog.

While here add debug package.

OK kn@
2019-12-26 04:02:11 +00:00
jca
38048dc03d Don't add a dep on all headers in ${Backtrace_INCLUDE_DIRS}
since ${Backtrace_INCLUDE_DIRS} is likely to be a system dir.
TODO: push upstream
2019-12-25 22:31:01 +00:00
kn
892915b991 Update to youtube-dl 2019.12.25
From Hiltjo Posthuma
2019-12-25 22:26:37 +00:00
jca
b106a6c4ab Error out if we end up adding a dep on all headers in /usr/local/include
Just in case an upcoming update introduces the same problem as what
happened with libexecinfo/Backtrace.
2019-12-25 21:58:23 +00:00
jca
178b2ee6a0 Properly disable libexecinfo to fix up random build failures seen by many
Passing -DBacktrace_LIBRARY='' doesn't work since the flag has been
renamed to Backtrace_LIBRARIES and isn't enough anyway to prevent the
llvm cmake files to *add a dep on all headers* in
${Backtrace_INCLUDE_DIRS}, ie /usr/local/include.

... which of course leads to builds blowing up whenever dpb(1) junking
kicks in.

Bulk builders: sorry it took me so long to get my head out of the sand.

Last report by naddy@
2019-12-25 21:55:03 +00:00
ajacoutot
3d608dca6a Update to stellarium-0.19.3. 2019-12-25 21:02:58 +00:00
sthen
f1cf6cb576 update to passwdqc-1.4.0 2019-12-25 20:44:42 +00:00
ajacoutot
93265ac5f3 Update to mplayer-20191224.
from Brad (maintainer)
2019-12-25 15:52:25 +00:00
ajacoutot
442df69140 Update to Xine-lib 1.2.10.
from Brad (maintainer)
Build tested on amd64, i386, powerpc, and sparc64.
Runtime tested on amd64 and powerpc.
2019-12-25 15:50:45 +00:00
ajacoutot
1bbf221087 Enable libplacebo support.
from Brad
2019-12-25 15:48:26 +00:00
fcambus
2c3997a2ad Update mame to 0.217. 2019-12-25 15:17:33 +00:00
martin
e4d64575df +grace,no_x11 2019-12-25 15:01:08 +00:00
martin
7a4ef6c395 build with fftw and netcdf support by default, leaving no_x11 as the only
flavor

input sthen@
ok jca@
2019-12-25 15:00:12 +00:00
fcambus
acfaab9632 Final update of GeoLite2 databases to 20191224.
This will be the last update, as MaxMind will stop distributing the
databases under the CC BY-SA 4.0 license after December 30th 2019.

To download newer versions, users will need to obtain a free license key
from MaxMind and accept an EULA.

More information can be found here:

https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases/
2019-12-25 11:29:31 +00:00
robert
af794bc7ad unbreak caja when running outside of the mate desktop by fixing
a startup crash
2019-12-24 19:51:08 +00:00
kn
4bee18f88d Update to yq 2.10.0
- Add support for in-place editing (yq -yi)
- Add argcomplete integration
2019-12-24 19:24:31 +00:00
jasper
bff7e0d4c1 register py-libnacl removal 2019-12-24 18:48:23 +00:00
jasper
f53540d577 remove py-libnacl; unused after py-raet went away
ok aja@
2019-12-24 18:46:41 +00:00
sthen
f812d9149f update to libsrtp-2.3.0 2019-12-24 15:34:21 +00:00
ajacoutot
a7bc73e37d +libplacebo 2019-12-24 15:12:23 +00:00
ajacoutot
0c249f7409 Import libplacebo-1.21.0.
libplacebo is essentially the core rendering algorithms and ideas of
mpv turned into a library.
<...>

from Brad
tweak and OK sthen@
2019-12-24 15:11:28 +00:00
ajacoutot
4334ef8a43 Update to libvpx-1.8.2.
from Brad (maintainer)
2019-12-24 15:08:09 +00:00
ajacoutot
8a4f9a3528 Update to xine-ui-0.99.12.
from Brad
2019-12-24 15:05:43 +00:00
ajacoutot
8f5e792c9a Update to 20191220 snapshot.
from Brad (maintainer)
2019-12-24 15:03:18 +00:00
sthen
523fd4684d Don't use -Wno-logical-op-parentheses, not all compilers support it 2019-12-24 14:45:41 +00:00
sthen
ea819976d3 update to py-fido2-0.8.1, from Lucas Raab 2019-12-24 14:18:28 +00:00