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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: addd20e6f9c6
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e6a7a2e1fdea
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 28, 2017

  1. Copy the full SHA
    93294fc View commit details
  2. Copy the full SHA
    e6a7a2e View commit details
Showing with 7 additions and 0 deletions.
  1. +7 −0 pkgs/development/libraries/pcre2/default.nix
7 changes: 7 additions & 0 deletions pkgs/development/libraries/pcre2/default.nix
Original file line number Diff line number Diff line change
@@ -29,6 +29,13 @@ stdenv.mkDerivation rec {
stripLen = 2;
addPrefixes = true;
})
(fetchpatch {
name = "CVE-2017-8786.patch";
url = "https://vcs.pcre.org/pcre2/code/trunk/src/pcre2test.c?r1=692&r2=697&view=patch";
sha256 = "1c629nzrk4il2rfclwyc1a373q58m4q9ys9wr91zhl4skfk7x19b";
stripLen = 2;
addPrefixes = true;
})
];

outputs = [ "bin" "dev" "out" "doc" "man" "devdoc" ];