Commit graph

105035 commits

Author SHA1 Message Date
Johannes
fbe74632d6 wireshark: update to 3.0.2. 2019-05-23 23:29:15 +02:00
Gabriel Silva Simões
54b55f39de alacritty: add bash completions and icon 2019-05-23 21:47:34 +02:00
7185
086e11d9e4 ibus-anthy: update to 1.5.11. 2019-05-23 21:46:47 +02:00
Johannes
a27cab8c19 firefox-esr-i18n: update to 60.7.0.
[ci skip]
2019-05-23 20:38:00 +02:00
Johannes
6ae5e2a19f firefox-esr: update to 60.7.0. 2019-05-23 20:38:00 +02:00
Gerardo Di Iorio
8f597df341 libsass: update to 3.6.0. 2019-05-23 19:20:05 +02:00
Johannes
e229aec80e ImageMagick6: update to 6.9.10.46. 2019-05-23 19:19:36 +02:00
Johannes
bb801f64d8 ImageMagick: update to 7.0.8.46. 2019-05-23 19:19:36 +02:00
q66
1283c02607 llvm8: fix triples patch for armv7l/gnu
This triple was originally added by the patch together with the
musl ones, and I carried it over without noticing that it
applies to gnu only. This makes cross-compiling with clang
fail for armv7l-gnu (but not for anything else).

[ci skip]
2019-05-23 17:51:55 +02:00
Johannes
8ed37f9246 cbindgen: update to 0.8.7. 2019-05-23 17:16:43 +02:00
sin
7a016ce0dc dedup: update to 2.0 2019-05-23 16:30:15 +02:00
Johannes
5e3f8c5f8b curl: update to 7.65.0. 2019-05-23 16:28:52 +02:00
q66
f57bc7af6a pulseaudio: fix broken alsa module
With some recent change in alsa upstream, the build stuff changed
and pulseaudio stopped picking these up, which resulted in
successful compilation but failed load of module-alsa-card.so,
which resulted in a loss of sound.

Reference: https://lists.opensuse.org/opensuse-factory/2019-04/msg00293.html

Cherry-picking the appropriate fix from upstream fixed the module.
Unfortunately, because of changed configure.ac, it is necessary
to rebuild the autotools definitions, which made it pick up some
extra host dependencies.

[ci skip]
2019-05-23 16:27:01 +02:00
mustaqim
f9c92a09dd nautilus: add required dependency: tracker 2019-05-23 14:55:34 +02:00
Peter Bui
60d483a22c wpa_supplicant: update to 2.8.
Drop unnecessary rebased and libressl patches
2019-05-23 14:55:03 +02:00
ndgnuh
552aef9b93 New package: ibus-bamboo-0.4.6 2019-05-23 14:51:28 +02:00
q66
88ef0903f9 cross-powerpc-linux-musl: incorporate musl wchar_t patch
[ci skip]
2019-05-23 14:37:14 +02:00
q66
0da9cc40f8 musl: properly deal with wchar_t definition on 32-bit powerpc
Clang defines it to be int, gcc defines it to be long. The old
code results in conflicts when building things with clang. This
same change is already incorporated for i386 in musl upstream,
so apply it to powerpc as well.
2019-05-23 14:37:14 +02:00
Gerardo Di Iorio
1e2a36be21 minio: update to 2019.05.23. 2019-05-23 14:33:54 +02:00
Leah Neukirchen
415950631b nethack: update to 3.6.2. 2019-05-23 14:09:17 +02:00
Leah Neukirchen
985faa7ac2 parallel: update to 20190522. 2019-05-23 14:06:14 +02:00
Leah Neukirchen
985036be5e fio: update to 3.14. 2019-05-23 14:06:14 +02:00
Leah Neukirchen
287607ff32 dstat: update to 0.7.4. 2019-05-23 14:06:14 +02:00
Frank Steinborn
066c589c96 calicoctl: remove
Upstream maintains 5 different versions, writes to clusters running
calico should only happen with matching calicoctl. Remove, as it's
pointless to keep this updated while big deployments are often on older
versions of calico.
2019-05-23 12:30:18 +02:00
Enno Boland
3e02a4ac01
EmulationStation: update to 2.7.6. 2019-05-23 12:22:59 +02:00
Enno Boland
e4cdd81851
batctl: update to 2019.1. 2019-05-23 12:22:59 +02:00
Enno Boland
85ae1d8823
alfred: update to 2019.1. 2019-05-23 12:22:59 +02:00
Juan RP
f903e905eb file: update to 5.37. 2019-05-23 12:12:24 +02:00
Noel Cower
b950c6be92 nomad: update to 0.9.1.
- Remove asset build. Not needed anymore since these are in the source
  archives.
- Make template more similar to consul since these are often paired.
- Add missing release tag.
2019-05-23 12:11:39 +02:00
Enno Boland
35937b94ef
Merge pull request #11826 from nilium/consul
consul: update to 1.5.0.
2019-05-23 12:11:08 +02:00
Piraty
23ef1d538c zulucrypt: fix typo 2019-05-23 12:08:08 +02:00
Peter Bui
fa275a99c2 openconnect: update to 8.03. 2019-05-23 11:56:01 +02:00
Peter Bui
97b6ec8f7f vpnc-scripts: update to 20190425. 2019-05-23 10:52:05 +02:00
teldra
2a00b1adee btrbk: update to 0.28.1
Closes #11865.

Signed-off-by: Enno Boland <gottox@voidlinux.org>
2019-05-23 10:44:13 +02:00
Peter Bui
b291d7e6a4 rpi-kernel: update to 4.19.44.
[ci skip]

Closes #11869.

Signed-off-by: Enno Boland <gottox@voidlinux.org>
2019-05-23 10:43:37 +02:00
Peter Bui
c85da7aff5 rpi-userland: update to 20190501.
Fix typo in common/shlibs for libdtovl.so.

Closes #11870.

Signed-off-by: Enno Boland <gottox@voidlinux.org>
2019-05-23 10:43:30 +02:00
Peter Bui
6dbed2ab4e python-pyasn1-modules: update to 0.2.5.
Closes #11871.

Signed-off-by: Enno Boland <gottox@voidlinux.org>
2019-05-23 10:43:17 +02:00
Peter Bui
c7b98ae13c tlp: update to 1.2.2.
- Install elogind files to appropriate location
- Disable installing systemd service files
- Remove systemd service man pages

Closes #11872.

Signed-off-by: Enno Boland <gottox@voidlinux.org>
2019-05-23 10:43:05 +02:00
Peter Bui
6fbb65f031 slack-desktop: update to 3.4.0.
Closes #11873.

Signed-off-by: Enno Boland <gottox@voidlinux.org>
2019-05-23 10:42:38 +02:00
Daniel Eyßer
e32ef341cb axel: update to 2.17.3.
Closes #11885.

Signed-off-by: Enno Boland <gottox@voidlinux.org>
2019-05-23 10:42:31 +02:00
Helmut Pozimski
070574a5f8 cfitsio: update to 3.470. 2019-05-23 08:58:35 +02:00
Duncaen
e9ac0e3014 libosinfo: update to 1.5.0. 2019-05-22 23:19:19 +02:00
Duncaen
256a4ea587 zchunk: update to 1.1.2. 2019-05-22 23:19:19 +02:00
Duncaen
ac258998a2 libostree: update to 2019.2. 2019-05-22 23:19:19 +02:00
Helmut Pozimski
b12e932488 linux4.19: update to 4.19.45. 2019-05-22 21:09:23 +02:00
Helmut Pozimski
6243a87e17 linux5.0: update to 5.0.18. 2019-05-22 21:07:53 +02:00
Helmut Pozimski
7f1d723129 linux5.1: update to 5.1.4. 2019-05-22 20:58:02 +02:00
Jürgen Buchmüller
6ff3710cb9
lollypop: update to 1.0.11
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-22 20:26:08 +02:00
Jürgen Buchmüller
dc9f31172d
tslib: update to 1.20
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-22 20:20:08 +02:00
Jürgen Buchmüller
e48fafc151
rocksndiamonds: update to 4.1.3.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-22 20:12:46 +02:00