69098 Commits

Author SHA1 Message Date
Leonardo Arena
70dd6f1141 testing/simgear: restrict to x86* due to openscenegraph 2019-02-28 10:34:09 +00:00
Leonardo Arena
165645ab6b testing/openscenegraph: restrict to x86* due to gdal 2019-02-28 10:33:01 +00:00
Leonardo Arena
f9eb3b8fe7 community/nextcloud: upgrade to 15.0.5 2019-02-28 10:25:16 +00:00
Leonardo Arena
060b8a868a testing/flightgear: upgrade to 2018.3.2 2019-02-28 10:24:31 +00:00
Leonardo Arena
9b9800afdc testing/simgear: upgrade to 2018.3.2 2019-02-28 10:24:31 +00:00
Natanael Copa
bb9a0abb64 testing/iwd: disable all arches except x86 and x86_64
testsuite fails on all other arches and hangs on ppc64le
2019-02-28 09:20:44 +00:00
Jason A. Donenfeld
0bfe7f6823 testing/wireguard: upgrade to 0.0.20190227
* wg-quick: freebsd: allow loopback to work

FreeBSD adds a route for point-to-point destination addresses. We don't
really want to specify any destination address, but unfortunately we
have to. Before we tried to cheat by giving our own address as the
destination, but this had the unfortunate effect of preventing
loopback from working on our local ip address. We work around this with
yet another kludge: we set the destination address to 127.0.0.1. Since
127.0.0.1 is already assigned to an interface, this has the same effect
of not specifying a destination address, and therefore we accomplish the
intended behavior. Note that the bad behavior is still present in Darwin,
where such workaround does not exist.

* tools: remove unused check phony declaration
* highlighter: when subtracting char, cast to unsigned
* chacha20: name enums
* tools: fight compiler slightly harder
* tools: c_acc doesn't need to be initialized
* queueing: more reasonable allocator function convention

Usual nits.

* systemd: wg-quick should depend on nss-lookup.target

Since wg-quick(8) calls wg(8) which does hostname lookups, we should
probably only run this after we're allowed to look up hostnames.

* compat: backport ALIGN_DOWN
* noise: whiten the nanoseconds portion of the timestamp

This mitigates unrelated sidechannel attacks that think they can turn
WireGuard into a useful time oracle.

* hashtables: decouple hashtable allocations from the main device allocation

The hashtable allocations are quite large, and cause the device allocation in
the net framework to stall sometimes while it tries to find a contiguous
region that can fit the device struct. To fix the allocation stalls, decouple
the hashtable allocations from the device allocation and allocate the
hashtables with kvmalloc's implicit __GFP_NORETRY so that the allocations fall
back to vmalloc with little resistance.

* chacha20poly1305: permit unaligned strides on certain platforms

The map allocations required to fix this are mostly slower than unaligned
paths.

* noise: store clamped key instead of raw key

This causes `wg show` to now show the right thing. Useful for doing
comparisons.

* compat: ipv6_stub is sometimes null

On ancient kernels, ipv6_stub is sometimes null in cases where IPv6 has
been disabled with a command line flag or other failures.

* Makefile: don't duplicate code in install and modules-install
* Makefile: make the depmod path configurable

* queueing: net-next has changed signature of skb_probe_transport_header

A 5.1 change. This could change again, but for now it allows us to keep this
snapshot aligned with our upstream submissions.

* netlink: don't remove allowed ips for new peers
* peer: only synchronize_rcu_bh and traverse trie once when removing all peers
* allowedips: maintain per-peer list of allowedips

This is a rather big and important change that makes it much much faster to do
operations involving thousands of peers. Batch peer/allowedip addition and
clearing is several orders of magnitude faster now.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-02-28 10:51:34 +02:00
Natanael Copa
cbb492e08e testing/iwd: build fix. needs linux-headers 2019-02-28 07:16:05 +00:00
Milan P. Stanić
ff2dbd7e2b testing/iwd: new aport
Internet Wireless Daemon
2019-02-28 07:15:08 +00:00
Milan P. Stanić
8c9bc3ab93 testing/ell: new aport
dependency for iwd
2019-02-28 07:13:48 +00:00
prspkt
f92187a86f
testing/handbrake: add speex and lzma makedepends 2019-02-27 20:32:43 +02:00
prspkt
0cd73d9ce1
testing/handbrake: disable nvenc
Disable nvidia encoder APIs which are only available on x86* and
therefore limit package availability.
2019-02-27 20:32:43 +02:00
prspkt
49c4725efb
testing/handbrake: upgrade to 1.2.2, clarify license 2019-02-27 20:32:43 +02:00
prspkt
be3899b658
community/ffmpeg: rebuild against libx265.so.169 2019-02-27 20:32:43 +02:00
prspkt
c8b7eb29ee
testing/libheif: rebuild against libx265.so.169 2019-02-27 20:32:43 +02:00
prspkt
a5764f10b9
community/vlc: rebuild against libx265.so.169 2019-02-27 20:32:42 +02:00
prspkt
783ddcfd91
community/gst-plugins-bad: rebuild against libx265.so.169 2019-02-27 20:32:42 +02:00
prspkt
4e20bfd33f
community/xpra: rebuild against libx265.so.169 2019-02-27 20:32:42 +02:00
prspkt
44efe66f0e
community/x265: upgrade to 3.0 2019-02-27 20:32:39 +02:00
Natanael Copa
2f07f9eb88 scripts/genrootfs.sh: exclude dev/*
exclude /dev/* from minirootfs.

https://github.com/gliderlabs/docker-alpine/issues/356
2019-02-27 17:02:38 +00:00
Natanael Copa
d8ce74e36b testing/wireguard-virt: rebuild against kernel 4.19.26-r0 2019-02-27 16:05:37 +00:00
Natanael Copa
c8687463b6 testing/wireguard-vanilla: rebuild against kernel 4.19.26-r0 2019-02-27 16:05:16 +00:00
Natanael Copa
248a40ceb6 testing/ipt-netflow-vanilla: rebuild against kernel 4.19.26-r0 2019-02-27 16:04:27 +00:00
Natanael Copa
af60dbca60 main/zfs-vanilla: rebuild against kernel 4.19.26-r0 2019-02-27 16:03:38 +00:00
Natanael Copa
78dce4292a main/xtables-addons-vanilla: rebuild against kernel 4.19.26-r0 2019-02-27 15:57:05 +00:00
Natanael Copa
704d3104c6 main/spl-vanilla: rebuild against kernel 4.19.26-r0 2019-02-27 15:56:11 +00:00
Natanael Copa
99d4b3f234 main/drbd9-vanilla: rebuild against kernel 4.19.26-r0 2019-02-27 15:53:41 +00:00
Natanael Copa
34fe4b24e5 main/devicemaster-linux-vanilla: rebuild against kernel 4.19.26-r0 2019-02-27 15:52:49 +00:00
Natanael Copa
109209fe5d main/dahdi-linux-vanilla: rebuild against kernel 4.19.26-r0 2019-02-27 15:52:02 +00:00
Natanael Copa
2960506a16 community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.19.26-r0 2019-02-27 15:51:05 +00:00
Natanael Copa
981aade0f3 main/linux-vanilla: upgrade to 4.19.26 2019-02-27 15:50:06 +00:00
Natanael Copa
73fca09f1e main/linux-rpi: upgrade to 4.19.26 2019-02-27 15:34:20 +00:00
Francesco Colista
13a7957227 community/icinga2: updated initd 2019-02-27 15:22:16 +00:00
Francesco Colista
ee23bb2d68 community/icingaweb2:added php-curl dependency 2019-02-27 15:22:16 +00:00
Natanael Copa
a7e15158cb ==== snapshot 3.10_alpha20190227 ==== v20190227 2019-02-27 15:04:53 +00:00
alpine-mips-patches
4e2cd04081 main/unrar: upgrade to 5.7.2 2019-02-27 14:46:08 +00:00
alpine-mips-patches
fd422757e8 main/unrar: upgrade to 5.7.1
There is apparently no changelog but diff from 5.6.8 shows lots of
wcscpy -> wcsncpyz replacements and similar changes so upgrading
seems like a good idea.
2019-02-27 14:45:53 +00:00
alpine-mips-patches
5df3221bd5 main/openvswitch: fix dependency in the -test subpackage
There is no 'py2-twisted', only 'py-twisted' exists.
2019-02-27 14:39:15 +00:00
Natanael Copa
89cf054a2d testing/firefox: build with bundled libvpx due to 1.8.0
libvpx update to 1.8.0 broke firefox-esr
upstream bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1525393
2019-02-27 13:51:28 +00:00
Natanael Copa
a72328cf18 community/firefox-esr: build with bundled libvpx due to 1.8.0
libvpx update to 1.8.0 broke firefox-esr
upstream bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1525393
2019-02-27 11:43:44 +00:00
Kevin Daudt
0d40326b80 testing/sopel: add py3-dnspython as dependency 2019-02-27 11:32:57 +00:00
Natanael Copa
c9aae3180a main/py-django: security upgrade to 1.11.20 (CVE-2019-6975)
fixes #10003
2019-02-27 11:25:19 +00:00
Carlo Landmeter
27bde63026 testing/drone: new aport
This is a first step at adding drone to aports and is no way a finished
product.
2019-02-27 10:04:46 +00:00
Francesco Colista
2a394ee3ed community/py-numpy: upgrade to 1.16.2 2019-02-27 10:00:26 +00:00
Francesco Colista
4a81a4f039 community/icinga2: upgrade to 2.10.3 2019-02-27 10:00:26 +00:00
Leonardo Arena
7c25d32fde community/zabbix: upgrade to 4.0.5 2019-02-27 09:48:36 +00:00
Natanael Copa
5aba7d2b49 community/remmina: explict depend on openssl
force rebuild against openssl instead of libressl due to implicit
dependency.

ref #9959
2019-02-27 08:13:14 +00:00
Natanael Copa
4ecf0bf5a8 community/vlc: fix build against libvpx-1.8 2019-02-27 07:21:09 +00:00
Natanael Copa
66616129bd main/libvpx: fix build on ppc64le
It needs linux-headers
2019-02-27 07:04:47 +00:00
Natanael Copa
ee948d48a5 community/ffmpeg: rebuild against libvpx 1.8 2019-02-27 06:59:11 +00:00