Commit Graph

261716 Commits

Author SHA1 Message Date
Sandro
7ff9b3699d
Merge pull request #108081 from SuperSandro2000/silence-file-format-not-recognized
setup-hooks/strip: silence 'File format not recognized' errors again
2021-01-07 00:49:44 +01:00
Michele Guerini Rocco
5748022aa3
Merge pull request #107117 from TredwellGit/xorg.fonttosfnt
xorg.fonttosfnt: 1.0.5 -> 1.2.1
2021-01-05 09:40:37 +01:00
github-actions[bot]
2f7fa4bb88
Merge staging-next into staging 2021-01-05 00:57:02 +00:00
github-actions[bot]
0e4e47512d
Merge master into staging-next 2021-01-05 00:56:58 +00:00
Jonathan Ringer
16174037b3 python38: remove obsolete find_library patch 2021-01-04 15:44:35 -08: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
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] 68060f6f6f491201724192ea0997d67dbeb2e302
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
Frederik Rietdijk
e1ed9b3b08 Revert "python: 3.8.6 -> 3.8.7."
Need to fix a patch first. Next iteration.

This reverts commit 507efdb11fcdbf59199b2fe4717d6799ff623a2a.
2021-01-04 20:58:21 +01:00
Frederik Rietdijk
4582af606e Merge staging into staging-next 2021-01-04 20:52:16 +01:00
Frederik Rietdijk
b20838eb4a Merge staging-next into staging 2021-01-04 20:51:32 +01:00
Drew Hess
507efdb11f python: 3.8.6 -> 3.8.7. 2021-01-04 20:48:55 +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
github-actions[bot]
59ede499ae
Merge master into staging-next 2021-01-04 18:39:39 +00: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
Christian Kampka
bb0fa750db gdbm: 1.18.1 -> 1.19 2021-01-04 18:34:59 +01:00
Luke Bentley-Fox
374e3033d1 gnupg: 2.2.25 -> 2.2.26 2021-01-04 18:18:26 +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
Dmitry Bogatov
efb7e1b9db xxHash: fix static build
Patch upstream Makefile to not attempt to build dynamic library if host
platform is static only (pkgsStatic).
2021-01-04 18:14:09 +01:00
TredwellGit
8121c9badb xorg.xkbcomp: 1.4.2 -> 1.4.4
https://lists.x.org/archives/xorg-announce/2020-February/003037.html
https://lists.x.org/archives/xorg-announce/2020-November/003063.html
2021-01-04 18:07:56 +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