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

Commits on Aug 24, 2020

  1. ghostscript: add patch for CVE-2020-15900

    (cherry picked from commit 9292dbf)
    risicle committed Aug 24, 2020
    Copy the full SHA
    6884c31 View commit details

Commits on Sep 5, 2020

  1. Merge pull request #96196 from risicle/ris-ghostscript-CVE-2020-15900-…

    …r20.03
    
    [20.03] ghostscript: add patch for CVE-2020-15900
    risicle authored Sep 5, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9fd2ed5 View commit details
Showing with 5 additions and 0 deletions.
  1. +5 −0 pkgs/misc/ghostscript/default.nix
5 changes: 5 additions & 0 deletions pkgs/misc/ghostscript/default.nix
Original file line number Diff line number Diff line change
@@ -45,6 +45,11 @@ stdenv.mkDerivation rec {
};

patches = [
(fetchpatch {
name = "CVE-2020-15900.patch";
url = "https://github.com/ArtifexSoftware/ghostpdl/commit/5d499272b95a6b890a1397e11d20937de000d31b.patch";
sha256 = "1nnnrn8q33x7nc8227ygc60f3mj4bjzrhj40sxp6dah58rb5x5jz";
})
./urw-font-files.patch
./doc-no-ref.diff
(fetchpatch {