Commit graph

146117 commits

Author SHA1 Message Date
Colin Booth
bd4fb68ea5 qwt: update to 6.1.5 2021-05-11 20:05:59 -03:00
Colin Booth
dea7ee6dc5 qxmpp: update to 1.4.0 2021-05-11 19:48:07 -03:00
Alex Lohr
d4f5fe2710 google-chrome: update to 90.0.4430.212 2021-05-11 19:36:31 -03:00
Alex Lohr
63dd5414a9 vscode: update to 1.56.1 2021-05-11 19:34:50 -03:00
Leah Neukirchen
8513e79af4 erlang: update to 23.3.4. 2021-05-11 22:15:55 +02:00
Leah Neukirchen
3820a85e44 chibi-scheme: update to 0.10. 2021-05-11 22:15:55 +02:00
Érico Nogueira
dfbc35e0db qemu-user-static: restore mremap-efault patch.
Fixed in previous commit, just needs to be rebuilt for it.
2021-05-11 14:47:18 -03:00
Érico Nogueira
ac0bf8bd58 qemu: restore mremap-efault patch.
This was deleted in b393370212, but was
still necessary. Without it, qemu in user mode has the wrong return
value for mremap, which leads to infinite looping in some
situations (afaik only with musl).  This could be observed with
qemu-user-static when crossbuilding webkit2gtk for armv*-musl, where
strace(1) showed infinite looping:

mremap(0x6525a000, 4096, 8192, 0^C)       = -1 ENOMEM (Out of memory)

The command being used was:

/usr/bin/qemu-arm-static -L /usr/arm-linux-musleabihf -E LD_LIBRARY_PATH=/usr/arm-linux-musleabihf/usr/lib:.libs: /builddir/webkitgtk-2.32.1/build/Source/WebKit/tmp-introspecth0go8pvu/WebKit2-4.0 --introspect-dump=/builddir/webkitgtk-2.32.1/build/Source/WebKit/tmp-introspecth0go8pvu/functions.txt,/builddir/webkitgtk-2.32.1/build/Source/WebKit/tmp-introspecth0go8pvu/dump.xml
2021-05-11 14:47:10 -03:00
Andrew J. Hesford
62ffd8fe0c python3-bleach: update to 3.3.0. 2021-05-11 13:04:00 -04:00
Andrew J. Hesford
aed408e581 python3-virtualenv: update to 20.4.6. 2021-05-11 13:04:00 -04:00
Andrew J. Hesford
a01222c991 python-zope.interface: update to 5.4.0. 2021-05-11 13:03:59 -04:00
Andrew J. Hesford
1f223435b3 python3-zope.component: update to 5.0.0. 2021-05-11 13:03:59 -04:00
Andrew J. Hesford
e7f236ef92 python-six: update to 1.16.0. 2021-05-11 13:03:59 -04:00
Andrew J. Hesford
e27c5fc0c9 python3-typing_extensions: update to 3.10.0.0. 2021-05-11 13:03:59 -04:00
Andrew J. Hesford
bb2b6deb7f python3-testpath: update to 0.4.4. 2021-05-11 13:03:59 -04:00
Andrew J. Hesford
10f8bf1c84 python3-setuptools: update to 56.2.0. 2021-05-11 13:03:59 -04:00
Andrew J. Hesford
07913fb463 python3-ConfigArgParse: update to 1.4.1. 2021-05-11 13:03:59 -04:00
Andrew J. Hesford
38532f8a3b certbot-nginx: update to 1.15.0. 2021-05-11 13:03:59 -04:00
Andrew J. Hesford
c410ed727f certbot-apache: update to 1.15.0. 2021-05-11 13:03:59 -04:00
Andrew J. Hesford
4bb4564139 certbot: update to 1.15.0. 2021-05-11 13:03:59 -04:00
Andrew J. Hesford
1a52c23f8d python3-acme: update to 1.15.0. 2021-05-11 13:03:59 -04:00
Andrew J. Hesford
6ead0ce6d0 python3-numpy: update to 1.20.3. 2021-05-11 13:03:59 -04:00
Andrew J. Hesford
263c43854e python3-breathe: update to 4.30.0. 2021-05-11 13:03:58 -04:00
Andrew J. Hesford
d6a42047b1 python3-bokeh: update to 2.3.2. 2021-05-11 13:03:58 -04:00
Helmut Pozimski
8b444fd84a vlc: update to 3.0.14. 2021-05-11 18:53:00 +02:00
Cameron Nemo
7293a6219d runc: update to 1.0.0-rc94 2021-05-11 13:10:22 -03:00
Justin Jagieniak
462024e1b8 wire-desktop: update to 3.25.2940. 2021-05-11 13:09:38 -03:00
Ramdziana F Y
51fd2b0f51 vivaldi: update to 3.8.2259.42 2021-05-11 13:06:54 -03:00
Philipp David
dbae544659 img2pdf: update to 0.4.1. 2021-05-11 13:06:41 -03:00
Philipp David
9ae227bb2e python3-pikepdf: update to 2.12.0. 2021-05-11 13:06:33 -03:00
Colin Booth
f06ce5f256 qt5-doc: fix license, http->https, other lint 2021-05-11 13:05:43 -03:00
Leah Neukirchen
7f410c7e55 linux5.10: update to 5.10.36. 2021-05-11 15:49:30 +02:00
Andrew Benson
513ee2ed6a python3-oletools: update to 0.56.2. 2021-05-11 07:50:53 -05:00
Andrew Benson
928644c123 gnustep-make: update to 2.9.0. 2021-05-11 07:41:41 -05:00
Đoàn Trần Công Danh
c338a56454 Thunar: update to 4.16.8. 2021-05-11 18:43:51 +07:00
Érico Nogueira
9dd1cb0d38 ucpp: fix description, xlint.
Was going to just fix a typo, ended up rephrasing and fixing xlints,
including wrong license field.
2021-05-11 02:48:38 -03:00
Andrew Benson
cd60f45e25 libxlsxwriter: update to 1.0.4. 2021-05-10 18:18:01 -05:00
eater
3116735971 spice: update to 0.15.0 2021-05-10 19:52:03 -03:00
Andrew Benson
1efcc4181b nfdump: update to 1.6.23. 2021-05-10 16:20:35 -05:00
Andrew Benson
0ff83ed174 gorm: update to 1.2.28. 2021-05-10 16:15:28 -05:00
q66
272a831355 webkit2gtk: update to 2.32.1 2021-05-10 23:14:12 +02:00
q66
3387aeb4d6 libglvnd: work around crashing on musl systems and multithreaded gl
firstly, disable ppc64 tsb assembly since it appears to be broken
in multithread contexts; secondly, when not using asm, compile the
dispatch code with low optimization level as doing otherwise seems
to result in crashes in multithreaded contexts

we'll need to fix this properly at some point, for now do this

the assembly code is seemingly buggy and causes strange crashes
when used with threaded code, so fall back to pure C paths
2021-05-10 23:12:05 +02:00
Piotr Wójcik
f52aeb982a tox: update to 3.23.1. 2021-05-10 21:47:30 +02:00
Piotr Wójcik
2fd33ce0c1 python3-pytest: update to 6.2.4. 2021-05-10 21:47:30 +02:00
Piotr Wójcik
abfbb7232a python3-alembic: update to 1.6.2. 2021-05-10 21:47:30 +02:00
Piotr Wójcik
b83476f956 diffoscope: update to 174. 2021-05-10 21:47:30 +02:00
Michael Aldridge
b300d997ed python3-docker: update to 4.4.4 2021-05-10 11:32:34 -07:00
FollieHiyuki
b5b742cc5a element-desktop: update to 1.7.27 2021-05-10 15:09:49 -03:00
Andrew Benson
1d71bd094b unar: revbump for gnustep-base 2021-05-10 12:32:24 -05:00
Andrew Benson
226fb1d90a gorm: revbump for gnustep-base 2021-05-10 12:32:24 -05:00