Commit graph

261471 commits

Author SHA1 Message Date
1000101 ff1d77d788 postgresqlPackages.timescaledb: 1.7.4-> 2.0.0 2021-01-08 12:46:44 +01:00
Doron Behar a334367ecd
Merge pull request #107286 from doronbehar/pkg/octave/sundials 2021-01-05 08:26:19 +02:00
sternenseemann 9a27606ab1 zathura: fix fish completions
The fish completion checks the plugin directory for supported file types
to complete. However the plugin dir checked was the one of the
zathura_core derivation which of course has no plugin dir. We now patch
up the referenced path in the wrapper derivation.
2021-01-05 06:48:51 +01:00
Alyssa Ross 178ec8974f nixos/nginx: allow overriding fastcgi params
By default in Nginx, if you want to override a single fastcgi_param,
you have to override all of them.  This is less of a big deal if
you're editing the Nginx configuration directly, but when you're
generating the Nginx configuration with Nix it can be very annoying to
bloat your configuration repeating the default values of FastCGI
parameters every time.

This patch adds a fastcgiParams option to Nginx locations.  If any
parameters are set through this, all the default values will be
included as well, so only the ones that are changing need to be
supplied.  There's no way to use fastcgiParams to actually override
all parameters if that's what you want, but I think that's a niche use
case and it's still possible using extraConfig, which up until now was
the only option

Nginx allows the fastcgi_param directive in http and server scopes as
well as location, but here I only support location.  It would be
possible to support the others, but I don't think it's worth it.  It
would be a possible future enhancement if somebody has a need for it.
2021-01-05 03:36:18 +00:00
John Ericson 4a6916aba3
Merge pull request #108350 from Ericson2314/no-static-overlay
treewide: Inline more of the static overlay
2021-01-04 22:30:00 -05:00
Léo Gaspard a7331d1403 nixos tests: fix postgresql-wal-receiver 2021-01-05 04:12:53 +01:00
Léo Gaspard fe8ec6a07f nixos tests: fix postgresql-wal-receiver.nix's eval 2021-01-05 04:05:38 +01:00
R. RyanTM 2833d869d7
terraform-compliance: put double quotes around the homepage URL (#108392) 2021-01-04 18:59:00 -08:00
Sandro 8f78ad9cf5
Merge pull request #108213 from jmc-figueira/fern.vim 2021-01-05 03:20:28 +01:00
Sandro 51e2708f58
Merge pull request #108372 from fabaff/gdu
gdu: init at 2.0.0
2021-01-05 03:12:00 +01:00
Sandro 34b66c5ff3
Merge pull request #108298 from fabaff/stegseek
stegseek: init at 0.5
2021-01-05 03:09:45 +01:00
Sandro Jäckel 4dc41b920c
vimPlugins.vim-clap: Fix maple hash 2021-01-05 02:30:47 +01:00
João Figueira c4377a86bd
vimPlugins.fern-vim: init at 2020-12-22 2021-01-05 02:26:50 +01:00
João Figueira 2e42b318bb
vimPlugins: update 2021-01-05 02:26:44 +01:00
Sandro f53c431645
Merge pull request #108379 from SuperSandro2000/cleanups 2021-01-05 02:19:24 +01:00
R. RyanTM a43963db12 python37Packages.flufl_i18n: 3.1.3 -> 3.1.4 2021-01-04 15:19:31 -08:00
Maximilian Bosch 7cd7ff7acb
Merge pull request #108420 from grahamc/aws-nuke
aws-nuke: init at 2.14.0
2021-01-04 23:53:52 +01:00
sternenseemann a080e9b9ff
ocamlPackages.ppx_import: use dependencies as listed in opam file 2021-01-04 22:10:08 +01:00
Sandro 2e8cc1cddd
Merge pull request #108418 from rissson/pkgs-warsow
warsow: fix src url
2021-01-04 22:08:29 +01:00
Sandro 91b89bdbdf
Merge pull request #108393 from r-ryantm/auto-update/visidata
visidata: 2.1 -> 2.1.1
2021-01-04 22:06:46 +01:00
Sandro cb54c233ef
Merge pull request #108397 from afreakk/eksctl-v0-35-0
eksctl: 0.34.0 -> 0.35.0
2021-01-04 22:06:20 +01:00
Samuel Dionne-Riel 32b542bd48
Merge pull request #108422 from JoeDupuis/update-overmind-2.1.1-to-2.2.0
overmind: 2.1.1 -> 2.2.0
2021-01-04 16:00:41 -05:00
Doron Behar 442f1ec54d sundials: reorder attributes
Per
https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/attribute-ordering.md
2021-01-04 23:00:20 +02:00
Doron Behar 12c9f363f4 sundials: Split outputs for examples 2021-01-04 22:59:13 +02:00
Doron Behar da3f98c5c5 sundials: 5.3.0 -> 5.6.1
Update some cmake flags and be more explicit regarding index size.
2021-01-04 22:58:56 +02:00
Maximilian Bosch 61b8a2c720
rustracer: 2.1.35 -> 2.1.40, fix build
Failing build: https://hydra.nixos.org/build/134175791
ChangeLog: https://github.com/racer-rust/racer/blob/v2.1.40/CHANGELOG.md

A few more things are worth noting:

* It's not possible to update to latest version (2.1.42) at the time of
  committing since this requires a newer `rustc` (1.51 to be precise) to
  compile.
* For proper completion, `rustLibSrc` rather than `rustcSrc` must be
  used now. The two were separated here previously[1].
* Dropped the `checkPhase` and replaced it with a list of `checkFlags`.
  This has the benefit that the default `checkPhase` from
  `buildRustPackage` can be used which properly configures parallelism
  and which target to use (i.e. `release` in this case which reduces
  build time).

[1] 68060f6f6f
2021-01-04 21:20:42 +01:00
Maximilian Bosch 214effeb9d
evcxr: 0.6.0 -> 0.7.0
https://github.com/google/evcxr/blob/v0.7.0/RELEASE_NOTES.md#version-070
2021-01-04 21:20:42 +01:00
Maximilian Bosch d815581d98
linuxPackages.wireguard: 1.0.20201112 -> 1.0.20201221
https://lists.zx2c4.com/pipermail/wireguard/2020-December/006210.html
2021-01-04 21:20:42 +01:00
Graham Christensen 2bb0558d0a aws-nuke: init at 2.14.0 2021-01-04 14:43:00 -05:00
Joe Dupuis 75dfb5f00f overmind: 2.1.1 -> 2.2.0 2021-01-04 11:36:50 -08:00
Marc 'risson' Schmitt 559cf76fa3
warsow: fix src url
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-01-04 20:02:23 +01:00
Tim Steinbach f284b44089
linux: 5.11-rc1 -> 5.11-rc2
Added temporary patch for a syntax error in the wireless drivers
2021-01-04 13:41:30 -05:00
Vladimír Čunát 9af686703d
powerdns: patch build with gcc 10 2021-01-04 19:14:09 +01:00
ajs124 59d08b1e69
Merge pull request #108404 from andir/dovecot
dovecot: 2.3.11.3 -> 2.3.13
2021-01-04 19:01:18 +01:00
ilmari-lauhakangas 5a92a9ce32
subtitleeditor: add more gst-plugins (#106076) 2021-01-04 18:52:55 +01:00
Andreas Rammhold 653f805f09 nixos/tests/dovecot: enable dovecot_pigeonhole plugin
This plugin is used commonly enough that we should ensure it still
builds (and dovecot works) after loading it.

This is not yet perfect as we aren't testing any of it's functionality
but at least we ensure that dovecot continues to do the regular job.
2021-01-04 18:17:26 +01:00
Pavol Rusnak bf77245202
Merge pull request #108219 from prusnak/viennarna
ViennaRNA: init at 2.4.17
2021-01-04 18:04:56 +01:00
Vladimír Čunát 1a57d96edd
efivar: fixup build on i686-linux
Fixes #108375.  (I built the ISO locally)
I believe the report is a false positive.
2021-01-04 18:00:34 +01:00
Andreas Rammhold bedb3528b6
dovecot_pigeonhole: 0.5.11 -> 0.5.13
This updates to the latest version. According to the changelog 0.5.12
was skipped. The changes in this release are required to be compatible
with the latest dovecot release.

Changes:
  - duplicate: The test was handled badly in a multiscript (sieve_before,
    sieve_after) scenario in which an earlier script in the sequence with
    a duplicate test succeeded, while a later script caused a runtime
    failure. In that case, the message is recorded for duplicate tracking,
    while the message may not actually have been delivered in the end.
  - editheader: Sieve interpreter entered infinite loop at startup when
    the "editheader" configuration listed an invalid header name. This
    problem can only be triggered by the administrator.
  - relational: The Sieve relational extension can cause a segfault at
    compile time. This is triggered by invalid script syntax. The segfault
    happens when this match type is the last argument of the test command.
    This situation is not possible in a valid script; positional arguments
    are normally present after that, which would prevent the segfault.
  - sieve: For some Sieve commands the provided mailbox name is not
    properly checked for UTF-8 validity, which can cause assert crashes at
    runtime when an invalid mailbox name is encountered. This can be
    caused by the user by writing a bad Sieve script involving the
    affected commands ("mailboxexists", "specialuse_exists").
    This can be triggered by the remote sender only when the user has
    written a Sieve script that passes message content to one of the
    affected commands.
  - sieve: Large sequences of 8-bit octets passed to certain Sieve
    commands that create or modify message headers that allow UTF-8 text
    (vacation, notify and addheader) can cause the delivery or IMAP
    process (when IMAPSieve is used) to enter a memory-consuming
    semi-infinite loop that ends when the process exceeds its memory
    limits. Logged in users can cause these hangs only for their own
    processes.
2021-01-04 17:59:57 +01:00
Andreas Rammhold 4fee20e267
dovecot: add the dovecot NixOS test to passthru.tests
While we already had some test we might as well add the test for that
exact package to the tests attribute set. After all that should be what
(primarily) tests dovecot.
2021-01-04 17:45:28 +01:00
Andreas Rammhold 58c7d3ff17
dovecot: 2.3.11.3 -> 2.3.13
This fixes CVE_2020-24386, CVE-2020-25725 and a bunch of regular bugs
[1].

* CVE-2020-24386: Specially crafted command can cause IMAP hibernate to
	  allow logged in user to access other people's emails and filesystem
	  information.

* CVE-2020-25275: Mail delivery / parsing crashed when the 10 000th MIME part was
  message/rfc822 (or if parent was multipart/digest). This happened
  due to earlier MIME parsing changes for CVE-2020-12100.

[1] https://raw.githubusercontent.com/dovecot/core/2.3.13/NEWS
2021-01-04 17:37:32 +01:00
Sandro 4445bb7284
Merge pull request #108344 from r-ryantm/auto-update/python3.7-openwrt-luci-rpc
python37Packages.openwrt-luci-rpc: 1.1.6 -> 1.1.7
2021-01-04 17:00:21 +01:00
Sandro c7cb68f78e
Merge pull request #108321 from jlesquembre/vim-gnupg
vimPlugins.vim-gnupg: init at 2021-01-03
2021-01-04 17:00:07 +01:00
Sandro 217285c79e
Merge pull request #108299 from siraben/zdbsp-platform 2021-01-04 16:56:26 +01:00
Sandro 06c9dbcece
Merge pull request #108247 from symphorien/paperwork-next 2021-01-04 16:41:05 +01:00
Sandro 097a9144db
Merge pull request #108353 from r-ryantm/auto-update/python3.7-mautrix
python37Packages.mautrix: 0.8.5 -> 0.8.6
2021-01-04 16:39:37 +01:00
Sandro c353d2cca3
Merge pull request #108352 from r-ryantm/auto-update/python3.7-mwparserfromhell
python37Packages.mwparserfromhell: 0.5.4 -> 0.6
2021-01-04 16:39:26 +01:00
Sandro dc2ee5402c
Merge pull request #108145 from lopsided98/buildbot-update 2021-01-04 16:39:04 +01:00
Sandro 238339dbf4
Merge pull request #108360 from r-ryantm/auto-update/python3.7-OWSLib
python37Packages.owslib: 0.20.0 -> 0.21.0
2021-01-04 16:38:22 +01:00
Sandro a61f47d445
Merge pull request #108383 from fabaff/bump-fatrace
fatrace: 0.13 -> 0.16.1
2021-01-04 16:38:02 +01:00