Skip to content
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

pest-ide-tools: remove openssl dependency & MIT license #320064

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SandaruKasa
Copy link

openssl was dropped in favor of rustls in 0.3.91

Despite the common practise among rustaceans to use a dual Apache-2.0/MIT license, pest-ide-tools has only ever been licensed under Apache-2.02

Description of changes

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable3:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"4. Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

Footnotes

  1. https://github.com/pest-parser/pest-ide-tools/commit/7d6d1ef59a386e30d5e7bb7ced4d7bd1c75101b7

  2. https://github.com/pest-parser/pest-ide-tools/commits/v0.3.11/LICENSE

  3. This package has 0 tests, so I have technically run all the tests for it.

  4. Wow, this was consuming like 9.5 gigs of RAM & 100% CPU (1 core out of 12) for solid 10 minutes. What an experience.

openssl was dropped in favor of rustls in 0.3.9
pest-parser/pest-ide-tools@7d6d1ef

Despite the common practise among rustaceans to use a dual Apache-2.0/MIT license,
`pest-ide-tools` has only ever been licensed under Apache-2.0
https://github.com/pest-parser/pest-ide-tools/commits/v0.3.11/LICENSE
Copy link
Member

@h7x4 h7x4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified license upstream, diff looks good

@SandaruKasa
Copy link
Author

I guess it is not going to ping the maintainer automatically, so @NickHu.

Comment on lines 30 to +31
homepage = "https://pest.rs";
license = with licenses; [ mit asl20 ];
license = with licenses; [ asl20 ];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's probably not a big deal, but I think I would consider the license change and the dependency change to be two different changes, warranting two different commits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants