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
q66
ae921ec4d3
llvm8: clang cross-compiling and musl fixes
...
This involves two things.
The first thing is fixing the patch that adds musl target triples
into our clang; previously the patch wasn't correct, as it simply
added the musl triples among the GNU triples, which, when cross
compiling to musl targets, resulted in clang considering the GCC
cross installations for glibc and same arch for linking the crt
files; this resulted in broken builds. The new patch only considers
musl triples for musl targets and glibc triples for glibc targets,
so even if you have two cross-gccs installed in parallel for the
same arch (one for musl and one for glibc) it will not pick the
wrong ones.
The second thing is making clang use 64-bit long double for musl
ppc targets correctly. Previously there was no logic for specifying
this and that resulted in 128-bit long double using binaries
emitted by clang for musl and ppc(64). With our specific gcc
setup, that resulted in linking failures as the 128bit ldbl
runtime funcs were not available, and even if they were, the
results would be incorrect.
This also replaces the old zzz-aarch64.patch with a version fixed
for ppc.
[ci skip]
Closes : #11866 [via git-merge-pr]
2019-05-22 20:12:32 +02:00
Leah Neukirchen
52650b3808
python-fasteners: update to 0.15.
2019-05-22 17:07:17 +02:00
Leah Neukirchen
cd336cfe85
mathcomp: update to 1.9.0.
2019-05-22 17:05:34 +02:00
Piraty
4af0d3e709
zulucrypt: update to 5.5.0.
2019-05-22 14:01:52 +02:00
Juan RP
87d4a68fed
libGL: update to 19.0.5.
2019-05-22 13:23:49 +02:00
teldra
324f6ff5c6
python-axolotl: update to 0.2.3
2019-05-22 13:21:35 +02:00
bra1nwave
ec970d1461
python-tqdm: update to 4.32.1.
2019-05-22 13:19:10 +02:00
Renato Aguiar
a4db896d1b
shadowfox-updater: update to 2.0.0
2019-05-22 13:18:44 +02:00
Ivan Sokolov
e711ea7ec4
cross-arm-none-eabi-gdb: update to 8.3.
2019-05-22 13:12:55 +02:00
Juan RP
a708c72816
xterm: update to 345.
2019-05-22 11:08:56 +02:00
Juan RP
48203a4433
qv4l2: update to 1.16.6.
2019-05-22 11:08:32 +02:00
Juan RP
6b3c79980b
v4l-utils: update to 1.16.6.
2019-05-22 11:08:32 +02:00
Juan RP
b972553bd3
eudev: update to 3.2.8.
2019-05-22 10:29:28 +02:00
Adam Beckmeyer
58cfc14959
julia: fix llvm6.0 dependency
...
[ci skip]
2019-05-22 10:17:09 +02:00
Piotr Wójcik
8154d0976c
gimp: depend on mypaint-brushes1
2019-05-22 09:49:50 +02:00
Piotr Wójcik
1511fc7e7f
New package: mypaint-brushes1-1.3.0
...
closes #11839
2019-05-22 09:49:50 +02:00
Johannes
b20c50f055
firefox-i18n: update to 67.0.
...
[ci skip]
2019-05-21 22:05:24 +02:00
Johannes
6a3949e8a9
firefox: update to 67.0.
2019-05-21 22:05:24 +02:00
lemmi
4d01395d35
dispcalGUI: update to 3.8.1.0.
2019-05-21 17:17:16 +02:00
lemmi
a738c88a7a
tmux-xpanes: update to 4.1.1.
2019-05-21 17:16:13 +02:00
Kyle Nusbaum
9042961205
New package: vultr-2.0.0
2019-05-21 16:10:00 +02:00
Kyle Nusbaum
58aa43ec61
kubernetes-helm: update to 2.14.0.
2019-05-21 15:59:32 +02:00