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: c273c38bad6a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 16c8590aa1c9
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 15, 2020

  1. passExtensions.pass-audit: 0.1 -> 1.0.1, refactor

    Updates to v1.0.1[1] which supports subdirs and zxcvbn[2]-based
    complexity checks. Also, the following things changed:
    
    * Add separate output for man-pages
    * Enable test-suite (after adding a patch which mocks the
      `pwnedpasswords.com`).
    * Added myself as maintainer.
    
    [1] https://github.com/roddhjav/pass-audit/releases/tag/v1.0.1 /
        https://github.com/roddhjav/pass-audit/releases/tag/v1.0
    
    [2] https://pypi.org/project/zxcvbn-python/
    Ma27 committed Mar 15, 2020
    Copy the full SHA
    16001ea View commit details
    Browse the repository at this point in the history
  2. pass: allow adding extensions without rebuilding the package

    Until now, `pkgs.pass` was rebuilt entirely when adding an extension
    using the `pass.withExtensions`-function. This is fixed now by removing the
    linking of extensions from the fixupPhase and merge all paths (including
    those from pkgs.pass) together in using `pkgs.buildEnv`.
    Ma27 committed Mar 15, 2020
    Copy the full SHA
    187f3e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. Merge pull request #82691 from Ma27/pass-exts

    pass: don't rebuild when adding extensions, pass-audit: 0.1 -> 1.0.1
    globin committed Mar 28, 2020
    Copy the full SHA
    16c8590 View commit details
    Browse the repository at this point in the history