Commit Graph

246410 Commits

Author SHA1 Message Date
ajs124
5ad305791f gimp: 2.10.20 -> 2.10.22 2020-10-08 02:30:47 +02:00
Martin Weinelt
ba4d666486
Merge pull request #99981 from jonringer/reintroduce-sphinx-argparse
python3Packages.sphinx-argparse: reintroduce
2020-10-08 02:28:52 +02:00
Dmitry Kalinkin
b0486f3171
pythia: 8.244 -> 8.303 2020-10-07 20:28:19 -04:00
Martin Weinelt
75bf9558a4
Merge pull request #98771 from helsinki-systems/init/thc-ipv6
thc-ipv6: init at 3.6
2020-10-08 02:20:06 +02:00
ajs124
02e2b63aa2
Merge pull request #99974 from helsinki-systems/upd/sogo501
sogo: 5.0.0 -> 5.0.1
2020-10-08 01:42:03 +02:00
rnhmjoj
b5ca332b1d
monero: apply patch to fix monero-gui build
This is a more appropriate solution to fix a
build error in monero-gui.
2020-10-08 01:12:31 +02:00
rnhmjoj
059292cc64
monero-gui: use the cmake build system 2020-10-08 00:09:41 +02:00
rnhmjoj
59fe3e87c3
monero: export patched sources
This is needed to build monero-gui without duplicating code.
2020-10-08 00:07:24 +02:00
rnhmjoj
cc90474581
monero: force use of system libraries 2020-10-08 00:07:24 +02:00
Austin Seipp
38abb8f734
libfsm: 0.1pre1905 -> 0.1pre2442
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-10-07 17:01:42 -05:00
gnidorah
708f3ce52f
ArchiSteamFarm: 4.2.4.0 -> 4.3.0.6 (#99972) 2020-10-07 17:55:26 -04:00
José Romildo Malaquias
b2b64e4a44
Merge pull request #99311 from romildo/upd.flat-remix-icon-theme
flat-remix-icon-theme: 20200116 -> 20200710
2020-10-07 18:50:30 -03:00
Jonathan Ringer
7621902c12
python3Packages.sphinx-argparse: reintroduce
was accidently removed in 6b23dc8f96
2020-10-07 14:14:05 -07:00
Janne Heß
3f69715b63
sogo: 5.0.0 -> 5.0.1 2020-10-07 23:11:45 +02:00
Aaron Andersen
6545e9a69d
Merge pull request #99719 from aanderse/zabbix
zabbix: 4.0.24 -> 4.0.25, 5.0.3 -> 5.0.4
2020-10-07 16:56:33 -04:00
Robert Scott
889a785f98
Merge pull request #99499 from tricktron/fix-fsspec-linux-take2
python3Packages.fsspec: fix tests on linux
2020-10-07 21:51:45 +01:00
Robert Scott
f6af6263d6
Merge pull request #98619 from tricktron/fix-fs-darwin
python3Packages.fs: fix tests on darwin
2020-10-07 21:49:37 +01:00
Сухарик
5ada68ac1b tox-node: 0.0.8 -> 0.1.0 2020-10-07 23:37:19 +03:00
markuskowa
9fab6f9b2b
Merge pull request #98823 from r-ryantm/auto-update/multimon-ng
multimon-ng: 1.1.8 -> 1.1.9
2020-10-07 22:32:30 +02:00
Aaron Andersen
68e9a64d56
Merge pull request #99943 from jojosch/dbeaver-7.2.2
dbeaver: 7.2.1 -> 7.2.2
2020-10-07 16:30:39 -04:00
Jan Tojnar
b7620817f6
Merge pull request #96509 from jtojnar/expo-cli 2020-10-07 21:35:02 +02:00
Jan Tojnar
6d7aafccbf
nodePackages.expo-cli: init 3.27.14 2020-10-07 21:03:34 +02:00
Jan Tojnar
0257d8f629
buildNodePackage: add internal overrideNodeAttrs function
mimicking the buildPythonPackage's overridePythonAttrs function
2020-10-07 21:02:44 +02:00
Nicolas Martin
8e56330ad9 glow: 1.0.0 -> 1.0.1 2020-10-07 20:47:12 +02:00
Janne Heß
e23a4535e2
sope: 5.0.0 -> 5.0.1 2020-10-07 20:44:50 +02:00
TredwellGit
757bbdd948
chromium: Fix and enable our ANGLE support
This will additionally install the following files:
libEGL.so libGLESv2.so
libVkICD_mock_icd.so libvk_swiftshader.so libvulkan.so

libEGL.so and libGLESv2.so are required to fix our ANGLE support.
The rest should help with the Vulkan support (currently an experimental
feature that is disabled by default).
2020-10-07 20:37:35 +02:00
Michael Weiss
f79703e50c
chromium: 85.0.4183.121 -> 86.0.4240.75
https://chromereleases.googleblog.com/2020/10/stable-channel-update-for-desktop.html

This update includes 35 security fixes.

CVEs:
CVE-2020-15967 CVE-2020-15968 CVE-2020-15969 CVE-2020-15970
CVE-2020-15971 CVE-2020-15972 CVE-2020-15990 CVE-2020-15991
CVE-2020-15973 CVE-2020-15974 CVE-2020-15975 CVE-2020-15976
CVE-2020-6557 CVE-2020-15977 CVE-2020-15978 CVE-2020-15979
CVE-2020-15980 CVE-2020-15981 CVE-2020-15982 CVE-2020-15983
CVE-2020-15984 CVE-2020-15985 CVE-2020-15986 CVE-2020-15987
CVE-2020-15992 CVE-2020-15988 CVE-2020-15989
2020-10-07 20:37:35 +02:00
Thibault Gagnaux
0a9641b3bb python3Packages.fsspec: fix tests on linux
Disables flaky test. Has been resolved in https://github.com/intake/filesystem_spec/issues/432 and
can thus be enabled again starting from version `0.8.4`.
2020-10-07 19:54:54 +02:00
Jan Tojnar
00e3a3a855
Merge pull request #99601 from jtojnar/blackfire-agent 2020-10-07 19:02:11 +02:00
hloeffler
90e603fcec rgxg: init at 0.1.2
Co-authored-by: Doron Behar <doron.behar@gmail.com>
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2020-10-07 18:44:13 +02:00
hloeffler
d07c6856cb maintainers: add hloeffler 2020-10-07 18:44:13 +02:00
Nicolas Martin
2ec74f3c33
charm: 0.8.2 -> 0.8.3 2020-10-07 18:16:48 +02:00
Janne Heß
c5e8dbc4f1
asterisk: Bump all packages
All packages were outdated.
Asterisk 15 is not supported anymore, but there is 17 now.

All versions bumped pjproject to 2.10 which requires overriding the
prefix.

Since Asterisk 17, `make install-headers` seems to be needed.
2020-10-07 18:02:37 +02:00
Stig P
2c0dc389b4
Merge pull request #98622 from avdv/auto-update/wtf
wtf: 0.31.0 -> 0.32.0
2020-10-07 15:34:28 +00:00
Claudio Bley
fd04da1540 wtf: 0.31.0 -> 0.32.0
* mark as broken on darwin

```
these derivations will be built:
/nix/store/f29hm2393h56xh4slil62zlb72j5k0nq-wtf-0.32.0.drv
building '/nix/store/f29hm2393h56xh4slil62zlb72j5k0nq-wtf-0.32.0.drv'...
unpacking sources
unpacking source archive /nix/store/7xd1c92n7i0pcpxb71qgfz7d0hasbcrf-source
source root is source
patching sources
configuring
building
Building subPackage ./.
modules/azuredevops/widget.go:7:2: cannot find package "." in:
        /private/var/folders/hk/77b9kbln51v8hgc1c6j767k00000gn/T/nix-build-wtf-0.32.0.drv-0/source/vendor/github.com/microsoft/azure-devops-go-api/azuredevops
modules/azuredevops/client.go:7:2: cannot find package "." in:
          /private/var/folders/hk/77b9kbln51v8hgc1c6j767k00000gn/T/nix-build-wtf-0.32.0.drv-0/source/vendor/github.com/microsoft/azure-devops-go-api/azuredevops/build
builder for '/nix/store/f29hm2393h56xh4slil62zlb72j5k0nq-wtf-0.32.0.drv' failed with exit code 1
error: build of '/nix/store/f29hm2393h56xh4slil62zlb72j5k0nq-wtf-0.32.0.drv' failed
```
2020-10-07 17:11:42 +02:00
Johannes Rosenberger
434138ed1c picard: apply new licensing convention
according to its home page https://picard.musicbrainz.org/,
picard is licensed under gpl2+
2020-10-07 16:47:46 +02:00
Lancelot SIX
b9ff517983
nano: 5.2 -> 5.3 2020-10-07 15:23:24 +01:00
Andreas Rammhold
9cc924a12a
Merge pull request #99948 from jsimonetti/acme-dnsresolver
nixos/security/acme: Add DNS resolver option
2020-10-07 16:04:34 +02:00
ajs124
301d04f329
Merge pull request #95926 from helsinki-systems/init/asterisk-module-sccp
asterisk-module-sccp: Init at 4.3.2-epsilon
2020-10-07 15:30:09 +02:00
Andreas Rammhold
1292a9071f
Merge pull request #99950 from zowoq/fzf
fzf: 0.22.0 -> 0.23.0
2020-10-07 15:12:10 +02:00
Janne Heß
28b60c1d06
atlassian-confluence: 7.7.4 -> 7.8.0 2020-10-07 14:59:50 +02:00
ajs124
1426cabb58
Merge pull request #99884 from helsinki-systems/upd/raspberrypifw
raspberrypifw: 1.20200601 -> 1.20200902
2020-10-07 14:53:53 +02:00
zowoq
1a6640a907 fzf: 0.22.0 -> 0.23.0
https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0230
2020-10-07 22:20:35 +10:00
Tim Steinbach
f9ebc24303
linux: 5.8.13 -> 5.8.14 2020-10-07 08:20:33 -04:00
Tim Steinbach
17642932f1
linux: 5.4.69 -> 5.4.70 2020-10-07 08:20:25 -04:00
Tim Steinbach
7fb38064e4
linux: 4.19.149 -> 4.19.150 2020-10-07 08:20:15 -04:00
Mario Rodas
0792cc7451
Merge pull request #99916 from marsam/update-pg_cron
postgresqlPackages.pg_cron: 1.2.0 -> 1.3.0
2020-10-07 07:16:15 -05:00
Shea Levy
558303ba07
Merge branch 'zulip-no-bubblewrap' into master 2020-10-07 07:58:21 -04:00
Linus Heckemann
8e2796d64a
Merge pull request #99934 from mayflower/murmur-env
nixos/murmur: add option `environmentFile` for injecting secrets
2020-10-07 13:56:32 +02:00
elseym
533560de5b
nixos/murmur: add option environmentFile for injecting secrets
Secrets are injected from the environment into the rendered
configuration before each startup using envsubst.
The test now makes use of this feature for the server password.
2020-10-07 13:35:50 +02:00