Commit Graph

1770 Commits

Author SHA1 Message Date
Sergei Trofimovich
916d029b63
Merge pull request #225264 from trofi/nodejs-no-CA
nodejs: explicitly disable __contentAddressed
2023-04-14 08:53:08 +01:00
06kellyjac
7d54a86a36 deno: 1.31.1 -> 1.32.3
Don't inherit from package sets in all-packages #204303
Fix update script to use new hash cargoHash attrs
2023-04-13 09:44:52 +01:00
Lassulus
4d6b6f18af
Merge pull request #223988 from johnrichardrinehart/johnrichardrinehart/fix-postman-linker 2023-04-12 10:53:39 +02:00
Stanisław Pitucha
679c22fc6d
Merge pull request #225680 from r-ryantm/auto-update/flyctl
flyctl: 0.0.500 -> 0.0.509
2023-04-11 20:09:40 +10:00
R. Ryantm
657344c12e flyctl: 0.0.500 -> 0.0.509 2023-04-11 04:54:38 +00:00
Weijia Wang
4fba351146
Merge pull request #221441 from pranaysashank/patch-2
insomnia: Add gappsWrapperArgs to wrapProgram
2023-04-10 09:58:25 +03:00
Mario Rodas
53a1930a17 nodejs-19_x: 19.8.1 -> 19.9.0
https://github.com/nodejs/node/releases/tag/v19.9.0
2023-04-10 04:20:00 +00:00
R. Ryantm
e5ce1f015b bun: 0.5.8 -> 0.5.9 2023-04-10 18:23:59 +00:00
R. Ryantm
cceb111fa7 function-runner: 3.2.4 -> 3.3.0 2023-04-09 20:53:12 +00:00
Sergei Trofimovich
5eea756074 nodejs: explicitly disable __contentAddressed
Without the change attempt to enable content addressing on nodejs
breaks the `nodejs` binary:

    $ nix build -f. nodejs --arg config '{ contentAddressedByDefault = true; }'
    $ LANG=C ./result/bin/node
    #
    # Fatal error in , line 0
    # Check failed: VerifyChecksum(blob).
    #
    #
    #
    #FailureMessage Object: 0x7ffce2820790
     1: 0xb2a2c5  [./result/bin/node]
     2: 0x1866d9a V8_Fatal(char const*, ...) [./result/bin/node]
     3: 0x12d7473 v8::internal::Snapshot::Initialize(v8::internal::Isolate*) [./result/bin/node]
     4: 0xce85e6 v8::Isolate::Initialize(v8::Isolate*, v8::Isolate::CreateParams const&) [./result/bin/node]
     5: 0x9e0614 node::NewIsolate(v8::Isolate::CreateParams*, uv_loop_s*, node::MultiIsolatePlatform*, bool) [./result/bin/node]
     6: 0xafdcb2 node::NodeMainInstance::NodeMainInstance(node::SnapshotData const*, uv_loop_s*, node::MultiIsolatePlatform*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) [./result/bin/node]
     7: 0xa670a3 node::LoadSnapshotDataAndRun(node::SnapshotData const**, node::InitializationResult const*) [./result/bin/node]
     8: 0xa6ac9c node::Start(int, char**) [./result/bin/node]
     9: 0x7f2b7002924e  [/nix/store/h9w6fix9k2lrbc05p4a6inw2r9sywlb1-glibc-2.35-224/lib/libc.so.6]
    10: 0x7f2b70029309 __libc_start_main [/nix/store/h9w6fix9k2lrbc05p4a6inw2r9sywlb1-glibc-2.35-224/lib/libc.so.6]
    11: 0x9da7f5 _start [./result/bin/node]
    Trace/breakpoint trap (core dumped)

Let's override the default by always disable content addressing.
2023-04-08 07:54:46 +01:00
Pranay Sashank
afd35a40e7 insomnia: Add gappsWrapperArgs to wrapProgram
Without wrapping insomnia with `gappsWrapperArgs`, importing from file
crashes the application with an error about
gsettings-desktop-schemas. In an earlier attempt, I unset the variable
`dontWrapGApps = true` but that caused insomnia to be wrapped twice
because of the usage of `wrapProgram` in `preFixup`.
2023-04-07 17:41:21 +05:30
Mario Rodas
3cde9b5e4d
Merge pull request #224804 from 06kellyjac/deno-patch
deno: fix CVE-2023-28446
2023-04-06 11:51:29 -05:00
Sandro
ab73fe1370
Merge pull request #224216 from ambroisie/add-pnpm-lock-export
pnpm-lock-export: init at 0.4.0
2023-04-06 16:33:56 +02:00
06kellyjac
531c554627 deno: fix CVE-2023-28446 2023-04-06 15:23:20 +01:00
Bruno BELANYI
ffcfd3faa5 pnpm-lock-export: init at 0.4.0 2023-04-06 08:25:24 +00:00
R. Ryantm
f2d65f49b2 flyctl: 0.0.498 -> 0.0.500 2023-04-02 03:45:07 +00:00
Mario Rodas
154e52b605
Merge pull request #223989 from marsam/update-node-16
nodejs-16_x: 16.19.1 -> 16.20.0
2023-03-31 22:57:52 -05:00
John Rinehart
7fe340e404 postman: patchelf chrome_crashpad_handler 2023-03-31 00:49:07 +01:00
Weijia Wang
8f88c6442a
Merge pull request #223830 from r-ryantm/auto-update/function-runner
function-runner: 3.2.3 -> 3.2.4
2023-03-30 23:08:53 +03:00
Robert Hensing
9fc93c5d90
Merge pull request #223903 from roberth/remove-cypress-test
cypress: Remove test
2023-03-30 18:31:02 +02:00
Robert Hensing
479b38649a cypress: Remove test 2023-03-30 13:50:37 +02:00
Robert Hensing
d5befe0223
Merge pull request #223607 from jtrees/cypress-aarch64
cypress: add aarch64-linux support
2023-03-30 13:37:15 +02:00
Mario Rodas
05c41a9b3c nodejs-16_x: 16.19.1 -> 16.20.0
https://github.com/nodejs/node/releases/tag/v16.20.0
2023-03-30 04:20:00 +00:00
R. Ryantm
3a0a076eb6 function-runner: 3.2.3 -> 3.2.4 2023-03-30 01:11:32 +00:00
Joshua Trees
716892066a cypress: add aarch64-linux support 2023-03-29 22:04:01 +02:00
github-actions[bot]
8422d0b645
Merge master into staging-next 2023-03-26 12:01:29 +00:00
Mario Rodas
fd32c26067
Merge pull request #222977 from r-ryantm/auto-update/bun
bun: 0.5.7 -> 0.5.8
2023-03-26 04:44:14 -05:00
github-actions[bot]
1f2e655ca9
Merge master into staging-next 2023-03-25 12:01:33 +00:00
R. Ryantm
78b77c8c89 flyctl: 0.0.492 -> 0.0.498 2023-03-25 07:36:26 +00:00
R. Ryantm
5d41b7a6bd bun: 0.5.7 -> 0.5.8 2023-03-25 00:41:09 +00:00
Martin Weinelt
ffe3165b27
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- nixos/doc/manual/release-notes/rl-2305.section.md
2023-03-21 12:35:53 +01:00
Gabriel Dougherty
463a1de84c postman: 9.31.0 -> 10.12.0 2023-03-19 20:34:46 -04:00
github-actions[bot]
4d82a453fb
Merge master into staging-next 2023-03-19 06:01:10 +00:00
R. Ryantm
83f7d26104 flyctl: 0.0.484 -> 0.0.492 2023-03-19 02:46:15 +00:00
github-actions[bot]
d761f69867
Merge master into staging-next 2023-03-17 17:57:00 +00:00
Weijia Wang
1d07677d2a
Merge pull request #203418 from r-ryantm/auto-update/bootstrap-studio
bootstrap-studio: 6.0.1 -> 6.2.1
2023-03-17 15:19:22 +02:00
github-actions[bot]
80a0ae17b5
Merge master into staging-next 2023-03-16 12:01:29 +00:00
github-actions[bot]
b28670c667
Merge staging-next into staging 2023-03-15 12:02:01 +00:00
Mario Rodas
f8cf72796e nodejs-19_x: 19.8.0 -> 19.8.1
https://github.com/nodejs/node/releases/tag/v19.8.1
2023-03-15 04:20:00 +00:00
Mario Rodas
50982761c0 nodejs-19_x: 19.7.0 -> 19.8.0
https://github.com/nodejs/node/releases/tag/v19.8.0
2023-03-14 04:20:00 +00:00
github-actions[bot]
59ffe854f9
Merge staging-next into staging 2023-03-13 18:01:48 +00:00
Peter Hoeg
919549def7 lucky-cli: 0.30.0 -> 1.0.0 2023-03-13 21:57:43 +08:00
Martin Weinelt
d97017184f
Merge remote-tracking branch 'origin/staging-next' into staging 2023-03-12 23:48:08 +01:00
R. Ryantm
5718645f57 function-runner: 3.2.2 -> 3.2.3 2023-03-12 04:27:31 +00:00
github-actions[bot]
8858e06dc6
Merge staging-next into staging 2023-03-11 18:01:51 +00:00
Ashish SHUKLA
578aff14dc
flyctl: 0.0.483 -> 0.0.484 2023-03-11 19:43:22 +05:30
github-actions[bot]
590fb73d67
Merge staging-next into staging 2023-03-11 00:03:08 +00:00
Ashish SHUKLA
4ef9f57ea7
flyctl: 0.0.478 -> 0.0.483 2023-03-11 01:31:46 +05:30
github-actions[bot]
6e1026530b
Merge staging-next into staging 2023-03-08 18:02:07 +00:00
Ilan Joselevich
de4f7633e3
Merge pull request #220155 from wahjava/update-flyctl
flyctl: 0.0.477 -> 0.0.478
2023-03-08 18:26:46 +02:00