1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00
Commit graph

328851 commits

Author SHA1 Message Date
Fabian Affolter ff02ceb915 python3Packages.mypy-boto3-s3: 1.19.8 -> 1.19.12 2021-11-06 00:52:50 +01:00
Fabian Affolter 3e3788a8fc
Merge pull request #144515 from fabaff/bump-millheater
python3Packages.millheater: 0.8.0 -> 0.8.1
2021-11-06 00:45:29 +01:00
Fabian Affolter 331fb73e3b
Merge pull request #144528 from fabaff/bump-pwncat
pwncat: 0.1.1 -> 0.1.2
2021-11-06 00:44:24 +01:00
Fabian Affolter c75afa4cf8
Merge pull request #144661 from fabaff/bump-identify
python3Packages.identify: 2.3.1 -> 2.3.3
2021-11-06 00:43:58 +01:00
Fabian Affolter 436a66b320
Merge pull request #144809 from fabaff/fix-parfive
python3Packages.parfive: switch to pytestCheckHook
2021-11-06 00:42:01 +01:00
Fabian Affolter 0f840ef488 python3Packages.starkbank-ecdsa: 2.0.0 -> 2.0.1 2021-11-06 00:39:37 +01:00
Niklas Hambüchen b79047331e
Merge pull request #144561 from nh2/glog-0.5.0
glog: 0.4.0 -> 0.5.0, also enable tests
2021-11-06 00:36:41 +01:00
Sergei Trofimovich 220c819f53 ecasound: fix build against upcoming ncurses-6.3
On ncurses-6.3 with extra printf() annotations gcc now detects
use of user input in place of format strings:

  ecasignalview.cpp:360:13:
    error: format not a string literal and no format arguments [-Werror=format-security]
    360 | mvprintw(r++, 0, bar);
        | ~~~~~~~~^~~~~~~~~~~~~
2021-11-05 23:34:36 +00:00
Thiago Kenji Okada 9ce5bc61ac
Merge pull request #144692 from JohnTitor/cargo-spellcheck-fix-darwin-build
cargo-spellcheck: fix build on darwin
2021-11-05 20:22:23 -03:00
Fabian Affolter 88e646ef28 python3Packages.pyppeteer: relax websockets constrain 2021-11-06 00:21:48 +01:00
Fabian Affolter 2f5a4daf0c python3Packages.parfive: disable on older Python releases 2021-11-06 00:15:25 +01:00
Thiago Kenji Okada d2c613620d
Merge pull request #144778 from thiagokokada/zhf-ovmf-i686
OVMF: disable LTO on i686
2021-11-05 20:03:43 -03:00
Fabian Affolter 1de16bba00
Merge pull request #144806 from alyssais/geopandas
geopandas: 0.9.0 -> 0.10.2; fix check
2021-11-05 23:58:02 +01:00
Andreas Rammhold ea58baa275
Merge pull request #141189 from piegamesde/update-appservice-irc
matrix-appservice-irc 0.26.1 -> 0.30.0
2021-11-05 23:54:32 +01:00
Thiago Kenji Okada 48fe29f748
Merge pull request #144276 from mweinelt/python/sunpy
python3Packages.sunpy: upgrade and fix build
2021-11-05 19:41:10 -03:00
Davíð Steinn Geirsson 5499f32f08 tor-browser-bundle-bin: Enable content sandbox and hardened malloc
Tor browser enables multi-process support in firefox to sandbox each site
in its own process. This is a very important security feature. It was
disabled in the nixpkgs version, according to a comment due to "crashing
tabs", but running with it enabled I have not been able to recreate this.
Sandboxing enabled is the upstream default, and if we can't ship a tor
browser that way then we should not ship one at all.

Also re-enable useHardenedMalloc to use graphene-hardened-malloc. Here
there was also a comment, in this case saying it caused "crashes with
intel driver". I have also been unable to recreate this on my Intel
UHD P630 onboard graphics.

I believe neither of these are issues any longer.
2021-11-05 22:37:42 +00:00
Fabian Affolter 84d5983fb2 python3Packages.mailman-hyperkitty: fix build 2021-11-05 23:36:23 +01:00
Robert Scott 06c89cbdce
Merge pull request #144803 from alyssais/applet-window-buttons
libsForQt5.applet-window-buttons: 0.9.0 -> 0.10.1
2021-11-05 22:35:08 +00:00
Alyssa Ross 2f121361da
geopandas: 0.9.0 -> 0.10.2; fix check
Patches are both now applied upstream.
2021-11-05 22:35:06 +00:00
Fabian Affolter 1a3685370b python3Packages.proc: disable tests 2021-11-05 23:30:16 +01:00
Fabian Affolter b228c241fb pylode: relax rdflib constraint 2021-11-05 23:28:09 +01:00
Fabian Affolter b7fceb1fd9 python3Packages.rdflib: 6.0.1 -> 6.0.2 2021-11-05 23:24:29 +01:00
Alyssa Ross 3ffe9fed00
libsForQt5.applet-window-buttons: 0.9.0 -> 0.10.1
This fixes the build, which was previously failing with:

	In file included from /build/source/build/libappletdecoration/appletdecorationplugin_autogen/EWIEGA46WW/moc_previewbridge.cpp:10,
	                 from /build/source/build/libappletdecoration/appletdecorationplugin_autogen/mocs_compilation.cpp:9:
	/build/source/build/libappletdecoration/appletdecorationplugin_autogen/EWIEGA46WW/../../../../libappletdecoration/previewbridge.h:53:10: error: 'void Decoration::Applet::PreviewBridge::update(KDecoration2::Decoration*, const QRect&)' marked 'override', but does not override
	   53 |     void update(KDecoration2::Decoration *decoration, const QRect &geometry) override;
	      |          ^~~~~~
2021-11-05 21:56:20 +00:00
Robert Scott 625707602b
Merge pull request #144744 from hexop/HDF5Array
rPackages.HDF5Array: fix build
2021-11-05 21:49:29 +00:00
Martin Weinelt 678cf220a7 python3Packages.radio_beam: fix version detection by adding setuptools-scm 2021-11-05 22:32:01 +01:00
Artturi 60c602c897
Merge pull request #144769 from Thesola10/patch-4
dduper: update btrfs-progs patch
2021-11-05 23:24:45 +02:00
Cole Mickens 5c2e32fea4
Merge pull request #143930 from dguenther/code-server3.12.0
code-server: 3.9.0 -> 3.12.0
2021-11-05 14:02:26 -07:00
Artturi 01995f66a9
Merge pull request #144446 from jkarlson/qemu 2021-11-05 22:50:39 +02:00
legendofmiracles 8c220df794
wiki-tui: fix build on darwin 2021-11-05 14:30:48 -06:00
Fabian Affolter 3e368b176a metasploit: 6.1.12 -> 6.1.13 2021-11-05 21:27:30 +01:00
Fabian Affolter 72f5f39309 checkov: 2.0.528 -> 2.0.549 2021-11-05 21:22:41 +01:00
Robert Hensing d659856747 nixosTests.service-runner: Redirect stdout to avoid blocking 2021-11-05 21:22:31 +01:00
Sandro f622830937
Merge pull request #144784 from urbas/subprocess-tee-no-molecule 2021-11-05 21:15:26 +01:00
Sandro 89ec86651b
Merge pull request #144783 from iblech/patch-thonny-icon 2021-11-05 21:14:42 +01:00
Robert Hensing 1927b71928 nixosTests.xfce: Redirect stdout to avoid blocking 2021-11-05 21:13:47 +01:00
Robert Hensing 0fb806301d nixosTests.pantheon: Redirect stdout to avoid blocking 2021-11-05 21:13:36 +01:00
Robert Hensing edc67d3862 nixosTests.chromium: Redirect stdout to avoid blocking 2021-11-05 21:13:25 +01:00
legendofmiracles 458ea7e649
wiki-tui: 0.3.4 -> 0.4.1 2021-11-05 14:10:43 -06:00
Sandro 531afdf160
Merge pull request #144775 from ambroisie/sshfs-main-program 2021-11-05 21:06:25 +01:00
Sandro 4042e36f2d
Merge pull request #144774 from dan4ik605743/tonelib-meta 2021-11-05 21:03:40 +01:00
Stéphan Kochen 7acc0e054c libredirect: workaround dyld env not inherited 2021-11-05 20:47:11 +01:00
Matej Urbas d747e78e52 python38Packages.subprocess-tee: test_molecule disabled 2021-11-05 19:31:05 +00:00
Fabian Affolter 5fc42890c9 python3Packages.aioguardian: 2021.10.0 -> 2021.11.0 2021-11-05 20:22:26 +01:00
Ingo Blechschmidt 19de3a7c5b thonny: add desktop item 2021-11-05 20:20:16 +01:00
Robert Scott 6f6f476bd6
Merge pull request #144273 from risicle/ris-threadpoolctl-test-fix
python3Packages.threadpoolctl: disable test test_architecture
2021-11-05 19:11:10 +00:00
Karim Vergnes cf0dfe4c7e
dduper: update btrfs-progs patch
This fixes the failing build for the patched `btrfs-progs` required by `dduper`.
2021-11-05 20:03:32 +01:00
Sandro 558c76b10c
Merge pull request #144771 from romildo/upd.lxqt 2021-11-05 20:00:42 +01:00
legendofmiracles b09fcdb0be
python3Packages.aws-sam-cli: 1.29.0 -> 1.35.0, fix build 2021-11-05 12:38:50 -06:00
Thiago Kenji Okada 571c4e73e1 OVMF: disable LTO on i686
Fix build.
2021-11-05 15:38:07 -03:00
Bruno BELANYI b9bf35b065 sshfs: add 'meta.mainProgram' 2021-11-05 19:19:59 +01:00