summaryrefslogtreecommitdiffstats
path: root/pkgs
AgeCommit message (Collapse)Author
2020-12-11consul: 1.9.0 -> 1.9.1R. RyanTM
2020-12-11rofimoji: unbreakReed
2020-12-11diffoscope: 161 -> 163Maximilian Bosch
https://diffoscope.org/news/diffoscope-162-released/ https://diffoscope.org/news/diffoscope-163-released/
2020-12-11citrix_workspace: add 20.12.0Maximilian Bosch
ChangeLog: https://docs.citrix.com/en-us/citrix-workspace-app-for-linux/whats-new.html#whats-new-in-2012
2020-12-11linux: 5.9.12 -> 5.9.14Tim Steinbach
2020-12-11linux: 5.4.81 -> 5.4.83Tim Steinbach
2020-12-11linux: 4.9.247 -> 4.9.248Tim Steinbach
2020-12-11linux: 4.4.247 -> 4.4.248Tim Steinbach
2020-12-11linux: 4.19.161 -> 4.19.163Tim Steinbach
2020-12-11linux: 4.14.210 -> 4.14.212Tim Steinbach
2020-12-11Merge pull request #106632 from r-ryantm/auto-update/wasabiwalletPavol Rusnak
wasabiwallet: 1.1.12.2 -> 1.1.12.3
2020-12-11Merge pull request #106575 from r-ryantm/auto-update/gqrxDoron Behar
gqrx: 2.14.2 -> 2.14.3
2020-12-11Merge pull request #106309 from SuperSandro2000/feature/bump_pyxdgDoron Behar
khal,stig,deluge_1,libtorrent-rasterbar,linkchecker: Disable failing tests
2020-12-11Merge pull request #106604 from r-ryantm/auto-update/node-problem-detectorDoron Behar
2020-12-11Merge pull request #106659 from mweinelt/hass-0.118-depsJörg Thalheim
2020-12-11Merge pull request #106593 from r-ryantm/auto-update/matcha-gtk-themeJosé Romildo Malaquias
matcha-gtk-theme: 2020-11-23 -> 2020-12-07
2020-12-11python36Packages.traitlets, pythonPackages.traitlets: 5.0.5 -> 4.3.3Keshav Kini
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-11Merge pull request #106641 from raboof/smesh-fix-building-with-clangGabriel Ebner
smesh: fix building with clang
2020-12-11Merge pull request #106321 from NixOS/staging-nextFrederik Rietdijk
Staging next
2020-12-11python3Packages.pytorch: 1.7.0 -> 1.7.1Daniël de Kok
Changelog: https://github.com/pytorch/pytorch/releases/tag/v1.7.1
2020-12-11python36Packages.black: fix broken dependencyKeshav Kini
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-11Merge pull request #106646 from raboof/talloc-remove-python2-build-dependencyPavol Rusnak
talloc: remove python2 as a build dependency
2020-12-11Merge pull request #106624 from r-ryantm/auto-update/tagrefRyan Mulligan
tagref: 1.3.3 -> 1.4.1
2020-12-11Merge pull request #106615 from r-ryantm/auto-update/qmapshackRyan Mulligan
qmapshack: 1.15.1 -> 1.15.2
2020-12-11Merge pull request #106645 from r-ryantm/auto-update/beamerpresenterRyan Mulligan
beamerpresenter: 0.1.2 -> 0.1.3
2020-12-11Merge pull request #106652 from r-ryantm/auto-update/delveRyan Mulligan
delve: 1.5.0 -> 1.5.1
2020-12-11home-assistant: disable test_media_viewMartin Weinelt
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-11Merge pull request #106650 from hercules-ci/fetchMavenArtifact-httpsRobert Hensing
fetchMavenArtifact: switch mirrors to https
2020-12-11Merge pull request #106598 from Ma27/nextcloud-updateLinus Heckemann
nextcloud: 19.0.4 -> 19.0.6, 20.0.1 -> 20.0.3, mark v19 as insecure
2020-12-11home-assistant: relax dependenciesMartin Weinelt
2020-12-11Merge pull request #106556 from onsails/github-commenterMarek Mahut
github-commenter: add darwin platform
2020-12-11Merge pull request #105633 from alyssais/colorize_nicksMartin Weinelt
weechatScripts.colorize_nicks: init at 27
2020-12-11Merge pull request #106657 from zimbatm/terraform-providers-updatesJonas Chevalier
###### Motivation for this change
2020-12-11fetchMavenArtifact: fix generated urlRobert Hensing
2020-12-11Merge pull request #106612 from alyssais/cedilleMario Rodas
cedille: 1.1.1 -> 1.1.2; fix build
2020-12-11Merge pull request #106629 from marsam/update-mcflyMario Rodas
mcfly: 0.5.1 -> 0.5.2
2020-12-11Merge pull request #106630 from r-ryantm/auto-update/visMario Rodas
vis: 0.6 -> 0.7
2020-12-11Merge pull request #106631 from r-ryantm/auto-update/vultr-cliMario Rodas
vultr-cli: 2.0.0 -> 2.0.1
2020-12-11Merge pull request #106649 from r-ryantm/auto-update/bottomMario Rodas
bottom: 0.5.3 -> 0.5.4
2020-12-11Merge master into staging-nextgithub-actions[bot]
2020-12-11Merge pull request #104474 from doronbehar/pkg/qt515/qtwebkitThomas Tuegel
qt515.qtwebkit: unbreak
2020-12-11nextcloud: 19.0.4 -> 19.0.6, 20.0.1 -> 20.0.3, mark v19 as insecureMaximilian Bosch
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-11delve: 1.5.0 -> 1.5.1R. RyanTM
2020-12-11terraform-providers.postgresql: 1.7.1 -> 1.8.1zimbatm
This also changes the origin of the code. Hashicorp decided to stop maintaining that provider and passed on the buck to cyrilgdn.
2020-12-11terraform-providers.aws: 3.15.0 -> 3.20.0zimbatm
2020-12-11fetchMavenArtifact: switch mirrors to httpsRobert Hensing
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-11Merge pull request #101325 from dbirks/add-lensRobert Hensing
lens: init at 3.6.7
2020-12-11bottom: 0.5.3 -> 0.5.4R. RyanTM
2020-12-11Merge pull request #106596 from r-ryantm/auto-update/monero-guiRaghav Sood
monero-gui: 0.17.1.5 -> 0.17.1.6
2020-12-11chromiumDev: 89.0.4343.0 -> 89.0.4350.4Michael Weiss