Commit Graph

258270 Commits

Author SHA1 Message Date
Arnout Engelen
e5ae22ee81
inkcut: 2.1.2 -> 2.1.3
we had a patch to make using inkcut as an inkscape plugin more reliable.
This has been accepted upstream so no longer needs to be in nixpkgs.
2020-12-11 19:09:48 +01:00
Tim Steinbach
1f8ef6970a
linux: 5.9.12 -> 5.9.14 2020-12-11 12:42:17 -05:00
Tim Steinbach
c020baa654
linux: 5.4.81 -> 5.4.83 2020-12-11 12:42:16 -05:00
Tim Steinbach
6ce57b7920
linux: 4.9.247 -> 4.9.248 2020-12-11 12:42:16 -05:00
Tim Steinbach
45c0c5f5e2
linux: 4.4.247 -> 4.4.248 2020-12-11 12:42:16 -05:00
Tim Steinbach
1f8f665608
linux: 4.19.161 -> 4.19.163 2020-12-11 12:42:15 -05:00
Tim Steinbach
28fb10a34a
linux: 4.14.210 -> 4.14.212 2020-12-11 12:42:11 -05:00
Pavol Rusnak
0cbede4c78
Merge pull request #106632 from r-ryantm/auto-update/wasabiwallet
wasabiwallet: 1.1.12.2 -> 1.1.12.3
2020-12-11 18:26:53 +01:00
Doron Behar
0a907ad848
Merge pull request #106575 from r-ryantm/auto-update/gqrx
gqrx: 2.14.2 -> 2.14.3
2020-12-11 18:45:39 +02:00
Doron Behar
945d4b00db
Merge pull request #106309 from SuperSandro2000/feature/bump_pyxdg
khal,stig,deluge_1,libtorrent-rasterbar,linkchecker: Disable failing tests
2020-12-11 18:44:24 +02:00
Doron Behar
5b8d7aab43
Merge pull request #106604 from r-ryantm/auto-update/node-problem-detector 2020-12-11 18:36:16 +02:00
Jörg Thalheim
2864156233
Merge pull request #106659 from mweinelt/hass-0.118-deps 2020-12-11 15:57:01 +00:00
José Romildo Malaquias
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 Kini
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 Ebner
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 Rietdijk
3b85d7d54f
Merge pull request #106321 from NixOS/staging-next
Staging next
2020-12-11 15:56:17 +01:00
Daniël de Kok
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 Kini
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 Rusnak
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 Mulligan
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 Mulligan
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 Mulligan
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 Mulligan
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 Hensing
7aa5b3479d
Merge pull request #106650 from hercules-ci/fetchMavenArtifact-https
fetchMavenArtifact: switch mirrors to https
2020-12-11 14:32:15 +01:00
Linus Heckemann
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 Mahut
36b6b3a9f7
Merge pull request #106556 from onsails/github-commenter
github-commenter: add darwin platform
2020-12-11 14:18:51 +01:00
Martin Weinelt
7fdefbe374
Merge pull request #105633 from alyssais/colorize_nicks
weechatScripts.colorize_nicks: init at 27
2020-12-11 14:17:08 +01:00
Jonas Chevalier
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 Rodas
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 Rodas
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 Rodas
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 Rodas
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 Rodas
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]
9fa8c7670d
Merge master into staging-next 2020-12-11 12:20:25 +00:00
Thomas Tuegel
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 Hensing
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 Sood
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 Sood
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 Sood
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