q66
7430bc705f
otter-browser: nocross on arm for now
2020-01-20 05:02:06 +01:00
q66
89688f6d21
otter-browser: attempt to fix hostmakedepends syntax
2020-01-20 04:46:40 +01:00
q66
904e3327bc
otter-browser: make webengine support into an option
2020-01-20 04:38:44 +01:00
q66
7954e5aa87
python3-pyside2: split webengine into subpkg
2020-01-20 04:00:26 +01:00
q66
d67701b3af
bcnc: no opencv on ppc32 (it's optional)
2020-01-20 02:27:42 +01:00
Michael Aldridge
5b8d05cb7b
New package: void-release-keys-1
2020-01-19 16:27:29 -08:00
Duncaen
50d09501fc
cgit: restore old paths
2020-01-19 23:38:18 +01:00
Mikkel Hauvgaard
83cb2d0097
broot: update to 0.12.0
2020-01-19 21:24:55 +01:00
mobinmob
540c04a9b7
xpra: update to 3.0.5.
2020-01-19 21:24:15 +01:00
Renato Aguiar
121a52d5eb
wee-slack: update to 2.4.0
2020-01-19 21:21:08 +01:00
yopito
44e1b960fb
freecad: rebuild with pyside2 5.14.0 w/Qt 5.13.2 support
...
[ci skip]
fix #18353
2020-01-19 21:20:17 +01:00
yopito
39fe40125c
pyside2-tools: update to 5.13.2, fix update detection
2020-01-19 21:20:17 +01:00
yopito
bcfba5765f
python3-pyside2: update to 5.14.0 w/ Qt 5.13.2 support, fix update detection
...
fix #18353
2020-01-19 21:20:17 +01:00
yopito
1e8322abc5
shiboken2: update to 5.14.0, fix update detection
2020-01-19 21:20:17 +01:00
Peter Bui
cbb673043d
msmtp: update to 1.8.7.
2020-01-19 21:18:38 +01:00
Mikkel Hauvgaard
0d7ccbdcb2
butt: update to 0.1.19
2020-01-19 21:18:02 +01:00
Peter Bui
c10a5c2cf3
chromium-widevine: update to 79.0.3945.130.
...
[ci skip]
- Version bump, but contents of upstream did not change.
2020-01-19 21:15:23 +01:00
Peter Bui
f9083e0767
chromium: update to 79.0.3945.130.
...
[ci skip]
- Built for x86_64, i686, x86_64-musl.
- Tested on x86_64.
2020-01-19 21:15:23 +01:00
Jürgen Buchmüller
932a3afef4
libindicator: fix build w/ glib >= 2.58
2020-01-19 18:02:16 +01:00
Jürgen Buchmüller
cee66b4f7d
libdbusmenu-glib: fix build w/ glib >= 2.58
2020-01-19 17:50:49 +01:00
q66
c1d74de1be
qtcreator: drop webengine for big endian
2020-01-19 17:34:05 +01:00
q66
f9294bc3c2
seafile-client-qt: drop webengine for ppc64
2020-01-19 17:33:55 +01:00
q66
2320475e3f
firefox-i18n: update to 72.0.1 and fix ca-valencia language pack
2020-01-19 17:33:33 +01:00
Duncaen
ce2d763b0c
vnstat: update to 2.5.
2020-01-19 17:28:59 +01:00
Duncaen
c903ff410e
cgit: update to 1.2.2.
2020-01-19 17:28:59 +01:00
Duncaen
5aa5700336
zchunk: update to 1.1.5.
2020-01-19 17:28:59 +01:00
Duncaen
7610c68289
kcgi: update to 0.10.12.
2020-01-19 17:28:56 +01:00
Jürgen Buchmüller
3c45d65422
mutter: needs gettext in hostmakedepends
...
Also fix common/shlibs entries for mutter-3.34.1
2020-01-19 16:59:05 +01:00
Jürgen Buchmüller
5599dae13c
libunique1: fix build w/ glib >= 2.58
2020-01-19 16:13:13 +01:00
Helmut Pozimski
adf695e9f2
gwenview: rebuild to use cfitsio again
2020-01-19 15:07:46 +01:00
Helmut Pozimski
1d84baf522
cfitsio: change to gnu_configure build_style
...
The upstream CMake file produces a wrong soname and a broken
pkg-config file.
2020-01-19 15:07:46 +01:00
Urs Schulz
de96869a67
bcnc: update to 0.9.14.303.
2020-01-19 15:02:34 +01:00
rwt3k
ae9d6aed72
mpd: update to 0.21.19
2020-01-19 15:01:41 +01:00
Jürgen Buchmüller
9d380de3a4
zenity: needs gettext in hostmakedepends
2020-01-19 14:17:14 +01:00
Jürgen Buchmüller
01db4259ce
rocksndiamonds: update to 4.1.4.1
2020-01-19 13:51:48 +01:00
Helmut Pozimski
5df1f46b1a
chromium-widevine: fix checksum
2020-01-19 13:22:44 +01:00
Helmut Pozimski
ec2921da66
linux5.4: disable lsm_lockdown and add patch for iwlwifi
...
Enabling the lockdown module required the enabling of module signature checking
which in turn marked the kernel as tainted because our kernel was not signed.
Currently the kernel only supports signing with already defeated the SHA-1
algorithm which makes the feature less useful in the first place.
Also the current model only works when there's a central authority that signs
all modules or you compile the kernel yourself and use your own key for the
signatures. We could sign all kernel modules distributed with the kernel with
a randomly generated key so they could be verified but that would make out-of-tree
modules taint the kernel again. Since adding another key to the keyring requires
the key used at build time, it would not be possible to add your own keys to the
keyring without having the private key and distributing that one would fundamentally
break the public key cryptography security model.
So to solve this issue and since the modules weren't signed anyway, disable
lsm_lockdown and signature checking for now. If you need a locked down kernel,
for now please compile it yourself, enable both features and use your own
keypair so you can safely sign all in-tree and custom built modules and they
can be properly verified.
This also adds a patch for iwlwifi that together with upstream reverts solves
issues with some Intel wifi chipsets.
fixes #18384
fixes #18355
2020-01-19 13:22:44 +01:00
Helmut Pozimski
aa553f7bdf
thefuck: orphan package
...
as requested by the previous maintainer
resolves #18389
2020-01-19 13:22:44 +01:00
Helmut Pozimski
b7253ac96b
bootchart2: orphan package
...
as requested by the previous maintainer in #18389
2020-01-19 13:22:44 +01:00
Helmut Pozimski
d161f29915
chromium-widevine: orphan package
...
as requested by previous maintainer in #18389
2020-01-19 13:22:44 +01:00
Helmut Pozimski
9db2c00a27
linux-firmware: update to 20191215.
2020-01-19 13:22:44 +01:00
Jan Christian Grünhage
6b850e1fba
bandwhich: update to 0.10.0.
2020-01-19 12:29:45 +01:00
Jan Christian Grünhage
40dfb6455a
git-brws: update to 0.11.6.
2020-01-19 12:26:34 +01:00
Artem Kobets
ca96e31d90
chatterino2: update to 2.1.7
2020-01-19 10:27:34 +01:00
Pulux
4b02394fb0
python-itsdangerous: update to 1.1.0
2020-01-19 10:26:47 +01:00
Pulux
6d239d607b
python-Pyro4: update to 4.77
2020-01-19 10:26:24 +01:00
Hazel Levine
7276621482
python-pyglet: update to 1.4.10.
2020-01-19 10:26:06 +01:00
Noel Cower
43a3176129
New package: nebula-1.1.0
2020-01-19 10:22:37 +01:00
B. Wilson
224dee6ff3
j: update to 901.c.
2020-01-19 10:21:58 +01:00
rwt3k
77069e340a
xterm: update to 352
2020-01-19 09:36:18 +01:00