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

apitrace: 7.1.old -> 11.1 #201032

Merged
merged 1 commit into from
Nov 13, 2022
Merged

apitrace: 7.1.old -> 11.1 #201032

merged 1 commit into from
Nov 13, 2022

Conversation

K900
Copy link
Contributor

@K900 K900 commented Nov 13, 2022

Description of changes

Update from 2015 to current latest release. Run-tested on glxgears, though I'd be very surprised if anyone noticed it break anyway.

Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 22.11 Release Notes (or backporting 22.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
    • (Release notes changes) Ran nixos/doc/manual/md-to-db.sh to update generated release notes
  • Fits CONTRIBUTING.md.

Update from 2015 to current latest release.
@K900 K900 mentioned this pull request Nov 13, 2022
13 tasks
@ofborg ofborg bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 10.rebuild-linux: 1 labels Nov 13, 2022
@mweinelt
Copy link
Member

@ofborg build apitrace

@mweinelt mweinelt merged commit fd5b994 into NixOS:master Nov 13, 2022
@K900 K900 mentioned this pull request Nov 13, 2022
69 tasks
Comment on lines +1 to +16
{
lib,
stdenv,
fetchFromGitHub,
cmake,
pkg-config,
libX11,
procps,
python3,
libdwarf,
qtbase,
wrapQtAppsHook,
libglvnd,
gtest,
brotli,
}:
Copy link
Member

Choose a reason for hiding this comment

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

Can we please stop using incompatible formatters? Thanks!

repo = "apitrace";
rev = version;
hash = "sha256-rvC6iVWNNxH11hzQvRTo+SQi9jEUCPWGSdJmKJe9SQ0=";
fetchSubmodules = true;
Copy link
Member

@SuperSandro2000 SuperSandro2000 Nov 13, 2022

Choose a reason for hiding this comment

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

We should at least use our zlib, libpng and brotli.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I believe it's using those to link statically so we can't really avoid that (unless we do some bad pkgsStatic things)

Copy link
Member

Choose a reason for hiding this comment

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

Maybe that would be better than trusting upstream to update those dependencies and fix CVEs?

@wegank wegank mentioned this pull request Jan 14, 2023
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 10.rebuild-linux: 1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants