Commit graph

11907 commits

Author SHA1 Message Date
Jörg Thalheim 5a18a52a57
Merge pull request #108499 from fabaff/ha-parse 2021-01-06 07:12:41 +00:00
Sandro 8529423aa3
Merge pull request #108442 from TredwellGit/xorg.xf86videovesa 2021-01-06 01:26:47 +01:00
Sandro f52c8d5705
Merge pull request #108443 from TredwellGit/xorg.xf86videonouveau
xorg.xf86videonouveau: 1.0.15 -> 1.0.16
2021-01-05 22:23:47 +01:00
Sandro 5c66df0b9d
Merge pull request #108446 from badmutex/badi/update-plex 2021-01-05 21:52:03 +01:00
Maximilian Bosch b8da2979c5
grocy: 3.0.0 -> 3.0.1
https://github.com/grocy/grocy/releases/tag/v3.0.1
2021-01-05 19:26:28 +01:00
Fabian Affolter e128ef4c4c home-assistant: update component-packages 2021-01-05 18:56:16 +01:00
Fabian Affolter a068a3b47c home-assistant: set preference for whois module in parse-requirements.py 2021-01-05 18:54:05 +01:00
Fabian Affolter 61f383851e home-assistant: fix typo in parse-requirements.py 2021-01-05 18:51:58 +01:00
Martin Weinelt 12677c44d5
Merge pull request #108431 from fabaff/pywilight
python3Packages.pywilight: init at 0.0.65
2021-01-05 18:41:44 +01:00
Martin Weinelt 9825f547ca
Merge pull request #108425 from fabaff/glances_api
python3Packages.glances-api: init at 0.2.0
2021-01-05 18:39:50 +01:00
Martin Weinelt 1716f373cf
Merge pull request #108472 from fabaff/pyeverlights
python3Packages.pyeverlights: init at 0.1.0
2021-01-05 17:33:55 +01:00
Fabian Affolter 77c1a01704 home-assistant: add pyeverlights to component-packages 2021-01-05 13:18:30 +01:00
Fabian Affolter d32f8a461f home-assistant: add feedparser to component-packages 2021-01-05 12:21:30 +01: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
TredwellGit 730976960a xorg.xf86videonouveau: 1.0.15 -> 1.0.16
https://lists.freedesktop.org/archives/nouveau/2019-January/032053.html
2021-01-05 03:24:56 +00:00
TredwellGit 45c86b688c xorg.xf86videovesa: 2.4.0 -> 2.5.0
https://lists.x.org/archives/xorg-announce/2020-September/003060.html
2021-01-05 03:21:15 +00:00
Badi Abdul-Wahid 8c5feb7a6c
plex: 1.21.1.3795-ee64ab56f -> 1.21.1.3842-b0c7a97d9 2021-01-04 20:40:17 -06:00
Fabian Affolter ffc83b2acb home-assistant: add pywilight to component-packages 2021-01-04 23:07:16 +01:00
Fabian Affolter d824b95919 home-assistant: add glances_api to component-packages 2021-01-04 22:06:17 +01:00
Vladimír Čunát 9af686703d
powerdns: patch build with gcc 10 2021-01-04 19:14:09 +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 02a10e0c59
Merge pull request #108384 from fabaff/python-whois 2021-01-04 16:36:43 +01:00
Raimon Grau b13e8fefcc metabase: 0.37.3 -> 0.37.4 2021-01-04 14:17:32 +00:00
Fabian Affolter d8f10e326f home-assistant: add python-whois to component-packages 2021-01-04 14:30:01 +01:00
John Ericson 5c2965145f treewide: Inline more of the static overlay
Picking up where #107238 left off. I think I'll have gotten all the easy
stuff with this.
2021-01-03 21:46:14 +00:00
John Ericson b3f29f3817
Merge pull request #107238 from Ericson2314/no-static-overlay
treewide: Start to break up static overlay
2021-01-03 15:15:49 -05:00
John Ericson f52263ced0 treewide: Start to break up static overlay
We can use use `stdenv.hostPlatform.isStatic` instead, and move the
logic per package. The least opionated benefit of this is that it makes
it much easier to replace packages with modified ones, as there is no
longer any issue of overlay order.

CC @FRidh @matthewbauer
2021-01-03 19:18:16 +00:00
Maximilian Bosch 3b57908018
Merge pull request #108179 from WilliButz/update/prometheus-json-exporter/0.2.0
prometheus-json-exporter: unstable-2017-10-06 -> 0.2.0
2021-01-03 19:28:12 +01:00
Frederik Rietdijk 8c46ea4ab5 pinnwand: use poetry-core instead of poetry
to reduce build-time closure
2021-01-03 14:13:59 +01:00
Michele Guerini Rocco 3f67972103
Merge pull request #108295 from rnhmjoj/pdns
pdns-recursor: 4.4.1 -> 4.4.2
2021-01-03 13:59:14 +01:00
Frederik Rietdijk aaf4dddc1d Revert "zigbee2mqtt: 1.16.2 -> 1.17.0"
Infinite recursion. https://github.com/NixOS/nixpkgs/issues/108304

This reverts commit ae64bc63d5.
2021-01-03 12:53:13 +01:00
rnhmjoj 9f5e31e926
pdns-recursor: 4.4.1 -> 4.4.2 2021-01-03 10:05:20 +01:00
Frederik Rietdijk f7267e9797
Merge pull request #107783 from NixOS/staging-next
Staging next (with gcc 10, binutils 2.34 and autoconf 2.70)
2021-01-03 09:59:31 +01:00
Sandro 63bc270f1b
Merge pull request #108230 from jtojnar/adminer-cleanup
adminer: Clean up
2021-01-03 09:47:35 +01:00
github-actions[bot] 279110cd86
Merge master into staging-next 2021-01-03 06:23:19 +00:00
Sandro 115dc3122a
Merge pull request #108164 from mweinelt/solanum 2021-01-03 07:14:46 +01:00
github-actions[bot] bc30d1eb34
Merge master into staging-next 2021-01-03 00:56:46 +00:00
Florian Klink 8a9d1aad72
Merge pull request #108148 from SuperSandro2000/cadvisor
cadvisor: 0.36.0 -> 0.37.0
2021-01-03 00:40:50 +01:00
Martin Weinelt 6a2c5d1945 solanum: init at unstable-2020-12-14
Solanum is a fork of charybdis maintained by freenode and OFTC.
2021-01-02 22:31:04 +01:00
github-actions[bot] 67638a5bec
Merge master into staging-next 2021-01-02 18:37:38 +00:00
Martin Weinelt 4919ccf2eb
Merge pull request #108241 from fabaff/schiene
python3Packages.schiene: init at 0.23
2021-01-02 19:02:35 +01:00
Martin Weinelt 5c936d4ce7
Merge pull request #108244 from fabaff/aiopulse
python3Packages.aiopulse: init at 0.4.2
2021-01-02 19:00:57 +01:00
Fabian Affolter 52b0d1d17f home-assistant: add aiopulse to component-packages 2021-01-02 18:33:49 +01:00
Fabian Affolter 6406265c2c home-assistant: add schiene to component-packages 2021-01-02 18:15:06 +01:00
Martin Weinelt d47eae33b0
Merge pull request #108233 from fabaff/ambiclimate
python3Packages.ambiclimate: init at 0.2.1
2021-01-02 17:48:26 +01:00
Fabian Affolter ebf4ede914 python3Packages.ambiclimate: init at 0.2.1 2021-01-02 17:23:33 +01:00
Pavol Rusnak b97d7ee879
Merge pull request #108232 from onodera-punpun/patch-1
mpd-small: remove mad from features
2021-01-02 17:21:43 +01:00
Pavol Rusnak 4965fc7341
Merge pull request #108144 from fabaff/python-mystrom
python3Packages.python-mystrom: init at 2.0.0
2021-01-02 17:04:53 +01:00