Commit Graph
258252 Commits
Author SHA1 Message Date
Jörg Thalheim 2cdec00dd2 nixos/tinc: add reload command 2020-12-12 07:37:16 +01:00
Jörg ThalheimandGitHub 2864156233 Merge pull request #106659 from mweinelt/hass-0.118-deps 2020-12-11 15:57:01 +00:00
José Romildo MalaquiasandGitHub 08ca2dcebb Merge pull request #106593 from r-ryantm/auto-update/matcha-gtk-theme
matcha-gtk-theme: 2020-11-23 -> 2020-12-07
2020-12-11 12:30:02 -03:00
Keshav KiniandJonathan Ringer ce5b550d01 python36Packages.traitlets, pythonPackages.traitlets: 5.0.5 -> 4.3.3
Version 5.x of traitlets requires Python 3.7, so it doesn't build on Python
3.6.  This commit downgrades traitlets to 4.3.3 on Python versions older than
3.7 so that it can still be used.
2020-12-11 07:27:41 -08:00
Gabriel EbnerandGitHub 50accd8aff Merge pull request #106641 from raboof/smesh-fix-building-with-clang
smesh: fix building with clang
2020-12-11 16:19:06 +01:00
Frederik RietdijkandGitHub 3b85d7d54f Merge pull request #106321 from NixOS/staging-next
Staging next
2020-12-11 15:56:17 +01:00
Daniël de KokandFrederik Rietdijk b9c76212fd python3Packages.pytorch: 1.7.0 -> 1.7.1
Changelog:
https://github.com/pytorch/pytorch/releases/tag/v1.7.1
2020-12-11 15:51:16 +01:00
Keshav KiniandFrederik Rietdijk fe5f82fd99 python36Packages.black: fix broken dependency
In PR #96456, black was upgraded from 19.10b0 to 20.8b1.  This new version of
black depends on the dataclasses module, but that was only introduced into the
standard library in Python 3.7; earlier versions of Python require the backport
package of the same name.  This commit addresses the missing dependency.
2020-12-11 15:48:59 +01:00
Pavol RusnakandGitHub 5103ebd8b8 Merge pull request #106646 from raboof/talloc-remove-python2-build-dependency
talloc: remove python2 as a build dependency
2020-12-11 15:33:12 +01:00
Ryan MulliganandGitHub b2cc31fa2f Merge pull request #106624 from r-ryantm/auto-update/tagref
tagref: 1.3.3 -> 1.4.1
2020-12-11 06:28:54 -08:00
Ryan MulliganandGitHub a516c1ccab Merge pull request #106615 from r-ryantm/auto-update/qmapshack
qmapshack: 1.15.1 -> 1.15.2
2020-12-11 06:28:19 -08:00
Ryan MulliganandGitHub 3de07a6a1d Merge pull request #106645 from r-ryantm/auto-update/beamerpresenter
beamerpresenter: 0.1.2 -> 0.1.3
2020-12-11 06:27:15 -08:00
Ryan MulliganandGitHub 5b8fd7afa7 Merge pull request #106652 from r-ryantm/auto-update/delve
delve: 1.5.0 -> 1.5.1
2020-12-11 06:20:35 -08:00
Martin Weinelt 422ae014bb home-assistant: disable test_media_view
DEBUG:homeassistant.components.http.auth:Authenticated 127.0.0.1 for /media/local/test.mp3 using bearer token
DEBUG:homeassistant.components.http.view:Serving /media/local/test.mp3 to 127.0.0.1 (auth: True)
ERROR:aiohttp.server:Unhandled exception
Traceback (most recent call last):
  File "/nix/store/8y4x6km9q2ik0hcgh0klx6rl46pcw6qf-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 485, in start
    resp, reset = await task
  File "/nix/store/8y4x6km9q2ik0hcgh0klx6rl46pcw6qf-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 440, in _handle_request
    reset = await self.finish_response(request, resp, start_time)
  File "/nix/store/8y4x6km9q2ik0hcgh0klx6rl46pcw6qf-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 591, in finish_response
    await prepare_meth(request)
  File "/nix/store/8y4x6km9q2ik0hcgh0klx6rl46pcw6qf-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/web_fileresponse.py", line 241, in prepare
    return await self._sendfile(request, fobj, offset, count)
  File "/nix/store/8y4x6km9q2ik0hcgh0klx6rl46pcw6qf-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/web_fileresponse.py", line 96, in _sendfile
    await loop.sendfile(transport, fobj, offset, count)
  File "/nix/store/i9lzacdfrwlj1ayw551c016s0fq71p7j-python3-3.8.6/lib/python3.8/asyncio/base_events.py", line 1120, in sendfile
    return await self._sendfile_native(transport, file,
  File "/nix/store/i9lzacdfrwlj1ayw551c016s0fq71p7j-python3-3.8.6/lib/python3.8/asyncio/selector_events.py", line 578, in _sendfile_native
    return await self.sock_sendfile(transp._sock, file, offset, count,
  File "/nix/store/i9lzacdfrwlj1ayw551c016s0fq71p7j-python3-3.8.6/lib/python3.8/asyncio/base_events.py", line 836, in sock_sendfile
    self._check_sendfile_params(sock, file, offset, count)
  File "/nix/store/i9lzacdfrwlj1ayw551c016s0fq71p7j-python3-3.8.6/lib/python3.8/asyncio/base_events.py", line 889, in _check_sendfile_params
    raise ValueError(
ValueError: count must be a positive integer (got 0)
2020-12-11 14:32:39 +01:00
Robert HensingandGitHub 7aa5b3479d Merge pull request #106650 from hercules-ci/fetchMavenArtifact-https
fetchMavenArtifact: switch mirrors to https
2020-12-11 14:32:15 +01:00
Linus HeckemannandGitHub 5978c30736 Merge pull request #106598 from Ma27/nextcloud-update
nextcloud: 19.0.4 -> 19.0.6, 20.0.1 -> 20.0.3, mark v19 as insecure
2020-12-11 14:30:28 +01:00
Martin Weinelt 80596e106d home-assistant: relax dependencies 2020-12-11 14:30:12 +01:00
Marek MahutandGitHub 36b6b3a9f7 Merge pull request #106556 from onsails/github-commenter
github-commenter: add darwin platform
2020-12-11 14:18:51 +01:00
Martin WeineltandGitHub 7fdefbe374 Merge pull request #105633 from alyssais/colorize_nicks
weechatScripts.colorize_nicks: init at 27
2020-12-11 14:17:08 +01:00
Jonas ChevalierandGitHub 9b09b16cab Merge pull request #106657 from zimbatm/terraform-providers-updates
###### Motivation for this change
2020-12-11 13:11:38 +00:00
Robert Hensing ba5e222245 fetchMavenArtifact: fix generated url 2020-12-11 13:58:19 +01:00
Mario RodasandGitHub 8006772a05 Merge pull request #106612 from alyssais/cedille
cedille: 1.1.1 -> 1.1.2; fix build
2020-12-11 07:37:18 -05:00
Mario RodasandGitHub e019ae8cc6 Merge pull request #106629 from marsam/update-mcfly
mcfly: 0.5.1 -> 0.5.2
2020-12-11 07:36:33 -05:00
Mario RodasandGitHub a91ec89845 Merge pull request #106630 from r-ryantm/auto-update/vis
vis: 0.6 -> 0.7
2020-12-11 07:36:19 -05:00
Mario RodasandGitHub 2dc6dd6024 Merge pull request #106631 from r-ryantm/auto-update/vultr-cli
vultr-cli: 2.0.0 -> 2.0.1
2020-12-11 07:35:28 -05:00
Mario RodasandGitHub 19b754311b Merge pull request #106649 from r-ryantm/auto-update/bottom
bottom: 0.5.3 -> 0.5.4
2020-12-11 07:34:03 -05:00
github-actions[bot]andGitHub 9fa8c7670d Merge master into staging-next 2020-12-11 12:20:25 +00:00
Thomas TuegelandGitHub e772531ce8 Merge pull request #104474 from doronbehar/pkg/qt515/qtwebkit
qt515.qtwebkit: unbreak
2020-12-11 05:43:59 -06:00
Maximilian Bosch 520b10453f nextcloud: 19.0.4 -> 19.0.6, 20.0.1 -> 20.0.3, mark v19 as insecure
ChangeLogs:

* https://nextcloud.com/changelog/#20-0-3
* https://nextcloud.com/changelog/#19-0-6

For Nextcloud 20, security advisories for CVE-2020-8259[1] &
CVE-2020-8152[2] were published. The only way to fix those is to upgrade
to v20, although v19 and v18 are supported, the issue won't be fixed
there[3].

Even though both CVEs are only related to the encryption module[4] which
is turned off by default, I decided to add a vulnerability note to
`nextcloud19` since CVE-2020-8259's is rated as "High" by NIST (in
contrast to Nextcloud which rates it as "Low").

If one is not affected by the issue, `nextcloud19` can still be used by
declaring `permittedInsecurePackages`[5].

[1] https://nvd.nist.gov/vuln/detail/CVE-2020-8259,
    https://nextcloud.com/security/advisory/?id=NC-SA-2020-041
[2] https://nvd.nist.gov/vuln/detail/CVE-2020-8152,
    https://nextcloud.com/security/advisory/?id=NC-SA-2020-040
[3] https://help.nextcloud.com/t/fixes-for-cve-2020-8259-cve-2020-8152-in-nextcloud-18-19/98289
[4] https://docs.nextcloud.com/server/20/admin_manual/configuration_files/encryption_configuration.html
[5] https://nixos.org/manual/nixpkgs/stable/#sec-allow-insecure

Closes #106212
2020-12-11 12:39:57 +01:00
R. RyanTM b0961d1430 delve: 1.5.0 -> 1.5.1 2020-12-11 11:36:16 +00:00
zimbatm 0dc2e6d068 terraform-providers.postgresql: 1.7.1 -> 1.8.1
This also changes the origin of the code. Hashicorp decided to stop
maintaining that provider and passed on the buck to cyrilgdn.
2020-12-11 12:08:20 +01:00
zimbatm e1c709b87b terraform-providers.aws: 3.15.0 -> 3.20.0 2020-12-11 12:00:03 +01:00
Robert Hensing f0568c2228 fetchMavenArtifact: switch mirrors to https
Maven repositories are disabling HTTP support for security.
Even though Nix adds some security with its own hash validation,
broken mirrors are a, well, suboptimal experience.
I don't know of any plans by sonatype, but it seems like a matter
of time.

https://www.lightbend.com/blog/lightbend-to-require-https-on-repos-starting-august-5-2020
2020-12-11 11:43:23 +01:00
Robert HensingandGitHub 2abae8433e Merge pull request #101325 from dbirks/add-lens
lens: init at 3.6.7
2020-12-11 11:41:51 +01:00
R. RyanTM 04de674c5e bottom: 0.5.3 -> 0.5.4 2020-12-11 10:39:54 +00:00
Raghav SoodandGitHub 10fafe2125 Merge pull request #106596 from r-ryantm/auto-update/monero-gui
monero-gui: 0.17.1.5 -> 0.17.1.6
2020-12-11 09:57:23 +00:00
Michael Weiss 397a5ee2ee chromiumDev: 89.0.4343.0 -> 89.0.4350.4 2020-12-11 10:54:19 +01:00
Raghav SoodandGitHub d1d2da4135 Merge pull request #106628 from r-ryantm/auto-update/turbo-geth
turbo-geth: 2020.12.01 -> 2020.12.02
2020-12-11 09:50:25 +00:00
Michael Weiss c8dd31a60b signal-desktop: 1.38.2 -> 1.39.2 2020-12-11 10:47:07 +01:00
Raghav SoodandGitHub b57adc97be Merge pull request #106640 from RaghavSood/ethereum/1.9.25
go-ethereum: 1.9.24 -> 1.9.25
2020-12-11 09:45:50 +00:00
Arnout Engelen 7f4bc12f13 talloc: remove python2 as a build dependency
This makes sure waf, which is used to build talloc, is ran
with python3 rather than python2.

(another option would be to make this the default for
wafHook, see https://github.com/NixOS/nixpkgs/pull/104701)
2020-12-11 10:43:00 +01:00
Pavol RusnakandGitHub 8915ddba91 Merge pull request #105217 from prusnak/sdl2_mixer
SDL2_mixer: enable midi by default, cleanup package
2020-12-11 10:41:58 +01:00
R. RyanTM ca389ed6fb beamerpresenter: 0.1.2 -> 0.1.3 2020-12-11 09:31:14 +00:00
Arnout Engelen ce9c9f0fe0 smesh: fix building with clang
so the darwin build has a chance of succeeding again
2020-12-11 09:52:14 +01:00
Raghav Sood 348eb9083e go-ethereum: 1.9.24 -> 1.9.25 2020-12-11 08:32:03 +00:00
SandroandGitHub e68a4f856e Merge pull request #102136 from siraben/remarkable-which 2020-12-11 09:25:15 +01:00
Peter Hoeg aa995fb0b7 nixos/sshguard: do not do IPv6 setup/teardown unconditionally 2020-12-11 16:19:45 +08:00
SandroandGitHub 9a39c1be2c Merge pull request #106464 from drewrisinger/dr-pr-fast-psautohint-tests 2020-12-11 09:16:56 +01:00
Peter SimonsandGitHub 901cde2623 Merge pull request #106581 from mdorman/aqbanking
aqbanking & gwenhywfar: update to latest versions
2020-12-11 09:15:56 +01:00
Peter SimonsandGitHub 21b8fe302f Merge pull request #106580 from rissson/nixos-postfix-fix-mastercf-type
nixos/postfix: fix masterCf type
2020-12-11 09:14:47 +01:00