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

libgit2: bump for bug fixes as well as security fixes #49494

Merged
merged 4 commits into from Nov 21, 2018

Conversation

dtzWill
Copy link
Member

@dtzWill dtzWill commented Oct 30, 2018

Bump pygit2 as well, not tested beyond building.

  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: libgit2

Partial log (click to expand)

-- Installing: /nix/store/2anbzff822a1vbyybidbycd9jrl2293v-libgit2-0.26.8/include/git2/annotated_commit.h
-- Installing: /nix/store/2anbzff822a1vbyybidbycd9jrl2293v-libgit2-0.26.8/include/git2.h
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/2anbzff822a1vbyybidbycd9jrl2293v-libgit2-0.26.8
shrinking /nix/store/2anbzff822a1vbyybidbycd9jrl2293v-libgit2-0.26.8/lib/libgit2.so.0.26.8
strip is /nix/store/p9akxn2sfy4wkhqdqa3li97pc6jaz3r1-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/2anbzff822a1vbyybidbycd9jrl2293v-libgit2-0.26.8/lib
patching script interpreter paths in /nix/store/2anbzff822a1vbyybidbycd9jrl2293v-libgit2-0.26.8
checking for references to /build in /nix/store/2anbzff822a1vbyybidbycd9jrl2293v-libgit2-0.26.8...
/nix/store/2anbzff822a1vbyybidbycd9jrl2293v-libgit2-0.26.8

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: libgit2

Partial log (click to expand)

-- Installing: /nix/store/kdd98pniah9al76n8ak08i391qavcd2p-libgit2-0.26.8/include/git2/types.h
-- Installing: /nix/store/kdd98pniah9al76n8ak08i391qavcd2p-libgit2-0.26.8/include/git2/version.h
-- Installing: /nix/store/kdd98pniah9al76n8ak08i391qavcd2p-libgit2-0.26.8/include/git2/worktree.h
-- Installing: /nix/store/kdd98pniah9al76n8ak08i391qavcd2p-libgit2-0.26.8/include/git2.h
post-installation fixup
strip is /nix/store/g5r4apl0za012ffs6ladinwa5w0m1l3k-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/kdd98pniah9al76n8ak08i391qavcd2p-libgit2-0.26.8/lib
patching script interpreter paths in /nix/store/kdd98pniah9al76n8ak08i391qavcd2p-libgit2-0.26.8
/nix/store/kdd98pniah9al76n8ak08i391qavcd2p-libgit2-0.26.8/lib/libgit2.0.26.8.dylib: fixing dylib
/nix/store/kdd98pniah9al76n8ak08i391qavcd2p-libgit2-0.26.8

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: libgit2

Partial log (click to expand)

-- Installing: /nix/store/3mwxdbrvarn4qmk0cjqs0akffy9vylmx-libgit2-0.26.8/include/git2/refdb.h
-- Installing: /nix/store/3mwxdbrvarn4qmk0cjqs0akffy9vylmx-libgit2-0.26.8/include/git2.h
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/3mwxdbrvarn4qmk0cjqs0akffy9vylmx-libgit2-0.26.8
shrinking /nix/store/3mwxdbrvarn4qmk0cjqs0akffy9vylmx-libgit2-0.26.8/lib/libgit2.so.0.26.8
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/3mwxdbrvarn4qmk0cjqs0akffy9vylmx-libgit2-0.26.8/lib
patching script interpreter paths in /nix/store/3mwxdbrvarn4qmk0cjqs0akffy9vylmx-libgit2-0.26.8
checking for references to /build in /nix/store/3mwxdbrvarn4qmk0cjqs0akffy9vylmx-libgit2-0.26.8...
/nix/store/3mwxdbrvarn4qmk0cjqs0akffy9vylmx-libgit2-0.26.8

@dtzWill dtzWill mentioned this pull request Oct 30, 2018
6 tasks
@qolii
Copy link
Contributor

qolii commented Oct 31, 2018

@dtzWill, quick question: what is the reason we can't move to 0.27 as default? IIRC, only 0.27 supports libressl-2.7 and up. Does it break somethings?

@dtzWill
Copy link
Member Author

dtzWill commented Oct 31, 2018 via email

@dtzWill
Copy link
Member Author

dtzWill commented Nov 16, 2018

Ping? Not sure if we mean to block or not just checking :)

@dtzWill
Copy link
Member Author

dtzWill commented Nov 21, 2018

Overdue security fixes-- changing the default can be done separately (and sounds good but needs to be tested).

@dtzWill dtzWill merged commit 8a3693b into NixOS:master Nov 21, 2018
@dtzWill dtzWill deleted the update/libgit2-bumps branch November 21, 2018 21:44
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.

None yet

3 participants