summary refs log tree commit diff
path: root/pkgs/misc/ghostscript
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2019-09-28 00:39:37 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-10-22 09:48:50 +0200
commit6882778e26d7c9173de207897b9526780fa4fbf0 (patch)
treee601530c56e2153a89aeb560417a09e124d93059 /pkgs/misc/ghostscript
parent90a48bbfa95fdb7401e19eb0afb79943997b1822 (diff)
downloadnixpkgs-6882778e26d7c9173de207897b9526780fa4fbf0.tar
nixpkgs-6882778e26d7c9173de207897b9526780fa4fbf0.tar.gz
nixpkgs-6882778e26d7c9173de207897b9526780fa4fbf0.tar.bz2
nixpkgs-6882778e26d7c9173de207897b9526780fa4fbf0.tar.lz
nixpkgs-6882778e26d7c9173de207897b9526780fa4fbf0.tar.xz
nixpkgs-6882778e26d7c9173de207897b9526780fa4fbf0.tar.zst
nixpkgs-6882778e26d7c9173de207897b9526780fa4fbf0.zip
ghostscript: 9.26 -> 9.27 (security)
Diffstat (limited to 'pkgs/misc/ghostscript')
-rw-r--r--pkgs/misc/ghostscript/default.nix19
1 files changed, 2 insertions, 17 deletions
diff --git a/pkgs/misc/ghostscript/default.nix b/pkgs/misc/ghostscript/default.nix
index 5b80a553625..60960ab789c 100644
--- a/pkgs/misc/ghostscript/default.nix
+++ b/pkgs/misc/ghostscript/default.nix
@@ -10,8 +10,8 @@ assert cupsSupport -> cups != null;
 
 let
   version = "9.${ver_min}";
-  ver_min = "26";
-  sha512 = "0z2mvsh06qgnxl7p9isw7swg8jp8xcx3rnbqk727avw7ammvfh8785d2bn5i4fhz8y45ka3cpgp7b598m06yq5zawijhcnzkq187nrx";
+  ver_min = "27";
+  sha512 = "00m8pfvvg4dzvrzk66myr8kid76x44sgqk84m9562g4viv9zbw759l8q9qg64mgvbajzn78zpqfgdlgz9nwgcdb1vpwc08gm12ssrsy";
 
   fonts = stdenv.mkDerivation {
     name = "ghostscript-fonts";
@@ -47,21 +47,6 @@ stdenv.mkDerivation rec {
   patches = [
     ./urw-font-files.patch
     ./doc-no-ref.diff
-    (fetchpatch {
-      name = "CVE-2019-6116";
-      url = "http://git.ghostscript.com/?p=ghostpdl.git;a=patch;h=d3537a54740d78c5895ec83694a07b3e4f616f61";
-      sha256 = "1hr8bpi87bbg1kvv28kflmfh1dhzxw66p9q0ddvbrj72qd86p3kx";
-    })
-    (fetchpatch {
-      name = "CVE-2019-3839-part-1";
-      url = "http://git.ghostscript.com/?p=ghostpdl.git;a=patch;h=4ec9ca74bed49f2a82acb4bf430eae0d8b3b75c9";
-      sha256 = "0gn1n9fq5msrxxzspidcnmykp1iv3yvx5485fddmgrslr52ngcf9";
-    })
-    (fetchpatch {
-      name = "CVE-2019-3839-part-2";
-      url = "http://git.ghostscript.com/?p=ghostpdl.git;a=patch;h=db24f253409d5d085c2760c814c3e1d3fa2dac59";
-      sha256 = "1h6kpwc6ryr6jlxjr6bfnvmmf8x0kqmyjlx3hggqjs23n0wsr9p9";
-    })
   ];
 
   outputs = [ "out" "man" "doc" ];