Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: a7a8570eed03
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0bf9656a575d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 18, 2019

  1. gem-config: add digest-sha3

    `digest-sha3` is a C-extension gem which fails to build on Nix because
    it uses non-literals as format strings which is forbidden by the default
    Nix hardening settings. There is a pull request to fix that ([1]), but
    the gem seems to be abandoned.
    
    This PR disables the "format" hardening for `digest-sha3`.
    
    [1]: phusion/digest-sha3-ruby#8
    smaximov committed Jan 18, 2019
    Copy the full SHA
    05c8d5c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2019

  1. Merge pull request #54265 from smaximov/gem-config-digest-sha3

    gem-config: add digest-sha3
    alyssais committed Jan 19, 2019
    Copy the full SHA
    0bf9656 View commit details
    Browse the repository at this point in the history