Commit graph

197179 commits

Author SHA1 Message Date
Maximilian Bosch 7774945b70
Merge pull request #70469 from Vskilet/matrix-synapse-update
matrix-synapse: 1.3.1 -> 1.4.0
2019-10-15 01:31:21 +02:00
Matthew Bauer 1016bfcff1
Merge pull request #71087 from matthewbauer/libbsd-0_10_0
Revert "Revert "libbsd: 0.9.1 -> 0.10.0 (#66948)""
2019-10-14 19:17:14 -04:00
Victor SENE 372422390f
matrix-synapse: 1.3.1 -> 1.4.0
Bumps `matrix-synapse` to version 1.4.0[1]. With this version the
following changes in the matrix-synapse module were needed:

* Removed `trusted_third_party_id_servers`: option is marked as deprecated
  and ignored by matrix-synapse[2].
* Added `account_threepid_delegates` options as replacement for 3rdparty
  server features[3].
* Added `redaction_retention_period` option to configure how long
  redacted options should be kept in the database.
* Added `ma27` as maintainer for `matrix-synapse`.

Co-Authored-By: Notkea <pacien@users.noreply.github.com>
Co-authored-by: Maximilian Bosch <maximilian@mbosch.me>

[1] https://matrix.org/blog/2019/10/03/synapse-1-4-0-released
[2] https://github.com/matrix-org/synapse/pull/5875
[3] https://github.com/matrix-org/synapse/pull/5876
2019-10-15 01:11:18 +02:00
Matthew Bauer 879487e71e
Merge pull request #71148 from arianvp/patch-4
Fix typo in 19.09 release notes
2019-10-14 19:10:21 -04:00
Matthew Bauer 3220f3c2bc
Merge pull request #71144 from delroth/sudo-cve-master
sudo: 1.8.27 -> 1.8.28 (CVE-2019-14287)
2019-10-14 19:09:59 -04:00
worldofpeace 516e61a69e
Merge pull request #70724 from yrashk/swipl-gui
swipl: include GUI tools
2019-10-14 22:41:56 +00:00
Matthew Bauer 0a13901f16 libbsd: update darwin.patch
fix multiple version map flags
2019-10-14 17:47:28 -04:00
Arian van Putten 8fb23f6117
Fix typo in 19.09 release notes 2019-10-14 23:30:09 +02:00
Pierre Bourdon 9dbc3029f7
sudo: 1.8.27 -> 1.8.28 (CVE-2019-14287) 2019-10-14 23:17:45 +02:00
Florian Klink ac1aeb4fbb
wpa_supplicant: apply patch for CVE-2019-16275 (#70266)
wpa_supplicant: apply patch for CVE-2019-16275
2019-10-14 23:00:05 +02:00
worldofpeace 918b578211 tootle: format, drop gobject-introspection 2019-10-14 16:49:39 -04:00
worldofpeace 836d2ee1c1 tootle: fix build with vala 0.46
See: https://github.com/bleakgrey/tootle/pull/164
2019-10-14 16:49:39 -04:00
worldofpeace f0e5192fe2 spice-up: fix build with vala 0.46
See: https://github.com/Philip-Scott/Spice-up/pull/288
2019-10-14 16:49:39 -04:00
Joachim F bd58bdcf5f
Merge pull request #62660 from joachifm/feat/lvm2-nonSystemd
lvm2: cleanup & fix eval error when systemd=null
2019-10-14 19:38:45 +00:00
Tor Hedin Brønner 67effde499
wpa_supplicant: install d-bus conf correctly to share/dbus/system.d
Fixes 40dda7383b which inadvertently installed to
a file as the directory didn't exist.

Also blocked up the postInstall script for readability.
2019-10-14 18:57:44 +02:00
Florian Klink 0fd1df74be bazel_0_4: remove
bazel_0_4 fails to build since 2018-04-29, so clearly nobody is using
it.
2019-10-14 18:33:17 +02:00
Florian Klink fa7ed535d0 envoy: remove
bazel_0_4 fails to build since 2018-04-29, so envoy can't build anymore
too.
2019-10-14 18:33:17 +02:00
Maximilian Bosch 294fa3e4b6
Merge pull request #71130 from Flakebi/master
Add vim plugins vimfiler-vim, lexima-vim and vim-manpager
2019-10-14 18:31:29 +02:00
Robert W. Brewer 01c1538a4b pyznap: 1.2.1 -> 1.4.3 2019-10-14 09:28:41 -07:00
WilliButz 104b93eef0
Merge pull request #70070 from Ma27/borgbackup-removable-devices
nixos/borgbackup: add option to allow removable devices
2019-10-14 18:02:30 +02:00
Austin Seipp 0ea34f70c3
linuxPackages.bpftrace: 0.9.1 -> 0.9.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-14 10:50:34 -05:00
Austin Seipp 288c2de3c5
linuxPackages.bcc: 0.10.0 -> 0.11.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-14 10:49:32 -05:00
Austin Seipp cab3652660
linux_testing: 5.4-rc2 -> 5.4-rc3
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-14 10:33:03 -05:00
Renaud b50ee2ff37
Merge pull request #70331 from stigtsp/package/perl-mojo-mysql-init
perlPackages.Mojomysql: init at 1.17
2019-10-14 17:31:12 +02:00
cw 768215a1f4 elixir_1_9: 1.9.1 -> 1.9.2 2019-10-14 08:29:01 -07:00
Maximilian Bosch 2dfc67517a
nixos/borgbackup: add option to allow removable devices
When having backup jobs that persist to a removable device like an
external HDD, the directory shouldn't be created by an activation script
as this might confuse auto-mounting tools such as udiskie(8).

In this case the job will simply fail, with the former approach
udiskie ran into some issues as the path `/run/media/ma27/backup` was
already there and owned by root.
2019-10-14 17:28:44 +02:00
Jan Tojnar 622b23cfda
almanah: 0.11.1 → 0.12.0
https://gitlab.gnome.org/GNOME/almanah/blob/0.12.0/NEWS#L1-53
2019-10-14 17:18:21 +02:00
Stig Palmquist f32701d813
perlPackages.Mojomysql: init at 1.17 2019-10-14 16:52:47 +02:00
Flakebi 61ac17f342
vimPlugins.vim-manpager: init at 2017-05-08 2019-10-14 16:19:11 +02:00
Flakebi 76b5242e7e
vimPlugins.lexima-vim: init at 2019-07-22 2019-10-14 16:07:26 +02:00
Flakebi e4e01c6bde
vimPlugins.vimfiler-vim: init at 2019-07-30 2019-10-14 16:05:25 +02:00
Renaud f7e558e0cd
Merge pull request #70824 from stigtsp/package/perl-authen-oath-init
perlPackages.AuthenOATH: init at 2.0.1
2019-10-14 16:04:08 +02:00
Flakebi c4ede4f2e4
vimPlugins: Update 2019-10-14 16:03:38 +02:00
Maximilian Bosch 2466a5bd88
documize-communitiy: 3.1.1 -> 3.1.2
https://github.com/documize/community/releases/tag/v3.3.2
2019-10-14 15:35:32 +02:00
Michael Weiss 41ce7871ac
Merge pull request #71072 from minijackson/ssh-in-sshfs-env
sshfs: add ssh program to the environment
2019-10-14 15:34:20 +02:00
Florian Klink 79676a26dc
Merge pull request #68248 from Moredread/slicer
prusa-slicer: 2.0.0 -> 2.1.0
2019-10-14 15:33:34 +02:00
Marek Mahut b7b7ed9d59
Merge pull request #71121 from mmahut/jormungandr
jormungandr: 0.5.6 -> 0.6.0-rc1+1
2019-10-14 15:19:22 +02:00
Matthieu Coudron 73c64f0f38 luaPackages.luacov: init at 0.13.0-1
It is needed to run luarocks test.
2019-10-14 21:53:23 +09:00
Vladyslav M 0c36fa1c8c hyperfine: 1.6.0 -> 1.8.0 2019-10-14 07:39:25 -05:00
Renaud 4e454b8cef
Merge pull request #70823 from stigtsp/package/perl-data-messagepack-init
perlPackages.DataMessagePack: init at 1.00
2019-10-14 14:38:53 +02:00
Renaud 581ada4270
Merge pull request #70400 from stigtsp/package/perl-device-mac-init
perlPackages.DeviceMAC: init at 1.00
2019-10-14 14:36:59 +02:00
Vladimír Čunát 0bd5120e22
knot-dns: 2.8.4 -> 2.9.0
I can't see any large incompatibilities.
https://gitlab.labs.nic.cz/knot/knot-dns/tags/v2.9.0
2019-10-14 14:31:46 +02:00
Marek Mahut da4a06499d jormungandr: 0.5.6 -> 0.6.0-rc1+1 2019-10-14 14:29:03 +02:00
Renaud 385908abd1
Merge pull request #70342 from stigtsp/package/perl-crypt-pbkdf2-init
perlPackages.CryptPBKDF2: init at 0.161520
2019-10-14 14:11:27 +02:00
Frederik Rietdijk 5344414e33 pythonPackages.babelfish: uses pkg_resources 2019-10-14 14:08:26 +02:00
Florian Klink 2a254635ec
imagemagick: 6.9.9-34 -> 6.9.10-68, fixing numerous CVEs (#71099)
imagemagick: 6.9.9-34 -> 6.9.10-68, fixing numerous CVEs
2019-10-14 13:39:00 +02:00
Jörg Thalheim b731394033
testdisk: enable ntfs/extfs on non-darwin platforms
This option was accidentally flipped in b2b29d4398
also see: b2b29d4398 (r334432081)
2019-10-14 12:15:43 +01:00
Michael Weiss 2e1b91ed8e
python37Packages.goobook: Add the missing setuptools dependency
Querying resulted in the following error:

$ goobook query test
Traceback (most recent call last):
  File "/nix/store/y68w4wwx65yfck84vjsdvfwnii5594lc-python3.7-goobook-3.4/bin/.goobook-wrapped", line 7, in <module>
    from goobook.application import main
  File "/nix/store/y68w4wwx65yfck84vjsdvfwnii5594lc-python3.7-goobook-3.4/lib/python3.7/site-packages/goobook/application.py", line 18, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
2019-10-14 13:01:58 +02:00
Jörg Thalheim d633ec9787
Merge pull request #70601 from Mic92/zfs-trim
nixos/zfs: only enable trim if zfs is enabled
2019-10-14 11:04:35 +01:00
Jörg Thalheim 283ef6bc6d
Revert "fwupd: Move D-Bus conf file to share/dbus-1/system.d"
This reverts commit ad6aada7e2.

The patch does not apply to our version.
This commit was part of https://github.com/NixOS/nixpkgs/pull/68875

cc @worldofpeace
2019-10-14 11:01:45 +01:00