-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mitmproxy: 11.0.2 -> 11.1.0; mitmproxy-linux: init at 0.11.4 #373425
base: master
Are you sure you want to change the base?
Conversation
I don't know why mitmproxy pulling old version of mitmproxy
|
@SuperSandro2000 mitmproxy seperated linux part to mitmproxy-linux like mitmproxy-macos, I want to hear your opinion.
|
If mitmproxy-rs is unused in tree then we don't need it and should delete it. |
mitmproxy-linux requires rust-src, how can I add it? full log
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise LGTM
|
pkgs/top-level/python-aliases.nix
Outdated
@@ -370,7 +370,8 @@ mapAliases ({ | |||
mir_eval = mir-eval; # added 2024-01-07 | |||
mistune_0_8 = throw "mistune_0_8 was removed because it was outdated and insecure"; # added 2022-08-12 | |||
mistune_2_0 = mistune; # added 2022-08-12 | |||
mitmproxy-wireguard = throw "mitmproxy-wireguard has been removed because it was replaced by upstream with mitmproxy-rs"; # added 2023-11-06 | |||
mitmproxy = throw "mitmproxy has been removed because it was replaced by mitmproxy-linux and mitmproxy-macos"; # added 2025-01-16 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mitmproxy = throw "mitmproxy has been removed because it was replaced by mitmproxy-linux and mitmproxy-macos"; # added 2025-01-16 | |
mitmproxy-rs = throw "mitmproxy-rs has been removed because it was replaced by mitmproxy-linux and mitmproxy-macos"; # added 2025-01-16 |
I don't see an env how to point it to that. Also so far I couldn't figure out which step exactly wants the src but the source will be in rustPlatform.rustLibSrc |
I think aya-ebpf might be causing the rust nightly dependency. https://github.com/aya-rs/aya not sure what to do here. |
maybe we can fetch from https://pypi.org/project/mitmproxy-linux like mitmproxy-macos |
I looked rust doc and it says -Z build-std needs nightly version of rustc, rust-src and cargo. |
Signed-off-by: misilelab <[email protected]>
I tried patching that out earlier but we should try it again more aggressively. If that doesn't work we just fetch it from nine source if possible |
https://github.com/mitmproxy/mitmproxy/blob/v11.1.0/CHANGELOG.md
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.