Commit Graph

146705 Commits

Author SHA1 Message Date
É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
q66 41e600cd5c grpc: unbreak abseil again 2021-05-25 13:26:14 +02:00
yopito 9e6e3dbcdf qt6-*: add remaining shlibs 2021-05-25 11:45:50 +02:00
John 5aae338a67 amdvlk: update to 2021.Q2.3. 2021-05-25 11:36:33 +02:00
John 64baa328e4 electron10: update to 10.4.7. 2021-05-25 09:25:58 +02:00
cinerea0 81658ae03c discord: update to 0.0.15 2021-05-24 23:27:25 -03:00
Érico Nogueira bd27760182 linux5.12: some config fixes.
- enable PLAYSTATION_FF for all
- disable HID_SENSOR_CUSTOM_INTEL_HINGE for non-x86
- enable IQS624_POS module for all
2021-05-24 23:24:02 -03:00
Érico Nogueira 68e03557f1 mdBook: update to 0.4.8. 2021-05-24 23:05:24 -03:00
Andrew J. Hesford 6de5c6a1ca zfs: patch to support linux5.12
Also ignore 2.1.99 release.

Closes: #31015 [via git-merge-pr]
2021-05-24 22:38:40 -03:00
marmeladema 66ba6eef30 New package: linux5.12-5.12.6.
Closes: #30915 [via git-merge-pr]
2021-05-24 22:38:40 -03:00
Felix Kleinschmidt 0858d588b6 linux-firmware: update to 20210511. 2021-05-24 21:56:26 -03:00
q66 17eeda78f4 webkit2gtk: add options for clang+lto, add big endian 32bit jsc fix
also explicitly add libgcrypt-devel which is needed but since some
recent change was not being pulled in (probably some dep changed)
2021-05-25 02:24:18 +02:00
Enno Boland 32ce8fe2cf sudo: update to 1.9.7. 2021-05-24 19:21:08 -03:00
mobinmob 89811976ce flacon: update to 7.0.1. 2021-05-24 19:20:29 -03:00
Andy Weidenbaum da0f0449ba rakudo: update to 2021.05. 2021-05-24 19:12:52 -03:00
Andy Weidenbaum 7bedce4c56 nqp: update to 2021.05. 2021-05-24 19:12:52 -03:00
Andy Weidenbaum 64014a64e6 MoarVM: update to 2021.05. 2021-05-24 19:12:52 -03:00
Philipp David b3332f482f arc-theme: update to 20210412. 2021-05-24 19:06:32 -03:00
Michal Vasilek 93ae067bcf NetworkManager: fix tests 2021-05-24 19:03:22 -03:00
Érico Nogueira beb3f7fb1f musl: backport reallocarray and others.
It's in POSIX-future and some applications have started depending on it.
It's easier to backport into musl than fix each individual package.

Since we are adding a new interface to libc, update common/shlibs entry
as well. This should probably have been done for all musl updates.

And since we are here, also backport:
- isascii fix (removes the need for a patch in fceux)
- make epoll a cancellation point (fixes a bug in jack pipewire utilities)
2021-05-24 18:45:30 -03:00
Frank Steinborn 064a51eead tor: update to 0.4.5.8. 2021-05-24 18:44:41 -03:00
Jan Christian Grünhage 83cea0dbfd element-desktop: update to 1.7.29. 2021-05-24 18:38:42 -03:00
Jan Christian Grünhage 9fef148187 olm-python3: update to 3.2.3. 2021-05-24 18:38:42 -03:00
Jan Christian Grünhage f57f162aae olm: update to 3.2.3. 2021-05-24 18:38:42 -03:00
FollieHiyuki ca2fb60e0f qalculate-gtk: update to 3.19.0 2021-05-24 18:15:30 -03:00
FollieHiyuki c4703c4b8a qalculate: update to 3.19.0 2021-05-24 18:15:30 -03:00
Leah Neukirchen aef2140a13 opensmtpd: add pam.d file. 2021-05-24 21:28:36 +02:00
Andrew J. Hesford f9112599a5 hyperion: drop package
The GitHub repo is archived, all releases and tags have been dropped,
and sources.voidlinux.org does not have a complete tarball.
2021-05-24 15:12:47 -04:00
Érico Nogueira e5c370f502 shotwell: remove nocross.
Was made nocross in 0c14da58bc, but
whatever the issue was seems to have been fixed in the meantime.
2021-05-24 16:07:42 -03:00
Piotr Wójcik 761d0beeb8 postgis-postgresql13: update to 3.1.2. 2021-05-24 21:00:09 +02:00
Piotr Wójcik 32543a4c7a postgis-postgresql12: update to 3.1.2. 2021-05-24 21:00:08 +02:00
Piotr Wójcik 983b10f356 postgis: update to 3.1.2. 2021-05-24 21:00:07 +02:00
Andrew J. Hesford dbbc172ab0 zbackup: rebuild for protobuf28 2021-05-24 14:42:44 -04:00
Andrew J. Hesford 8e50f9a564 vlc: rebuild for protobuf28 2021-05-24 14:42:44 -04:00