-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
mitmproxy: 5.2 -> 5.3.0 #104110
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: 5.2 -> 5.3.0 #104110
Conversation
patches = [ | ||
# Apply patch from upstream to make mitmproxy v5.2 compatible with urwid >v2.1.0 | ||
(fetchpatch { | ||
name = "urwid-lt-2.1.0.patch"; | ||
url = "https://github.com/mitmproxy/mitmproxy/commit/ea9177217208fdf642ffc54f6b1f6507a199350c.patch"; | ||
sha256 = "1z5r8izg5nvay01ywl3xc6in1vjfi9f144j057p3k5rzfliv49gg"; | ||
}) | ||
]; |
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.
do you mind removing the entire patches attr
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.
Sure 👍
otherwise LGTM
|
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.
Please follow CONTRIBUTING.md and manual#submitting-changes-making-patches and squash the fix-up commits.
git rebase -i
is a powerful command which achieves this, I created a small video demonstrating it's use here. A more indepth text tutorial can be found here
Resolves NixOS#103992 where test phase was failing due to openssl 1.1.1g -> 1.1.1h causing test certificate rejection. Which was fixed in 5.3.0 release.
1b49df8
to
fbf5035
Compare
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.
LGTM
Result of nixpkgs-review pr 104110 1
2 packages built:
- mitmproxy (python38Packages.mitmproxy)
- python37Packages.mitmproxy
Resolves #103992 where test phase was failing due to
openssl 1.1.1g -> 1.1.1h causing test certificate rejection.
Which was fixed in 5.3.0 release.
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)