3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

237352 commits

Author SHA1 Message Date
Aaron Andersen 620e154921
Merge pull request #94043 from aanderse/zabbix-settings
nixos/zabbix*: replace extraConfig option with settings option
2020-08-04 12:49:43 -04:00
Amit Aryeh Levy e27fae78d3 slack: 4.7.0 -> 4.8.0 (linux) 2020-08-04 09:44:23 -07:00
Jan Tojnar 2d6cbbe462
meld: 3.20.2 → 3.21.0
Clean up, switch to Meson, remove unused test dependencies, fix license.

https://gitlab.gnome.org/GNOME/meld/-/blob/3.21.0/NEWS
2020-08-04 17:47:04 +02:00
Maximilian Bosch 32fa76e0c2
diffoscope: 153 -> 154
https://diffoscope.org/news/diffoscope-154-released/
2020-08-04 17:28:35 +02:00
Eelco Dolstra 69f615cb7a
Merge pull request #94225 from sternenseemann/lowdown
lowdown: init at 0.7.2
2020-08-04 17:25:54 +02:00
Martin Weinelt 96be1a8909 python3Packages.asynctest: disable tests on python >= 3.7 2020-08-04 17:12:46 +02:00
Martin Weinelt be7913f7dd
Merge pull request #94041 from aszlig/cve-2020-15117
synergy: Add patch to fix CVE-2020-15117
2020-08-04 16:57:23 +02:00
aszlig 9e476fe740
synergy: Add patch to fix CVE-2020-15117
From the description of CVE-2020-15117:

> In Synergy before version 1.12.0, a Synergy server can be crashed by
> receiving a kMsgHelloBack packet with a client name length set to
> 0xffffffff (4294967295) if the servers memory is less than 4 GB. It
> was verified that this issue does not cause a crash through the
> exception handler if the available memory of the Server is more than
> 4GB.

While I personally would consider this a pretty low-priority issue since
Synergy usually is only used in local environment, it's nevertheless
better to patch known issues.

Since the fix is part of version 1.12, which doesn't have a stable
release yet, I'm including the fix as a patch cherry-picked from the
upstream commit.

I originally had the CVE number as a comment prior to the fetchpatch
call in question, but since @mweinelt mentioned that https://broken.sh/
uses the patch file name[1] to match whether the software in question
has been patched, I've removed my initial comment as it would be
redundant.

[1]: https://github.com/andir/nix-vulnerability-scanner/blob/fb63998885462/src/report/nix_patches.rs#L83-L95

Signed-off-by: aszlig <aszlig@nix.build>
Fixes: https://github.com/NixOS/nixpkgs/issues/94007
2020-08-04 16:35:18 +02:00
Maximilian Bosch ae9ab324b7
hydra-unstable: 2020-07-28 -> 2020-08-04
Moving just one patch forward to fix importing store-paths from
`hydra-queue-runner`[1]. The other patches[2] require a newer
`pkgs.nixUnstable` and can't be used currently due to this.

[1] https://github.com/NixOS/nixpkgs/pull/93945#issuecomment-668244478
[2] 77c33c1d71...4b5813051b
2020-08-04 15:29:09 +02:00
Maximilian Bosch f5d964724d
nixos/tests/hydra*: fix eval
To specify distributed build-machines, `nix.distributedBuilds` must be
set to `true` now[1].

[1] 67b6e56391
2020-08-04 15:29:08 +02:00
Ryan Mulligan b421e80b74
Merge pull request #93156 from r-ryantm/auto-update/ser2net
ser2net: 4.1.8 -> 4.2.0
2020-08-04 06:21:10 -07:00
Ryan Mulligan e60301b583
Merge pull request #94589 from r-ryantm/auto-update/gensio
gensio: 2.0.5 -> 2.1.3
2020-08-04 06:20:42 -07:00
Peter Hoeg 0c7eb9426e doc: release-note details of Logitech LCDs 2020-08-04 20:52:45 +08:00
Peter Hoeg cc305ede1c nixos/lcd: support for Logitech devices 2020-08-04 20:46:07 +08:00
markuskowa f2997db610
Merge pull request #92813 from markuskowa/add-ganesha
nfs-ganesha: init at 3.3
2020-08-04 14:01:05 +02:00
Martin Weinelt e5fe7c40ec
Merge pull request #94423 from sikmir/josm
josm: 16731 -> 16812
2020-08-04 13:10:19 +02:00
Frederik Rietdijk 26c481b435 Merge master into staging-next 2020-08-04 12:48:50 +02:00
Frederik Rietdijk c2366ae350 messagelib: no longer depend on qtwebkit
It is deprecated and an optional requirement.
2020-08-04 12:47:37 +02:00
Martin Weinelt a43791b58a
Merge pull request #94651 from jojosch/mycli-1.22.2
mycli: 1.22.1 -> 1.22.2
2020-08-04 12:47:08 +02:00
Luflosi c10e5168ac
kakoune: 2020.01.16 -> 2020.08.04
https://github.com/mawww/kakoune/releases/tag/v2020.08.04
2020-08-04 12:34:34 +02:00
Johannes Schleifenbaum b00d9a3c13
mycli: 1.22.1 -> 1.22.2 2020-08-04 12:24:55 +02:00
Johannes Schleifenbaum 4b10448932
dbeaver: 7.1.3 -> 7.1.4 2020-08-04 12:22:10 +02:00
Daniël de Kok b56eb10f89
Merge pull request #94469 from cust0dian/navi-2.7.1
navi: init at 2.7.1
2020-08-04 12:07:45 +02:00
Vincent Laporte 04f9cd0b0c ocaml-ng.ocamlPackages_4_11.ocaml: 4.11.0+β2 → 4.11.0+β3 2020-08-04 11:26:34 +02:00
dadada 20f052b6f6
nixos/dokuwiki: add test for login page
Cookie jar can be used to accurately test if the login was successful.
Simply searching for the user name is not sufficient, since it is always
part of the returned page after login. The page should display a phrase
containing the username after login.
2020-08-04 11:03:25 +02:00
Jaka Hudoklin 38dc94bcf0
Merge pull request #94606 from r-ryantm/auto-update/hivex
hivex: 1.3.18 -> 1.3.19
2020-08-04 10:21:02 +02:00
Jörg Thalheim 10649af627
Merge pull request #94085 from xaverh/master
clipmenu: 6.0.1 -> 6.1.0
2020-08-04 08:51:16 +01:00
Daniël de Kok dca79650f3
Merge pull request #94509 from r-ryantm/auto-update/jdupes
jdupes: 1.17.0 -> 1.18.2
2020-08-04 09:49:21 +02:00
Jörg Thalheim 1476c6f349
Merge pull request #91146 from tmplt/doc-zfs-replicate
nixos/zfs-replication: document expected lz4 on host system
2020-08-04 08:46:06 +01:00
Daniël de Kok b87268ff2e jdupes: fix build on Darwin
jdupes was compiled with HARDEN=1. This adds the '-z' option to `ld`, which is
not available LLVM ld. Only enable the HARDEN option for GNU toolchains.
2020-08-04 09:30:00 +02:00
Daniël de Kok 5e7fb7699c
Merge pull request #94526 from r-ryantm/auto-update/mill
mill: 0.7.4 -> 0.8.0
2020-08-04 09:17:29 +02:00
Michele Guerini Rocco 85a6aa1131
Merge pull request #94612 from OmnipotentEntity/master
katago: 1.4.4 -> 1.5.0
2020-08-04 09:15:29 +02:00
Daniël de Kok 92769af451
Merge pull request #94534 from r-ryantm/auto-update/navidrome
navidrome: 0.24.0 -> 0.27.0
2020-08-04 09:12:47 +02:00
Daniël de Kok 2d282bbd16
Merge pull request #94640 from marsam/update-racket
racket: 7.7 -> 7.8
2020-08-04 09:11:28 +02:00
Daniël de Kok a7aae2e34d
Merge pull request #94643 from doronbehar/wrapNeovim
wrapNeovim: fix darwin build
2020-08-04 08:42:47 +02:00
Doron Behar c63b5c4c36 wrapNeovim: fix darwin build 2020-08-04 09:14:09 +03:00
zowoq 6a7f761d73 .github/workflows/wait-ofborg.yml: double timeout if staging 2020-08-04 15:28:13 +10:00
Mario Rodas c2a3988d6c
Merge pull request #94559 from wjlroe/fix-zig-0.6.0
zig: fix build
2020-08-03 23:15:38 -05:00
Mario Rodas 87e39d444c
Merge pull request #94634 from zowoq/delta
gitAndTools.delta: 0.3.0 -> 0.4.0
2020-08-03 23:03:59 -05:00
Silvan Mosberger d418434d12
Merge pull request #91142 from leungbk/nodePackages-vimls
nodePackages.vim-language-server: init at 2.1.0
2020-08-04 05:11:59 +02:00
Brian Leung 8d4cc5603b nodePackages.vim-language-server: init at 2.1.0 2020-08-03 19:33:14 -07:00
R. RyanTM 3d96a42d2a
projectm: 3.1.3 -> 3.1.7 (#94298) 2020-08-03 22:31:18 -04:00
zowoq fe8590a18f gitAndTools.delta: 0.3.0 -> 0.4.0
https://github.com/dandavison/delta/releases/tag/0.4.0
2020-08-04 11:27:59 +10:00
José Romildo Malaquias f7f1f727c6
Merge pull request #94543 from r-ryantm/auto-update/papirus-icon-theme
papirus-icon-theme: 20200702 -> 20200801
2020-08-03 20:54:04 -03:00
Mario Rodas bc63dbcc10
Merge pull request #94605 from r-ryantm/auto-update/haproxy
haproxy: 2.1.7 -> 2.2.2
2020-08-03 18:37:54 -05:00
worldofpeace 29fc5af576
Merge pull request #93847 from MetaDark/xpadneo
linuxPackages.xpadneo: 0.8.1 -> 0.8.2
2020-08-03 19:14:00 -04:00
Bart Brouns e6ff4707bc real_time_config_quick_scan:unstable-2020-08-03 -> unstable-2020-07-23
also resolve suggestions from https://github.com/NixOS/nixpkgs/pull/78998
2020-08-04 00:27:26 +02:00
Ryan Mulligan 4eec1d6967
Merge pull request #94536 from r-ryantm/auto-update/nomacs
nomacs: 3.15.1616 -> 3.16.224
2020-08-03 15:17:08 -07:00
markuskowa 44b673a132
Merge pull request #94227 from r-ryantm/auto-update/soapyremote
soapyremote: 0.5.1 -> 0.5.2
2020-08-03 23:58:30 +02:00
markuskowa cecfe9d474
Merge pull request #94116 from r-ryantm/auto-update/linuxptp
linuxptp: 2.0 -> 3.0
2020-08-03 23:57:01 +02:00