69098 Commits

Author SHA1 Message Date
Carlo Landmeter
496f5ff604 community/py-zope-hookable: new aport
This is added to community for certbot.
2019-01-26 21:12:19 +00:00
Carlo Landmeter
9b6c0b7d9a community/py-zope-deferredimport: new aport
this is added into community as its needed for certbot.
2019-01-26 21:12:19 +00:00
Carlo Landmeter
d8450181e4 community/py-zope-deprecation: upgrade move and add py3 support
- upgrade to 4.4.0
- move from testing to commnity
- add support for python3
2019-01-26 21:12:19 +00:00
Jakub Jirutka
6cfc6137d7 main/dovecot: fix typo $protocol -> $protocols
Fixes #9920 (https://bugs.alpinelinux.org/issues/9920)
2019-01-26 18:05:56 +01:00
Jakub Jirutka
a971c15aa2 testing/ivykis: new aport
Library for asynchronous I/O readiness notification
http://libivykis.sourceforge.net/
2019-01-26 17:46:35 +01:00
Jakub Jirutka
808fb08874 Revert "community/acme-client-plus: move from testing"
This reverts commit 56fbe2e7518dc89fc065fd02c24823ee1e51a888.

acme-client has been moved from community to testing... >_<
2019-01-26 16:33:43 +01:00
Jakub Jirutka
35ad6abcf0 community/sloci-image: move from testing 2019-01-26 16:31:05 +01:00
Jakub Jirutka
039f225a89 community/roundcubemail-mobile: move from testing 2019-01-26 16:28:57 +01:00
Jakub Jirutka
56fbe2e751 community/acme-client-plus: move from testing 2019-01-26 16:28:09 +01:00
Jakub Jirutka
25289c4d50 community/java-sigar: move from testing 2019-01-26 16:27:22 +01:00
Kaarle Ritvanen
a0912ad44e main/awall: upgrade to 1.6.9 2019-01-26 13:21:00 +02:00
Kaarle Ritvanen
16d04ba0d9 main/py-phonenumbers: upgrade to 8.10.4 2019-01-26 10:16:46 +02:00
Kaarle Ritvanen
6642b06670 community/zoneminder: upgrade to 1.32.3 2019-01-25 22:50:21 +02:00
Kaarle Ritvanen
10b519eb8b main/py-phonenumbers: upgrade to 8.10.3 2019-01-25 22:43:03 +02:00
J0WI
e82176fd8b main/apache2: security upgrade to 2.4.38
fixes #9906
2019-01-25 21:34:59 +02:00
J0WI
15b3529d6a main/apache2: modernize APKBUILD 2019-01-25 21:32:58 +02:00
Natanael Copa
25218537f5 main/mkinitfs: fix f2fs module dependencies 2019-01-25 16:09:12 +00:00
Natanael Copa
26b88dbce3 main/grub: backport f2fs support
fixes #9903
2019-01-25 16:01:44 +00:00
Natanael Copa
6f613e0f07 main/alpine-conf: set up ntp before repos in setup-alpine
we need time to be correct for https certificate validation.
fixes #9911
2019-01-25 15:17:52 +00:00
Natanael Copa
92b0caf829 testing/wireguard-tools: fix quotes in checksum 2019-01-25 15:06:55 +00:00
Milan P. Stanić
7795a7c6a9 main/patchutils: add depends on perl, fix missing shebang
fixes: #9913
add options with '!check' because package doesn't have test
2019-01-25 14:50:23 +00:00
Sören Tempel
49d0c3b8bd main/patch: security fix (CVE-2018-6952)
This is a follow up for 58fc65d2b14f59efea945f9dc2dc39d9db45d72e which
fixed CVE-2018-6951 but didn't fix CVE-2018-6952 as a patch for it
wasn't available back then.

Should probably fix #8563 (can't see the issues as it is confidential).

https://savannah.gnu.org/bugs/index.php?53133
2019-01-25 13:38:57 +01:00
Grant Miller
3458f47d69 community/qt5-qtwebengine: Fix x86
I took the patch from https://codereview.qt-project.org/#/c/247777/
and I changed the file paths from chromium to src/3rdparty/chromium
to match the structure of the source tarball.

I can confirm that qt5-qtwebengine now compiles for x86.
2019-01-25 09:57:04 +00:00
Natanael Copa
cb5d66dfdf main/grub: add post-ugprade to import default config
import boot options to /etc/default/grub on upgrade to make sure we can
still boot.

ref #9903
2019-01-24 18:01:30 +00:00
Jason A. Donenfeld
ee1955b85c testing/wireguard: upgrade to 0.0.20190123
* tools: curve25519: handle unaligned loads/stores safely

This should fix sporadic crashes with `wg pubkey` on certain architectures.

* netlink: auth socket changes against namespace of socket

In WireGuard, the underlying UDP socket lives in the namespace where the
interface was created and doesn't move if the interface is moved. This
allows one to create the interface in some privileged place that has
Internet access, and then move it into a container namespace that only
has the WireGuard interface for egress. Consider the following
situation:

1. Interface created in namespace A. Socket therefore lives in namespace A.
2. Interface moved to namespace B. Socket remains in namespace A.
3. Namespace B now has access to the interface and changes the listen
port and/or fwmark of socket. Change is reflected in namespace A.

This behavior is arguably _fine_ and perhaps even expected or
acceptable. But there's also an argument to be made that B should have
A's cred to do so. So, this patch adds a simple ns_capable check.

* ratelimiter: build tests with !IPV6

Should reenable building in debug mode for systems without IPv6.

* noise: replace getnstimeofday64 with ktime_get_real_ts64
* ratelimiter: totalram_pages is now a function
* qemu: enable FP on MIPS

Linux 5.0 support.

* keygen-html: bring back pure javascript implementation

Benoît Viguier has proofs that values will stay well within 2^53. We
also have an improved carry function that's much simpler. Probably more
constant time than emscripten's 64-bit integers.

* contrib: introduce simple highlighter library

This is the highlighter library being used in:
- https://twitter.com/EdgeSecurity/status/1085294681003454465
- https://twitter.com/EdgeSecurity/status/1081953278248796165

It's included here as a contrib example, so that others can paste it into
their own GUI clients for having the same strictly validating highlighting.

* netlink: use __kernel_timespec for handshake time

This readies us for Y2038. See https://lwn.net/Articles/776435/ for more info.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-01-24 18:54:03 +02:00
Natanael Copa
1e80bdf94c testing/pdal: rebuild against hdf5 1.10 2019-01-24 16:45:48 +00:00
Natanael Copa
2833c9265e testing/octave: rebuild against hdf5 1.10 2019-01-24 16:45:48 +00:00
Natanael Copa
72a2404fbb testing/py-h5py: rebuild against hdf5 1.10 2019-01-24 16:45:48 +00:00
Natanael Copa
f154d2b377 testing/meep: rebuild against hdf5 1.10 2019-01-24 16:45:48 +00:00
Natanael Copa
da1d642a9a testing/hdf5: upgrade to 1.10.4 2019-01-24 16:45:48 +00:00
J0WI
79f386b905 main/python3-tkinter: patch CVE-2019-5010 2019-01-24 16:33:45 +00:00
J0WI
0a1b69723c main/python3: patch CVE-2019-5010 2019-01-24 16:33:45 +00:00
J0WI
3719a5100b community/python3-tkinter: Upgrade to 3.6.8 2019-01-24 16:33:45 +00:00
J0WI
f18007a6af main/python3: Upgrade to 3.6.8 2019-01-24 16:33:45 +00:00
J0WI
a22bed04e6 community/python2-tkinter: synchronize with main/python2 2019-01-24 16:29:57 +00:00
J0WI
d96309a215 main/python2: patch CVE-2019-5010 2019-01-24 16:29:57 +00:00
Dmitry Romanenko
e03e40f33c testing/py-filelock: new aport 2019-01-24 18:03:54 +02:00
Tuan Hoang
706da36557 community/tint2: fix download link, upgrade to 16.6.1 2019-01-24 18:00:31 +02:00
Oleg Titov
d9dea4ced7 testing/xmrig-proxy: upgrade to 2.10.0 2019-01-24 17:51:06 +02:00
Oleg Titov
e2dd34dbc1 testing/xmrig: upgrade to 2.10.0 2019-01-24 17:50:13 +02:00
Leonardo Arena
cf43a77522 main/busybox: security fixes (CVE-2018-20679, CVE-2019-5747) 2019-01-24 07:44:28 +00:00
Natanael Copa
c9b2b9e92a ==== release 3.9.0_rc5 ==== v3.9.0_rc5 2019-01-24 02:08:41 +00:00
Natanael Copa
ded0ade7d8 testing/wireguard-virt: rebuild against kernel 4.19.17-r0 2019-01-24 01:10:24 +00:00
Natanael Copa
2ed6eeb005 testing/wireguard-vanilla: rebuild against kernel 4.19.17-r0 2019-01-24 01:10:04 +00:00
Natanael Copa
8af5052b21 testing/ipt-netflow-vanilla: rebuild against kernel 4.19.17-r0 2019-01-24 01:09:18 +00:00
Natanael Copa
f5f8af8560 main/zfs-vanilla: rebuild against kernel 4.19.17-r0 2019-01-24 01:08:29 +00:00
Natanael Copa
5ffb0f4ad6 main/xtables-addons-vanilla: rebuild against kernel 4.19.17-r0 2019-01-24 01:02:05 +00:00
Natanael Copa
dc85cf00a1 main/spl-vanilla: rebuild against kernel 4.19.17-r0 2019-01-24 01:01:13 +00:00
Natanael Copa
1e7fed8cde main/drbd9-vanilla: rebuild against kernel 4.19.17-r0 2019-01-24 00:58:46 +00:00
Natanael Copa
de6638afa9 main/devicemaster-linux-vanilla: rebuild against kernel 4.19.17-r0 2019-01-24 00:57:56 +00:00