Commit graph

146938 commits

Author SHA1 Message Date
Pulux
c4925aceb0 nim: update to 1.4.8. 2021-05-27 02:29:41 -03:00
Roberto Ricci
2d10519e9a zoom: update to 5.6.20278.0524. 2021-05-27 00:16:10 -03:00
Đoàn Trần Công Danh
91742fd5ae nspr: update to 4.31. 2021-05-27 07:30:12 +07:00
Roberto Ricci
b01d852c71 b3sum: update to 0.3.8. 2021-05-26 18:03:54 -03:00
MGlolenstine
1579869a6d discord-ptb: update to 0.0.25 2021-05-26 16:41:58 -03:00
Andrew Benson
678391a53e screenkey: add missing hostmakedepends 2021-05-26 14:31:37 -05:00
Andrew Benson
e681211758 screenkey: update to 1.4. 2021-05-26 14:17:26 -05:00
Andrew Benson
21e61b83b2 masscan: update to 1.3.2. 2021-05-26 13:51:29 -05:00
Andrew Benson
510e689bfd yara: update to 4.1.1. 2021-05-26 12:09:38 -05:00
Đoàn Trần Công Danh
a6e0d6912c curl: update to 7.77.0.
CVE-2021-22901
2021-05-26 23:40:45 +07:00
Benjamín Albiñana
a9785528ab you-get: update to 0.4.1525. 2021-05-26 12:26:23 -03:00
Karl Nilsson
0fcfacf419 python3-trimesh: update to 3.9.19. 2021-05-26 10:24:52 -03:00
Anthony Iliopoulos
0fa43e0e6e xfsprogs: update to 5.12.0. 2021-05-26 10:22:27 -03:00
Evgeny Ermakov
898598ebeb polybar: update to 3.5.6. 2021-05-26 10:21:06 -03:00
newbluemoon
929e7af6a9 links-x11: update to 2.23 2021-05-26 10:20:58 -03:00
newbluemoon
1d6254c816 links: update to 2.23 2021-05-26 10:20:58 -03:00
newbluemoon
fea56c1c73 praat: update to 6.1.47 2021-05-26 10:20:50 -03:00
Lon Willett
9d6bfb52c8 rtl8812au-dkms: update to 20210427
add support for kernel 5.12
2021-05-26 10:20:37 -03:00
Leah Neukirchen
a771364674 linux5.10: update to 5.10.40. 2021-05-26 14:56:33 +02:00
BlueChrystal
9786fe0194 vagrant: update to 2.2.16. 2021-05-26 12:22:50 +02:00
Alex Lohr
0f1a00b553 google-chrome: update to 91.0.4472.77 2021-05-26 01:43:05 -07:00
Érico Nogueira
fabd8e557a qemu: remove outdated musl patch.
They stopped using these constants with [1].

[1] b1d2e476e9
2021-05-26 01:22:27 -03:00
mobinmob
6a4709e0e0 mellowplayer: update to 3.6.8. 2021-05-26 00:53:42 -03:00
mobinmob
b2b7551c08 YACReader: update to 9.8.0.
Also add qt5-svg-devel to makedepends.
2021-05-26 00:53:30 -03:00
Érico Nogueira
4300ff100f ioquake3-rpi: remove package.
- too specific; if reinstated, should be a generic package using libglvnd
- low quality template (clones from arbitrary git revision)
2021-05-26 00:53:09 -03:00
Érico Nogueira
b061f13540 quake4: remove package.
- distfiles vanished, now served by us
- homepage also vanished
- completely proprietary and not integrated to the rest of the system
- still requires many files from install CDs
2021-05-26 00:53:09 -03:00
Andrei
9781f6b94a upwork: update to 5.5.0.11 2021-05-26 00:51:09 -03:00
Anubhav Kini
12786560d8 mpd: update to 0.22.8. 2021-05-26 00:50:57 -03:00
Toby Merz
80974bdc6d kotlin-bin: update to 1.5.10. 2021-05-26 00:50:50 -03:00
mobinmob
d9748fe139 lazygit: update to 0.28.1. 2021-05-26 00:50:43 -03:00
Érico Nogueira
bbb9261480 tilix: revbump for ldc-1.26.0.
Remove libunwind-devel so it builds with llvm-libunwind (which is
already linked to the D runtime and we don't want symbol mismatches).
This required patching meson.build so it could use a library without
pkgconfig files.

Also disable LTO, which was causing linking failures.
2021-05-26 00:12:09 -03:00
Érico Nogueira
673f702d68 onedrive: revbump for ldc-1.26.0. 2021-05-26 00:12:09 -03:00
Érico Nogueira
81d6829662 gtkd: revbump for ldc-1.26.0. 2021-05-26 00:12:09 -03:00
Érico Nogueira
1a77cf28a5 gstreamer1: remove libunwind support.
Pretty printing backtraces isn't extremely useful most of the time and
can be done in a much better way via a proper debugger. Furthermore, and
the motivation for this, having libunwind in gstreamer1 leads to gtkd
being linked against two libunwind impls, one via gstreamer1 (libunwind)
and the other via ldc-runtime (llvm-libunwind).
2021-05-26 00:12:09 -03:00
Érico Nogueira
07f83ffb9b ldc: update to 1.26.0.
Also move to llvm12 and add llvm-unwind-devel to depends, since it's
required by some packages when building things with ldc.

Forcing linking against libunwind from llvm is necessary, otherwise the
resulting runtime is underlinked and fails to find the unw_* symbols it
needs. Argument taken from Alpine:

aaaa982c68/community/ldc/APKBUILD
2021-05-26 00:12:09 -03:00
Đoàn Trần Công Danh
4e2f1e1493 patch: fix bootstrap on x86_64-musl
with or without musl-legacy-compat installed.
2021-05-26 08:50:12 +07:00
q66
c73bc73be2 chroot-distcc: unbreak bootstrap 2021-05-25 23:04:17 +02:00
Toby Merz
1c5e6f3962 github-cli: update to 1.10.3. 2021-05-25 17:17:32 -03:00
John
3f221f7291 electron12: update to 12.0.9. 2021-05-25 22:10:25 +02:00
Érico Nogueira
cb0c042206 tree-sitter: update to 0.19.5. 2021-05-25 16:25:13 -03:00
Érico Nogueira
eb0242b8db sbctl: update to 0.4. 2021-05-25 16:20:43 -03:00
Érico Nogueira
f886bfc727 elfutils: update to 0.185. 2021-05-25 16:16:58 -03:00
Piraty
de6477101e texstudio: update to 3.1.2. 2021-05-25 20:08:47 +02:00
Leah Neukirchen
0802a23d28 alpine: enable passfile. 2021-05-25 18:47:41 +02:00
Andrew Benson
ab4809d82f plantuml: update to 1.2021.7. 2021-05-25 10:43:26 -05:00
Andrew Benson
0214604e6b python3-rich: update to 10.2.2. 2021-05-25 10:18:12 -05:00
Leah Neukirchen
2812fd57c8 python3-boto3: update to 1.17.79. 2021-05-25 17:14:18 +02:00
Leah Neukirchen
a262b81ba3 python3-pyinfra: update to 1.4.2. 2021-05-25 17:14:18 +02:00
Leah Neukirchen
4d56d7b56f uftrace: update to 0.10. 2021-05-25 17:14:18 +02:00
BlueChrystal
5f842a929f welle-io: add qt5-graphicaleffects dep 2021-05-25 11:54:40 -03:00