Commit graph

261445 commits

Author SHA1 Message Date
Ryan Horiguchi 77e17d055c
teamviewer: link teamviewer icons 2021-01-04 22:22:53 +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
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
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
Sandro d92659f1e9
Merge pull request #108381 from fabaff/whois
python3Packages.whois: init at 0.9.7
2021-01-04 16:37:42 +01:00
Sandro ba91b2ff31
Merge pull request #108382 from jojosch/dbeaver-7.3.2
dbeaver: 7.3.1 -> 7.3.2
2021-01-04 16:37:18 +01:00
Sandro 02a10e0c59
Merge pull request #108384 from fabaff/python-whois 2021-01-04 16:36:43 +01:00
Sandro 3aad2ab8c5
Merge pull request #108385 from oxzi/pytun-2.3.0
pytun: 2.2.1 -> 2.3.0
2021-01-04 16:36:19 +01:00
Sandro 884064f802
Merge pull request #108387 from fabaff/asyncwhois
python3Packages.asyncwhois: init at 0.2.0
2021-01-04 16:36:05 +01:00
Sandro a3658e951b
Merge pull request #108389 from raboof/jetbrains-updates
jetbrains: updates
2021-01-04 16:35:30 +01:00
Sandro f44575b06f
Merge pull request #108390 from fabaff/bump-autobahn
python3Packages.autobahn: 20.7.1 -> 20.12.3
2021-01-04 16:35:17 +01:00
Joachim F 51c4cb72d4
Merge pull request #108398 from talyz/profiles_hardened_warning
profiles/hardened: Add note about potential instability
2021-01-04 16:32:38 +01:00
Marek Mahut e993afb0c5
Merge pull request #108395 from kidd/master
metabase: 0.37.3 -> 0.37.4
2021-01-04 16:16:20 +01:00
Ryan Mulligan ee3284a109
Merge pull request #108343 from r-ryantm/auto-update/python3.7-nocaselist
python37Packages.nocaselist: 1.0.3 -> 1.0.4
2021-01-04 07:13:32 -08:00
talyz 0f0d5c0c49
profiles/hardened: Add note about potential instability
Enabling the profile can lead to hard-to-debug issues, which should be
warned about in addition to the cost in features and performance.

See https://github.com/NixOS/nixpkgs/issues/108262 for an example.
2021-01-04 16:03:29 +01:00
afreakk afaef8a77a
eksctl: 0.34.0 -> 0.35.0 2021-01-04 15:59:28 +01:00
Raimon Grau b13e8fefcc metabase: 0.37.3 -> 0.37.4 2021-01-04 14:17:32 +00:00
R. RyanTM 9708bf6d96 visidata: 2.1 -> 2.1.1 2021-01-04 13:51:00 +00:00
Milan e326297f6c
python3Packages.adblock: init at 0.4.0 (#108271)
This packages python bindings to Brave's Rust adblock library. These
will be used in the upcoming qutebrowser version 2.0.0 for more granular
adblocking.
2021-01-04 14:45:30 +01:00
markuskowa 1bf12e37b3
Merge pull request #108114 from markuskowa/upd-rdma
rdma-core: 31.2 -> 33.0
2021-01-04 14:35:36 +01:00
markuskowa d480c86858
Merge pull request #107223 from markuskowa/upd-qe
quantum-espresso: 6.5 -> 6.6
2021-01-04 14:33:37 +01:00
Fabian Affolter d8f10e326f home-assistant: add python-whois to component-packages 2021-01-04 14:30:01 +01:00
Fabian Affolter 779662af30 python3Packages.python-whois: init at 0.7.3 2021-01-04 14:29:35 +01:00
Fabian Affolter 234a289c89 python3Packages.asyncwhois: init at 0.2.0 2021-01-04 14:27:00 +01:00